rev 19934 - kde-extras/exiv2/trunk/debian
Pino Toscano
pino at moszumanska.debian.org
Thu Aug 28 19:56:51 UTC 2014
Author: pino
Date: 2014-08-28 19:56:51 +0000 (Thu, 28 Aug 2014)
New Revision: 19934
Modified:
kde-extras/exiv2/trunk/debian/changelog
kde-extras/exiv2/trunk/debian/control
kde-extras/exiv2/trunk/debian/rules
Log:
fwitch from autotools-dev to autoreconf (#757412)
- remove the autotools-dev build dependency, and add dh-autoreconf
- switch from the autotools_dev dh addon to the autoreconf one
Modified: kde-extras/exiv2/trunk/debian/changelog
===================================================================
--- kde-extras/exiv2/trunk/debian/changelog 2014-08-28 19:50:29 UTC (rev 19933)
+++ kde-extras/exiv2/trunk/debian/changelog 2014-08-28 19:56:51 UTC (rev 19934)
@@ -4,6 +4,9 @@
* Integrate 0.23-1.1 NMU (thanks Wookey).
* Move the libjs-jquery, doxygen, graphviz build dependencies as
Build-Depend-Indep, as they are needed in indep-build only.
+ * Switch from autotools-dev to autoreconf: (Closes: #757412)
+ - remove the autotools-dev build dependency, and add dh-autoreconf
+ - switch from the autotools_dev dh addon to the autoreconf one
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Thu, 28 Aug 2014 21:46:54 +0200
Modified: kde-extras/exiv2/trunk/debian/control
===================================================================
--- kde-extras/exiv2/trunk/debian/control 2014-08-28 19:50:29 UTC (rev 19933)
+++ kde-extras/exiv2/trunk/debian/control 2014-08-28 19:56:51 UTC (rev 19934)
@@ -4,7 +4,7 @@
Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
Uploaders: Mark Purcell <msp at debian.org>, Fathi Boudra <fabo at debian.org>
Build-Depends: debhelper (>= 9~), chrpath,
- autotools-dev, libexpat1-dev, zlib1g-dev,
+ dh-autoreconf, libexpat1-dev, zlib1g-dev,
python, xsltproc
Build-Depends-Indep:
libjs-jquery, doxygen, graphviz,
Modified: kde-extras/exiv2/trunk/debian/rules
===================================================================
--- kde-extras/exiv2/trunk/debian/rules 2014-08-28 19:50:29 UTC (rev 19933)
+++ kde-extras/exiv2/trunk/debian/rules 2014-08-28 19:56:51 UTC (rev 19934)
@@ -3,7 +3,7 @@
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
- dh $@ --parallel --with autotools_dev
+ dh $@ --parallel --with autoreconf
override_dh_auto_configure:
dh_auto_configure -- --disable-rpath
More information about the pkg-kde-commits
mailing list