[Python-modules-commits] r20094 - in packages/flufl.enum/trunk/debian (changelog control)

warsaw-guest at users.alioth.debian.org warsaw-guest at users.alioth.debian.org
Tue Jan 24 16:01:13 UTC 2012


    Date: Tuesday, January 24, 2012 @ 16:01:11
  Author: warsaw-guest
Revision: 20094

- B-D on python{,3}-pkg-resources so the build won't try to download
  distribute from PyPI.
- Drop common documentation package to a Suggests.

Modified:
  packages/flufl.enum/trunk/debian/changelog
  packages/flufl.enum/trunk/debian/control

Modified: packages/flufl.enum/trunk/debian/changelog
===================================================================
--- packages/flufl.enum/trunk/debian/changelog	2012-01-24 14:15:43 UTC (rev 20093)
+++ packages/flufl.enum/trunk/debian/changelog	2012-01-24 16:01:11 UTC (rev 20094)
@@ -10,7 +10,7 @@
   * debian/python-flufl.enum.pyremove
     - Do not install several files used only during the build process.
   * New upstream release.
-  * Also build 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 14:14:56 -0500

Modified: packages/flufl.enum/trunk/debian/control
===================================================================
--- packages/flufl.enum/trunk/debian/control	2012-01-24 14:15:43 UTC (rev 20093)
+++ packages/flufl.enum/trunk/debian/control	2012-01-24 16:01:11 UTC (rev 20094)
@@ -8,10 +8,12 @@
 Priority: optional
 Build-Depends: python-all (>= 2.6.6-3~),
                python-setuptools,
+               python-pkg-resources,
                python-sphinx (>= 1.0.7+dfsg-1~),
                debhelper (>= 8),
                python3-all,
-               python3-setuptools
+               python3-setuptools,
+               python3-pkg-resources
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/flufl.enum/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/flufl.enum/trunk/
@@ -30,7 +32,8 @@
 
 Package: python-flufl.enum
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-flufl.enum-docs
+Depends: ${python:Depends}, ${misc:Depends}
+Suggests: python-flufl.enum-docs
 Description: yet another Python enumeration package (Python 2)
  This package provides a Python enumeration, with an emphasis on simple,
  specific, concise semantics in an easy to read and write syntax.
@@ -39,7 +42,8 @@
 
 Package: python3-flufl.enum
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python-flufl.enum-docs
+Depends: ${python3:Depends}, ${misc:Depends}
+Suggests: python-flufl.enum-docs
 Description: yet another Python enumeration package (Python 3)
  This package provides a Python enumeration, with an emphasis on simple,
  specific, concise semantics in an easy to read and write syntax.




More information about the Python-modules-commits mailing list