Package: pppconfig
Version: 2.3.18+nmu3
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

Updating the .po files in the clean rule increases the diff for downstream 
distributions when regenerating a source package.  Please consider doing that 
in a separate rule.

*** /tmp/tmpLSoZqF/bug_body
In Ubuntu, the attached patch was applied to achieve the following:

  * Don't update the po files on clean; Add update-po target; This decreases the
    overall diff
    - update debian/rules


Thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers oneiric-updates
  APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 
'oneiric-proposed'), (500, 'oneiric'), (100, 'oneiric-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-13-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru pppconfig-2.3.18+nmu3/debian/rules pppconfig-2.3.18+nmu3ubuntu1/debian/rules
--- pppconfig-2.3.18+nmu3/debian/rules	2011-06-01 09:38:39.000000000 -0500
+++ pppconfig-2.3.18+nmu3ubuntu1/debian/rules	2011-12-13 10:59:05.000000000 -0600
@@ -35,9 +35,11 @@
 	# Add here commands to clean up after the build process.
 	#-$(MAKE) clean
 	rm -f po/*.mo
-	po4a --rm-translations man/po4a.cfg
 	dh_clean
 
+update-po:
+	po4a --rm-translations man/po4a.cfg
+
 install: install-stamp
 install-stamp: build-stamp
 	dh_testdir

Reply via email to