[Python-modules-commits] r24085 - in packages/jpylyzer/trunk/debian (7 files)

malat at users.alioth.debian.org malat at users.alioth.debian.org
Thu May 2 10:11:33 UTC 2013


    Date: Thursday, May 2, 2013 @ 10:11:30
  Author: malat
Revision: 24085

Prepare new upload

Added:
  packages/jpylyzer/trunk/debian/python-jpylyzer.install
Modified:
  packages/jpylyzer/trunk/debian/changelog
  packages/jpylyzer/trunk/debian/jpylyzer.pod
  packages/jpylyzer/trunk/debian/orig-tar.sh
  packages/jpylyzer/trunk/debian/patches/addsetup.patch
  packages/jpylyzer/trunk/debian/rules
Deleted:
  packages/jpylyzer/trunk/debian/install

Modified: packages/jpylyzer/trunk/debian/changelog
===================================================================
--- packages/jpylyzer/trunk/debian/changelog	2013-05-01 22:59:15 UTC (rev 24084)
+++ packages/jpylyzer/trunk/debian/changelog	2013-05-02 10:11:30 UTC (rev 24085)
@@ -1,3 +1,11 @@
+jpylyzer (1.9.2-1) unstable; urgency=low
+
+  * New upstream
+  * Fix installation. Closes: #706451
+  * Refresh patch, and update man page
+
+ -- Mathieu Malaterre <malat at debian.org>  Thu, 02 May 2013 12:06:58 +0200
+
 jpylyzer (1.9.0-1) unstable; urgency=low
 
   * New upstream: improve interoperability between Python 2.7 and Python 3

Deleted: packages/jpylyzer/trunk/debian/install
===================================================================
--- packages/jpylyzer/trunk/debian/install	2013-05-01 22:59:15 UTC (rev 24084)
+++ packages/jpylyzer/trunk/debian/install	2013-05-02 10:11:30 UTC (rev 24085)
@@ -1 +0,0 @@
-debian/jpylyzer usr/bin

Modified: packages/jpylyzer/trunk/debian/jpylyzer.pod
===================================================================
--- packages/jpylyzer/trunk/debian/jpylyzer.pod	2013-05-01 22:59:15 UTC (rev 24084)
+++ packages/jpylyzer/trunk/debian/jpylyzer.pod	2013-05-02 10:11:30 UTC (rev 24085)
@@ -4,7 +4,7 @@
 
 =head1 SYNOPSIS
 
-jpylyzer [I<options>] [I<jp2file>]
+jpylyzer [I<options>] [I<jp2In>]
 
 =head1 DESCRIPTION
 
@@ -27,15 +27,30 @@
 
 Report test results in verbose format.
 
+=item B<--wrapper, -w>
+
+Wrap output for individual image(s) in 'results' XML element.
+
 =back
 
+=head1 ARGUMENTS
+
+=over 8
+
+=item B<jp2In>
+
+Input JP2 image(s), may be one or more (whitespace-separated) path expressions; 
+prefix wildcard (*) with backslash.
+
+=back
+
 =head1 BUGS
 
 Please report bugs at https://github.com/openplanets/jpylyzer/issues.
 
 =head1 AUTHORS
 
-B<jpylyzer> was written by Johan van der Knijff <Johan.vanderKnijff at kb.nl>.
+B<jpylyzer> was written by Johan van der Knijff <Johan.vanderKnijff at kb.nl> and others.
 
 This manual page was written by Rui Castro <rcastro at keep.pt>.
 

Modified: packages/jpylyzer/trunk/debian/orig-tar.sh
===================================================================
--- packages/jpylyzer/trunk/debian/orig-tar.sh	2013-05-01 22:59:15 UTC (rev 24084)
+++ packages/jpylyzer/trunk/debian/orig-tar.sh	2013-05-02 10:11:30 UTC (rev 24085)
@@ -13,7 +13,7 @@
 rm Makefile
 rm -rf example_files
 rm -rf debian
-rm downloads/*win32.zip
+#rm downloads/*win32.zip
 cd ..
 tar -czf $TAR $DIR
 rm -rf $DIR $3

Modified: packages/jpylyzer/trunk/debian/patches/addsetup.patch
===================================================================
--- packages/jpylyzer/trunk/debian/patches/addsetup.patch	2013-05-01 22:59:15 UTC (rev 24084)
+++ packages/jpylyzer/trunk/debian/patches/addsetup.patch	2013-05-02 10:11:30 UTC (rev 24085)
@@ -24,17 +24,17 @@
 Reviewed-By: <name and email of someone who approved the patch>
 Last-Update: <YYYY-MM-DD>
 
-Index: jpylyzer-1.8.2/setup.py
+Index: jpylyzer-1.9.2/setup.py
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ jpylyzer-1.8.2/setup.py	2013-03-15 17:05:30.905390360 +0100
++++ jpylyzer-1.9.2/setup.py	2013-05-02 12:06:39.638939129 +0200
 @@ -0,0 +1,26 @@
 +from distutils.core import setup
 +
 +setup(
 +    name = "jpylyzer",
 +    packages = ["jpylyzer"],
-+    version = "1.5.0",
++    version = "1.9.2",
 +    license = "LGPL",
 +    platforms = ['POSIX', 'Windows'],
 +    description = "JP2 validator and properties extractor",

Added: packages/jpylyzer/trunk/debian/python-jpylyzer.install
===================================================================
--- packages/jpylyzer/trunk/debian/python-jpylyzer.install	                        (rev 0)
+++ packages/jpylyzer/trunk/debian/python-jpylyzer.install	2013-05-02 10:11:30 UTC (rev 24085)
@@ -0,0 +1,2 @@
+/usr/lib/python*
+debian/jpylyzer usr/bin

Modified: packages/jpylyzer/trunk/debian/rules
===================================================================
--- packages/jpylyzer/trunk/debian/rules	2013-05-01 22:59:15 UTC (rev 24084)
+++ packages/jpylyzer/trunk/debian/rules	2013-05-02 10:11:30 UTC (rev 24085)
@@ -17,3 +17,6 @@
 
 get-orig-source:
 	uscan --verbose --force-download
+
+debian/jpylyzer.pod:
+	wget -O debian/jpylyzer.pod https://raw.github.com/openplanets/jpylyzer/master/debian/jpylyzer.pod




More information about the Python-modules-commits mailing list