[Python-modules-commits] r25267 - in packages/python-django-jsonfield/tags (9 files)

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Thu Jul 25 14:59:25 UTC 2013


    Date: Thursday, July 25, 2013 @ 14:59:23
  Author: hertzog
Revision: 25267

[svn-buildpackage] Tagging python-django-jsonfield 0.9.10-1

Added:
  packages/python-django-jsonfield/tags/0.9.10-1/
  packages/python-django-jsonfield/tags/0.9.10-1/debian/changelog
    (from rev 25263, packages/python-django-jsonfield/trunk/debian/changelog)
  packages/python-django-jsonfield/tags/0.9.10-1/debian/control
    (from rev 25265, packages/python-django-jsonfield/trunk/debian/control)
  packages/python-django-jsonfield/tags/0.9.10-1/debian/copyright
    (from rev 25262, packages/python-django-jsonfield/trunk/debian/copyright)
  packages/python-django-jsonfield/tags/0.9.10-1/debian/rules
    (from rev 25261, packages/python-django-jsonfield/trunk/debian/rules)
Deleted:
  packages/python-django-jsonfield/tags/0.9.10-1/debian/changelog
  packages/python-django-jsonfield/tags/0.9.10-1/debian/control
  packages/python-django-jsonfield/tags/0.9.10-1/debian/copyright
  packages/python-django-jsonfield/tags/0.9.10-1/debian/rules

Deleted: packages/python-django-jsonfield/tags/0.9.10-1/debian/changelog
===================================================================
--- packages/python-django-jsonfield/trunk/debian/changelog	2013-07-25 13:05:15 UTC (rev 25260)
+++ packages/python-django-jsonfield/tags/0.9.10-1/debian/changelog	2013-07-25 14:59:23 UTC (rev 25267)
@@ -1,5 +0,0 @@
-python-django-jsonfield (0.9.10-1) unstable; urgency=low
-
-  * Initial release.
-
- -- Raphaël Hertzog <hertzog at debian.org>  Thu, 25 Jul 2013 14:51:15 +0200

Copied: packages/python-django-jsonfield/tags/0.9.10-1/debian/changelog (from rev 25263, packages/python-django-jsonfield/trunk/debian/changelog)
===================================================================
--- packages/python-django-jsonfield/tags/0.9.10-1/debian/changelog	                        (rev 0)
+++ packages/python-django-jsonfield/tags/0.9.10-1/debian/changelog	2013-07-25 14:59:23 UTC (rev 25267)
@@ -0,0 +1,5 @@
+python-django-jsonfield (0.9.10-1) unstable; urgency=low
+
+  * Initial release. Closes: #717830
+
+ -- Raphaël Hertzog <hertzog at debian.org>  Thu, 25 Jul 2013 14:51:15 +0200

Deleted: packages/python-django-jsonfield/tags/0.9.10-1/debian/control
===================================================================
--- packages/python-django-jsonfield/trunk/debian/control	2013-07-25 13:05:15 UTC (rev 25260)
+++ packages/python-django-jsonfield/tags/0.9.10-1/debian/control	2013-07-25 14:59:23 UTC (rev 25267)
@@ -1,22 +0,0 @@
-Source: python-django-jsonfield
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Raphaël Hertzog <hertzog at debian.org>
-Standards-Version: 3.9.4
-Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~)
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-django-jsonfield/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-django-tagging/trunk/
-Homepage: https://bitbucket.org/schinckel/django-jsonfield/
-
-Package: python-django-jsonfield
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-django (>= 1.3)
-Description: JSON field for Django models
- This package provides a Django field (jsonfield.JSONField) that you can use to
- store arbitrary JSON structures in a simple text field at the database level.
- .
- Accessing the field returns a decoded object (list, dict, string).
- .
- In forms, it appears like a TextField but the input is validated to be valid
- JSON.

Copied: packages/python-django-jsonfield/tags/0.9.10-1/debian/control (from rev 25265, packages/python-django-jsonfield/trunk/debian/control)
===================================================================
--- packages/python-django-jsonfield/tags/0.9.10-1/debian/control	                        (rev 0)
+++ packages/python-django-jsonfield/tags/0.9.10-1/debian/control	2013-07-25 14:59:23 UTC (rev 25267)
@@ -0,0 +1,22 @@
+Source: python-django-jsonfield
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Raphaël Hertzog <hertzog at debian.org>
+Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-django-jsonfield/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-django-tagging/trunk/
+Homepage: https://bitbucket.org/schinckel/django-jsonfield/
+
+Package: python-django-jsonfield
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-django (>= 1.3)
+Description: JSON field for Django models
+ This package provides a Django field (jsonfield.JSONField) that you can use to
+ store arbitrary JSON structures in a simple text field at the database level.
+ .
+ Accessing the field returns a decoded object (list, dict, string).
+ .
+ In forms, it appears like a TextField but the input is validated to be valid
+ JSON.

Deleted: packages/python-django-jsonfield/tags/0.9.10-1/debian/copyright
===================================================================
--- packages/python-django-jsonfield/trunk/debian/copyright	2013-07-25 13:05:15 UTC (rev 25260)
+++ packages/python-django-jsonfield/tags/0.9.10-1/debian/copyright	2013-07-25 14:59:23 UTC (rev 25267)
@@ -1,33 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: django-jsonfield
-Source: https://pypi.python.org/pypi/django-jsonfield/
-
-Files: *
-Copyright: 2012 Matthew Schinckel
-License: BSD-3-Clause
-
-Files: debian/*
-Copyright: 2012 Raphaël Hertzog <hertzog at debian.org>
-License: BSD-3-Clause
-
-License: BSD-3-Clause
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
-     * Redistributions of source code must retain the above copyright
-       notice, this list of conditions and the following disclaimer.
-     * Redistributions in binary form must reproduce the above copyright
-       notice, this list of conditions and the following disclaimer in the
-       documentation and/or other materials provided with the distribution.
-     * The names of its contributors may be used to endorse or promote products
-       derived from this software without specific prior written permission.
- .
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- DISCLAIMED. IN NO EVENT SHALL MATTHEW SCHINCKEL BE LIABLE FOR ANY DIRECT,
- INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
- OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
- ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: packages/python-django-jsonfield/tags/0.9.10-1/debian/copyright (from rev 25262, packages/python-django-jsonfield/trunk/debian/copyright)
===================================================================
--- packages/python-django-jsonfield/tags/0.9.10-1/debian/copyright	                        (rev 0)
+++ packages/python-django-jsonfield/tags/0.9.10-1/debian/copyright	2013-07-25 14:59:23 UTC (rev 25267)
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: django-jsonfield
+Upstream-Contact: Matthew Schinckel <matt at schinckel.net>
+Source: https://pypi.python.org/pypi/django-jsonfield/
+
+Files: *
+Copyright: 2012 Matthew Schinckel <matt at schinckel.net>
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: 2012 Raphaël Hertzog <hertzog at debian.org>
+License: BSD-3-Clause
+
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+     * Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+     * Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+     * The names of its contributors may be used to endorse or promote products
+       derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL MATTHEW SCHINCKEL BE LIABLE FOR ANY DIRECT,
+ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Deleted: packages/python-django-jsonfield/tags/0.9.10-1/debian/rules
===================================================================
--- packages/python-django-jsonfield/trunk/debian/rules	2013-07-25 13:05:15 UTC (rev 25260)
+++ packages/python-django-jsonfield/tags/0.9.10-1/debian/rules	2013-07-25 14:59:23 UTC (rev 25267)
@@ -1,12 +0,0 @@
-#!/usr/bin/make -f
-
-PKG = $(shell dh_listpackages)
-
-%:
-	dh $@ --with python2
-
-override_dh_installdocs:
-	dh_installdocs
-	# Generate documentation
-	rst2html <docs/overview.txt >debian/$(PKG)/usr/share/doc/$(PKG)/overview.html
-

Copied: packages/python-django-jsonfield/tags/0.9.10-1/debian/rules (from rev 25261, packages/python-django-jsonfield/trunk/debian/rules)
===================================================================
--- packages/python-django-jsonfield/tags/0.9.10-1/debian/rules	                        (rev 0)
+++ packages/python-django-jsonfield/tags/0.9.10-1/debian/rules	2013-07-25 14:59:23 UTC (rev 25267)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2




More information about the Python-modules-commits mailing list