[Python-modules-commits] [codicefiscale] 03/04: Initial release. Closes: #834710

Elena Grandi valhalla-guest at moszumanska.debian.org
Thu Aug 18 14:59:25 UTC 2016


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

valhalla-guest pushed a commit to branch master
in repository codicefiscale.

commit 4e98a47b86cc94f1df4c9752eadcf5476f4846c8
Author: Elena ``of Valhalla'' Grandi <valhalla at trueelena.org>
Date:   Thu Aug 18 16:53:15 2016 +0200

    Initial release. Closes: #834710
---
 debian/.git-dpm  |  3 +++
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 31 +++++++++++++++++++++++++++++++
 debian/copyright | 31 +++++++++++++++++++++++++++++++
 debian/rules     |  8 ++++++++
 debian/watch     |  2 ++
 7 files changed, 81 insertions(+)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index a0fad62..be54cc5 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@
 codicefiscale_0.9.orig.tar.gz
 79d7c5f90fb168287b7264e0e2ca2324ad4428a6
 3904
+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..7115b2c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+codicefiscale (0.9-1) UNRELEASED; urgency=low
+
+  * Initial release. Closes: #834710
+
+ -- Elena Grandi <valhalla-d at trueelena.org>  Mon, 22 Jun 2015 13:00:25 +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..3ba3456
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: codicefiscale
+Maintainer: Elena Grandi <valhalla-d at trueelena.org>
+Section: python
+Priority: optional
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), dh-python, python3-all, python3-setuptools
+Standards-Version: 3.9.6
+Homepage: https://github.com/ema/pycodicefiscale
+
+Package: python-codicefiscale
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Generate and validate Italian "codice fiscale" (Python 2.x)
+ This Python library works with Italian fiscal codes for natural persons
+ (the local equivalent to SSN in the USA) and allows one to:
+  * generate a realistic code from given data;
+  * calculate the control code;
+  * extract data from an existing code: birthday and sex.
+ .
+ This package provides Python 2.x version of codicefiscale.
+
+Package: python3-codicefiscale
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Generate and validate Italian "codice fiscale" (Python 3.x)
+ This Python library works with Italian fiscal codes for natural persons
+ (the local equivalent to SSN in the USA) and allows one to:
+  * generate a realistic code from given data;
+  * calculate the control code;
+  * extract data from an existing code: birthday and sex.
+ .
+ This package provides Python 3.x version of codicefiscale.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..dd4e544
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pycodicefiscale
+Source: https://github.com/ema/pycodicefiscale
+
+Files: *
+Copyright: 2009-2016 Emanuele Rocca
+License: LGPL-2.1+
+
+Files: debian/*
+Copyright: 2016 Elena Grandi
+License: LGPL-2.1+
+
+
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ .
+ On Debian systems, the full text of the GNU Lesser General Public
+ License version 2.1 can be found in the file
+ `/usr/share/common-licenses/LGPL-2.1'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8f2aada
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=codicefiscale
+export PYBUILD_DISABLE=test
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..f4b5127
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pypi.debian.net/codicefiscale/codicefiscale-(.+)\.(?: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/codicefiscale.git



More information about the Python-modules-commits mailing list