Source: choqok Version: 1.5-5 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: locale X-Debbugs-Cc: reproducible-bui...@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
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 <sgcl...@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