[Reproducible-builds] Bug#825322: Choqok: please make the build reproducible (locale)

Scarlett Clark scarlett.gately.clark at gmail.com
Thu May 26 00:50:13 UTC 2016


Source: choqok
Version: 1.5-5
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: locale
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org

Hi!

While working on the “reproducible builds” effort [1], we have noticed
that choqok could not be built reproducibly.

The attached patch sets the Add export LC_ALL=C.UTF-8 to the rules file
to make the build reproducible.

Cheers,
Scarlett

[1]: https://wiki.debian.org/ReproducibleBuilds
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/reproducible-builds/attachments/20160525/eac7d750/attachment.html>
-------------- next part --------------
diff --git a/debian/changelog b/debian/changelog
index 5607706..892b9ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+choqok (1.5-5.0~reproducible1) unstable; urgency=medium
+
+  * Add export LC_ALL=C.UTF-8 to the rules file
+    to make build reproducible. 
+
+ -- Scarlett Clark <sgclark at kubuntu.org>  Mon, 23 May 2016 17:04:59 -0700
+
 choqok (1.5-5) unstable; urgency=medium
 
   * Apply Cyril Brulebois' disable-longurl-plugin.diff to disable longurl
diff --git a/debian/rules b/debian/rules
index ae4c3ad..8984927 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export LC_ALL=C.UTF-8
+
 %:
 	dh $@ --parallel --with kde --fail-missing
 


More information about the Reproducible-builds mailing list