[Python-modules-commits] r6963 - in packages/python-formencode/trunk/debian (3 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Nov 25 19:11:11 UTC 2008


    Date: Tuesday, November 25, 2008 @ 19:11:10
  Author: piotr
Revision: 6963

* New upstream release (upload to experimental due to Lenny freeze, to ease
  testing rev. dependencies)
* Install .mo files in /usr/share/locale directory
* Add myself to Uploaders

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
===================================================================
--- packages/python-formencode/trunk/debian/changelog	2008-11-25 16:41:52 UTC (rev 6962)
+++ packages/python-formencode/trunk/debian/changelog	2008-11-25 19:11:10 UTC (rev 6963)
@@ -1,3 +1,12 @@
+python-formencode (1.2-1) experimental; urgency=low
+
+  * New upstream release (upload to experimental due to Lenny freeze, to ease
+    testing rev. dependencies)
+  * Install .mo files in /usr/share/locale directory
+  * Add myself to Uploaders
+
+ -- Piotr Ożarowski <piotr at debian.org>  Tue, 25 Nov 2008 19:24:20 +0100
+
 python-formencode (1.1-1) experimental; urgency=low
   
   [ Carlos Galisteo ]

Modified: packages/python-formencode/trunk/debian/control
===================================================================
--- packages/python-formencode/trunk/debian/control	2008-11-25 16:41:52 UTC (rev 6962)
+++ packages/python-formencode/trunk/debian/control	2008-11-25 19:11:10 UTC (rev 6963)
@@ -3,7 +3,8 @@
 Priority: optional
 Build-Depends: debhelper (>= 5.0.37.2), python-all-dev, python (>= 2.3.5-7), python-central (>= 0.5), python-setuptools (>= 0.6a9)
 Maintainer: Fabio Tranchitella <kobold at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
+ Piotr Ożarowski <piotr at debian.org>
 Standards-Version: 3.8.0
 XS-Python-Version: all
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-formencode/trunk/

Modified: packages/python-formencode/trunk/debian/rules
===================================================================
--- packages/python-formencode/trunk/debian/rules	2008-11-25 16:41:52 UTC (rev 6962)
+++ packages/python-formencode/trunk/debian/rules	2008-11-25 19:11:10 UTC (rev 6963)
@@ -29,8 +29,8 @@
 	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
+	dh_install -X.po -X.py formencode/i18n/* /usr/share/locale/
 
 # Build architecture-dependent files here.
 binary-arch:




More information about the Python-modules-commits mailing list