[Python-modules-commits] r7458 - in packages/python-processing/trunk/debian (5 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat Feb 7 11:04:35 UTC 2009


    Date: Saturday, February 7, 2009 @ 11:04:34
  Author: morph
Revision: 7458

  - added python (>= 2.5) as alternative to python-ctypes dep, so that it can
    be installable in a pure py2.5 system; thanks to Ondrej Pacovsky for the
    report; Closes: #500213
  - removed 'configure' from .PHONY (that target doesn't exist anymore)
* debian/copyright
  - updated my email address
  - fixed copyright notice and extended years for packaging
  - relicense packaging with same licence of upstream code
* debian/patches/10_fix_index_html.dpatch
  - added description updating my email address

Modified:
  packages/python-processing/trunk/debian/changelog
  packages/python-processing/trunk/debian/control
  packages/python-processing/trunk/debian/copyright
  packages/python-processing/trunk/debian/patches/10_fix_index_html.dpatch
  packages/python-processing/trunk/debian/rules

Modified: packages/python-processing/trunk/debian/changelog
===================================================================
--- packages/python-processing/trunk/debian/changelog	2009-02-06 10:30:14 UTC (rev 7457)
+++ packages/python-processing/trunk/debian/changelog	2009-02-07 11:04:34 UTC (rev 7458)
@@ -1,4 +1,4 @@
-python-processing (0.52-2) UNRELEASED; urgency=low
+python-processing (0.52-2) unstable; urgency=low
 
   * debian/control
     - switch Vcs-Browser field to viewsvn
@@ -6,10 +6,20 @@
     - bump Standards-Version to 3.8.0
       + added debian/README.source
     - removed XS-DM-Upload-Allowed flag
+    - added python (>= 2.5) as alternative to python-ctypes dep, so that it can
+      be installable in a pure py2.5 system; thanks to Ondrej Pacovsky for the
+      report; Closes: #500213
   * debian/rules
     - removed commented commands for -dbg pkgs (there won't be any)
+    - removed 'configure' from .PHONY (that target doesn't exist anymore)
+  * debian/copyright
+    - updated my email address
+    - fixed copyright notice and extended years for packaging
+    - relicense packaging with same licence of upstream code
+  * debian/patches/10_fix_index_html.dpatch
+    - added description updating my email address
 
- -- Sandro Tosi <morph at debian.org>  Wed, 24 Dec 2008 15:39:54 +0100
+ -- Sandro Tosi <morph at debian.org>  Sat, 07 Feb 2009 12:04:03 +0100
 
 python-processing (0.52-1) unstable; urgency=low
 

Modified: packages/python-processing/trunk/debian/control
===================================================================
--- packages/python-processing/trunk/debian/control	2009-02-06 10:30:14 UTC (rev 7457)
+++ packages/python-processing/trunk/debian/control	2009-02-07 11:04:34 UTC (rev 7458)
@@ -11,7 +11,7 @@
 
 Package: python-processing
 Architecture: any
-Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-ctypes
+Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-ctypes | python (>= 2.5)
 Provides: ${python:Provides}
 Description: library for running multiple Python processes using the threading API
  Processing is a Python package which supports the spawning of processes

Modified: packages/python-processing/trunk/debian/copyright
===================================================================
--- packages/python-processing/trunk/debian/copyright	2009-02-06 10:30:14 UTC (rev 7457)
+++ packages/python-processing/trunk/debian/copyright	2009-02-07 11:04:34 UTC (rev 7458)
@@ -1,4 +1,4 @@
-This package was debianized by Sandro Tosi <matrixhasu at gmail.com> on
+This package was debianized by Sandro Tosi <morph at debian.org> on
 Wed, 05 Dec 2007 00:23:19 +0100.
 
 It was downloaded from http://pypi.python.org/pypi/processing/
@@ -46,5 +46,5 @@
 On a Debian system the complete text of the BSD License can be found in
 the file `/usr/share/common-licenses/BSD'
 
-The Debian packaging is (C) 2007, Sandro Tosi <matrixhasu at gmail.com> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+The Debian packaging is Copyright (C) 2007-2009, Sandro Tosi <morph at debian.org>
+and is licensed under the same term of upstream code (see above).

Modified: packages/python-processing/trunk/debian/patches/10_fix_index_html.dpatch
===================================================================
--- packages/python-processing/trunk/debian/patches/10_fix_index_html.dpatch	2009-02-06 10:30:14 UTC (rev 7457)
+++ packages/python-processing/trunk/debian/patches/10_fix_index_html.dpatch	2009-02-07 11:04:34 UTC (rev 7458)
@@ -1,8 +1,7 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
-## 10_fix_index-html.dpatch by Sandro Tosi <matrixhasu at gmail.com>
+## 10_fix_index-html.dpatch by Sandro Tosi <morph at debian.org>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Updated html reference to Debian locations
 
 @DPATCH@
 diff -urNad python-processing~/index.html python-processing/index.html

Modified: packages/python-processing/trunk/debian/rules
===================================================================
--- packages/python-processing/trunk/debian/rules	2009-02-06 10:30:14 UTC (rev 7457)
+++ packages/python-processing/trunk/debian/rules	2009-02-07 11:04:34 UTC (rev 7458)
@@ -84,4 +84,4 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install




More information about the Python-modules-commits mailing list