[cddlib] 01/02: Fix dh-autoreconf syntax.
Tobias Hansen
thansen at moszumanska.debian.org
Sun Mar 16 19:36:58 UTC 2014
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch master
in repository cddlib.
commit 27647c2875cc4cbeb00a8de4c853489884ea6479
Author: Tobias Hansen <tobias.han at gmx.de>
Date: Sun Mar 16 20:14:23 2014 +0100
Fix dh-autoreconf syntax.
---
debian/changelog | 7 +++++++
debian/rules | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 64d6df3..1e971e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cddlib (094g-5) UNRELEASED; urgency=medium
+
+ * Fix dh-autoreconf syntax (thanks to Logan Rosen for the patch).
+ (Closes: #727340, #732590)
+
+ -- Tobias Hansen <thansen at debian.org> Sun, 16 Mar 2014 20:11:02 +0100
+
cddlib (094g-4) unstable; urgency=low
* Fix the clean target for arch-only builds (Closes: #721291).
diff --git a/debian/rules b/debian/rules
index 95ae015..3ec3fc9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined
%:
- dh $@ --parallel --with-autoreconf
+ dh $@ --parallel --with autoreconf
override_dh_auto_configure-indep:
rm -f doc/html.sty
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cddlib.git
More information about the debian-science-commits
mailing list