[Python-modules-commits] r15951 - in packages/pyfiglet/trunk/debian (4 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Wed Mar 2 13:21:49 UTC 2011


    Date: Wednesday, March 2, 2011 @ 13:21:46
  Author: stefanor
Revision: 15951

Correct DEP3 headers (first line of Description is the subject)

Modified:
  packages/pyfiglet/trunk/debian/changelog
  packages/pyfiglet/trunk/debian/patches/debian-defaults.diff
  packages/pyfiglet/trunk/debian/patches/dir-error-path.diff
  packages/pyfiglet/trunk/debian/patches/py26deprecation.diff

Modified: packages/pyfiglet/trunk/debian/changelog
===================================================================
--- packages/pyfiglet/trunk/debian/changelog	2011-03-02 13:20:51 UTC (rev 15950)
+++ packages/pyfiglet/trunk/debian/changelog	2011-03-02 13:21:46 UTC (rev 15951)
@@ -11,6 +11,7 @@
   * debian/rules: Correct argument order for dh.
   * Patches: Update Forwarding status, upstream development has moved to
     github.
+  * Correct DEP3 headers (first line of Description is the subject)
 
  -- Stefano Rivera <stefanor at debian.org>  Sat, 05 Feb 2011 15:07:50 +0200
 

Modified: packages/pyfiglet/trunk/debian/patches/debian-defaults.diff
===================================================================
--- packages/pyfiglet/trunk/debian/patches/debian-defaults.diff	2011-03-02 13:20:51 UTC (rev 15950)
+++ packages/pyfiglet/trunk/debian/patches/debian-defaults.diff	2011-03-02 13:21:46 UTC (rev 15951)
@@ -1,5 +1,6 @@
-Description: Change defaults to be toilet-compatible (font: future), and set
- the fontdir to the location of figlet fonts in debian: /usr/share/figlet
+Description: Debian figlet defaults.
+ 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 <stefanor at debian.org>
 Forwarded: https://github.com/pwaller/pyfiglet/pull/2
 Last-Update: 2010-02-05

Modified: packages/pyfiglet/trunk/debian/patches/dir-error-path.diff
===================================================================
--- packages/pyfiglet/trunk/debian/patches/dir-error-path.diff	2011-03-02 13:20:51 UTC (rev 15950)
+++ packages/pyfiglet/trunk/debian/patches/dir-error-path.diff	2011-03-02 13:21:46 UTC (rev 15951)
@@ -1,5 +1,6 @@
-Description: The directory-tree handling code is poorer quality than the Zip
- file code. This corrects some non-existant variable accessing.
+Description: Bugfix for error-handling code.
+ The directory-tree handling code is poorer quality than the Zip file code.
+ This corrects some non-existant variable accessing.
 Author: Stefano Rivera <stefanor at debian.org>
 Forwarded: https://github.com/pwaller/pyfiglet/pull/1
 Last Update: 2011-02-05

Modified: packages/pyfiglet/trunk/debian/patches/py26deprecation.diff
===================================================================
--- packages/pyfiglet/trunk/debian/patches/py26deprecation.diff	2011-03-02 13:20:51 UTC (rev 15950)
+++ packages/pyfiglet/trunk/debian/patches/py26deprecation.diff	2011-03-02 13:21:46 UTC (rev 15951)
@@ -1,5 +1,6 @@
-Description: Correctly subclass str, rather than passing parameters to
- str.__init__() which triggers a deprecation warning in Python 2.6.
+Description: Python2.6 deprecation squash.
+ Correctly subclass str, rather than passing parameters to str.__init__() which
+ triggers a deprecation warning in Python 2.6.
 Author: Stefano Rivera <stefanor at debian.org>
 Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/pyfiglet/+bug/603496
 Applied-Upstream: https://github.com/pwaller/pyfiglet/commit/6be9cc3cc6a9b0936b0489668f8f4a5f0da5fbc1




More information about the Python-modules-commits mailing list