[Python-modules-commits] r24005 - in packages/jpylyzer/trunk/debian (6 files)

malat at users.alioth.debian.org malat at users.alioth.debian.org
Thu Apr 25 07:55:22 UTC 2013


    Date: Thursday, April 25, 2013 @ 07:55:18
  Author: malat
Revision: 24005

upload 1.9.0

Added:
  packages/jpylyzer/trunk/debian/python-jpylyzer-doc.doc-base
  packages/jpylyzer/trunk/debian/python-jpylyzer-doc.docs
Modified:
  packages/jpylyzer/trunk/debian/changelog
  packages/jpylyzer/trunk/debian/control
  packages/jpylyzer/trunk/debian/orig-tar.sh
  packages/jpylyzer/trunk/debian/rules

Modified: packages/jpylyzer/trunk/debian/changelog
===================================================================
--- packages/jpylyzer/trunk/debian/changelog	2013-04-25 07:29:44 UTC (rev 24004)
+++ packages/jpylyzer/trunk/debian/changelog	2013-04-25 07:55:18 UTC (rev 24005)
@@ -1,3 +1,10 @@
+jpylyzer (1.9.0-1) unstable; urgency=low
+
+  * New upstream: improve interoperability between Python 2.7 and Python 3
+  * Add -doc package for documentation 
+
+ -- Mathieu Malaterre <malat at debian.org>  Thu, 25 Apr 2013 09:52:52 +0200
+
 jpylyzer (1.8.2-1) unstable; urgency=low
 
   * New upstream: support for XMP metadata in UUID box

Modified: packages/jpylyzer/trunk/debian/control
===================================================================
--- packages/jpylyzer/trunk/debian/control	2013-04-25 07:29:44 UTC (rev 24004)
+++ packages/jpylyzer/trunk/debian/control	2013-04-25 07:55:18 UTC (rev 24005)
@@ -14,8 +14,20 @@
 Package: python-jpylyzer
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
-Description: JP2 (JPEG 2000 Part 1) validator and properties extractor.
+Description: JP2 (JPEG 2000 Part 1) validator and properties extractor
  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.
+
+Package: python-jpylyzer-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Description: JP2 (JPEG 2000 Part 1) validator and properties extractor - doc
+ 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.
+ .
+ This is the documentation package for jpylyzer

Modified: packages/jpylyzer/trunk/debian/orig-tar.sh
===================================================================
--- packages/jpylyzer/trunk/debian/orig-tar.sh	2013-04-25 07:29:44 UTC (rev 24004)
+++ packages/jpylyzer/trunk/debian/orig-tar.sh	2013-04-25 07:55:18 UTC (rev 24005)
@@ -13,7 +13,7 @@
 rm Makefile
 rm -rf example_files
 rm -rf debian
-rm dist/*win32.zip
+rm downloads/*win32.zip
 cd ..
 tar -czf $TAR $DIR
 rm -rf $DIR $3

Added: packages/jpylyzer/trunk/debian/python-jpylyzer-doc.doc-base
===================================================================
--- packages/jpylyzer/trunk/debian/python-jpylyzer-doc.doc-base	                        (rev 0)
+++ packages/jpylyzer/trunk/debian/python-jpylyzer-doc.doc-base	2013-04-25 07:55:18 UTC (rev 24005)
@@ -0,0 +1,8 @@
+Document: python-jpylyzer-doc
+Title: Jpylyzer User Manual
+Author: van der Knijff
+Abstract: validator and properties extractor for JPEG 2000 Part 1 (JP2)
+Section: Graphics
+
+Format: PDF
+Files: /usr/share/doc/python-jpylyzer-doc/jpylyzerUserManual.pdf

Added: packages/jpylyzer/trunk/debian/python-jpylyzer-doc.docs
===================================================================
--- packages/jpylyzer/trunk/debian/python-jpylyzer-doc.docs	                        (rev 0)
+++ packages/jpylyzer/trunk/debian/python-jpylyzer-doc.docs	2013-04-25 07:55:18 UTC (rev 24005)
@@ -0,0 +1 @@
+jpylyzerUserManual.pdf

Modified: packages/jpylyzer/trunk/debian/rules
===================================================================
--- packages/jpylyzer/trunk/debian/rules	2013-04-25 07:29:44 UTC (rev 24004)
+++ packages/jpylyzer/trunk/debian/rules	2013-04-25 07:55:18 UTC (rev 24005)
@@ -12,5 +12,8 @@
 	dh_clean jpylyzer.1
 	dh_clean
 
+override_dh_compress:
+	dh_compress -X.pdf
+
 get-orig-source:
 	uscan --verbose --force-download




More information about the Python-modules-commits mailing list