[Python-modules-commits] r18218 - in packages/flufl.i18n/trunk/debian (changelog control rules)

warsaw-guest at users.alioth.debian.org warsaw-guest at users.alioth.debian.org
Sat Aug 20 16:30:32 UTC 2011


    Date: Saturday, August 20, 2011 @ 16:30:30
  Author: warsaw-guest
Revision: 18218

  * Update packaging for consistency with other flufl packages.

Modified:
  packages/flufl.i18n/trunk/debian/changelog
  packages/flufl.i18n/trunk/debian/control
  packages/flufl.i18n/trunk/debian/rules

Modified: packages/flufl.i18n/trunk/debian/changelog
===================================================================
--- packages/flufl.i18n/trunk/debian/changelog	2011-08-20 15:08:07 UTC (rev 18217)
+++ packages/flufl.i18n/trunk/debian/changelog	2011-08-20 16:30:30 UTC (rev 18218)
@@ -1,3 +1,9 @@
+flufl.i18n (1.0.4-2) unstable; urgency=low
+
+  * Update packaging for consistency with other flufl packages.
+
+ -- Barry Warsaw <barry at python.org>  Fri, 19 Aug 2011 22:56:21 -0400
+
 flufl.i18n (1.0.4-1) unstable; urgency=low
 
   * Initial release (closes: #588858)

Modified: packages/flufl.i18n/trunk/debian/control
===================================================================
--- packages/flufl.i18n/trunk/debian/control	2011-08-20 15:08:07 UTC (rev 18217)
+++ packages/flufl.i18n/trunk/debian/control	2011-08-20 16:30:30 UTC (rev 18218)
@@ -5,14 +5,15 @@
 Section: python
 X-Python-Version: >= 2.6
 Priority: optional
-Build-Depends: python-all, python-setuptools, debhelper (>= 7.0.50~),
-               python-sphinx
-Standards-Version: 3.9.1
+Build-Depends: python-all (>= 2.6.6-3~),
+               python-setuptools,
+               python-sphinx,
+               debhelper (>= 7.0.50)
+Standards-Version: 3.9.2
 
 Package: python-flufl.i18n
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
-XB-Python-Version: ${python:Versions}
 Description: high level API for Python internationalization
  This package provides a high level, convenient API for managing
  internationalization translation contexts in Python application.  There is a

Modified: packages/flufl.i18n/trunk/debian/rules
===================================================================
--- packages/flufl.i18n/trunk/debian/rules	2011-08-20 15:08:07 UTC (rev 18217)
+++ packages/flufl.i18n/trunk/debian/rules	2011-08-20 16:30:30 UTC (rev 18218)
@@ -4,7 +4,7 @@
 #PYTHON3=$(shell py3versions -vr)
 
 %:
-	dh $@ --with python2, --buildsystem python_distutils
+	dh $@ --with python2
 
 test-python%:
 	python$* setup.py test -vv




More information about the Python-modules-commits mailing list