[SCM] zita-convolver/master: Shorten debian/rules.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Dec 14 09:47:36 UTC 2011


The following commit has been merged in the master branch:
commit 52c6f857d3ef4b0fe505b03626fcac6857151ef3
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Dec 14 10:40:37 2011 +0100

    Shorten debian/rules.

diff --git a/debian/rules b/debian/rules
index eccb5d9..c505bd9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,19 +3,10 @@
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 export PREFIX=/usr
 export LIBDIR=lib/$(DEB_HOST_MULTIARCH)
+export DESTDIR=$(CURDIR)/debian/tmp
 
 %:
-	dh $@
+	dh $@ -Smakefile -Dlibs
 
 override_dh_installchangelogs:
 	dh_installchangelogs README
-
-override_dh_auto_build:
-	$(MAKE) -C libs/
-
-override_dh_auto_clean:
-	dh_auto_clean
-	$(MAKE) -C libs/ clean
-
-override_dh_auto_install:
-	$(MAKE) -C libs/  DESTDIR=$(CURDIR)/debian/tmp install

-- 
zita-convolver packaging



More information about the pkg-multimedia-commits mailing list