[med-svn] [Git][med-team/genomethreader][master] 2 commits: use defined LANG when building
Sascha Steinbiss
gitlab at salsa.debian.org
Thu Jan 23 10:10:13 GMT 2020
Sascha Steinbiss pushed to branch master at Debian Med / genomethreader
Commits:
ee32fef7 by Sascha Steinbiss at 2020-01-23T11:04:12+01:00
use defined LANG when building
- - - - -
ac099ddc by Sascha Steinbiss at 2020-01-23T11:07:08+01:00
fix languages
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+genomethreader (1.7.3+dfsg-3) unstable; urgency=medium
+
+ * Use defined LANG when building to avoid breaking the Built-Using
+ detection.
+
+ -- Sascha Steinbiss <satta at debian.org> Thu, 23 Jan 2020 11:03:30 +0100
+
genomethreader (1.7.3+dfsg-2) unstable; urgency=medium
* Fix builds on some archs by removing -m32/-m64.
=====================================
debian/rules
=====================================
@@ -4,6 +4,8 @@ include /usr/share/dpkg/default.mk
DH_VERBOSE := 1
export LC_ALL=C.UTF-8
+export LANG=en_US.UTF-8
+export LANGUAGE=en_US.UTF-8
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export LIBVMATCH_PKG_VERSION=$(shell apt-cache policy libvmatch-dev | grep Installed | cut -f2 -d: | cut -c2-)
View it on GitLab: https://salsa.debian.org/med-team/genomethreader/compare/510a556d89f6793b591571b1bb6509aa1dc9192e...ac099ddcc02a829013f5116d740240b48ba1ac76
--
View it on GitLab: https://salsa.debian.org/med-team/genomethreader/compare/510a556d89f6793b591571b1bb6509aa1dc9192e...ac099ddcc02a829013f5116d740240b48ba1ac76
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200123/a9aa6874/attachment-0001.html>
More information about the debian-med-commit
mailing list