[Python-modules-commits] r2599 - in /packages/python-formencode/trunk/debian: changelog control rules
kobold at users.alioth.debian.org
kobold at users.alioth.debian.org
Sun Jun 24 10:20:11 UTC 2007
Author: kobold
Date: Sun Jun 24 10:20:11 2007
New Revision: 2599
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2599
Log:
Preparing the new upload.
Modified:
packages/python-formencode/trunk/debian/changelog
packages/python-formencode/trunk/debian/control
packages/python-formencode/trunk/debian/rules
Modified: packages/python-formencode/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-formencode/trunk/debian/changelog?rev=2599&op=diff
==============================================================================
--- packages/python-formencode/trunk/debian/changelog (original)
+++ packages/python-formencode/trunk/debian/changelog Sun Jun 24 10:20:11 2007
@@ -1,3 +1,10 @@
+python-formencode (0.7.1-2) unstable; urgency=low
+
+ * debian/control: depends on python-elementtree. (Closes: #424659)
+ * debian/rules: install missing i18n files. (Closes: #422927)
+
+ -- Fabio Tranchitella <kobold at debian.org> Sun, 24 Jun 2007 12:17:51 +0200
+
python-formencode (0.7.1-1) unstable; urgency=low
* New upstream release.
Modified: packages/python-formencode/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-formencode/trunk/debian/control?rev=2599&op=diff
==============================================================================
--- packages/python-formencode/trunk/debian/control (original)
+++ packages/python-formencode/trunk/debian/control Sun Jun 24 10:20:11 2007
@@ -13,7 +13,7 @@
Package: python-formencode
Architecture: all
Section: python
-Depends: ${python:Depends}, python-dns
+Depends: ${python:Depends}, python-dns, python-elementtree
Replaces: python2.3-formencode (<< 0.5.1), python2.4-formencode (<< 0.5.1)
Conflicts: python2.3-formencode (<< 0.5.1), python2.4-formencode (<< 0.5.1)
XB-Python-Version: ${python:Versions}
Modified: packages/python-formencode/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-formencode/trunk/debian/rules?rev=2599&op=diff
==============================================================================
--- packages/python-formencode/trunk/debian/rules (original)
+++ packages/python-formencode/trunk/debian/rules Sun Jun 24 10:20:11 2007
@@ -30,6 +30,7 @@
dh_installdirs
for python in $(PYVERS); \
do $$python setup.py install --root=$(CURDIR)/debian/python-formencode --no-compile --single-version-externally-managed; \
+ dh_install -i formencode/i18n usr/lib/$$python/site-packages/formencode ; \
done
# Build architecture-dependent files here.
More information about the Python-modules-commits
mailing list