Package: pidgin-otr Version: 3.2.0-3 Severity: wishlist Tags: patch User: [email protected] Usertags: origin-ubuntu jaunty ubuntu-patch
Hi, The Ubuntu packages in main need to update their translation template during the build so the strings are available for the translators. The change is not really revelant for debian but doesn't cost a lot either and would allow us to keep the package in sync between the distributions so it would be nice if you could do a similar change to the debian version Thanks,
diff -u pidgin-otr-3.2.0/debian/changelog pidgin-otr-3.2.0/debian/changelog diff -u pidgin-otr-3.2.0/debian/control pidgin-otr-3.2.0/debian/control --- pidgin-otr-3.2.0/debian/control +++ pidgin-otr-3.2.0/debian/control @@ -2,7 +2,7 @@ Section: net Priority: optional Maintainer: Thibaut VARENE <[email protected]> -Build-Depends: debhelper (>= 4.0.0), libgpg-error-dev (>= 1.0), libgcrypt11-dev (>= 1.2.0), libglib2.0-dev (>= 2.4), libgtk2.0-dev (>= 2.4), pidgin-dev, libotr2-dev (>= 3.1.0), libxml-parser-perl +Build-Depends: debhelper (>= 4.0.0), libgpg-error-dev (>= 1.0), libgcrypt11-dev (>= 1.2.0), libglib2.0-dev (>= 2.4), libgtk2.0-dev (>= 2.4), pidgin-dev, libotr2-dev (>= 3.1.0), libxml-parser-perl, intltool Standards-Version: 3.8.0 Package: pidgin-otr diff -u pidgin-otr-3.2.0/debian/rules pidgin-otr-3.2.0/debian/rules --- pidgin-otr-3.2.0/debian/rules +++ pidgin-otr-3.2.0/debian/rules @@ -42,6 +42,8 @@ $(MAKE) #docbook-to-man debian/pidgin-otr.sgml > pidgin-otr.1 + cd po; intltool-update --verbose --pot + touch build-stamp clean:

