[Python-modules-commits] [django-hstore] 03/07: Initial release. (Closes: #845805)

Scott Kitterman kitterman at moszumanska.debian.org
Sat Nov 26 23:16:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

kitterman pushed a commit to branch master
in repository django-hstore.

commit d2016d3b1c2c0ef286f21c0ec170b1d64a4a2eba
Author: Scott Kitterman <scott at kitterman.com>
Date:   Sat Nov 26 16:42:57 2016 -0500

    Initial release. (Closes: #845805)
---
 debian/.git-dpm                    |  3 ++
 debian/changelog                   |  5 ++++
 debian/clean                       |  1 +
 debian/compat                      |  1 +
 debian/control                     | 60 ++++++++++++++++++++++++++++++++++++++
 debian/copyright                   | 33 +++++++++++++++++++++
 debian/gbp.conf                    |  2 ++
 debian/python-django-hstore.docs   |  1 +
 debian/python-django-hstore.links  |  1 +
 debian/python3-django-hstore.docs  |  1 +
 debian/python3-django-hstore.links |  1 +
 debian/rules                       |  9 ++++++
 debian/watch                       |  3 ++
 13 files changed, 121 insertions(+)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index de1f1f5..2ed3074 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@ b16ee57cdd3438b3d6f9e8b8302e3f5c1609d543
 django-hstore_1.5~alpha~git20161126+dfsg.orig.tar.gz
 e0db428ab3ca05b0108d218b17d2b95e5fce67df
 35996
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d172abb
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+django-hstore (1.5~alpha~git20161126+dfsg-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #845805)
+
+ -- Scott Kitterman <scott at kitterman.com>  Sat, 26 Nov 2016 16:42:12 -0500
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..62b332b
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+django_redis.egg-info/SOURCES.txt
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..39cd586
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,60 @@
+Source: django-hstore
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Scott Kitterman <scott at kitterman.com>
+Build-Depends:
+ debhelper (>= 9~),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python3-all,
+ python3-setuptools,
+Standards-Version: 3.9.8
+Homepage: https://github.com/djangonauts/django-hstore
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-hstore.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-hstore.git
+
+Package: python-django-hstore
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ libjs-underscore
+Description: Django module for the PostgreSQL hstore extension (Python 2)
+ django-hstore is a niche library which integrates the hstore extension of
+ PostgreSQL into Django.
+ .
+ HStore brings the power of NoSQL key/value stores into PostgreSQL, giving us
+ the advantage of flexibility and performance without renouncing to the
+ robustness of SQL databases.
+ .
+ Features
+ .
+   * Postgis compatibility.
+   * Nice admin widgets.
+   * Possibility to define a schema and use the standard django fields.
+ .
+ This is the Python 2 version of the package.
+
+Package: python3-django-hstore
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+ libjs-underscore
+Description: Django module for the PostgreSQL hstore extension (Python 3)
+ django-hstore is a niche library which integrates the hstore extension of
+ PostgreSQL into Django.
+ .
+ HStore brings the power of NoSQL key/value stores into PostgreSQL, giving us
+ the advantage of flexibility and performance without renouncing to the
+ robustness of SQL databases.
+ .
+ Features
+ .
+   * Postgis compatibility.
+   * Nice admin widgets.
+   * Possibility to define a schema and use the standard django fields.
+ .
+ This is the Python 3 version of the package.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..27dc35a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Django HStore
+Upstream-Contact: Djangonauts Organization
+Source: https://pypi.python.org/pypi/django-hstore
+Files-Excluded: django_hstore/static/admin/js/django_hstore/underscore-min.js
+
+Files: *
+Copyright: Copyright (C) 2013-2014 Federico Capoano
+           Copyright (C) 2011 Jordan McCoy
+License: Expat
+
+Files: debian/*
+Copyright: 2016 Scott Kitterman <scott at kitterman.com>
+License: Expat
+
+License: Expat
+ 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.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..cec628c
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+pristine-tar = True
diff --git a/debian/python-django-hstore.docs b/debian/python-django-hstore.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python-django-hstore.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/python-django-hstore.links b/debian/python-django-hstore.links
new file mode 100644
index 0000000..b176df3
--- /dev/null
+++ b/debian/python-django-hstore.links
@@ -0,0 +1 @@
+/usr/share/javascript/underscore/underscore.min.js usr/lib/python2.7/dist-packages/django_hstore/static/admin/js/django_hstore/underscore-min.js
diff --git a/debian/python3-django-hstore.docs b/debian/python3-django-hstore.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python3-django-hstore.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/python3-django-hstore.links b/debian/python3-django-hstore.links
new file mode 100644
index 0000000..b176df3
--- /dev/null
+++ b/debian/python3-django-hstore.links
@@ -0,0 +1 @@
+/usr/share/javascript/underscore/underscore.min.js usr/lib/python2.7/dist-packages/django_hstore/static/admin/js/django_hstore/underscore-min.js
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..fdc9e1d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=django-hstore
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_test:
+	# Tests needs django configured, let's not for now.
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..513c364
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=dversionmangle=s/\+dfsg//,repacksuffix=+dfsg \
+http://pypi.debian.net/django-hstore/django-hstore-([0-9][0-9\.\-]*).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-hstore.git



More information about the Python-modules-commits mailing list