[ovs-dev] [PATCH] debian: Fix debian packaging build failures due to dot-files in tree.

Justin Pettit jpettit at nicira.com
Tue Aug 26 15:15:07 UTC 2014


Acked-by: Justin Pettit <jpettit at nicira.com>

--Justin


On August 26, 2014 at 8:07:55 AM, Ben Pfaff (blp at nicira.com) wrote:
> openvswitch/* no longer matches all the files since commit 826bc7b61345a5d
> (build: Add travis continuous integration support) added files with names
> beginning with ".".
> 
> VMware-BZ: #1298353
> Signed-off-by: Ben Pfaff 
> ---
> debian/rules | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/debian/rules b/debian/rules
> index 081f24a..fd9b1b8 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -103,7 +103,7 @@ install-indep: build-indep
> dh_installdirs -p$(pdkms) usr/src/$(PACKAGE)-$(DEB_UPSTREAM_VERSION)
> 
> # copy the source
> - cd debian/$(pdkms)/usr/src/$(PACKAGE)-$(DEB_UPSTREAM_VERSION) && tar xvzf $(CURDIR)/_debian/openvswitch.tar.gz 
> && mv openvswitch/* . && rmdir openvswitch
> + cd debian/$(pdkms)/usr/src/$(PACKAGE)-$(DEB_UPSTREAM_VERSION) && tar xvzf $(CURDIR)/_debian/openvswitch.tar.gz 
> && mv openvswitch/* openvswitch/.* . && rmdir openvswitch
> 
> # Prepare dkms.conf from the dkms.conf.in template
> sed "s/__VERSION__/$(DEB_UPSTREAM_VERSION)/g" debian/dkms.conf.in > debian/$(pdkms)/usr/src/$(PACKAGE)-$(DEB_UPSTREAM_VERSION)/dkms.conf 
> --
> 1.9.1
> 
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
> 




More information about the dev mailing list