[SCM] rumor/master: Update rules to use dh8

ryanakca-guest at users.alioth.debian.org ryanakca-guest at users.alioth.debian.org
Thu Dec 9 16:42:50 UTC 2010


The following commit has been merged in the master branch:
commit 42189218ef406e10e25ebe702372a400e6d4c8ce
Author: Ryan Kavanagh <ryanakca at kubuntu.org>
Date:   Fri Dec 3 11:12:50 2010 -0500

    Update rules to use dh8

diff --git a/debian/rules b/debian/rules
index f96c550..1ab0e62 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,17 +1,20 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
+%:
+	dh $@
 
-build/rumor::
+override_dh_auto_build:
 	make html
+	dh_auto_build
 
-binary-post-install/rumor::
+override_dh_auto_install:
+	dh_auto_install
 	# Never ship usr/share/info/dir.gz . This file hasn't been compressed
 	# yet, let's remove it before it is.
 	rm -f debian/rumor/usr/share/info/dir
 
-clean::
+override_dh_auto_clean:
 	# Remove the generated file doc/rumor.info so that we can pass the
 	# double build test
 	rm -f doc/rumor.info
+	dh_auto_clean

-- 
rumor packaging



More information about the pkg-multimedia-commits mailing list