[SCM] whitedune/master: Fix warning

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sat Jan 9 20:58:30 UTC 2016


The following commit has been merged in the master branch:
commit c171523b3cb1683c7c103190d1dfc5fa5be071e0
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sat Jan 9 20:32:03 2016 +0100

    Fix warning

diff --git a/debian/rules b/debian/rules
index 5f4b15e..943ea60 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,8 +61,8 @@ clean:
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
-	dh_installdirs 
+	dh_prep
+	dh_installdirs
 	install -d ${DESTDIR}/bin
 	install -s bin/dune ${DESTDIR}/bin/${package}
 	install -d ${DESTDIR}/share/pixmaps/

-- 
whitedune packaging



More information about the pkg-multimedia-commits mailing list