[med-svn] r9263 - trunk/packages/exonerate/trunk/debian
Andreas Tille
tille at alioth.debian.org
Thu Jan 12 10:27:58 UTC 2012
Author: tille
Date: 2012-01-12 10:27:58 +0000 (Thu, 12 Jan 2012)
New Revision: 9263
Modified:
trunk/packages/exonerate/trunk/debian/changelog
trunk/packages/exonerate/trunk/debian/control
trunk/packages/exonerate/trunk/debian/rules
Log:
Use dh_autoreconf
Modified: trunk/packages/exonerate/trunk/debian/changelog
===================================================================
--- trunk/packages/exonerate/trunk/debian/changelog 2012-01-12 10:14:14 UTC (rev 9262)
+++ trunk/packages/exonerate/trunk/debian/changelog 2012-01-12 10:27:58 UTC (rev 9263)
@@ -1,3 +1,11 @@
+exonerate (2.2.0-5) unstable; urgency=low
+
+ * Rather use dh-autoreconf as advised in another patch from
+ Micah Gersten <micahg at ubuntu.com> (thanks for your patience)
+ Finally Closes #651802
+
+ -- Andreas Tille <tille at debian.org> Thu, 12 Jan 2012 11:11:06 +0100
+
exonerate (2.2.0-4) unstable; urgency=low
* Use autotools_dev properly
Modified: trunk/packages/exonerate/trunk/debian/control
===================================================================
--- trunk/packages/exonerate/trunk/debian/control 2012-01-12 10:14:14 UTC (rev 9262)
+++ trunk/packages/exonerate/trunk/debian/control 2012-01-12 10:27:58 UTC (rev 9263)
@@ -6,7 +6,7 @@
Uploaders: Steffen Moeller <moeller at debian.org>,
Charles Plessy <plessy at debian.org>,
Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 8), autotools-dev, libglib2.0-dev, libreadline-dev
+Build-Depends: debhelper (>= 8), autotools-dev, libglib2.0-dev, libreadline-dev, dh-autoreconf
Standards-Version: 3.9.2
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/exonerate/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/exonerate/trunk/
Modified: trunk/packages/exonerate/trunk/debian/rules
===================================================================
--- trunk/packages/exonerate/trunk/debian/rules 2012-01-12 10:14:14 UTC (rev 9262)
+++ trunk/packages/exonerate/trunk/debian/rules 2012-01-12 10:27:58 UTC (rev 9263)
@@ -5,8 +5,11 @@
# GPL
%:
- dh $@ --with autotools_dev
+ dh $@ --with autoreconf
+override_dh_autoreconf:
+ dh_autoreconf --as-needed
+
override_dh_auto_clean:
dh_auto_clean
rm -rf codegen
More information about the debian-med-commit
mailing list