[Python-modules-commits] [python-django-localflavor] 03/03: Initial release

Orestis Ioannou oorestisime-guest at moszumanska.debian.org
Wed Oct 21 11:20:23 UTC 2015


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

oorestisime-guest pushed a commit to branch master
in repository python-django-localflavor.

commit c5e67174b04874ff44c1ef88df78b69cba49adff
Author: Orestis Ioannou <orestis at oioannou.com>
Date:   Wed Oct 21 10:23:45 2015 +0200

    Initial release
    
    * Initial release
    * Closes: #737485
---
 debian/changelog |  7 +++++++
 debian/compat    |  1 +
 debian/control   | 37 +++++++++++++++++++++++++++++++++++++
 debian/copyright | 36 ++++++++++++++++++++++++++++++++++++
 debian/rules     |  8 ++++++++
 debian/watch     |  4 ++++
 6 files changed, 93 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..cd95d0e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,7 @@
+django-localflavor (1.1-1) unstable; urgency=low
+
+  * Initial release
+  * Closes: #737485
+
+
+ -- Orestis Ioannou <orestis at oioannou.com>  Mon, 19 Oct 2015 01:29:34 +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..76c194b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: django-localflavor
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders:  Orestis Ioannou <orestis at oioannou.com> 
+Section: python
+Priority: optional
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-django-localflavor.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-django-localflavor.git
+Build-Depends: dh-python,
+               python-setuptools (>= 0.6b3), 
+               python-all (>= 2.6.6-3), 
+               debhelper (>= 9),
+               python3-setuptools,
+               python3-all
+Standards-Version: 3.9.6
+Homepage: http://django-localflavor.readthedocs.org/en/latest/
+X-Python-Version: >= 2.6
+X-Python3-Version: >=3.3
+
+Package: python-django-localflavor
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Country-specific Django helpers
+ Django's "localflavor" packages offer additional functionality for particular
+ countries or cultures. For example, these might include form fields for your
+ country's postal codes, phone number formats or government ID numbers.
+ .
+ This is a Python 2 module
+
+Package: python3-django-localflavor
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Country-specific Django helpers
+ Django's "localflavor" packages offer additional functionality for particular
+ countries or cultures. For example, these might include form fields for your
+ country's postal codes, phone number formats or government ID numbers.
+ .
+ This is a Python 3 module
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f106761
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/  
+Upstream-Name: django-localflavor    
+Source: https://pypi.python.org/pypi/django-localflavor
+   
+Files: *   
+Copyright: Copyright (c) Django Software Foundation and individual contributors. 
+License: BSD-3
+  
+Files: debian/*
+Copyright: 2015 Orestis Ioannou <orestis at oioannou.com> 
+License: BSD-3
+
+License: BSD-3
+    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 the contributors may not 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 THE COPYRIGHT
+    OWNER OR CONTRIBUTORS 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.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..5df46f4
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.8.5 at
+# Mon, 19 Oct 2015 01:29:34 +0200
+export PYBUILD_NAME=django-localflavor
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..df2b460
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# please also check http://pypi.debian.net/django-localflavor/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/django-localflavor/django-localflavor-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file

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



More information about the Python-modules-commits mailing list