[SCM] guayadeque packaging branch, master, updated. debian/0.2.5-2-6-ge809f79

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Sep 1 08:16:55 UTC 2010


The following commit has been merged in the master branch:
commit e809f793210128eafc31cd1b861e0fd9ccb281d7
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Sep 1 10:07:21 2010 +0200

    Use dh $@ --foo for compatibility with Debhelper 8.

diff --git a/debian/changelog b/debian/changelog
index 9c55586..4665d83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
 guayadeque (0.2.7-1) experimental; urgency=low
 
-  * Bump Standards.
   * Imported Upstream version 0.2.7
+  * debian/rules: Use dh $@ --foo for compatibility with Debhelper 8.
   * Refresh patches.
+  * Bump Standards.
 
- -- Alessio Treglia <alessio at debian.org>  Wed, 01 Sep 2010 10:02:38 +0200
+ -- Alessio Treglia <alessio at debian.org>  Wed, 01 Sep 2010 10:04:35 +0200
 
 guayadeque (0.2.5-2) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 152c8a1..7114b71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ UPSTREAM_VERSION ?=$(shell uscan --dehs | sed -n 's/.*<upstream-version>\(.*\)<\
 PACKAGE = guayadeque
 
 %:
-	dh --buildsystem=cmake $@
+	dh $@ --buildsystem=cmake 
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DCMAKE_SKIP_RPATH=ON

-- 
guayadeque packaging



More information about the pkg-multimedia-commits mailing list