[SCM] idjc packaging branch, master, updated. debian/0.8.2-2-4-gfdb6eeb
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Sun Jun 20 18:54:44 UTC 2010
The following commit has been merged in the master branch:
commit fdb6eeb6237552fb08f0ae61e606d4230832883a
Author: Alessio Treglia <alessio at debian.org>
Date: Sun Jun 20 20:54:40 2010 +0200
Use dh-autoreconf add-on rather than applying autoreconf.patch.
diff --git a/debian/control b/debian/control
index 4338370..e9e8841 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +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~),
+ dh-autoreconf,
autotools-dev (>= 20100122.1~),
quilt (>= 0.46-7~),
python2.6-dev (>= 2.3.5-11),
diff --git a/debian/patches/series b/debian/patches/series
index 2aa9e5e..b3d8536 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,5 @@
desktop_file.patch
idjc_script.patch
server_window_size.patch
-autoreconf.patch
idjcmixer_sigsegv.patch
+fix-bashism-in-configure.patch
diff --git a/debian/rules b/debian/rules
index f31b471..6850dba 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 $@
+ dh --with quilt,python-central,autotools_dev,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