[gap-guava] 01/01: Imported Debian patch 3.12+ds1-2

Jerome Benoit calculus-guest at moszumanska.debian.org
Wed Sep 24 02:25:42 UTC 2014


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

calculus-guest pushed a commit to tag debian/3.12+ds1-2
in repository gap-guava.

commit 26dee9fb69c291952af511d7687988667c4dd15f
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Wed Sep 24 03:59:57 2014 +0200

    Imported Debian patch 3.12+ds1-2
---
 debian/changelog | 8 ++++++++
 debian/control   | 2 +-
 debian/rules     | 4 ++--
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index edcf8b2..5727d8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+gap-guava (3.12+ds1-2) UNRELEASED; urgency=medium
+
+  * Debianization:
+    - debian/control, Standards Version 3.9.6 bump (no change);
+    - debian/rules, multiarch support correction.
+
+ -- Jerome Benoit <calculus at rezozer.net>  Wed, 24 Sep 2014 01:55:01 +0000
+
 gap-guava (3.12+ds1-1) unstable; urgency=medium
 
   * New upstream version (Closes: #493694).
diff --git a/debian/control b/debian/control
index e2ad98d..919c9de 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  debhelper (>= 9), autoconf, automake,
  gap (>=4r7p5), gap-dev (>=4r7p5), gap-gapdoc,
  texlive-latex-recommended, texlive-fonts-recommended, texlive-latex-extra
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: http://www.gap-system.org/Packages/guava.html
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/gap-guava.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/gap-guava.git
diff --git a/debian/rules b/debian/rules
index b60ca46..cd93f38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 CGAP=/usr/bin/gap
 
-DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_BUILD_MULTIARCH  ?= $(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)
 DEB_BUILD_GAP_INFO_ARCH ?= $(shell echo 'Print(GAPInfo.Architecture);' | $(CGAP) -A -q -T)
 
 default:
@@ -19,7 +19,7 @@ override_dh_link:
 		/usr/lib/gap/pkg/guava/bin /usr/share/gap/pkg/guava/bin \
 		/usr/share/gap/pkg/guava/doc /usr/share/doc/gap-guava/doc
 	dh_link -p gap-guava-bin \
-		/usr/lib/$(DEB_BUILD_GNU_TYPE)/gap/pkg/guava/bin /usr/lib/gap/pkg/guava/bin/$(DEB_BUILD_GAP_INFO_ARCH)
+		/usr/lib/$(DEB_BUILD_MULTIARCH)/gap/pkg/guava/bin /usr/lib/gap/pkg/guava/bin/$(DEB_BUILD_GAP_INFO_ARCH)
 
 override_dh_installchangelogs:
 	dh_installchangelogs --keep CHANGES.guava

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



More information about the debian-science-commits mailing list