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

warsaw-guest at users.alioth.debian.org warsaw-guest at users.alioth.debian.org
Fri Jan 27 00:46:35 UTC 2012


    Date: Friday, January 27, 2012 @ 00:46:33
  Author: warsaw-guest
Revision: 20147

- bump python-flufl.i18n-docs to a Suggests
- add setup.py patch to disable distribute_setup

Added:
  packages/flufl.i18n/trunk/debian/patches/
  packages/flufl.i18n/trunk/debian/patches/series
  packages/flufl.i18n/trunk/debian/patches/setup.patch
Modified:
  packages/flufl.i18n/trunk/debian/changelog
  packages/flufl.i18n/trunk/debian/control

Modified: packages/flufl.i18n/trunk/debian/changelog
===================================================================
--- packages/flufl.i18n/trunk/debian/changelog	2012-01-27 00:37:42 UTC (rev 20146)
+++ packages/flufl.i18n/trunk/debian/changelog	2012-01-27 00:46:33 UTC (rev 20147)
@@ -1,7 +1,8 @@
 flufl.i18n (1.1-1) unstable; urgency=low
 
   * New upstream release.
-  * Add support for Python 3.
+  * Build for Python 3, and split out common documentation package.
+  * compat level 8
 
  -- Barry Warsaw <barry at python.org>  Thu, 19 Jan 2012 19:10:28 -0500
 

Modified: packages/flufl.i18n/trunk/debian/control
===================================================================
--- packages/flufl.i18n/trunk/debian/control	2012-01-27 00:37:42 UTC (rev 20146)
+++ packages/flufl.i18n/trunk/debian/control	2012-01-27 00:46:33 UTC (rev 20147)
@@ -34,8 +34,8 @@
 
 Package: python-flufl.i18n
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-flufl.i18n-docs
-Suggests: python-pkg-resources
+Depends: ${python:Depends}, ${misc:Depends}
+Suggests: python-pkg-resources, python-flufl.i18n-docs
 Description: high level API for Python internationalization (Python 2)
  This package provides a high level, convenient API for managing
  internationalization translation contexts in Python application.  There is a
@@ -47,8 +47,8 @@
 
 Package: python3-flufl.i18n
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python-flufl.i18n-docs
-Suggests: python3-pkg-resources
+Depends: ${python3:Depends}, ${misc:Depends}
+Suggests: python3-pkg-resources, python-flufl.i18n-docs
 Description: high level API for Python internationalization (Python 3)
  This package provides a high level, convenient API for managing
  internationalization translation contexts in Python application.  There is a

Added: packages/flufl.i18n/trunk/debian/patches/series
===================================================================
--- packages/flufl.i18n/trunk/debian/patches/series	                        (rev 0)
+++ packages/flufl.i18n/trunk/debian/patches/series	2012-01-27 00:46:33 UTC (rev 20147)
@@ -0,0 +1 @@
+setup.patch

Added: packages/flufl.i18n/trunk/debian/patches/setup.patch
===================================================================
--- packages/flufl.i18n/trunk/debian/patches/setup.patch	                        (rev 0)
+++ packages/flufl.i18n/trunk/debian/patches/setup.patch	2012-01-27 00:46:33 UTC (rev 20147)
@@ -0,0 +1,20 @@
+Description: Comment out distribute_setup since this could lead to the
+ downloading of distribute from PyPI.
+Author: Barry Warsaw <barry at python.org>
+Forwarded: not-needed
+
+=== modified file 'setup.py'
+--- a/setup.py	2012-01-19 23:22:15 +0000
++++ b/setup.py	2012-01-27 00:41:14 +0000
+@@ -14,8 +14,8 @@
+ # You should have received a copy of the GNU Lesser General Public License
+ # along with flufl.i18n.  If not, see <http://www.gnu.org/licenses/>.
+ 
+-from distribute_setup import use_setuptools
+-use_setuptools()
++## from distribute_setup import use_setuptools
++## use_setuptools()
+ 
+ from setup_helpers import (
+     description, get_version, long_description, require_python)
+




More information about the Python-modules-commits mailing list