[SCM] idjc packaging branch, master, updated. debian/0.8.2-3-1-g082e390
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Wed Jun 23 08:38:52 UTC 2010
The following commit has been merged in the master branch:
commit 082e3904771d15c2e405f71744eb2bfe726189ad
Author: Alessio Treglia <alessio at debian.org>
Date: Wed Jun 23 10:38:44 2010 +0200
Don't use both autotools_dev and dh-autoreconf, dh-autoreconf replaces config.{guess,sub} files which dh-autotools-dev is supposed to back up; this leaves the build tree in an inconsistent state.
diff --git a/debian/control b/debian/control
index e9e8841..b9d017b 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Free Ekanayaka <freee at debian.org>,
XS-Python-Version: >= 2.6
Build-Depends: debhelper (>= 7.0.50~),
dh-autoreconf,
- autotools-dev (>= 20100122.1~),
+ autotools-dev,
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 6850dba..f35c4e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ UPSTREAM_VERSION ?=$(shell uscan --dehs | sed -n 's/.*<upstream-version>\(.*\)<\
PACKAGE = idjc
%:
- dh --with quilt,python-central,autotools_dev,autoreconf $@
+ dh --with quilt,python-central,autoreconf $@
override_dh_auto_configure:
dh_auto_configure -- --disable-rpath --disable-static --libexecdir=/usr/bin
--
idjc packaging
More information about the pkg-multimedia-commits
mailing list