[Pkg-cli-apps-commits] [SCM] f-spot branch, master, updated. debian/0.8.2-3-2-gb0f2bad

Julian Taylor jtaylor.debian at googlemail.com
Mon Sep 5 01:09:14 UTC 2011


The following commit has been merged in the master branch:
commit b0f2baddf1c760fd5870c310e3bf5f40c8ebf035
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Mon Sep 5 03:06:58 2011 +0200

    fix dh --with flag use

diff --git a/debian/rules b/debian/rules
index 6ab2d35..89e3a08 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,6 +50,6 @@ get-orig-source:
 		--destdir .
 
 %:
-	dh --with quilt $@
+	dh $@ --with quilt
 
 .PHONY: get-orig-source

-- 
f-spot



More information about the Pkg-cli-apps-commits mailing list