[SCM] lv2-tools packaging branch, master, updated. debian/1.0.3-1-10-gcb4b3d5

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Jun 4 06:48:26 UTC 2010


The following commit has been merged in the master branch:
commit cb4b3d51dd3a6cba8a38276c6dc383e443e1f30b
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Fri Jun 4 08:48:18 2010 +0200

    Tiny debian/rules

diff --git a/debian/rules b/debian/rules
index 84c2a24..691a99d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,19 +1,12 @@
 #!/usr/bin/make -f
+
 %:
 	dh $@ 
 
-override_dh_installchangelogs:
-	dh_installchangelogs ChangeLog
-
-override_dh_auto_configure:
-	dh_testdir
-	./configure --prefix=/usr
-
 override_dh_auto_build:
-	$(MAKE)
+	dh_auto_build
 	doxygen
 
 override_dh_auto_clean:
-	[ ! -f Makefile ] || $(MAKE) clean
+	dh_auto_clean
 	rm -f Makefile.deps
-	dh_clean

-- 
lv2-tools packaging



More information about the pkg-multimedia-commits mailing list