diff -Nru pyscript-0.6.1/debian/changelog pyscript-0.6.1/debian/changelog --- pyscript-0.6.1/debian/changelog 2013-05-28 12:24:38.000000000 +0000 +++ pyscript-0.6.1/debian/changelog 2013-05-28 02:12:23.000000000 +0000 @@ -1,3 +1,24 @@ +pyscript (0.6.1-4) unstable; urgency=low + + [ Arnaud Fontaine ] + * debian/control: bump Standards-Version to 3.9.4. No changes needed. + * Use dh_python2 rather than deprecated pysupport: + + debian/control: + - Bump cdbs version to 0.4.90~. + - Replace python-dev by python-all (all) and bump version to 2.6.6-3~. + - Drop Build-Depends against python-support. + + debian/rules: + - Remove DEB_PYTHON_SYSTEM line. + + Remove debian/pyversions and debian/pycompat (use X-Python-Version). + * debian/pyscript.dbk: fix spelling error reported by lintian. + * Use 3.0 (quilt) format. + + debian/rules: no need to use simple-patchsys.mk anymore. + + [ Jakub Wilk ] + * Use canonical URIs for Vcs-* fields. + + -- Arnaud Fontaine Tue, 28 May 2013 11:00:51 +0900 + pyscript (0.6.1-3) unstable; urgency=low [ Luca Falavigna ] @@ -20,7 +41,7 @@ * Remove useless debian/control.in. * debian/control: + Update Standards-Version to 3.7.3. No changes needed. - + [ Piotr Ożarowski ] * debian/control: + Add Vcs-Browser and Homepage fields. @@ -42,7 +63,7 @@ + debian/rules: - Add DEB_PYTHON_SYSTEM=pysupport. + debian/control.in - - Clean Build-Depends and Depends, cdbs handles that + - Clean Build-Depends and Depends, cdbs handles that automatically now. - XB-Python-Version for binary package. + debian/postinst && debian/prerm: diff -Nru pyscript-0.6.1/debian/control pyscript-0.6.1/debian/control --- pyscript-0.6.1/debian/control 2013-05-28 12:24:38.000000000 +0000 +++ pyscript-0.6.1/debian/control 2013-05-28 02:08:45.000000000 +0000 @@ -2,24 +2,23 @@ Section: python Priority: optional Maintainer: Arnaud Fontaine -Uploaders: Debian Python Modules Team , Gustavo Franco +Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 5.0.37.2), - cdbs (>= 0.4.42), - python (>= 2.3.5-7), - python-support (>= 0.3) + cdbs (>= 0.4.90~), + python-all (>= 2.6.6-3~) Build-Depends-Indep: xsltproc, docbook-xsl, docbook-xml -Standards-Version: 3.8.4 +Standards-Version: 3.9.4 +X-Python-Version: >= 2.3 Homepage: http://pyscript.sourceforge.net -Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyscript/trunk/ -Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pyscript/trunk/?op=log +Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyscript/trunk/ +Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyscript/trunk/ Package: python-pyscript Architecture: all Depends: ${python:Depends}, ${misc:Depends} Suggests: python-pyscript-doc -XB-Python-Version: ${python:Versions} Description: Python module for producing postscript graphics PyScript is a Python module for producing high quality postscript graphics. Rather than use a GUI to draw a picture, the picture is @@ -29,5 +28,9 @@ Section: doc Architecture: all Depends: ${misc:Depends} -Description: Python module for producing postscript graphics +Description: Python module for producing postscript graphics - documentation + PyScript is a Python module for producing high quality postscript + graphics. Rather than use a GUI to draw a picture, the picture is + programmed using Python and the PyScript objects. + . This package contains the documentation for Pyscript. diff -Nru pyscript-0.6.1/debian/patches/series pyscript-0.6.1/debian/patches/series --- pyscript-0.6.1/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ pyscript-0.6.1/debian/patches/series 2013-05-28 02:00:08.000000000 +0000 @@ -0,0 +1 @@ +01_Python2.6_reserved_words.patch diff -Nru pyscript-0.6.1/debian/pycompat pyscript-0.6.1/debian/pycompat --- pyscript-0.6.1/debian/pycompat 2013-05-28 12:24:38.000000000 +0000 +++ pyscript-0.6.1/debian/pycompat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -2 diff -Nru pyscript-0.6.1/debian/pyscript.dbk pyscript-0.6.1/debian/pyscript.dbk --- pyscript-0.6.1/debian/pyscript.dbk 2013-05-28 12:24:38.000000000 +0000 +++ pyscript-0.6.1/debian/pyscript.dbk 2013-05-28 02:06:58.000000000 +0000 @@ -96,7 +96,7 @@ DESCRIPTION - Pyscript allows to write images using the Python programming + Pyscript allows one to write images using the Python programming language. Use &dhpackage; to create an Encapsulated PostScript (EPS) from a python program using pyscript objects. diff -Nru pyscript-0.6.1/debian/pyversions pyscript-0.6.1/debian/pyversions --- pyscript-0.6.1/debian/pyversions 2013-05-28 12:24:38.000000000 +0000 +++ pyscript-0.6.1/debian/pyversions 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -2.3- diff -Nru pyscript-0.6.1/debian/rules pyscript-0.6.1/debian/rules --- pyscript-0.6.1/debian/rules 2013-05-28 12:24:38.000000000 +0000 +++ pyscript-0.6.1/debian/rules 2013-05-28 01:58:26.000000000 +0000 @@ -1,11 +1,8 @@ #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- -DEB_PYTHON_SYSTEM=pysupport - include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk -include /usr/share/cdbs/1/rules/simple-patchsys.mk # Don't compress .py files DEB_COMPRESS_EXCLUDE := .py diff -Nru pyscript-0.6.1/debian/source/format pyscript-0.6.1/debian/source/format --- pyscript-0.6.1/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ pyscript-0.6.1/debian/source/format 2013-05-28 12:24:38.166466399 +0000 @@ -0,0 +1 @@ +3.0 (quilt)