[gmp-ecm] 01/01: Imported Debian patch 6.4.4+ds-5

Jerome Benoit calculus-guest at moszumanska.debian.org
Mon Nov 30 21:44:12 UTC 2015


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

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

commit 4a73e5d84f12f7281993b298b92fe4a9f94b49f6
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Mon Nov 30 22:33:02 2015 +0100

    Imported Debian patch 6.4.4+ds-5
---
 debian/changelog |  8 ++++++++
 debian/control   |  1 +
 debian/rules     | 13 +++++++++++--
 3 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 41dd7ff..d469536 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+gmp-ecm (6.4.4+ds-5) unstable; urgency=medium
+
+  * FTBFS bug fix release (Closes: #806619):
+  * Debianization:
+    - arch/indep build scheme, introduce.
+
+ -- Jerome Benoit <calculus at rezozer.net>  Mon, 30 Nov 2015 21:31:59 +0000
+
 gmp-ecm (6.4.4+ds-4) unstable; urgency=medium
 
   * bug fix release (Closes: #804408):
diff --git a/debian/control b/debian/control
index 846c75e..9325b30 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends:
  debhelper (>= 9),
  autotools-dev, gnulib, m4 [amd64 kfreebsd-amd64], dh-autoreconf, libtool,
  libgmp-dev (>= 2:6.0)
+Build-Depends-Indep:
 Standards-Version: 3.9.6
 Homepage: http://ecm.gforge.inria.fr/
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/gmp-ecm.git
diff --git a/debian/rules b/debian/rules
index 413b685..1f9e018 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,14 +7,23 @@ default:
 	dh $@ --with autoreconf --builddirectory=_build --parallel
 
 override_dh_auto_configure:
-	dh_auto_configure -a -- --enable-shared --enable-maintainer-mode
+	dh_auto_configure -- --enable-shared --enable-maintainer-mode
+
+override_dh_auto_build-indep:
+	true
+
+override_dh_auto_test-indep:
+	true
+
+override_dh_auto_install-indep:
+	$(MAKE) -C _build install-data-am DESTDIR=$(CURDIR)/debian/tmp
 
 override_dh_installdocs:
 	dh_installdocs -plibecm0-dbg --link-doc=libecm0
 	dh_installdocs -plibecm0-dev --link-doc=libecm0-dev-common
 	dh_installdocs --remaining-packages
 
-override_dh_compress:
+override_dh_compress-indep:
 	dh_compress -Xexamples
 
 override_dh_strip:

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



More information about the debian-science-commits mailing list