[Python-modules-commits] r25580 - in packages/cerealizer/trunk/debian (control rules)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Thu Aug 15 12:49:18 UTC 2013


    Date: Thursday, August 15, 2013 @ 12:49:15
  Author: bernat
Revision: 25580

Ensure we really put something into packages!

Modified:
  packages/cerealizer/trunk/debian/control
  packages/cerealizer/trunk/debian/rules

Modified: packages/cerealizer/trunk/debian/control
===================================================================
--- packages/cerealizer/trunk/debian/control	2013-08-15 12:43:02 UTC (rev 25579)
+++ packages/cerealizer/trunk/debian/control	2013-08-15 12:49:15 UTC (rev 25580)
@@ -13,9 +13,21 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
 Enhances: python-soya
-Description: secure pickle-like module for Python
+Description: secure pickle-like module for Python 2
  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.
+ .
+ This is the Python 2 version of the package.
 
+Package: python3-cerealizer
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: secure pickle-like module for Python 3
+ 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.
+ .
+ This is the Python 3 version of the package.

Modified: packages/cerealizer/trunk/debian/rules
===================================================================
--- packages/cerealizer/trunk/debian/rules	2013-08-15 12:43:02 UTC (rev 25579)
+++ packages/cerealizer/trunk/debian/rules	2013-08-15 12:49:15 UTC (rev 25580)
@@ -1,6 +1,9 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
 
+export PYBUILD_DESTDIR_python2=debian/python-cerealizer/
+export PYBUILD_DESTDIR_python3=debian/python3-cerealizer/
+
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
 




More information about the Python-modules-commits mailing list