[Python-modules-commits] r7527 - in packages/cerealizer/trunk/debian (4 files)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Sun Feb 15 15:14:33 UTC 2009


    Date: Sunday, February 15, 2009 @ 15:14:33
  Author: bernat
Revision: 7527

Prepare a new version for unstable with some miscellanous fixes.

Modified:
  packages/cerealizer/trunk/debian/changelog
  packages/cerealizer/trunk/debian/control
  packages/cerealizer/trunk/debian/copyright
  packages/cerealizer/trunk/debian/patches/no_bytecompilation.patch

Modified: packages/cerealizer/trunk/debian/changelog
===================================================================
--- packages/cerealizer/trunk/debian/changelog	2009-02-15 13:16:03 UTC (rev 7526)
+++ packages/cerealizer/trunk/debian/changelog	2009-02-15 15:14:33 UTC (rev 7527)
@@ -1,9 +1,16 @@
-cerealizer (0.7-2) UNRELEASED; urgency=low
+cerealizer (0.7-2) unstable; urgency=low
 
+  [ Vincent Bernat ]
+  * Upload to unstable with some misc packaging fixes:
+    - Add missing ${misc:Depends} in debian/control.
+    - Add description to patches.
+    - Refer to GPL-2 file instead of just GPL in debian/copyright.
+
+  [ Sandro Tosi ]
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
- -- Sandro Tosi <morph at debian.org>  Mon, 03 Nov 2008 22:12:46 +0100
+ -- Vincent Bernat <bernat at debian.org>  Sun, 15 Feb 2009 16:14:00 +0100
 
 cerealizer (0.7-1) experimental; urgency=low
 

Modified: packages/cerealizer/trunk/debian/control
===================================================================
--- packages/cerealizer/trunk/debian/control	2009-02-15 13:16:03 UTC (rev 7526)
+++ packages/cerealizer/trunk/debian/control	2009-02-15 15:14:33 UTC (rev 7527)
@@ -11,7 +11,7 @@
 
 Package: python-cerealizer
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
 Enhances: python-soya
 Description: secure pickle-like module for Python
  It support basic types (int, string, unicode, tuple, list,

Modified: packages/cerealizer/trunk/debian/copyright
===================================================================
--- packages/cerealizer/trunk/debian/copyright	2009-02-15 13:16:03 UTC (rev 7526)
+++ packages/cerealizer/trunk/debian/copyright	2009-02-15 15:14:33 UTC (rev 7527)
@@ -24,5 +24,5 @@
    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/cerealizer/trunk/debian/patches/no_bytecompilation.patch
===================================================================
--- packages/cerealizer/trunk/debian/patches/no_bytecompilation.patch	2009-02-15 13:16:03 UTC (rev 7526)
+++ packages/cerealizer/trunk/debian/patches/no_bytecompilation.patch	2009-02-15 15:14:33 UTC (rev 7527)
@@ -1,5 +1,4 @@
-Index: editobj-0.5.7/setup.cfg
-===================================================================
+Don't do bytecompilation. This will be done by python-support.
 --- editobj-0.5.7.orig/setup.cfg	2006-04-27 15:27:46.666091448 +0200
 +++ editobj-0.5.7/setup.cfg	2006-04-27 15:27:55.391764944 +0200
 @@ -1,6 +1,6 @@




More information about the Python-modules-commits mailing list