[Pkg-utopia-commits] r2459 - in /packages/unstable/avahi/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sun Oct 12 12:10:07 UTC 2008


Author: lool
Date: Sun Oct 12 12:10:07 2008
New Revision: 2459

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2459
Log:
Generate a POT file during build; helps downstreams such as Ubuntu import
an always up-to-date pot, even we patch the source of upstream forgets to
do so; from Ubuntu; thanks Martin Pitt; closes: #486908.

Modified:
    packages/unstable/avahi/debian/changelog
    packages/unstable/avahi/debian/rules

Modified: packages/unstable/avahi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/changelog?rev=2459&op=diff
==============================================================================
--- packages/unstable/avahi/debian/changelog (original)
+++ packages/unstable/avahi/debian/changelog Sun Oct 12 12:10:07 2008
@@ -1,3 +1,11 @@
+avahi (0.6.23-3) UNRELEASED; urgency=low
+
+  * Generate a POT file during build; helps downstreams such as Ubuntu import
+    an always up-to-date pot, even we patch the source of upstream forgets to
+    do so; from Ubuntu; thanks Martin Pitt; closes: #486908.
+
+ -- Loic Minier <lool at dooz.org>  Sun, 12 Oct 2008 14:08:54 +0200
+
 avahi (0.6.23-2) unstable; urgency=low
 
   * debian/control

Modified: packages/unstable/avahi/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/rules?rev=2459&op=diff
==============================================================================
--- packages/unstable/avahi/debian/rules (original)
+++ packages/unstable/avahi/debian/rules Sun Oct 12 12:10:07 2008
@@ -37,9 +37,16 @@
                          debian/libavahi-glib1/usr/lib \
                          debian/libavahi-ui0/usr/lib
 
-#ensure that ServiceTypeDatabase.py is regenerated 
+# ensure that ServiceTypeDatabase.py is regenerated 
 pre-build::
-	-rm -f avahi-python/avahi/ServiceTypeDatabase.py 
+	-rm -f avahi-python/avahi/ServiceTypeDatabase.py
+
+common-build-arch::
+	# create an up to date PO template
+	cd po; intltool-update -p --verbose
+
+clean::
+	rm -f po/*.pot
 
 binary-install/avahi-discover::
 	dh_pysupport -p$(cdbs_curpkg)




More information about the Pkg-utopia-commits mailing list