[SCM] idjc packaging branch, master, updated. debian/0.8.2-2-2-g8f53f28

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Jun 20 18:39:58 UTC 2010


The following commit has been merged in the master branch:
commit 8f53f2800a965d0e95a99ed7d8d1ed6e55ad5170
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Jun 20 20:39:54 2010 +0200

    Rely on the autotols_dev debhelper add-on to update config.{guess,sub} files.

diff --git a/debian/control b/debian/control
index d69df84..4338370 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Free Ekanayaka <freee at debian.org>,
  Alessio Treglia <alessio at debian.org>
 XS-Python-Version: >= 2.6
 Build-Depends: debhelper (>= 7.0.50~),
- autotools-dev,
+ autotools-dev (>= 20100122.1~),
  quilt (>= 0.46-7~),
  python2.6-dev (>= 2.3.5-11),
  python-central (>= 0.5.6),
diff --git a/debian/rules b/debian/rules
index ff80721..f31b471 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,11 +5,9 @@ UPSTREAM_VERSION ?=$(shell uscan --dehs | sed -n 's/.*<upstream-version>\(.*\)<\
 PACKAGE = idjc
 
 %:
-	dh --with quilt,python-central $@
+	dh --with quilt,python-central,autotools_dev $@
 
 override_dh_auto_configure:
-	ln -s -f /usr/share/misc/config.guess
-	ln -s -f /usr/share/misc/config.sub
 	dh_auto_configure -- --disable-rpath --disable-static --libexecdir=/usr/bin
 
 override_dh_auto_build:

-- 
idjc packaging



More information about the pkg-multimedia-commits mailing list