[Python-modules-commits] r14824 - in packages/flufl.i18n/trunk/debian (4 files)

warsaw-guest at users.alioth.debian.org warsaw-guest at users.alioth.debian.org
Wed Nov 3 21:55:28 UTC 2010


    Date: Wednesday, November 3, 2010 @ 21:55:17
  Author: warsaw-guest
Revision: 14824

Updated packaging based on feedback from Scott Kitterman (ScottK).

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

Modified: packages/flufl.i18n/trunk/debian/changelog
===================================================================
--- packages/flufl.i18n/trunk/debian/changelog	2010-11-03 20:33:49 UTC (rev 14823)
+++ packages/flufl.i18n/trunk/debian/changelog	2010-11-03 21:55:17 UTC (rev 14824)
@@ -1,5 +1,5 @@
-flufl.i18n (1.0.1-1) unstable; urgency=low
+flufl.i18n (1.0.2-1) unstable; urgency=low
 
   * Initial release (closes: #588858)
 
- -- Barry Warsaw <barry at python.org>  Thu, 10 Jun 2010 16:59:03 -0400
+ -- Barry Warsaw <barry at python.org>  Wed, 03 Nov 2010 16:46:21 -0400

Modified: packages/flufl.i18n/trunk/debian/control
===================================================================
--- packages/flufl.i18n/trunk/debian/control	2010-11-03 20:33:49 UTC (rev 14823)
+++ packages/flufl.i18n/trunk/debian/control	2010-11-03 21:55:17 UTC (rev 14824)
@@ -1,17 +1,16 @@
 Source: flufl.i18n
 Maintainer: Barry Warsaw <barry at python.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Section: python
-XS-Python-Version: >= 2.6
+X-Python-Version: >= 2.6
 Priority: optional
-Build-Depends: python, python-setuptools, debhelper (>= 7), python-support
-Standards-Version: 3.8.4
+Build-Depends: python, python-setuptools, debhelper (>= 7)
+Standards-Version: 3.9.1
 
 Package: python-flufl.i18n
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
 XB-Python-Version: ${python:Versions}
-Description: python-flufl.i18n is a high level API for Python internationalization.
+Description: A 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
  simple API for single-context applications, such as command line scripts which

Modified: packages/flufl.i18n/trunk/debian/copyright
===================================================================
--- packages/flufl.i18n/trunk/debian/copyright	2010-11-03 20:33:49 UTC (rev 14823)
+++ packages/flufl.i18n/trunk/debian/copyright	2010-11-03 21:55:17 UTC (rev 14824)
@@ -1,9 +1,11 @@
 This work was packaged for Debian by:
 
-    Barry Warsaw <barry at python.org> on 2010-07-12
+    Barry Warsaw <barry at python.org> on 2010-11-03
 
-It was downloaded from <http://launchpad.net/flufl.i18n>
+It was downloaded from:
 
+    <http://pypi.python.org/pypi/flufl.i18n>
+
 Upstream Author(s):
 
     Barry Warsaw <barry at python.org>

Modified: packages/flufl.i18n/trunk/debian/rules
===================================================================
--- packages/flufl.i18n/trunk/debian/rules	2010-11-03 20:33:49 UTC (rev 14823)
+++ packages/flufl.i18n/trunk/debian/rules	2010-11-03 21:55:17 UTC (rev 14824)
@@ -1,9 +1,4 @@
 #!/usr/bin/make -f
 
-export DH_OPTIONS=--buildsystem=python_distutils
-
-
 %:
-	dh $@
-
-
+	dh $@ --with python2, --buildsystem python_distutils




More information about the Python-modules-commits mailing list