[pkg-freevo-commits] r182 - packages/freevo/trunk/debian
Andrea Mennucci
mennucc1 at alioth.debian.org
Fri Feb 5 13:30:19 UTC 2010
Author: mennucc1
Date: 2010-02-05 13:30:16 +0000 (Fri, 05 Feb 2010)
New Revision: 182
Modified:
packages/freevo/trunk/debian/changelog
packages/freevo/trunk/debian/control
packages/freevo/trunk/debian/rules
Log:
protect __init__.py files ; Vcs-* fields point to where development is
Modified: packages/freevo/trunk/debian/changelog
===================================================================
--- packages/freevo/trunk/debian/changelog 2010-01-31 19:21:24 UTC (rev 181)
+++ packages/freevo/trunk/debian/changelog 2010-02-05 13:30:16 UTC (rev 182)
@@ -1,5 +1,5 @@
freevo (1.9.0-4) unstable; urgency=low
-
+
* Thanks Sandro Tosi for the NMU
* added many new patches, some from upstream
(for details, see the Bug URL in each of them)
@@ -13,9 +13,11 @@
- twisted-web-9.diff
correct the web plugin so that it works with latest twisted
- weather.diff : small correction for rare crashes at boot
- * switch to pysupport
+ * switch to pysupport, thanks to Sandro Tosi
+ * debian/control, Vcs-* fields point to where development is (trunk),
+ thanks to Sandro Tosi (Closes: #568021).
- -- A Mennucc1 <mennucc1 at debian.org> Sat, 30 Jan 2010 12:52:13 +0100
+ -- A Mennucc1 <mennucc1 at debian.org> Fri, 05 Feb 2010 13:52:39 +0100
freevo (1.9.0-3.1) unstable; urgency=low
Modified: packages/freevo/trunk/debian/control
===================================================================
--- packages/freevo/trunk/debian/control 2010-01-31 19:21:24 UTC (rev 181)
+++ packages/freevo/trunk/debian/control 2010-02-05 13:30:16 UTC (rev 182)
@@ -7,8 +7,8 @@
Build-Depends: cdbs (>= 0.4.48), python-all-dev (>= 2.5), python-support, debhelper (>= 5.0.38), quilt, docbook
Standards-Version: 3.8.0.0
XS-Python-Version: >= 2.5
-Vcs-Svn: svn://svn.debian.org/svn/pkg-freevo/freevo/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-freevo/freevo/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-freevo/packages/freevo/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-freevo/packages/freevo/trunk/
Homepage: http://freevo.org/
Package: freevo
Modified: packages/freevo/trunk/debian/rules
===================================================================
--- packages/freevo/trunk/debian/rules 2010-01-31 19:21:24 UTC (rev 181)
+++ packages/freevo/trunk/debian/rules 2010-02-05 13:30:16 UTC (rev 182)
@@ -38,6 +38,9 @@
fi; \
done
+ : #fill __init__.py so that they are not butchered by pysupport
+ for i in `find debian/tmp -type f -name "__init__.py" -size 0 `; do echo '#placeholder' >> "$$i" ; echo "sos $$i" ; done
+
mv $(CURDIR)/debian/tmp/usr/share/doc/freevo-$(UPSTREAM_VERSION) \
$(CURDIR)/debian/tmp/usr/share/doc/freevo
More information about the Pkg-freevo-commits
mailing list