pkgbinarymangler (29) edgy; urgency=low
 .
   * pkg{maintainermangler,striptranslations}.1: Document NO_PKG_MANGLE
     environment variable. (one part of LP#40735)
   * pkgmaintainermangler.1: Fix program name in AUTHOR section.
   * pkgstriptranslations: Do not strip backports. Closes: LP#58221

Matt, we need the same fix in dapper, too:

--- /tmp/QjKnYXJY6S/pkgbinarymangler-28/pkgstriptranslations    2006-09-06 
17:00:05.000000000 +0200
+++ /tmp/DJcVRnltbY/pkgbinarymangler-29/pkgstriptranslations    2006-09-12 
14:22:28.000000000 +0200
@@ -10,6 +10,12 @@
     exit 0
 fi

+# ignore backports
+if dpkg-parsechangelog | grep -q 'Distribution:.*backport'; then
+    echo "pkgstriptranslations: building backport, doing nothing"
+    exit 0
+fi
+
 tmp=$(mktemp -t -d pkgstriptranslations.XXXXXX)
 trap "rm -rf $tmp" 0 1 2 3 7 10 13 15

approval?

** Changed in: pkgbinarymangler (Ubuntu)
       Status: Fix Committed => Fix Released

** Changed in: pkgstriptranslations (Ubuntu Dapper)
       Status: Confirmed => In Progress

-- 
backports pocket should not have translation stripped
https://launchpad.net/bugs/58221

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to