[Python-modules-commits] r12464 - in packages/django-picklefield/trunk (12 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Fri Apr 2 18:41:46 UTC 2010


    Date: Friday, April 2, 2010 @ 18:41:44
  Author: fladi-guest
Revision: 12464

Maintain django-picklefield through PMPT, starting at 0.1.4-1.

Added:
  packages/django-picklefield/trunk/debian/
  packages/django-picklefield/trunk/debian/changelog
  packages/django-picklefield/trunk/debian/clean
  packages/django-picklefield/trunk/debian/compat
  packages/django-picklefield/trunk/debian/control
  packages/django-picklefield/trunk/debian/copyright
  packages/django-picklefield/trunk/debian/docs
  packages/django-picklefield/trunk/debian/pyversions
  packages/django-picklefield/trunk/debian/rules
  packages/django-picklefield/trunk/debian/source/
  packages/django-picklefield/trunk/debian/source/format
  packages/django-picklefield/trunk/debian/watch


Property changes on: packages/django-picklefield/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/django-picklefield/trunk/debian/changelog
===================================================================
--- packages/django-picklefield/trunk/debian/changelog	                        (rev 0)
+++ packages/django-picklefield/trunk/debian/changelog	2010-04-02 18:41:44 UTC (rev 12464)
@@ -0,0 +1,5 @@
+django-picklefield (0.1.4-1) unstable; urgency=low
+
+  * Initial release (Closes: #573162)
+
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Tue, 30 Mar 2010 14:27:07 +0200

Added: packages/django-picklefield/trunk/debian/clean
===================================================================
--- packages/django-picklefield/trunk/debian/clean	                        (rev 0)
+++ packages/django-picklefield/trunk/debian/clean	2010-04-02 18:41:44 UTC (rev 12464)
@@ -0,0 +1,2 @@
+src/django_picklefield.egg-info/SOURCES.txt
+changelog

Added: packages/django-picklefield/trunk/debian/compat
===================================================================
--- packages/django-picklefield/trunk/debian/compat	                        (rev 0)
+++ packages/django-picklefield/trunk/debian/compat	2010-04-02 18:41:44 UTC (rev 12464)
@@ -0,0 +1 @@
+7

Added: packages/django-picklefield/trunk/debian/control
===================================================================
--- packages/django-picklefield/trunk/debian/control	                        (rev 0)
+++ packages/django-picklefield/trunk/debian/control	2010-04-02 18:41:44 UTC (rev 12464)
@@ -0,0 +1,23 @@
+Source: django-picklefield
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python-all (>=2.5), python-support, 
+ python-setuptools, python-django, python-pysqlite2
+Standards-Version: 3.8.4
+Homepage: http://github.com/shrubberysoft/django-picklefield
+
+Package: python-django-picklefield
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-django
+Description: Pickled object field for Django
+ 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. 
+

Added: packages/django-picklefield/trunk/debian/copyright
===================================================================
--- packages/django-picklefield/trunk/debian/copyright	                        (rev 0)
+++ packages/django-picklefield/trunk/debian/copyright	2010-04-02 18:41:44 UTC (rev 12464)
@@ -0,0 +1,44 @@
+This work was packaged for Debian by:
+
+    Fladischer Michael <FladischerMichael at fladi.at> on Sat, 13 Feb 2010 22:05:59 +0100
+
+It was downloaded from:
+
+    http://pypi.python.org/pypi/django-picklefield/
+
+Upstream Author:
+
+    Gintautas Miliauskas <gintautas at miliauskas.lt>
+
+Copyright:
+
+    Copyright (c) 2009-2010, Gintautas Miliauskas
+    Copyright (c) 2009, Taavi Taijala
+    Copyright (c) 2007, Oliver Beattie
+
+License:
+
+    Permission is hereby granted, free of charge, to any person obtaining a copy
+    of this software and associated documentation files (the "Software"), to deal
+    in the Software without restriction, including without limitation the rights
+    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+    copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in
+    all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    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.
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Fladischer Michael <FladischerMichael at fladi.at>
+
+and is licensed under the GPL version 3,
+see "/usr/share/common-licenses/GPL-3".

Added: packages/django-picklefield/trunk/debian/docs
===================================================================
--- packages/django-picklefield/trunk/debian/docs	                        (rev 0)
+++ packages/django-picklefield/trunk/debian/docs	2010-04-02 18:41:44 UTC (rev 12464)
@@ -0,0 +1 @@
+README

Added: packages/django-picklefield/trunk/debian/pyversions
===================================================================
--- packages/django-picklefield/trunk/debian/pyversions	                        (rev 0)
+++ packages/django-picklefield/trunk/debian/pyversions	2010-04-02 18:41:44 UTC (rev 12464)
@@ -0,0 +1 @@
+2.5-

Added: packages/django-picklefield/trunk/debian/rules
===================================================================
--- packages/django-picklefield/trunk/debian/rules	                        (rev 0)
+++ packages/django-picklefield/trunk/debian/rules	2010-04-02 18:41:44 UTC (rev 12464)
@@ -0,0 +1,29 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+.PHONY: override_dh_installchangelogs
+override_dh_installchangelogs:
+	sed -n -e '/^Changes in version/,$$ { /^---/q; p }' < README >changelog
+	dh_installchangelogs changelog
+
+.PHONY: override_dh_auto_test
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+	django-admin startproject testproject
+	echo 'DATABASE_ENGINE = "sqlite3"' > testproject/settings.py
+	echo 'INSTALLED_APPS = ["picklefield"]' >> testproject/settings.py
+	set -e; \
+	for python in $(shell pyversions -r); do \
+	  PYTHONPATH=".:src" $$python testproject/manage.py test --settings=testproject.settings; \
+	done
+	rm -rf testproject
+endif
+
+.PHONY: override_dh_pysupport
+override_dh_pysupport:
+	# Work-around for bug #575377:
+	find debian/ -name PKG-INFO | tail -n +2 | xargs -r -n1 cp -vf $(shell find debian/ -name PKG-INFO | head -n 1)
+	dh_pysupport
+


Property changes on: packages/django-picklefield/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/django-picklefield/trunk/debian/source/format
===================================================================
--- packages/django-picklefield/trunk/debian/source/format	                        (rev 0)
+++ packages/django-picklefield/trunk/debian/source/format	2010-04-02 18:41:44 UTC (rev 12464)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/django-picklefield/trunk/debian/watch
===================================================================
--- packages/django-picklefield/trunk/debian/watch	                        (rev 0)
+++ packages/django-picklefield/trunk/debian/watch	2010-04-02 18:41:44 UTC (rev 12464)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/d/django-picklefield/django-picklefield-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list