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

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Sun Mar 25 20:18:35 UTC 2012


    Date: Sunday, March 25, 2012 @ 20:18:34
  Author: kitterman
Revision: 20931

  * Rename flufl.enum-docs to the more usual flufl.enum-doc without
    adding transitional packages since it has never been in a stable release
  * Add DM-Upload-Allowed
  * Bump standards-version to 3.9.3 without further changes

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-03-25 18:30:20 UTC (rev 20930)
+++ packages/flufl.enum/trunk/debian/changelog	2012-03-25 20:18:34 UTC (rev 20931)
@@ -1,5 +1,8 @@
-flufl.enum (3.3.1-2) UNRELEASED; urgency=low
+flufl.enum (3.3.1-2) unstable; urgency=low
 
+  * Team upload
+
+  [ Barry Warsaw ]
   * debian/rules:
     - Build and install Python 3 versions via % expansion targets instead
       of for loops in override targets.
@@ -8,8 +11,14 @@
     - Better override_dh_auto_clean rule so that the package can be built
       twice in a row.  (Closes: #658259)
 
- -- Barry Warsaw <barry at python.org>  Fri, 03 Feb 2012 18:28:05 -0500
+  [ Scott Kitterman ]
+  * Rename flufl.enum-docs to the more usual flufl.enum-doc without
+    adding transitional packages since it has never been in a stable release
+  * Add DM-Upload-Allowed
+  * Bump standards-version to 3.9.3 without further changes
 
+ -- Scott Kitterman <scott at kitterman.com>  Sun, 25 Mar 2012 16:09:31 -0400
+
 flufl.enum (3.3.1-1) unstable; urgency=low
 
   [ Jakub Wilk ]

Modified: packages/flufl.enum/trunk/debian/control
===================================================================
--- packages/flufl.enum/trunk/debian/control	2012-03-25 18:30:20 UTC (rev 20930)
+++ packages/flufl.enum/trunk/debian/control	2012-03-25 20:18:34 UTC (rev 20931)
@@ -14,13 +14,16 @@
                python3-all,
                python3-setuptools,
                python3-pkg-resources
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 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/
+DM-Upload-Allowed: yes
 
-Package: python-flufl.enum-docs
+Package: python-flufl.enum-doc
 Architecture: all
 Section: doc
+Breaks: python-flufl.enum-docs
+Replaces: python-flufl.enum-docs
 Depends: ${sphinxdoc:Depends}, ${misc:Depends}
 Description: yet another Python enumeration package (common documentation)
  This package provides a Python enumeration, with an emphasis on simple,
@@ -33,7 +36,7 @@
 Package: python-flufl.enum
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
-Suggests: python-flufl.enum-docs
+Suggests: python-flufl.enum-doc
 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.
@@ -43,7 +46,7 @@
 Package: python3-flufl.enum
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}
-Suggests: python-flufl.enum-docs
+Suggests: python-flufl.enum-doc
 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