Control: tags 785965 + patch
Control: tags 785965 + pending

Dear maintainer,

I've prepared an NMU for chm2pdf (versioned as 0.9.1-1.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

SR
diff -u chm2pdf-0.9.1/debian/changelog chm2pdf-0.9.1/debian/changelog
--- chm2pdf-0.9.1/debian/changelog
+++ chm2pdf-0.9.1/debian/changelog
@@ -1,3 +1,12 @@
+chm2pdf (0.9.1-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Port from python-support to dh_python2. (A python helper isn't really
+    necessary for a single-binary package, but cdbs...) (Closes: #785965)
+  * Replace pyversions and pycompat with X-P-V.
+
+ -- Stefano Rivera <stefa...@debian.org>  Thu, 20 Aug 2015 11:35:55 +0200
+
 chm2pdf (0.9.1-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u chm2pdf-0.9.1/debian/control chm2pdf-0.9.1/debian/control
--- chm2pdf-0.9.1/debian/control
+++ chm2pdf-0.9.1/debian/control
@@ -4,16 +4,17 @@
 Maintainer: Steve Stalcup <vor...@ubuntu.com>
-Build-Depends: cdbs (>= 0.4.49), 
- debhelper (>= 5), 
- python, 
- python-support (>= 0.6.4),
+Build-Depends: cdbs (>= 0.4.49),
+ debhelper (>= 5),
+ dh-python,
+ python,
  quilt
 Standards-Version: 3.8.0
+X-Python-Version: >= 2.3
 
 Package: chm2pdf
 Architecture: all
-Depends: ${python:Depends}, libchm-bin, python-chm, htmldoc
+Depends: htmldoc, libchm-bin, python-chm, ${python:Depends}
 Suggests: python-beautifulsoup
 Description: A Python script that converts CHM files into PDF files
- Convert chm to PDF files. The package supports batch conversion, command line, 
- PDF security options, password protection and compression modes. The program 
+ Convert chm to PDF files. The package supports batch conversion, command line,
+ PDF security options, password protection and compression modes. The program
  has Explorer-like interface
diff -u chm2pdf-0.9.1/debian/copyright chm2pdf-0.9.1/debian/copyright
--- chm2pdf-0.9.1/debian/copyright
+++ chm2pdf-0.9.1/debian/copyright
@@ -3,12 +3,12 @@
 
 It was downloaded from http://chm2pdf.googlecode.com/
 
-Upstream Authors: 
+Upstream Authors:
 
     Author: Massimo Sandal, Chris Karakas
     Author-email: deviceran...@gmail.com, ch...@karakas-online.de
 
-Copyright: 
+Copyright:
 
    (c)2007 Massimo Sandal, deviceran...@gmail.com
    (c)2007 Chris Karakas, ch...@karakas-online.de
@@ -19,12 +19,12 @@
     it under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
- 
+
     This package is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     GNU General Public License for more details.
- 
+
     You should have received a copy of the GNU General Public License
     along with this package; if not, write to the Free Software
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
reverted:
--- chm2pdf-0.9.1/debian/pycompat
+++ chm2pdf-0.9.1.orig/debian/pycompat
@@ -1 +0,0 @@
-2
reverted:
--- chm2pdf-0.9.1/debian/pyversions
+++ chm2pdf-0.9.1.orig/debian/pyversions
@@ -1 +0,0 @@
-2.3-
diff -u chm2pdf-0.9.1/debian/rules chm2pdf-0.9.1/debian/rules
--- chm2pdf-0.9.1/debian/rules
+++ chm2pdf-0.9.1/debian/rules
@@ -3,9 +3,6 @@
-DEB_PYTHON_SYSTEM=pysupport
+DEB_PYTHON2_MODULE_PACKAGES=chm2pdf
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 # include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-
-
-

Reply via email to