[Python-modules-commits] r6413 - in packages/cerealizer/trunk (14 files)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Sun Aug 31 12:51:50 UTC 2008


    Date: Sunday, August 31, 2008 @ 12:51:49
  Author: bernat
Revision: 6413

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/cerealizer/trunk/debian/
  packages/cerealizer/trunk/debian/changelog
  packages/cerealizer/trunk/debian/compat
  packages/cerealizer/trunk/debian/control
  packages/cerealizer/trunk/debian/control.in
  packages/cerealizer/trunk/debian/copyright
  packages/cerealizer/trunk/debian/examples
  packages/cerealizer/trunk/debian/patches/
  packages/cerealizer/trunk/debian/patches/no_bytecompilation.patch
  packages/cerealizer/trunk/debian/patches/series
  packages/cerealizer/trunk/debian/pycompat
  packages/cerealizer/trunk/debian/pyversions
  packages/cerealizer/trunk/debian/rules
  packages/cerealizer/trunk/debian/watch


Property changes on: packages/cerealizer/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/cerealizer/trunk/debian/changelog
===================================================================
--- packages/cerealizer/trunk/debian/changelog	                        (rev 0)
+++ packages/cerealizer/trunk/debian/changelog	2008-08-31 12:51:49 UTC (rev 6413)
@@ -0,0 +1,56 @@
+cerealizer (0.6-2) unstable; urgency=low
+
+  * Moved homepage information to new control field.
+  * Increased Standards-Version (no changes).
+
+ -- Marc Dequènes (Duck) <Duck at DuckCorp.org>  Sun, 02 Mar 2008 17:52:22 +0100
+
+cerealizer (0.6-1) unstable; urgency=low
+
+  * New upstream release.
+  * Updated Enhances field, python-tofu is now included in python-soya.
+
+ -- Marc Dequènes (Duck) <Duck at DuckCorp.org>  Sun, 01 Jul 2007 12:42:25 +0200
+
+cerealizer (0.5-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Marc Dequènes (Duck) <Duck at DuckCorp.org>  Mon, 31 Jul 2006 21:44:36 +0200
+
+cerealizer (0.4-4) unstable; urgency=low
+
+  * Do not create '.version' file, dh_pysupport does this for us now.
+
+ -- Marc Dequènes (Duck) <Duck at DuckCorp.org>  Tue, 27 Jun 2006 00:22:27 +0200
+
+cerealizer (0.4-3) unstable; urgency=low
+
+  * Rebuilt with improved Python tools, added 'debian/pycompat', and
+    removed useless XS-/XB- fields.
+  * Updated upstream homepage (part 2 ;-).
+
+ -- Marc Dequènes (Duck) <Duck at DuckCorp.org>  Mon, 26 Jun 2006 23:37:51 +0200
+
+cerealizer (0.4-2) unstable; urgency=low
+
+  * Comply with new policy (Closes: #373302).
+  * Switched to debhelper compat 5.
+  * Updated upstream homepage.
+
+ -- Marc Dequènes (Duck) <Duck at DuckCorp.org>  Sat, 17 Jun 2006 03:10:55 +0200
+
+cerealizer (0.4-1) unstable; urgency=low
+
+  * New upstream release.
+  * Increased Standards-Version to 3.7.2.0 (no changes).
+
+ -- Marc Dequènes (Duck) <Duck at DuckCorp.org>  Sun, 11 Jun 2006 22:27:16 +0200
+
+cerealizer (0.1-1) unstable; urgency=low
+
+  * Initial Release.
+  * Entering the Python Modules Packaging Team.
+
+ -- Marc Dequènes (Duck) <Duck at DuckCorp.org>  Thu,  6 Apr 2006 01:18:52 +0200
+

Added: packages/cerealizer/trunk/debian/compat
===================================================================
--- packages/cerealizer/trunk/debian/compat	                        (rev 0)
+++ packages/cerealizer/trunk/debian/compat	2008-08-31 12:51:49 UTC (rev 6413)
@@ -0,0 +1 @@
+5

Added: packages/cerealizer/trunk/debian/control
===================================================================
--- packages/cerealizer/trunk/debian/control	                        (rev 0)
+++ packages/cerealizer/trunk/debian/control	2008-08-31 12:51:49 UTC (rev 6413)
@@ -0,0 +1,19 @@
+Source: cerealizer
+Section: python
+Priority: optional
+Maintainer: Marc Dequènes (Duck) <Duck at DuckCorp.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), python-support (>= 0.3.2), quilt, patchutils (>= 0.2.25)
+Standards-Version: 3.7.3.0
+Homepage: http://home.gna.org/oomadness/en/cerealizer/
+
+Package: python-cerealizer
+Architecture: all
+Depends: ${python:Depends}
+Enhances: python-soya
+Description: secure pickle-like module for Python
+ It support basic types (int, string, unicode, tuple, list,
+ dict, set,...), old and new-style classes (you need to
+ register the class for security), object cycles, and it can
+ be extended to support C-defined type.
+

Added: packages/cerealizer/trunk/debian/control.in
===================================================================
--- packages/cerealizer/trunk/debian/control.in	                        (rev 0)
+++ packages/cerealizer/trunk/debian/control.in	2008-08-31 12:51:49 UTC (rev 6413)
@@ -0,0 +1,19 @@
+Source: cerealizer
+Section: python
+Priority: optional
+Maintainer: Marc Dequènes (Duck) <Duck at DuckCorp.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: @cdbs@
+Standards-Version: 3.7.3.0
+Homepage: http://home.gna.org/oomadness/en/cerealizer/
+
+Package: python-cerealizer
+Architecture: all
+Depends: ${python:Depends}
+Enhances: python-soya
+Description: secure pickle-like module for Python
+ It support basic types (int, string, unicode, tuple, list,
+ dict, set,...), old and new-style classes (you need to
+ register the class for security), object cycles, and it can
+ be extended to support C-defined type.
+

Added: packages/cerealizer/trunk/debian/copyright
===================================================================
--- packages/cerealizer/trunk/debian/copyright	                        (rev 0)
+++ packages/cerealizer/trunk/debian/copyright	2008-08-31 12:51:49 UTC (rev 6413)
@@ -0,0 +1,28 @@
+This package was debianized by Marc Dequènes (Duck) <Duck at DuckCorp.org> on
+Wed, 14 May 2003 00:36:21 +0200.
+
+It was downloaded from http://home.gna.org/oomadness/en/cerealizer/
+
+Upstream Author: Jiba <jiba at tuxfamily.org>
+
+Copyright:
+
+   Cerealizer is copyright (c) 2006 Jean-Baptiste LAMY
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; version 2 dated June, 1991.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+   02110-1301, USA.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+

Added: packages/cerealizer/trunk/debian/examples
===================================================================
--- packages/cerealizer/trunk/debian/examples	                        (rev 0)
+++ packages/cerealizer/trunk/debian/examples	2008-08-31 12:51:49 UTC (rev 6413)
@@ -0,0 +1 @@
+test/*

Added: packages/cerealizer/trunk/debian/patches/no_bytecompilation.patch
===================================================================
--- packages/cerealizer/trunk/debian/patches/no_bytecompilation.patch	                        (rev 0)
+++ packages/cerealizer/trunk/debian/patches/no_bytecompilation.patch	2008-08-31 12:51:49 UTC (rev 6413)
@@ -0,0 +1,13 @@
+Index: editobj-0.5.7/setup.cfg
+===================================================================
+--- 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 @@
+ [install_lib]
+-compile           = 1
+-optimize          = 1
++compile           = 0
++optimize          = 0
+ 
+ [sdist]
+ force-manifest    = 1

Added: packages/cerealizer/trunk/debian/patches/series
===================================================================
--- packages/cerealizer/trunk/debian/patches/series	                        (rev 0)
+++ packages/cerealizer/trunk/debian/patches/series	2008-08-31 12:51:49 UTC (rev 6413)
@@ -0,0 +1 @@
+no_bytecompilation.patch

Added: packages/cerealizer/trunk/debian/pycompat
===================================================================
--- packages/cerealizer/trunk/debian/pycompat	                        (rev 0)
+++ packages/cerealizer/trunk/debian/pycompat	2008-08-31 12:51:49 UTC (rev 6413)
@@ -0,0 +1 @@
+2

Added: packages/cerealizer/trunk/debian/pyversions
===================================================================
--- packages/cerealizer/trunk/debian/pyversions	                        (rev 0)
+++ packages/cerealizer/trunk/debian/pyversions	2008-08-31 12:51:49 UTC (rev 6413)
@@ -0,0 +1 @@
+2.4-

Added: packages/cerealizer/trunk/debian/rules
===================================================================
--- packages/cerealizer/trunk/debian/rules	                        (rev 0)
+++ packages/cerealizer/trunk/debian/rules	2008-08-31 12:51:49 UTC (rev 6413)
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+DEB_PYTHON_SYSTEM = pysupport
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+
+DEB_COMPRESS_EXCLUDE := .py
+
+
+binary-install/$(DEB_PYTHON_MODULE_PACKAGE)::
+	find debian/$(cdbs_curpkg)/usr/share/ -type f -exec chmod -R a-x {} \;
+


Property changes on: packages/cerealizer/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/cerealizer/trunk/debian/watch
===================================================================
--- packages/cerealizer/trunk/debian/watch	                        (rev 0)
+++ packages/cerealizer/trunk/debian/watch	2008-08-31 12:51:49 UTC (rev 6413)
@@ -0,0 +1,4 @@
+version=2
+http://download.gna.org/soya/ \
+        Cerealizer-(.*)\.tar\.bz2 \
+        debian uupdate




More information about the Python-modules-commits mailing list