[Python-modules-commits] r15459 - in packages/pyfiglet/trunk/debian (9 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Sat Feb 5 13:09:36 UTC 2011


    Date: Saturday, February 5, 2011 @ 13:09:13
  Author: stefanor
Revision: 15459

* debian/copyright:
  - Update upstream maintainer's email address.
  - Update format.
* Update my e-mail address.
* Use X-Python-Version.
  - BD on python-all 2.6.5-13.
  - Specify supported versions rather than all.
* Bump Standards-Version to 3.9.1, no changes needed.
* debian/rules: Correct argument order for dh.
* Patches: Update Forwarding status, upstream development has moved to
  github.

Modified:
  packages/pyfiglet/trunk/debian/changelog
  packages/pyfiglet/trunk/debian/control
  packages/pyfiglet/trunk/debian/copyright
  packages/pyfiglet/trunk/debian/patches/debian-defaults.diff
  packages/pyfiglet/trunk/debian/patches/dir-error-path.diff
  packages/pyfiglet/trunk/debian/patches/py26deprecation.diff
  packages/pyfiglet/trunk/debian/patches/setup.py.diff
  packages/pyfiglet/trunk/debian/patches/tlf-support.diff
  packages/pyfiglet/trunk/debian/rules

Modified: packages/pyfiglet/trunk/debian/changelog
===================================================================
--- packages/pyfiglet/trunk/debian/changelog	2011-02-05 10:14:57 UTC (rev 15458)
+++ packages/pyfiglet/trunk/debian/changelog	2011-02-05 13:09:13 UTC (rev 15459)
@@ -1,8 +1,18 @@
 pyfiglet (0.4+dfsg-3) UNRELEASED; urgency=low
 
-  * debian/copyright: Update upstream maintainer's email address.
+  * debian/copyright:
+    - Update upstream maintainer's email address.
+    - Update format.
+  * Update my e-mail address.
+  * Use X-Python-Version.
+    - BD on python-all 2.6.5-13.
+    - Specify supported versions rather than all.
+  * Bump Standards-Version to 3.9.1, no changes needed.
+  * debian/rules: Correct argument order for dh.
+  * Patches: Update Forwarding status, upstream development has moved to
+    github.
 
- -- Stefano Rivera <stefano at rivera.za.net>  Thu, 02 Sep 2010 14:59:44 +0200
+ -- Stefano Rivera <stefanor at debian.org>  Sat, 05 Feb 2011 15:07:50 +0200
 
 pyfiglet (0.4+dfsg-2) unstable; urgency=low
 

Modified: packages/pyfiglet/trunk/debian/control
===================================================================
--- packages/pyfiglet/trunk/debian/control	2011-02-05 10:14:57 UTC (rev 15458)
+++ packages/pyfiglet/trunk/debian/control	2011-02-05 13:09:13 UTC (rev 15459)
@@ -2,10 +2,10 @@
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Stefano Rivera <stefano at rivera.za.net>
-Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.5)
-XS-Python-Version: all
-Standards-Version: 3.9.0
+Uploaders: Stefano Rivera <stefanor at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.5-13~)
+X-Python-Version: >= 2.5
+Standards-Version: 3.9.1
 Homepage: http://sourceforge.net/projects/pyfiglet/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyfiglet/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyfiglet/trunk/

Modified: packages/pyfiglet/trunk/debian/copyright
===================================================================
--- packages/pyfiglet/trunk/debian/copyright	2011-02-05 10:14:57 UTC (rev 15458)
+++ packages/pyfiglet/trunk/debian/copyright	2011-02-05 13:09:13 UTC (rev 15459)
@@ -1,12 +1,8 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135
-Name: pyfiglet
-Maintainer: Christopher Jones <cjones at gmail.com>
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=166
+Upstream-Name: pyfiglet
+Upstream-Contact: Christopher Jones <cjones at gmail.com>
 Source: http://sourceforge.net/projects/pyfiglet/
-
-Files: *
-Copyright: 2007, Christopher Jones <cjones at gmail.com>
-License: GPL-2+
-X-Repackage-Comment:
+Conmment:
  The upstream for this package includes non-distributable items is the release
  tarball:
  * fonts.zip - a collection of figlet fonts from ftp.figlet.org
@@ -18,8 +14,12 @@
  .
  Upstream bug: https://sourceforge.net/tracker/?func=detail&aid=2933719&group_id=200820&atid=975074
 
+Files: *
+Copyright: 2007, Christopher Jones <cjones at gmail.com>
+License: GPL-2+
+
 Files: debian/*
-Copyright: 2010, Stefano Rivera <stefano at rivera.za.net>
+Copyright: 2010-2011, Stefano Rivera <stefanor at debian.org>
 License: GPL-2+
 
 Licence: GPL-2+

Modified: packages/pyfiglet/trunk/debian/patches/debian-defaults.diff
===================================================================
--- packages/pyfiglet/trunk/debian/patches/debian-defaults.diff	2011-02-05 10:14:57 UTC (rev 15458)
+++ packages/pyfiglet/trunk/debian/patches/debian-defaults.diff	2011-02-05 13:09:13 UTC (rev 15459)
@@ -1,8 +1,8 @@
 Description: Change defaults to be toilet-compatible (font: future), and set
  the fontdir to the location of figlet fonts in debian: /usr/share/figlet
-Author: Stefano Rivera <stefano at rivera.za.net>
-Forwarded: not-needed
-Last-Update: 2010-01-25
+Author: Stefano Rivera <stefanor at debian.org>
+Forwarded: https://github.com/pwaller/pyfiglet/pull/2
+Last-Update: 2010-02-05
 
 --- a/pyfiglet.py
 +++ b/pyfiglet.py

Modified: packages/pyfiglet/trunk/debian/patches/dir-error-path.diff
===================================================================
--- packages/pyfiglet/trunk/debian/patches/dir-error-path.diff	2011-02-05 10:14:57 UTC (rev 15458)
+++ packages/pyfiglet/trunk/debian/patches/dir-error-path.diff	2011-02-05 13:09:13 UTC (rev 15459)
@@ -1,8 +1,8 @@
 Description: The directory-tree handling code is poorer quality than the Zip
  file code. This corrects some non-existant variable accessing.
-Author: Stefano Rivera <stefano at rivera.za.net>
-Forwarded: https://sourceforge.net/tracker/?func=detail&aid=2939614&group_id=200820&atid=975076
-Last Update: 2010-01-25
+Author: Stefano Rivera <stefanor at debian.org>
+Forwarded: https://github.com/pwaller/pyfiglet/pull/1
+Last Update: 2011-02-05
 
 --- a/pyfiglet.py
 +++ b/pyfiglet.py

Modified: packages/pyfiglet/trunk/debian/patches/py26deprecation.diff
===================================================================
--- packages/pyfiglet/trunk/debian/patches/py26deprecation.diff	2011-02-05 10:14:57 UTC (rev 15458)
+++ packages/pyfiglet/trunk/debian/patches/py26deprecation.diff	2011-02-05 13:09:13 UTC (rev 15459)
@@ -1,9 +1,9 @@
 Description: Correctly subclass str, rather than passing parameters to
  str.__init__() which triggers a deprecation warning in Python 2.6.
-Author: Stefano Rivera <stefano at rivera.za.net>
+Author: Stefano Rivera <stefanor at debian.org>
 Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/pyfiglet/+bug/603496
-Forwarded: https://sourceforge.net/tracker/?func=detail&aid=3028609&group_id=200820&atid=975076
-Last-Update: 2010-06-12
+Applied-Upstream: https://github.com/pwaller/pyfiglet/commit/6be9cc3cc6a9b0936b0489668f8f4a5f0da5fbc1
+Last-Update: 2011-02-05
 --- a/pyfiglet.py
 +++ b/pyfiglet.py
 @@ -189,8 +189,8 @@

Modified: packages/pyfiglet/trunk/debian/patches/setup.py.diff
===================================================================
--- packages/pyfiglet/trunk/debian/patches/setup.py.diff	2011-02-05 10:14:57 UTC (rev 15458)
+++ packages/pyfiglet/trunk/debian/patches/setup.py.diff	2011-02-05 13:09:13 UTC (rev 15459)
@@ -1,8 +1,9 @@
 Description: No setup.py in upstream.
  This is a very simple one, only really suitable for the deb.
-Author: Stefano Rivera <stefano at rivera.za.net>
+Author: Stefano Rivera <stefanor at debian.org>
 Forwarded: https://sourceforge.net/tracker/?func=detail&aid=2933718&group_id=200820&atid=975074
-Last-Update: 2010-01-30
+Applied-Upstream: https://github.com/pwaller/pyfiglet/commit/cb95e192beb5f1a0523465de06258731a8f6b8c6
+Last-Update: 2011-02-05
 
 --- /dev/null
 +++ b/setup.py

Modified: packages/pyfiglet/trunk/debian/patches/tlf-support.diff
===================================================================
--- packages/pyfiglet/trunk/debian/patches/tlf-support.diff	2011-02-05 10:14:57 UTC (rev 15458)
+++ packages/pyfiglet/trunk/debian/patches/tlf-support.diff	2011-02-05 13:09:13 UTC (rev 15459)
@@ -1,8 +1,8 @@
 Description: Add support for toilet's .tlf files.
  There are .tlf files which are compatible with figlet.
-Author: Stefano Rivera <stefano at rivera.za.net>
-Forwarded: https://sourceforge.net/tracker/?func=detail&aid=2939616&group_id=200820&atid=975076
-Last Update: 2010-01-25
+Author: Stefano Rivera <stefanor at debian.org>
+Forwarded: https://github.com/pwaller/pyfiglet/pull/3
+Last Update: 2011-02-05
 
 --- a/pyfiglet.py
 +++ b/pyfiglet.py

Modified: packages/pyfiglet/trunk/debian/rules
===================================================================
--- packages/pyfiglet/trunk/debian/rules	2011-02-05 10:14:57 UTC (rev 15458)
+++ packages/pyfiglet/trunk/debian/rules	2011-02-05 13:09:13 UTC (rev 15459)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with python2 $@
+	dh $@ --with python2
 
 get-orig-source:
 	set -e; \




More information about the Python-modules-commits mailing list