[singular] 01/01: Imported Debian patch 4.0.3-p1+ds-2: FTBFS #806108 fix

Jerome Benoit calculus-guest at moszumanska.debian.org
Fri Apr 29 16:29:34 UTC 2016


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

calculus-guest pushed a commit to branch master
in repository singular.

commit 3bea374087b852a9bd4e9af6ca44a8d4b54958a1
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Fri Apr 29 15:05:57 2016 +0000

    Imported Debian patch 4.0.3-p1+ds-2: FTBFS #806108 fix
---
 debian/changelog | 6 ++++++
 debian/rules     | 6 ++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 51a82e1..9476b3a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+singular (4.0.3-p1+ds-2) unstable; urgency=medium
+
+  * FTBFS fix (Closes: #806108), fix indep build failure.
+
+ -- Jerome Benoit <calculus at rezozer.net>  Fri, 29 Apr 2016 15:03:31 +0000
+
 singular (4.0.3-p1+ds-1) unstable; urgency=medium
 
   * New upstream version (Closes: #811855).
diff --git a/debian/rules b/debian/rules
index 7be61d6..0cb9134 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,8 @@ default:
 	dh $@ --with autoreconf --parallel
 
 override_dh_auto_build-indep:
-	make -C dox html
+	$(MAKE)
+	$(MAKE) -C dox html
 
 override_dh_auto_test-arch:
 	chmod a+x omalloc/getlucky-omtTest-X.sh
@@ -24,7 +25,8 @@ override_dh_auto_test-indep:
 
 DEB_AUTO_INSTALL_MAKEFLAGS = TOPSRCDIR=$(CURDIR) DESTDIR=$(CURDIR)/debian/tmp
 override_dh_auto_install-indep:
-	make -C dox install-html $(DEB_AUTO_INSTALL_MAKEFLAGS)
+	$(MAKE) install $(DEB_AUTO_INSTALL_MAKEFLAGS)
+	$(MAKE) -C dox install-html $(DEB_AUTO_INSTALL_MAKEFLAGS)
 
 ##override_dh_compress-indep:
 ##	dh_compress -X.pdf

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