[Python-modules-commits] [django-hvad] 01/03: initial packaging

Hans-Christoph Steiner eighthave at moszumanska.debian.org
Fri Sep 22 22:26:11 UTC 2017


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

eighthave pushed a commit to branch master
in repository django-hvad.

commit 91bd071651a1dadd96ca85376684ec455bce6c2e
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Sat Sep 23 00:03:06 2017 +0200

    initial packaging
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf      |  3 +++
 debian/rules         |  8 ++++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 7 files changed, 74 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2a15a73
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+django-hvad (1.8.0-1) testing; urgency=low
+
+  * Initial release (Closes: #)
+
+ -- Hans-Christoph Steiner <hans at eds.org>  Fri, 22 Sep 2017 13:09:01 +0200
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..80a5358
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,53 @@
+Source: django-hvad
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Hans-Christoph Steiner <hans at eds.org>
+Build-Depends: debhelper (>=9),
+               dh-python,
+               python-all (>= 2.7),
+               python-django (>= 1.8),
+               python-setuptools,
+               python3-all (>= 3.4),
+               python3-django (>= 1.8),
+               python3-setuptools,
+Standards-Version: 4.1.0
+Homepage: https://github.com/KristianOellegaard/django-hvad     
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-hvad.git
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-hvad.git
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.4
+
+Package: python-django-hvad
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends},
+Description: Painless translations in Django
+ Painless translations in django, using the regular ORM. Integrates
+ easily into existing projects and apps. Easy convertible from
+ django-multilingual-ng.
+ .
+ This project adds support for model translations in Django. It is
+ designed to be unobtrusive, efficient and reliable. On the technical
+ side, it uses an automatically created Translations Model to store
+ translatable fields in arbitrary languages with a foreign key to the
+ main model, enabling fast queries.
+ .
+ Started in 2011, hvad has grown mature and is now used on large scale
+ applications.
+
+Package: python3-django-hvad
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends},
+Description: Painless translations in Django
+ Painless translations in django, using the regular ORM. Integrates
+ easily into existing projects and apps. Easy convertible from
+ django-multilingual-ng.
+ .
+ This project adds support for model translations in Django. It is
+ designed to be unobtrusive, efficient and reliable. On the technical
+ side, it uses an automatically created Translations Model to store
+ translatable fields in arbitrary languages with a foreign key to the
+ main model, enabling fast queries.
+ .
+ Started in 2011, hvad has grown mature and is now used on large scale
+ applications.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..5474c60
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..5454671
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+export PYBUILD_NAME=django-hvad
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..913c949
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/django-hvad/django-hvad-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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



More information about the Python-modules-commits mailing list