[Python-modules-commits] r24589 - in packages/pyscript/trunk/debian (8 files)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Tue May 28 02:20:15 UTC 2013
Date: Tuesday, May 28, 2013 @ 02:20:13
Author: arnau
Revision: 24589
* 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.
Added:
packages/pyscript/trunk/debian/patches/series
Modified:
packages/pyscript/trunk/debian/changelog
packages/pyscript/trunk/debian/control
packages/pyscript/trunk/debian/pyscript.dbk
packages/pyscript/trunk/debian/rules
packages/pyscript/trunk/debian/source/format
Deleted:
packages/pyscript/trunk/debian/pycompat
packages/pyscript/trunk/debian/pyversions
Modified: packages/pyscript/trunk/debian/changelog
===================================================================
--- packages/pyscript/trunk/debian/changelog 2013-05-28 01:52:47 UTC (rev 24588)
+++ packages/pyscript/trunk/debian/changelog 2013-05-28 02:20:13 UTC (rev 24589)
@@ -1,8 +1,23 @@
-pyscript (0.6.1-4) UNRELEASED; urgency=low
+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.
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:01:59 +0200
+ -- Arnaud Fontaine <arnau at debian.org> Tue, 28 May 2013 11:00:51 +0900
pyscript (0.6.1-3) unstable; urgency=low
@@ -26,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.
@@ -48,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:
Modified: packages/pyscript/trunk/debian/control
===================================================================
--- packages/pyscript/trunk/debian/control 2013-05-28 01:52:47 UTC (rev 24588)
+++ packages/pyscript/trunk/debian/control 2013-05-28 02:20:13 UTC (rev 24589)
@@ -2,15 +2,15 @@
Section: python
Priority: optional
Maintainer: Arnaud Fontaine <arnau at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Gustavo Franco <stratus at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
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://anonscm.debian.org/python-modules/packages/pyscript/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyscript/trunk/
@@ -19,7 +19,6 @@
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.
Added: packages/pyscript/trunk/debian/patches/series
===================================================================
--- packages/pyscript/trunk/debian/patches/series (rev 0)
+++ packages/pyscript/trunk/debian/patches/series 2013-05-28 02:20:13 UTC (rev 24589)
@@ -0,0 +1 @@
+01_Python2.6_reserved_words.patch
Deleted: packages/pyscript/trunk/debian/pycompat
===================================================================
--- packages/pyscript/trunk/debian/pycompat 2013-05-28 01:52:47 UTC (rev 24588)
+++ packages/pyscript/trunk/debian/pycompat 2013-05-28 02:20:13 UTC (rev 24589)
@@ -1 +0,0 @@
-2
Modified: packages/pyscript/trunk/debian/pyscript.dbk
===================================================================
--- packages/pyscript/trunk/debian/pyscript.dbk 2013-05-28 01:52:47 UTC (rev 24588)
+++ packages/pyscript/trunk/debian/pyscript.dbk 2013-05-28 02:20:13 UTC (rev 24589)
@@ -96,7 +96,7 @@
<title>DESCRIPTION</title>
<simpara>
- Pyscript allows to write images using the Python programming
+ Pyscript allows one to write images using the Python programming
language. Use <command>&dhpackage;</command> to create an
Encapsulated PostScript (EPS) from a python program using
pyscript objects.
Deleted: packages/pyscript/trunk/debian/pyversions
===================================================================
--- packages/pyscript/trunk/debian/pyversions 2013-05-28 01:52:47 UTC (rev 24588)
+++ packages/pyscript/trunk/debian/pyversions 2013-05-28 02:20:13 UTC (rev 24589)
@@ -1 +0,0 @@
-2.3-
Modified: packages/pyscript/trunk/debian/rules
===================================================================
--- packages/pyscript/trunk/debian/rules 2013-05-28 01:52:47 UTC (rev 24588)
+++ packages/pyscript/trunk/debian/rules 2013-05-28 02:20:13 UTC (rev 24589)
@@ -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
Modified: packages/pyscript/trunk/debian/source/format
===================================================================
--- packages/pyscript/trunk/debian/source/format 2013-05-28 01:52:47 UTC (rev 24588)
+++ packages/pyscript/trunk/debian/source/format 2013-05-28 02:20:13 UTC (rev 24589)
@@ -1 +1 @@
-1.0
+3.0 (quilt)
More information about the Python-modules-commits
mailing list