[Python-modules-commits] r20950 - in packages/flufl.password/tags (5 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Tue Mar 27 19:26:24 UTC 2012


    Date: Tuesday, March 27, 2012 @ 19:26:22
  Author: kitterman
Revision: 20950

[svn-buildpackage] Tagging flufl.password 1.2-2

Added:
  packages/flufl.password/tags/1.2-2/
  packages/flufl.password/tags/1.2-2/debian/changelog
    (from rev 20949, packages/flufl.password/trunk/debian/changelog)
  packages/flufl.password/tags/1.2-2/debian/control
    (from rev 20949, packages/flufl.password/trunk/debian/control)
Deleted:
  packages/flufl.password/tags/1.2-2/debian/changelog
  packages/flufl.password/tags/1.2-2/debian/control

Deleted: packages/flufl.password/tags/1.2-2/debian/changelog
===================================================================
--- packages/flufl.password/trunk/debian/changelog	2012-03-27 19:13:18 UTC (rev 20948)
+++ packages/flufl.password/tags/1.2-2/debian/changelog	2012-03-27 19:26:22 UTC (rev 20950)
@@ -1,23 +0,0 @@
-flufl.password (1.2-2) UNRELEASED; urgency=low
-
-  * debian/rules:
-    - Build and install Python 3 versions via % expansion targets instead
-      of for loops in override targets.
-    - Remove test target debugging output when DEB_BUILD_OPTIONS=nocheck.
-    - Remove questionable workaround for bug 618367.
-    - Better override_dh_auto_clean rule so that the package can be built
-      twice in a row.
-  * debian/control:
-    - Rename flufl.password-docs to the more usual flufl.password-doc
-      without adding transitional packages since it has never been in a
-      stable release.
-    - Bump standards-version to 3.9.3 without further changes.
-
- -- Barry Warsaw <barry at python.org>  Tue, 27 Mar 2012 14:36:22 -0400
-
-flufl.password (1.2-1) unstable; urgency=low
-
-  * Initial release (closes: #657082)
-
- -- Barry Warsaw <barry at python.org>  Mon, 23 Jan 2012 17:21:42 -0500
-

Copied: packages/flufl.password/tags/1.2-2/debian/changelog (from rev 20949, packages/flufl.password/trunk/debian/changelog)
===================================================================
--- packages/flufl.password/tags/1.2-2/debian/changelog	                        (rev 0)
+++ packages/flufl.password/tags/1.2-2/debian/changelog	2012-03-27 19:26:22 UTC (rev 20950)
@@ -0,0 +1,29 @@
+flufl.password (1.2-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.
+    - Remove test target debugging output when DEB_BUILD_OPTIONS=nocheck.
+    - Remove questionable workaround for bug 618367.
+    - Better override_dh_auto_clean rule so that the package can be built
+      twice in a row.
+  * debian/control:
+    - Rename flufl.password-docs to the more usual flufl.password-doc
+      without adding transitional packages since it has never been in a
+      stable release.
+    - Bump standards-version to 3.9.3 without further changes.
+
+  [ Scott Kitterman ]
+  * Add DM-Upload-Allowed
+
+ -- Scott Kitterman <scott at kitterman.com>  Tue, 27 Mar 2012 15:19:52 -0400
+
+flufl.password (1.2-1) unstable; urgency=low
+
+  * Initial release (closes: #657082)
+
+ -- Barry Warsaw <barry at python.org>  Mon, 23 Jan 2012 17:21:42 -0500
+

Deleted: packages/flufl.password/tags/1.2-2/debian/control
===================================================================
--- packages/flufl.password/trunk/debian/control	2012-03-27 19:13:18 UTC (rev 20948)
+++ packages/flufl.password/tags/1.2-2/debian/control	2012-03-27 19:26:22 UTC (rev 20950)
@@ -1,47 +0,0 @@
-Source: flufl.password
-Maintainer: Barry Warsaw <barry at python.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Homepage: http://launchpad.net/flufl.password
-Section: python
-X-Python-Version: >= 2.6
-X-Python3-Version: >= 3.2
-Priority: optional
-Build-Depends: python-all (>= 2.6.6-3~),
-               python-setuptools,
-               python-sphinx (>= 1.0.7+dfsg-1~),
-               debhelper (>= 8),
-               python3-all,
-               python3-setuptools
-Standards-Version: 3.9.3
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/flufl.password/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/flufl.password/trunk/
-
-Package: python-flufl.password-doc
-Architecture: all
-Section: doc
-Breaks: python-flufl.password-docs
-Replaces: python-flufl.password-docs
-Depends: ${sphinxdoc:Depends}, ${misc:Depends}
-Description: password hashing and verification (common documentation)
- This package provides utilities for hashing and verification of passwords, as
- well as generating user-friendly passwords.
- .
- This is the common documentation package.
-
-Package: python-flufl.password
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Suggests: python-flufl.password-doc
-Description: password hashing and verification (Python 2)
- This package provides utilities for hashing and verification of passwords, as
- well as generating user-friendly passwords.
-
-Package: python3-flufl.password
-Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
-Suggests: python-flufl.password-doc
-Description: password hashing and verification (Python 3)
- This package provides utilities for hashing and verification of passwords, as
- well as generating user-friendly passwords.
- .
- This is the Python 3 version of the package.

Copied: packages/flufl.password/tags/1.2-2/debian/control (from rev 20949, packages/flufl.password/trunk/debian/control)
===================================================================
--- packages/flufl.password/tags/1.2-2/debian/control	                        (rev 0)
+++ packages/flufl.password/tags/1.2-2/debian/control	2012-03-27 19:26:22 UTC (rev 20950)
@@ -0,0 +1,48 @@
+Source: flufl.password
+Maintainer: Barry Warsaw <barry at python.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Homepage: http://launchpad.net/flufl.password
+Section: python
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+Priority: optional
+Build-Depends: python-all (>= 2.6.6-3~),
+               python-setuptools,
+               python-sphinx (>= 1.0.7+dfsg-1~),
+               debhelper (>= 8),
+               python3-all,
+               python3-setuptools
+Standards-Version: 3.9.3
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/flufl.password/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/flufl.password/trunk/
+DM-Upload-Allowed: yes
+
+Package: python-flufl.password-doc
+Architecture: all
+Section: doc
+Breaks: python-flufl.password-docs
+Replaces: python-flufl.password-docs
+Depends: ${sphinxdoc:Depends}, ${misc:Depends}
+Description: password hashing and verification (common documentation)
+ This package provides utilities for hashing and verification of passwords, as
+ well as generating user-friendly passwords.
+ .
+ This is the common documentation package.
+
+Package: python-flufl.password
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Suggests: python-flufl.password-doc
+Description: password hashing and verification (Python 2)
+ This package provides utilities for hashing and verification of passwords, as
+ well as generating user-friendly passwords.
+
+Package: python3-flufl.password
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Suggests: python-flufl.password-doc
+Description: password hashing and verification (Python 3)
+ This package provides utilities for hashing and verification of passwords, as
+ well as generating user-friendly passwords.
+ .
+ This is the Python 3 version of the package.




More information about the Python-modules-commits mailing list