[med-svn] r9139 - trunk/packages/aeskulap/trunk/debian
Andreas Tille
tille at alioth.debian.org
Mon Jan 2 21:39:10 UTC 2012
Author: tille
Date: 2012-01-02 21:39:10 +0000 (Mon, 02 Jan 2012)
New Revision: 9139
Modified:
trunk/packages/aeskulap/trunk/debian/changelog
trunk/packages/aeskulap/trunk/debian/control
trunk/packages/aeskulap/trunk/debian/rules
Log:
Hopefully finally fix #607535
Modified: trunk/packages/aeskulap/trunk/debian/changelog
===================================================================
--- trunk/packages/aeskulap/trunk/debian/changelog 2012-01-02 19:37:55 UTC (rev 9138)
+++ trunk/packages/aeskulap/trunk/debian/changelog 2012-01-02 21:39:10 UTC (rev 9139)
@@ -1,3 +1,11 @@
+aeskulap (0.2.2b1-10) unstable; urgency=low
+
+ * Follow the advise to use dh-autoreconf (control+rules) of
+ Julian Taylor <jtaylor.debian at googlemail.com> (thanks Julian)
+ Closes: #607535
+
+ -- Andreas Tille <tille at debian.org> Mon, 02 Jan 2012 22:24:12 +0100
+
aeskulap (0.2.2b1-9) unstable; urgency=low
* debian/patches/30_as_needed.patch: Apply Fix from Ubunto to build with
Modified: trunk/packages/aeskulap/trunk/debian/control
===================================================================
--- trunk/packages/aeskulap/trunk/debian/control 2012-01-02 19:37:55 UTC (rev 9138)
+++ trunk/packages/aeskulap/trunk/debian/control 2012-01-02 21:39:10 UTC (rev 9139)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
Uploaders: Andreas Tille <tille at debian.org>,
Mathieu Malaterre <mathieu.malaterre at gmail.com>
-Build-Depends: debhelper (>= 8), autotools-dev, libssl-dev, libgtkmm-2.4-dev,
+Build-Depends: debhelper (>= 8), dh-autoreconf, libssl-dev, libgtkmm-2.4-dev,
libglademm-2.4-dev, libgconfmm-2.6-dev, libwrap0-dev, intltool, libdcmtk2-dev,
libtiff4-dev
Standards-Version: 3.9.2
Modified: trunk/packages/aeskulap/trunk/debian/rules
===================================================================
--- trunk/packages/aeskulap/trunk/debian/rules 2012-01-02 19:37:55 UTC (rev 9138)
+++ trunk/packages/aeskulap/trunk/debian/rules 2012-01-02 21:39:10 UTC (rev 9139)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with autoreconf
override_dh_install:
dh_install
More information about the debian-med-commit
mailing list