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

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Sat Oct 18 02:33:19 UTC 2014


    Date: Saturday, October 18, 2014 @ 02:33:18
  Author: stefanor
Revision: 31114

* New upstream bugfix release.
* Refresh patches.
* Bump Standards-Version to 3.9.6, no changes needed.

Modified:
  packages/pyfiglet/trunk/debian/changelog
  packages/pyfiglet/trunk/debian/control
  packages/pyfiglet/trunk/debian/patches/debian-defaults.diff
  packages/pyfiglet/trunk/debian/patches/font-location.diff

Modified: packages/pyfiglet/trunk/debian/changelog
===================================================================
--- packages/pyfiglet/trunk/debian/changelog	2014-10-18 00:56:36 UTC (rev 31113)
+++ packages/pyfiglet/trunk/debian/changelog	2014-10-18 02:33:18 UTC (rev 31114)
@@ -1,3 +1,11 @@
+pyfiglet (0.7.2+dfsg-1) UNRELEASED; urgency=medium
+
+  * New upstream bugfix release.
+  * Refresh patches.
+  * Bump Standards-Version to 3.9.6, no changes needed.
+
+ -- Stefano Rivera <stefanor at debian.org>  Sun, 27 Jul 2014 21:15:11 +0200
+
 pyfiglet (0.7.1+dfsg-1) unstable; urgency=medium
 
   * New upstream release.

Modified: packages/pyfiglet/trunk/debian/control
===================================================================
--- packages/pyfiglet/trunk/debian/control	2014-10-18 00:56:36 UTC (rev 31113)
+++ packages/pyfiglet/trunk/debian/control	2014-10-18 02:33:18 UTC (rev 31114)
@@ -14,7 +14,7 @@
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.1
 XS-Testsuite: autopkgtest
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: https://github.com/pwaller/pyfiglet
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyfiglet/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyfiglet/trunk/

Modified: packages/pyfiglet/trunk/debian/patches/debian-defaults.diff
===================================================================
--- packages/pyfiglet/trunk/debian/patches/debian-defaults.diff	2014-10-18 00:56:36 UTC (rev 31113)
+++ packages/pyfiglet/trunk/debian/patches/debian-defaults.diff	2014-10-18 02:33:18 UTC (rev 31114)
@@ -6,7 +6,7 @@
 
 --- a/pyfiglet/__init__.py
 +++ b/pyfiglet/__init__.py
-@@ -34,7 +34,7 @@
+@@ -35,7 +35,7 @@
  """
  
  

Modified: packages/pyfiglet/trunk/debian/patches/font-location.diff
===================================================================
--- packages/pyfiglet/trunk/debian/patches/font-location.diff	2014-10-18 00:56:36 UTC (rev 31113)
+++ packages/pyfiglet/trunk/debian/patches/font-location.diff	2014-10-18 02:33:18 UTC (rev 31114)
@@ -6,16 +6,16 @@
 
 --- a/pyfiglet/__init__.py
 +++ b/pyfiglet/__init__.py
-@@ -5,7 +5,7 @@
- """
+@@ -6,7 +6,7 @@
  
- from __future__ import print_function
+ from __future__ import print_function, unicode_literals
+ 
 -import pkg_resources
 +import os.path
  import re
  import sys
  from optparse import OptionParser
-@@ -91,8 +91,8 @@
+@@ -92,8 +92,8 @@
          """
          for extension in ('tlf', 'flf'):
              fn = '%s.%s' % (font, extension)
@@ -26,7 +26,7 @@
                  data = data.decode('UTF-8', 'replace')
                  return data
          else:
-@@ -102,14 +102,14 @@
+@@ -103,14 +103,14 @@
      def isValidFont(cls, font):
          if not font.endswith(('.flf', '.tlf')):
              return False




More information about the Python-modules-commits mailing list