[SCM] openni/master: removed call to quilt since we aren't using any patches

eighthave-guest at users.alioth.debian.org eighthave-guest at users.alioth.debian.org
Mon May 30 04:13:23 UTC 2011


The following commit has been merged in the master branch:
commit 196fae2d79fc60869702f09e300072229311918a
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Sun May 29 18:21:33 2011 -0400

    removed call to quilt since we aren't using any patches

diff --git a/debian/rules b/debian/rules
index 0cf2803..cc57369 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ includedir = $(prefix)/include
 docdir = $(prefix)/share/doc
 
 %:
-	dh --with quilt $@ --buildsystem=makefile
+	dh $@ --buildsystem=makefile
 
 override_dh_auto_build:
 	cd Platform/Linux-x86/CreateRedist && LDFLAGS=-lGL ./RedistMaker
@@ -31,7 +31,7 @@ override_dh_auto_install:
 	install -d $(DEST)/$(includedir)/ni
 	install -p $(COMPILED_LIB)/*.h \
 		$(DEST)/$(includedir)/ni
-	# Makefiles needed by (at least) PrimeSense Sensor
+# Makefiles needed by (at least) PrimeSense Sensor
 	install -p $(COMPILED_LIB)/*Makefile \
 		$(DEST)/$(includedir)/ni
 	install -d $(DEST)/$(includedir)/ni/Linux-Arm

-- 
openni packaging



More information about the pkg-multimedia-commits mailing list