[cddlib] 01/01: Fix binary only builds.

Tobias Hansen thansen at alioth.debian.org
Sun Sep 1 18:11:15 UTC 2013


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

thansen pushed a commit to branch master
in repository cddlib.

commit 020071d7d4e94cb2f54d6302ae9d87c3306f0bb4
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Sun Sep 1 20:13:35 2013 +0200

    Fix binary only builds.
---
 debian/changelog |    6 ++++++
 debian/rules     |    5 +++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3ede0ce..64d6df3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cddlib (094g-4) unstable; urgency=low
+
+  * Fix the clean target for arch-only builds (Closes: #721291).
+
+ -- Tobias Hansen <thansen at debian.org>  Sun, 01 Sep 2013 20:04:15 +0200
+
 cddlib (094g-3) unstable; urgency=low
 
   * Move the reference manual to a separate package libcdd-doc,
diff --git a/debian/rules b/debian/rules
index cad4a2e..95ae015 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,8 +12,9 @@ override_dh_auto_configure-indep:
 override_dh_auto_build-indep:
 	cd doc && latexmk -pdf cddlibman.tex
 
-override_dh_auto_clean-indep:
-	cd doc && latexmk -C
+override_dh_auto_clean:
+	-cd doc && latexmk -C
+	dh_auto_clean
 
 .PHONY: override_dh_strip
 override_dh_strip:

-- 
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