[Python-modules-commits] r24090 - in packages/jpylyzer/trunk/debian (8 files)

malat at users.alioth.debian.org malat at users.alioth.debian.org
Fri May 3 11:41:03 UTC 2013


    Date: Friday, May 3, 2013 @ 11:41:02
  Author: malat
Revision: 24090

Prepare upload

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

Modified: packages/jpylyzer/trunk/debian/changelog
===================================================================
--- packages/jpylyzer/trunk/debian/changelog	2013-05-02 14:21:40 UTC (rev 24089)
+++ packages/jpylyzer/trunk/debian/changelog	2013-05-03 11:41:02 UTC (rev 24090)
@@ -1,3 +1,13 @@
+jpylyzer (1.10.1-1) unstable; urgency=low
+
+  * New upstream. Remove patch applied upstream:
+    - d/p/addsetup.patch
+  * Remove unicode from d/control
+  * Bump Std-Vers to 3.9.4, no changes needed
+  * Add Suggests to Java implementation from PIRL
+
+ -- Mathieu Malaterre <malat at debian.org>  Fri, 03 May 2013 13:40:29 +0200
+
 jpylyzer (1.9.2-1) unstable; urgency=low
 
   * New upstream

Modified: packages/jpylyzer/trunk/debian/control
===================================================================
--- packages/jpylyzer/trunk/debian/control	2013-05-02 14:21:40 UTC (rev 24089)
+++ packages/jpylyzer/trunk/debian/control	2013-05-03 11:41:02 UTC (rev 24090)
@@ -5,7 +5,7 @@
 Uploaders: Mathieu Malaterre <malat at debian.org>
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: python (>= 2.6.6-3~)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 X-Python-Version: >= 2.7
 Homepage: https://github.com/openplanets/jpylyzer
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/jpylyzer/trunk/
@@ -14,8 +14,9 @@
 Package: python-jpylyzer
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
+Suggests: pirl-image-tools
 Description: 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.
@@ -25,7 +26,7 @@
 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)
+ 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.

Deleted: packages/jpylyzer/trunk/debian/orig-tar.sh
===================================================================
--- packages/jpylyzer/trunk/debian/orig-tar.sh	2013-05-02 14:21:40 UTC (rev 24089)
+++ packages/jpylyzer/trunk/debian/orig-tar.sh	2013-05-03 11:41:02 UTC (rev 24090)
@@ -1,26 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-TAR=jpylyzer_$2.orig.tar.gz
-DIR=jpylyzer-$2
-
-# clean up the upstream tarball
-tar -zxf $3
-cd $DIR
-mkdir jpylyzer
-mv *.py jpylyzer
-touch jpylyzer/__init__.py
-rm Makefile
-rm -rf example_files
-rm -rf debian
-#rm downloads/*win32.zip
-cd ..
-tar -czf $TAR $DIR
-rm -rf $DIR $3
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
-    . .svn/deb-layout
-    mv $TAR $origDir
-    echo "moved $TAR to $origDir"
-fi

Modified: packages/jpylyzer/trunk/debian/python-jpylyzer-doc.doc-base
===================================================================
--- packages/jpylyzer/trunk/debian/python-jpylyzer-doc.doc-base	2013-05-02 14:21:40 UTC (rev 24089)
+++ packages/jpylyzer/trunk/debian/python-jpylyzer-doc.doc-base	2013-05-03 11:41:02 UTC (rev 24090)
@@ -1,6 +1,6 @@
 Document: python-jpylyzer-doc
 Title: Jpylyzer User Manual
-Author: van der Knijff
+Author: Johan van der Knijff
 Abstract: validator and properties extractor for JPEG 2000 Part 1 (JP2)
 Section: Graphics
 

Modified: packages/jpylyzer/trunk/debian/python-jpylyzer-doc.docs
===================================================================
--- packages/jpylyzer/trunk/debian/python-jpylyzer-doc.docs	2013-05-02 14:21:40 UTC (rev 24089)
+++ packages/jpylyzer/trunk/debian/python-jpylyzer-doc.docs	2013-05-03 11:41:02 UTC (rev 24090)
@@ -1 +1 @@
-jpylyzerUserManual.pdf
+doc/jpylyzerUserManual.pdf

Modified: packages/jpylyzer/trunk/debian/rules
===================================================================
--- packages/jpylyzer/trunk/debian/rules	2013-05-02 14:21:40 UTC (rev 24089)
+++ packages/jpylyzer/trunk/debian/rules	2013-05-03 11:41:02 UTC (rev 24090)
@@ -9,6 +9,7 @@
 	dh_install
 
 override_dh_clean:
+	dh_clean Makefile
 	dh_clean jpylyzer.1
 	dh_clean
 
@@ -16,7 +17,7 @@
 	dh_compress -X.pdf
 
 get-orig-source:
-	uscan --verbose --force-download
+	uscan --verbose --force-download --rename
 
 debian/jpylyzer.pod:
 	wget -O debian/jpylyzer.pod https://raw.github.com/openplanets/jpylyzer/master/debian/jpylyzer.pod

Modified: packages/jpylyzer/trunk/debian/watch
===================================================================
--- packages/jpylyzer/trunk/debian/watch	2013-05-02 14:21:40 UTC (rev 24089)
+++ packages/jpylyzer/trunk/debian/watch	2013-05-03 11:41:02 UTC (rev 24090)
@@ -1,3 +1,2 @@
 version=3
-https://github.com/openplanets/jpylyzer/tags .*/(\d[\d\.]+).tar.gz \
-debian debian/orig-tar.sh
+https://github.com/openplanets/jpylyzer/tags .*/(\d[\d\.]+).tar.gz




More information about the Python-modules-commits mailing list