[singular] 01/01: Harden d/rules
Jerome Benoit
calculus-guest at moszumanska.debian.org
Tue Nov 15 14:37:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
calculus-guest pushed a commit to branch stretch
in repository singular.
commit 6fc5a32567d05572fb2f37d58ea5b4e2914da1b2
Author: Jerome Benoit <calculus at rezozer.net>
Date: Tue Nov 15 11:05:24 2016 +0000
Harden d/rules
---
debian/changelog | 7 +++++++
debian/rules | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 66d170a..a8baee7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+singular (1:4.0.3-p3+ds-5) unstable; urgency=medium
+
+ * Debianization:
+ - debian/rules, harden.
+
+ -- Jerome Benoit <calculus at rezozer.net> Tue, 15 Nov 2016 11:04:57 +0000
+
singular (1:4.0.3-p3+ds-4) unstable; urgency=medium
* Debianization:
diff --git a/debian/rules b/debian/rules
index 3722ccc..ce93c83 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ default:
dh $@ --with autoreconf --parallel
override_dh_auto_build-indep:
- $(MAKE)
+ dh_auto_build -i
$(MAKE) -C dox html
override_dh_auto_test-arch:
@@ -25,7 +25,7 @@ override_dh_auto_test-indep:
DEB_AUTO_INSTALL_MAKEFLAGS = TOPSRCDIR=$(CURDIR) DESTDIR=$(CURDIR)/debian/tmp
override_dh_auto_install-indep:
- $(MAKE) install $(DEB_AUTO_INSTALL_MAKEFLAGS)
+ dh_auto_install -i
$(MAKE) -C dox install-html $(DEB_AUTO_INSTALL_MAKEFLAGS)
## WARNING: documentation might not be clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/singular.git
More information about the debian-science-commits
mailing list