[Python-modules-commits] r21502 - in packages/jpylyzer/trunk/debian (2 files)

malat at users.alioth.debian.org malat at users.alioth.debian.org
Wed May 2 20:23:14 UTC 2012


    Date: Wednesday, May 2, 2012 @ 20:23:06
  Author: malat
Revision: 21502

Fix package

Modified:
  packages/jpylyzer/trunk/debian/control
  packages/jpylyzer/trunk/debian/patches/addsetup.patch

Modified: packages/jpylyzer/trunk/debian/control
===================================================================
--- packages/jpylyzer/trunk/debian/control	2012-05-02 20:17:04 UTC (rev 21501)
+++ packages/jpylyzer/trunk/debian/control	2012-05-02 20:23:06 UTC (rev 21502)
@@ -6,6 +6,7 @@
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: python (>= 2.6.6-3~)
 Standards-Version: 3.9.3
+X-Python-Version: >= 2.7
 Homepage: https://github.com/openplanets/jpylyzer
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/jpylyzer/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/jpylyzer/trunk/

Modified: packages/jpylyzer/trunk/debian/patches/addsetup.patch
===================================================================
--- packages/jpylyzer/trunk/debian/patches/addsetup.patch	2012-05-02 20:17:04 UTC (rev 21501)
+++ packages/jpylyzer/trunk/debian/patches/addsetup.patch	2012-05-02 20:23:06 UTC (rev 21502)
@@ -27,7 +27,7 @@
 Index: jpylyzer-1.5.0/setup.py
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ jpylyzer-1.5.0/setup.py	2012-05-02 22:12:09.231649945 +0200
++++ jpylyzer-1.5.0/setup.py	2012-05-02 20:16:32.000000000 +0000
 @@ -0,0 +1,26 @@
 +from distutils.core import setup
 +
@@ -47,7 +47,7 @@
 +JP2 (JPEG 2000 Part 1) validator and properties extractor
 +-------------------------------------
 +
-+Validator and feature extractor for JP2 (JPEG 2000 Part 1 - ISO/IEC 15444‐1)
++Validator and feature extractor for JP2 (JPEG 2000 Part 1 - ISO/IEC 15444-1)
 +images. Jpylyzer was specifically created to check that a JP2 file really
 +conforms to the format's specifications. Additionally jpylyzer is able to
 +extract the technical characteristics of each image.




More information about the Python-modules-commits mailing list