[saods9] 01/03: Create make.linux on clean, closes: #724082

Ole Streicher olebole-guest at alioth.debian.org
Thu Sep 26 22:44:21 UTC 2013


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

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

commit a629b06b54cc2e191db3e244c775e6123feeeec7
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Thu Sep 26 18:34:03 2013 +0200

    Create make.linux on clean, closes: #724082
---
 debian/changelog |    6 ++++++
 debian/rules     |    7 ++++++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d1b83f7..533ef32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+saods9 (7.2+dfsg-2) unstable; urgency=low
+
+  * Create make.linux on clean, closes: #724082
+
+ -- Ole Streicher <debian at liska.ath.cx>  Thu, 26 Sep 2013 18:26:11 +0200
+
 saods9 (7.2+dfsg-1) unstable; urgency=low
 
   * Change distribution to unstable
diff --git a/debian/rules b/debian/rules
index 81b2828..957a563 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,11 +10,16 @@ get-orig-source:
 %:
 	dh $@
 
-override_dh_auto_build:
+make.include:
 	ln -sf make.linux make.include
+
+override_dh_auto_build: make.include
 	dh_auto_build -- $(BUILDPARTS)
 	chmod ugo-x ds9/zipdir/zvfsmntpt/src/*.tcl
 	perl -w debian/generate-man > ds9/ds9.1
 
 override_dh_installchangelogs:
 	dh_installchangelogs doc/release/r7.0.html
+
+override_dh_auto_clean: make.include
+	dh_auto_clean

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



More information about the debian-science-commits mailing list