[med-svn] r15740 - trunk/packages/libctapimkt/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Sun Jan 12 09:03:15 UTC 2014
Author: tille
Date: 2014-01-12 09:03:15 +0000 (Sun, 12 Jan 2014)
New Revision: 15740
Modified:
trunk/packages/libctapimkt/trunk/debian/changelog
trunk/packages/libctapimkt/trunk/debian/control
trunk/packages/libctapimkt/trunk/debian/rules
Log:
use dh-autoreconf to fix FTBFS on ppc64el
Modified: trunk/packages/libctapimkt/trunk/debian/changelog
===================================================================
--- trunk/packages/libctapimkt/trunk/debian/changelog 2014-01-10 20:42:44 UTC (rev 15739)
+++ trunk/packages/libctapimkt/trunk/debian/changelog 2014-01-12 09:03:15 UTC (rev 15740)
@@ -1,3 +1,12 @@
+libctapimkt (1.0.5~rc1-2) unstable; urgency=medium
+
+ * use dh-autoreconf to fix FTBFS on ppc64el (thanks for the patch to
+ Logan Rosen <logan at ubuntu.com>)
+ Closes: #735011
+ * cme fix dpkg-control
+
+ -- Andreas Tille <tille at debian.org> Sun, 12 Jan 2014 09:52:58 +0100
+
libctapimkt (1.0.5~rc1-1) unstable; urgency=low
* New upstream version (see README.source)
Modified: trunk/packages/libctapimkt/trunk/debian/control
===================================================================
--- trunk/packages/libctapimkt/trunk/debian/control 2014-01-10 20:42:44 UTC (rev 15739)
+++ trunk/packages/libctapimkt/trunk/debian/control 2014-01-12 09:03:15 UTC (rev 15740)
@@ -4,10 +4,10 @@
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
- autotools-dev,
+ dh-autoreconf,
d-shlibs,
- libusb-dev,
-Standards-Version: 3.9.4
+ libusb-dev
+Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/libctapimkt/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/libctapimkt/trunk/
Homepage: http://sourceforge.net/projects/ctapi-mkt
@@ -19,8 +19,8 @@
${devlibs:Depends},
${misc:Depends},
ctapi-dev
+Conflicts: libctapimkt-dev
Provides: libctapimkt-dev
-Conflicts: libctapimkt-dev
Description: Read German Krankenversichertenkarte and eGK (development)
Library and program to read the German health insurance card (KVK) and
the German electronic health card (eGK) from a certified card reading
Modified: trunk/packages/libctapimkt/trunk/debian/rules
===================================================================
--- trunk/packages/libctapimkt/trunk/debian/rules 2014-01-10 20:42:44 UTC (rev 15739)
+++ trunk/packages/libctapimkt/trunk/debian/rules 2014-01-12 09:03:15 UTC (rev 15740)
@@ -4,7 +4,7 @@
version:=1
%:
- dh $@
+ dh $@ --with autoreconf
override_dh_install:
dh_install
More information about the debian-med-commit
mailing list