[SCM] dvdstyler/master: Drop autoreconf hack, call dh_install with --list-missing, install upstream changelog.

unit193-guest at users.alioth.debian.org unit193-guest at users.alioth.debian.org
Tue Mar 17 00:56:57 UTC 2015


The following commit has been merged in the master branch:
commit d45686e6cdcc96fb9bd10df9b908fd9ea77f3a1b
Author: Unit 193 <unit193 at ubuntu.com>
Date:   Mon Mar 16 20:25:56 2015 -0400

    Drop autoreconf hack, call dh_install with --list-missing, install upstream changelog.

diff --git a/debian/rules b/debian/rules
index 3282195..25dc910 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,16 +3,8 @@
 %:
 	dh $@
 
-override_dh_auto_configure:
-	./autogen.sh
-	dh_auto_configure
+override_dh_install:
+	dh_install --list-missing
 
-override_dh_auto_test:
-
-override_dh_auto_clean:
-	dh_auto_clean
-	dh_clean aclocal.m4 configure Makefile.in src/Makefile.in \
-		src/rc/Makefile.in objects/Makefile.in buttons/Makefile.in \
-		data/Makefile.in backgrounds/Makefile.in \
-		wxVillaLib/Makefile.in docs/Makefile.in templates/Makefile.in \
-		docs/*.zip
+override_dh_inatallchangelogs:
+	dh_installchangelogs ChangeLog

-- 
dvdstyler packaging



More information about the pkg-multimedia-commits mailing list