Applied, thanks!

On Tue, Aug 26, 2014 at 08:15:07AM -0700, Justin Pettit wrote:
> Acked-by: Justin Pettit <jpet...@nicira.com>
> 
> --Justin
> 
> 
> On August 26, 2014 at 8:07:55 AM, Ben Pfaff (b...@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@openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev
> > 
> 
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to