[SCM] ffdiaporama/master: Remove unnecessary override

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon Mar 14 20:50:07 UTC 2016


The following commit has been merged in the master branch:
commit 31eaff719a91e579a3d35bd83d49771a5caaef04
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Mar 14 21:44:10 2016 +0100

    Remove unnecessary override
    
    … and build with --parallel

diff --git a/debian/rules b/debian/rules
index a0e4d76..865257a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,10 +5,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ 
-
-override_dh_auto_configure:
-	qmake-qt4 ffDiaporama.pro
+	dh $@ --parallel
 
 override_dh_fixperms:
 	find debian/ffdiaporama-data/usr/share/ffDiaporama -type f  -print0 2>/dev/null | xargs -0r chmod 644

-- 
ffdiaporama packaging



More information about the pkg-multimedia-commits mailing list