rev 19936 - kde-extras/exiv2/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Thu Aug 28 20:53:05 UTC 2014


Author: pino
Date: 2014-08-28 20:53:05 +0000 (Thu, 28 Aug 2014)
New Revision: 19936

Modified:
   kde-extras/exiv2/trunk/debian/changelog
   kde-extras/exiv2/trunk/debian/control
   kde-extras/exiv2/trunk/debian/rules
Log:
revert autoreconf switch

it seems like the upstream build system is braindead enough to require
particular steps to be regenerated...


Modified: kde-extras/exiv2/trunk/debian/changelog
===================================================================
--- kde-extras/exiv2/trunk/debian/changelog	2014-08-28 20:08:54 UTC (rev 19935)
+++ kde-extras/exiv2/trunk/debian/changelog	2014-08-28 20:53:05 UTC (rev 19936)
@@ -4,9 +4,6 @@
   * 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
 
  -- Pino Toscano <pino at debian.org>  Thu, 28 Aug 2014 22:04:30 +0200
 

Modified: kde-extras/exiv2/trunk/debian/control
===================================================================
--- kde-extras/exiv2/trunk/debian/control	2014-08-28 20:08:54 UTC (rev 19935)
+++ kde-extras/exiv2/trunk/debian/control	2014-08-28 20:53:05 UTC (rev 19936)
@@ -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,
- dh-autoreconf, libexpat1-dev, zlib1g-dev,
+ autotools-dev, 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 20:08:54 UTC (rev 19935)
+++ kde-extras/exiv2/trunk/debian/rules	2014-08-28 20:53:05 UTC (rev 19936)
@@ -3,7 +3,7 @@
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@ --parallel --with autotools_dev
 
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-rpath




More information about the pkg-kde-commits mailing list