[giac] 01/01: Fix arch-dep builds

Ximin Luo infinity0 at debian.org
Wed Feb 15 14:19:00 UTC 2017


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

infinity0 pushed a commit to branch master
in repository giac.

commit 652c99006697b31577497d66b9853aac1fa2b36d
Author: Ximin Luo <infinity0 at debian.org>
Date:   Wed Feb 15 15:13:06 2017 +0100

    Fix arch-dep builds
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 629882c..73a1ef2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+giac (1.2.3.25+dfsg1-2) UNRELEASED; urgency=medium
+
+  * Fix arch-dep builds. (Closes: #855076)
+
+ -- Ximin Luo <infinity0 at debian.org>  Wed, 15 Feb 2017 14:21:43 +0100
+
 giac (1.2.3.25+dfsg1-1) unstable; urgency=low
 
   [ Gilles Filippini ]
diff --git a/debian/rules b/debian/rules
index 24a92b0..2fa8f72 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ override_dh_install:
 	rm -f debian/tmp/usr/include/giac/config.h
 	dh_install --fail-missing
 
-override_dh_fixperms:
+override_dh_fixperms-indep:
 	dh_fixperms
 	find debian/giac-doc/usr/share/giac/examples/ \
 	  \( -name '*.cas' -o -name '*.xws' -o -name '*.cxx' \) -exec chmod -x '{}' \;

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



More information about the debian-science-commits mailing list