[Python-apps-commits] r14582 - in packages/catfish/trunk/debian (changelog rules)

bluesabre-guest at users.alioth.debian.org bluesabre-guest at users.alioth.debian.org
Sun Jan 28 12:58:30 UTC 2018


    Date: Sunday, January 28, 2018 @ 12:58:30
  Author: bluesabre-guest
Revision: 14582

[svn-inject] Applying Debian modifications (1.4.4-1) to trunk

Modified:
  packages/catfish/trunk/debian/changelog
  packages/catfish/trunk/debian/rules

Modified: packages/catfish/trunk/debian/changelog
===================================================================
--- packages/catfish/trunk/debian/changelog	2018-01-28 12:17:41 UTC (rev 14581)
+++ packages/catfish/trunk/debian/changelog	2018-01-28 12:58:30 UTC (rev 14582)
@@ -1,6 +1,7 @@
 catfish (1.4.4-1) UNRELEASED; urgency=medium
 
-  * New upstream release.
+  * New upstream release. Closes: #798074
+    - Fixes en_AU localization. Closes: #794544
   * debian/compat:
     - Bump debhelper compatibility to 11
   * debian/control:

Modified: packages/catfish/trunk/debian/rules
===================================================================
--- packages/catfish/trunk/debian/rules	2018-01-28 12:17:41 UTC (rev 14581)
+++ packages/catfish/trunk/debian/rules	2018-01-28 12:58:30 UTC (rev 14582)
@@ -10,4 +10,6 @@
 	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_install:
+	# The build process interacts with localized files, this prevents
+	# any strings from being incorrectly encoded during the build.
 	LC_ALL=C.UTF-8 dh_auto_install




More information about the Python-apps-commits mailing list