[med-svn] r21728 - trunk/package_template

Afif Elghraoui afif at moszumanska.debian.org
Sun Apr 24 02:53:26 UTC 2016


Author: afif
Date: 2016-04-24 02:53:24 +0000 (Sun, 24 Apr 2016)
New Revision: 21728

Modified:
   trunk/package_template/rules
Log:
Force C.UTF-8 locale

This will prevent common reproducibility issues
as well as allow some debhelper add-ons to work
when there are non-ASCII characters in file paths.



Modified: trunk/package_template/rules
===================================================================
--- trunk/package_template/rules	2016-04-22 18:21:40 UTC (rev 21727)
+++ trunk/package_template/rules	2016-04-24 02:53:24 UTC (rev 21728)
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 # DH_VERBOSE := 1
+export LC_ALL=C.UTF-8
 
 # some helpful variables - uncomment them if needed
 # shamelessly stolen from http://jmtd.net/log/awk/




More information about the debian-med-commit mailing list