Package: wget
Version: 1.10.2-1
Severity: wishlist
Tags: patch

Hi!

For translators it is important to have an up to date PO template
(.pot file) available. Therefore in Ubuntu we modified all packages to
automatically generate a .pot on package build.

Would you consider doing this in Debian, too? I attach the patch.

Thank you!

Martin
-- 
Martin Pitt        http://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org

In a world without walls and fences, who needs Windows and Gates?
diff -pruN 1.10.2-1/debian/changelog 1.10.2-1ubuntu1/debian/changelog
--- 1.10.2-1/debian/changelog   2006-06-27 19:04:19.000000000 +0100
+++ 1.10.2-1ubuntu1/debian/changelog    2006-06-27 19:04:19.000000000 +0100
@@ -1,3 +1,9 @@
+wget (1.10.2-1ubuntu1) dapper; urgency=low
+
+  * debian/rules: Generate a POT file, remove it in clean rule.
+
+ -- Martin Pitt <[EMAIL PROTECTED]>  Thu,  4 May 2006 04:50:47 +0200
+
 wget (1.10.2-1) unstable; urgency=high
 
   * new upstream release which fixes a NTLM Buffer Overflow Vulnerability
diff -pruN 1.10.2-1/debian/rules 1.10.2-1ubuntu1/debian/rules
--- 1.10.2-1/debian/rules       2006-06-27 19:04:19.000000000 +0100
+++ 1.10.2-1ubuntu1/debian/rules        2006-06-27 19:04:19.000000000 +0100
@@ -31,6 +31,8 @@ build-stamp: config.status
        $(MAKE)
        #/usr/bin/docbook-to-man debian/wget.sgml > wget.1
 
+       cd po; make wget.pot
+
        touch build-stamp
 
 clean: clean-patched unpatch
@@ -41,7 +43,7 @@ clean-patched:
 
        # Add here commands to clean up after the build process.
        -$(MAKE) distclean
-       rm -f doc/wget.inf* po/de.gmo po/fr.gmo
+       rm -f doc/wget.inf* po/de.gmo po/fr.gmo po/wget.pot
 
        dh_clean
 

Attachment: signature.asc
Description: Digital signature

Reply via email to