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

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Sun Apr 22 19:02:48 UTC 2007


Author: sjoerd
Date: Sun Apr 22 19:02:48 2007
New Revision: 1429

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1429
Log:
* debian/rules:
  + Ensure that ServiceTypeDatabase.py is generated instead of using the one
    from the tarball (Closes: #420184)

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=1429&op=diff
==============================================================================
--- packages/unstable/avahi/debian/changelog (original)
+++ packages/unstable/avahi/debian/changelog Sun Apr 22 19:02:48 2007
@@ -1,3 +1,11 @@
+avahi (0.6.18-4) UNRELEASED; urgency=low
+
+  * debian/rules:
+    + Ensure that ServiceTypeDatabase.py is generated instead of using the one
+      from the tarball (Closes: #420184)
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Sun, 22 Apr 2007 20:31:27 +0200
+
 avahi (0.6.18-3) unstable; urgency=low
 
   [ Sjoerd Simons ]

Modified: packages/unstable/avahi/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/rules?rev=1429&op=diff
==============================================================================
--- packages/unstable/avahi/debian/rules (original)
+++ packages/unstable/avahi/debian/rules Sun Apr 22 19:02:48 2007
@@ -29,6 +29,10 @@
                          debian/libavahi-client3/usr/lib \
                          debian/libavahi-glib1/usr/lib \
                          debian/libavahi-ui0/usr/lib
+
+#ensure that ServiceTypeDatabase.py is regenerated 
+pre-build::
+	-rm -f avahi-python/avahi/ServiceTypeDatabase.py 
 
 binary-install/avahi-discover::
 	dh_pysupport -p$(cdbs_curpkg)




More information about the Pkg-utopia-commits mailing list