[med-svn] [genometools] 01/01: backport for Trusty/Debian Med PPA

Sascha Steinbiss sascha at steinbiss.name
Sat Feb 20 00:16:02 UTC 2016


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

sascha-guest pushed a commit to branch ubuntu/trusty-backports
in repository genometools.

commit c62ddcff3dcdd7ca077482a499bb7592bf0c6ea1
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date:   Sat Feb 20 00:13:55 2016 +0000

    backport for Trusty/Debian Med PPA
---
 debian/changelog | 6 ++++++
 debian/control   | 2 +-
 debian/rules     | 4 ++--
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9ea08c1..5753d38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+genometools (1.5.8-2~ubuntu14.04~ppa1) trusty; urgency=medium
+
+  * Rebuild for Debian Med PPA
+
+ -- Sascha Steinbiss <sascha at steinbiss.name>  Fri, 19 Feb 2016 23:24:14 +0000
+
 genometools (1.5.8-2) unstable; urgency=medium
 
   * Document migration to Git in d/control
diff --git a/debian/control b/debian/control
index 1b71459..d2c0ba5 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,7 @@ Build-Depends: debhelper (>= 9),
                docbook-xsl,
                faketime,
                imagemagick
-Standards-Version: 3.9.7
+Standards-Version: 3.9.5
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/genometools.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/genometools.git
 Homepage: http://genometools.org
diff --git a/debian/rules b/debian/rules
index 6234ade..b3623a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,8 @@ export DH_ALWAYS_EXCLUDE=.gitignore
 export PATH := $(CURDIR)/debian/strip-nondeterminism:$(PATH)
 export SOURCE_DATE_EPOCH = $(shell date -d "$$(dpkg-parsechangelog -SDate)" +%s)
 
-DARCH:=$(shell dpkg-architecture | fgrep DEB_TARGET_ARCH= | cut -f 2 -d'=')
-BITS:=$(shell dpkg-architecture | fgrep DEB_TARGET_ARCH_BITS= | cut -f 2 -d'=')
+DARCH:=$(shell dpkg-architecture | fgrep DEB_HOST_ARCH= | cut -f 2 -d'=')
+BITS:=$(shell dpkg-architecture | fgrep DEB_HOST_ARCH_BITS= | cut -f 2 -d'=')
 
 ifeq ($(DARCH),x32)
   X32:=yes

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/genometools.git



More information about the debian-med-commit mailing list