[med-svn] r18154 - trunk/packages/libtecla/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Mon Sep 29 13:02:17 UTC 2014
Author: tille
Date: 2014-09-29 13:02:17 +0000 (Mon, 29 Sep 2014)
New Revision: 18154
Modified:
trunk/packages/libtecla/trunk/debian/changelog
trunk/packages/libtecla/trunk/debian/control
trunk/packages/libtecla/trunk/debian/rules
Log:
Use autotools-dev to enable amd64 build
Modified: trunk/packages/libtecla/trunk/debian/changelog
===================================================================
--- trunk/packages/libtecla/trunk/debian/changelog 2014-09-28 20:54:57 UTC (rev 18153)
+++ trunk/packages/libtecla/trunk/debian/changelog 2014-09-29 13:02:17 UTC (rev 18154)
@@ -1,3 +1,17 @@
+libtecla (1.6.2-2) unstable; urgency=medium
+
+ [ Peter Michael Green ]
+ * use dh $@ --with autotools_dev,autoreconf so that config.sub and
+ config.guess get updated in this non-automake using package. Fixes build
+ on arm64.
+ Closes: #762351
+
+ [ Andreas Tille ]
+ * d/control: Build-Depends: autotools-dev
+ * cme fix dpkg-control
+
+ -- Andreas Tille <tille at debian.org> Mon, 29 Sep 2014 12:26:57 +0200
+
libtecla (1.6.2-1) unstable; urgency=medium
* New upstream version
Modified: trunk/packages/libtecla/trunk/debian/control
===================================================================
--- trunk/packages/libtecla/trunk/debian/control 2014-09-28 20:54:57 UTC (rev 18153)
+++ trunk/packages/libtecla/trunk/debian/control 2014-09-29 13:02:17 UTC (rev 18154)
@@ -6,8 +6,9 @@
Priority: optional
Build-Depends: debhelper (>= 9),
dh-autoreconf,
+ autotools-dev,
d-shlibs
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/libtecla/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/libtecla/trunk/
Homepage: http://www.astro.caltech.edu/~mcs/tecla/
Modified: trunk/packages/libtecla/trunk/debian/rules
===================================================================
--- trunk/packages/libtecla/trunk/debian/rules 2014-09-28 20:54:57 UTC (rev 18153)
+++ trunk/packages/libtecla/trunk/debian/rules 2014-09-29 13:02:17 UTC (rev 18154)
@@ -3,7 +3,7 @@
export DH_VERBOSE=1
%:
- dh $@ --with autoreconf
+ dh $@ --with autotools_dev,autoreconf
override_dh_install:
dh_install
More information about the debian-med-commit
mailing list