[wcslib] 01/01: ensure that configure never runs before autoreconf

Ole Streicher olebole-guest at moszumanska.debian.org
Wed Jan 1 12:42:58 UTC 2014


This is an automated email from the git hooks/post-receive script.

olebole-guest pushed a commit to branch debian
in repository wcslib.

commit de05552f7c3cf6f38d3d395480eb09e8220fd185
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Wed Jan 1 13:27:08 2014 +0100

    ensure that configure never runs before autoreconf
---
 debian/changelog | 8 ++++++++
 debian/rules     | 3 +++
 2 files changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a169362..8c599b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+wcslib (4.20-2) unstable; urgency=low
+
+  * [Colin Watson] Don't run dh_auto_clean if makedefs doesn't exist,
+    since that would end up running configure before autoreconf has been
+    run and thus fail on new ports. Closes: #733679
+
+ -- Ole Streicher <debian at liska.ath.cx>  Wed, 01 Jan 2014 13:23:03 +0100
+
 wcslib (4.20-1) unstable; urgency=low
 
   * New upstream version.
diff --git a/debian/rules b/debian/rules
index 2fe1436..e24907a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,9 @@
 %:
 	dh  $@ --with autoreconf,autotools_dev
 
+override_dh_auto_clean:
+	[ ! -e makedefs ] || dh_auto_clean
+
 override_dh_autoreconf:
 	AUTOHEADER=true dh_autoreconf
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/wcslib.git



More information about the debian-science-commits mailing list