[Python-modules-commits] r20800 - in packages/django-picklefield/trunk/debian (3 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Fri Mar 16 08:46:56 UTC 2012


    Date: Friday, March 16, 2012 @ 08:46:53
  Author: fladi-guest
Revision: 20800

New upstream release.

Modified:
  packages/django-picklefield/trunk/debian/changelog
  packages/django-picklefield/trunk/debian/control
  packages/django-picklefield/trunk/debian/copyright

Modified: packages/django-picklefield/trunk/debian/changelog
===================================================================
--- packages/django-picklefield/trunk/debian/changelog	2012-03-16 08:29:39 UTC (rev 20799)
+++ packages/django-picklefield/trunk/debian/changelog	2012-03-16 08:46:53 UTC (rev 20800)
@@ -1,11 +1,14 @@
-django-picklefield (0.2.0-1) unstable; urgency=low
+django-picklefield (0.2.0-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Change order of my name.
-  * Bump standards version to 3.9.2.
+  * Bump standards version to 3.9.3.
   * Temporary fix for Metadata-Version in PKG-INFO.
+  * Reformat files using wrap-and-sort.
+  * Update DEP-5 URL to 1.0.
+  * Update years in d/copyright.
 
- -- Michael Fladischer <FladischerMichael at fladi.at>  Wed, 22 Feb 2012 08:35:54 +0100
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Fri, 16 Mar 2012 09:42:39 +0100
 
 django-picklefield (0.1.9-2) unstable; urgency=low
 

Modified: packages/django-picklefield/trunk/debian/control
===================================================================
--- packages/django-picklefield/trunk/debian/control	2012-03-16 08:29:39 UTC (rev 20799)
+++ packages/django-picklefield/trunk/debian/control	2012-03-16 08:46:53 UTC (rev 20800)
@@ -3,9 +3,12 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
-Build-Depends: debhelper (>= 7.0.50~), python-all (>=2.5), python-support, 
- python-setuptools, python-django
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 7.0.50~),
+               python-all (>=2.5),
+               python-django,
+               python-setuptools,
+               python-support
+Standards-Version: 3.9.3
 XS-Python-Version: >= 2.5
 Homepage: https://github.com/gintas/django-picklefield
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/django-picklefield/trunk/
@@ -13,16 +16,15 @@
 
 Package: python-django-picklefield
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-django
+Depends: python-django, ${misc:Depends}, ${python:Depends}
 Enhances: python-django-south
 Description: Pickled object field for Django
- django-picklefield provides an implementation of a pickled object field 
+ django-picklefield provides an implementation of a pickled object field
  for the Django framework. Such fields can contain any picklable objects.
  .
- It is useful for storing just about anything in the database when there 
- isn't a 'proper' field for the job.  
- PickledObjectField is database-agnostic, and should work with any database 
- backend you can throw at it. You can pass in any Python object and it will 
- automatically be converted behind the scenes. You never have to manually 
- pickle or unpickle anything. 
-
+ It is useful for storing just about anything in the database when there
+ isn't a 'proper' field for the job.
+ PickledObjectField is database-agnostic, and should work with any database
+ backend you can throw at it. You can pass in any Python object and it will
+ automatically be converted behind the scenes. You never have to manually
+ pickle or unpickle anything.

Modified: packages/django-picklefield/trunk/debian/copyright
===================================================================
--- packages/django-picklefield/trunk/debian/copyright	2012-03-16 08:29:39 UTC (rev 20799)
+++ packages/django-picklefield/trunk/debian/copyright	2012-03-16 08:46:53 UTC (rev 20800)
@@ -1,16 +1,16 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: django-picklefield
 Upstream-Contact: Gintautas Miliauskas <gintautas at miliauskas.lt>
 Source: http://pypi.python.org/pypi/django-picklefield/
 
 Files: *
-Copyright: 2009, 2010, Gintautas Miliauskas
+Copyright: 2009-2012, Gintautas Miliauskas <gintautas at miliauskas.lt>
            2009, Taavi Taijala
            2007, Oliver Beattie
 License: MIT
 
 Files: debian/*
-Copyright: 2012, Michael Fladischer
+Copyright: 2012, Michael Fladischer <FladischerMichael at fladi.at>
 License: MIT
 
 License: MIT
@@ -31,4 +31,3 @@
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  THE SOFTWARE.
-




More information about the Python-modules-commits mailing list