[givaro] 01/01: debian/rules: Switch override_dh_fixperms to override_dh_fixperms-arch. Otherwise, dpkg-buildpackage -A fails. Thanks to Santiago Vila <sanvila at debian.org> for patch (Closes: #836452).

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Sep 6 11:29:20 UTC 2016


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

dtorrance-guest pushed a commit to branch master
in repository givaro.

commit b47b40ea39179a2db285e705f5dcda0c64413ff5
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Tue Sep 6 07:26:20 2016 -0400

    debian/rules: Switch override_dh_fixperms to override_dh_fixperms-arch.
    Otherwise, dpkg-buildpackage -A fails.  Thanks to Santiago Vila
    <sanvila at debian.org> for patch (Closes: #836452).
---
 debian/changelog | 9 +++++++++
 debian/rules     | 4 +++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 89ab7dc..d5155fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+givaro (4.0.2-3) unstable; urgency=medium
+
+  * debian/rules
+    - Switch override_dh_fixperms to override_dh_fixperms-arch. Otherwise,
+      dpkg-buildpackage -A fails.
+      Thanks to Santiago Vila <sanvila at debian.org> for patch (Closes: #836452).
+
+ -- Doug Torrance <dtorrance at piedmont.edu>  Tue, 06 Sep 2016 07:28:18 -0400
+
 givaro (4.0.2-2) unstable; urgency=medium
 
   * debian/rules
diff --git a/debian/rules b/debian/rules
index 5926a54..2dfc0e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,9 @@ override_dh_auto_build-indep:
 override_dh_auto_test:
 	dh_auto_test --max-parallel=1
 
-override_dh_fixperms:
+# Remove this in next release; fixed upstream:
+# https://github.com/linbox-team/givaro/commit/47baccc
+override_dh_fixperms-arch:
 	dh_fixperms
 	chmod -x debian/libgivaro-dev/usr/share/doc/libgivaro-dev/examples/Polynomial/isgenerator.C
 

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



More information about the debian-science-commits mailing list