[VCS] doodle branch, debian, updated. debian/0.6.7-8-4-g74ba0f9

Daniel Baumann daniel at debian.org
Sun Oct 4 08:06:45 UTC 2009


The following commit has been merged in the debian branch:
commit 74ba0f983f44634c26dd5405395081e991950f96
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Oct 4 10:06:15 2009 +0200

    Simplifying autotools handling in rules.

diff --git a/debian/rules b/debian/rules
index 4d80cc8..f3d4649 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,8 +9,8 @@ override_dh_auto_clean:
 	rm -f config.guess config.sub
 
 override_dh_auto_configure:
-	cp -f /usr/share/misc/config.guess config.guess
-	cp -f /usr/share/misc/config.sub config.sub
+	cp -f /usr/share/misc/config.guess .
+	cp -f /usr/share/misc/config.sub .
 
 	dh_auto_configure
 

-- 
doodle



More information about the gnunet-vcs mailing list