Package: f-spot
Version: 0.6.1.3-1
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
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 f-spot-0.6.1.3/debian/changelog f-spot-0.6.1.3/debian/changelog
--- f-spot-0.6.1.3/debian/changelog
+++ f-spot-0.6.1.3/debian/changelog
@@ -1,3 +1,11 @@
+f-spot (0.6.1.3-2) unstable; urgency=low
+
+  * debian/rules: update the translation template after the build, the change
+    doesn't make a difference for debian but is required for ubuntu and will let
+    the package stay in sync between distributions
+
+ -- Sebastien Bacher <seb...@ubuntu.com>  Wed, 30 Sep 2009 14:45:16 +0200
+
 f-spot (0.6.1.3-1) unstable; urgency=low
 
   * New upstream Version 0.6.1.3
diff -u f-spot-0.6.1.3/debian/rules f-spot-0.6.1.3/debian/rules
--- f-spot-0.6.1.3/debian/rules
+++ f-spot-0.6.1.3/debian/rules
@@ -31,6 +31,7 @@
 	   $(CURDIR)/debian/f-spot/usr/lib/f-spot/*.la \
 	   $(CURDIR)/debian/f-spot/usr/lib/f-spot/*.so
 	dh_install
+	cd po; intltool-update --pot
 
 # disable tests
 override_dh_auto_test:

Reply via email to