[med-svn] r16928 - trunk/packages/libics/tags/1.5.2-4/debian
Andreas Tille
tille at moszumanska.debian.org
Tue May 13 13:26:33 UTC 2014
Author: tille
Date: 2014-05-13 13:26:33 +0000 (Tue, 13 May 2014)
New Revision: 16928
Modified:
trunk/packages/libics/tags/1.5.2-4/debian/changelog
trunk/packages/libics/tags/1.5.2-4/debian/control
trunk/packages/libics/tags/1.5.2-4/debian/rules
Log:
use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el
Modified: trunk/packages/libics/tags/1.5.2-4/debian/changelog
===================================================================
--- trunk/packages/libics/tags/1.5.2-4/debian/changelog 2014-05-13 13:21:59 UTC (rev 16927)
+++ trunk/packages/libics/tags/1.5.2-4/debian/changelog 2014-05-13 13:26:33 UTC (rev 16928)
@@ -1,3 +1,11 @@
+libics (1.5.2-5) UNRELEASED; urgency=medium
+
+ * use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el
+ (thanks for the patch to Logan Rosen <logan at ubuntu.com>)
+ Closes: #735636
+
+ -- Andreas Tille <tille at debian.org> Tue, 13 May 2014 15:25:22 +0200
+
libics (1.5.2-4) unstable; urgency=low
* Add symbols file
Modified: trunk/packages/libics/tags/1.5.2-4/debian/control
===================================================================
--- trunk/packages/libics/tags/1.5.2-4/debian/control 2014-05-13 13:21:59 UTC (rev 16927)
+++ trunk/packages/libics/tags/1.5.2-4/debian/control 2014-05-13 13:26:33 UTC (rev 16928)
@@ -3,7 +3,7 @@
Section: libs
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Mathieu Malaterre <malat at debian.org>
-Build-Depends: debhelper (>= 9), zlib1g-dev | libz-dev, autotools-dev
+Build-Depends: debhelper (>= 9), zlib1g-dev | libz-dev, dh-autoreconf
Standards-Version: 3.9.4
Homepage: http://libics.sf.net
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/libics/trunk/
Modified: trunk/packages/libics/tags/1.5.2-4/debian/rules
===================================================================
--- trunk/packages/libics/tags/1.5.2-4/debian/rules 2014-05-13 13:21:59 UTC (rev 16927)
+++ trunk/packages/libics/tags/1.5.2-4/debian/rules 2014-05-13 13:26:33 UTC (rev 16928)
@@ -3,7 +3,7 @@
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
- dh $@ --with autotools_dev
+ dh $@ --with autoreconf
pkg_run = libics0
pkg_dev = libics-dev
More information about the debian-med-commit
mailing list