[Python-modules-commits] r12204 - in packages/pyscript/trunk/debian (4 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sun Mar 7 12:32:40 UTC 2010


    Date: Sunday, March 7, 2010 @ 12:32:36
  Author: dktrkranz
Revision: 12204

* debian/control:
  - Remove python-dev from Build-Depends, add python instead.
  - Depend on ${misc:Depends} where needed.
  - Bump Standards-Version to 3.8.4, no changes required.
* debian/copyright:
  - Update common-license link to point to GPL-2.

Modified:
  packages/pyscript/trunk/debian/changelog
  packages/pyscript/trunk/debian/control
  packages/pyscript/trunk/debian/copyright
  packages/pyscript/trunk/debian/patches/01_Python2.6_reserved_words.patch

Modified: packages/pyscript/trunk/debian/changelog
===================================================================
--- packages/pyscript/trunk/debian/changelog	2010-03-07 01:14:31 UTC (rev 12203)
+++ packages/pyscript/trunk/debian/changelog	2010-03-07 12:32:36 UTC (rev 12204)
@@ -2,9 +2,15 @@
 
   * debian/patches/01_Python2.6_reserved_words.patch:
     - Do not use "as" as variable name, it's a reserved word in
-      Python 2.6 (LP: #392870).
+      Python 2.6 (Closes: #567005).
+  * debian/control:
+    - Remove python-dev from Build-Depends, add python instead.
+    - Depend on ${misc:Depends} where needed.
+    - Bump Standards-Version to 3.8.4, no changes required.
+  * debian/copyright:
+    - Update common-license link to point to GPL-2.
 
- -- Luca Falavigna <dktrkranz at ubuntu.com>  Sat, 27 Jun 2009 14:34:11 +0000
+ -- Luca Falavigna <dktrkranz at debian.org>  Sun, 07 Mar 2010 13:31:25 +0100
 
 pyscript (0.6.1-2) unstable; urgency=low
 

Modified: packages/pyscript/trunk/debian/control
===================================================================
--- packages/pyscript/trunk/debian/control	2010-03-07 01:14:31 UTC (rev 12203)
+++ packages/pyscript/trunk/debian/control	2010-03-07 12:32:36 UTC (rev 12204)
@@ -5,19 +5,19 @@
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Gustavo Franco <stratus at debian.org>
 Build-Depends: debhelper (>= 5.0.37.2),
                cdbs (>= 0.4.42),
-               python-dev (>= 2.3.5-7),
+               python (>= 2.3.5-7),
                python-support (>= 0.3)
 Build-Depends-Indep: xsltproc,
                      docbook-xsl,
                      docbook-xml
-Standards-Version: 3.7.3
+Standards-Version: 3.8.4
 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
 
 Package: python-pyscript
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
 Suggests: python-pyscript-doc
 XB-Python-Version: ${python:Versions}
 Description: Python module for producing postscript graphics
@@ -28,5 +28,6 @@
 Package: python-pyscript-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Description: Python module for producing postscript graphics
  This package contains the documentation for Pyscript.

Modified: packages/pyscript/trunk/debian/copyright
===================================================================
--- packages/pyscript/trunk/debian/copyright	2010-03-07 01:14:31 UTC (rev 12203)
+++ packages/pyscript/trunk/debian/copyright	2010-03-07 12:32:36 UTC (rev 12204)
@@ -24,4 +24,4 @@
    02110-1301, USA.
 
 On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.

Modified: packages/pyscript/trunk/debian/patches/01_Python2.6_reserved_words.patch
===================================================================
--- packages/pyscript/trunk/debian/patches/01_Python2.6_reserved_words.patch	2010-03-07 01:14:31 UTC (rev 12203)
+++ packages/pyscript/trunk/debian/patches/01_Python2.6_reserved_words.patch	2010-03-07 12:32:36 UTC (rev 12204)
@@ -1,4 +1,4 @@
-Description: Exit gracefully from PythonCAD
+Description: Do not use "as" as variable name, it's a reserved word in Python 2.6 and newer
 Origin: Ubuntu
 Bug-Ubuntu: #392870
 




More information about the Python-modules-commits mailing list