[Python-modules-commits] [python-dbfread] 02/03: Initial debianisation

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Mar 15 18:52:33 UTC 2017


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

ghisvail-guest pushed a commit to branch master
in repository python-dbfread.

commit c24db8d0b5ae86f367fc9019b5aade6ed1331cbb
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Mar 15 14:18:16 2017 +0000

    Initial debianisation
---
 debian/changelog                            |  5 ++++
 debian/compat                               |  1 +
 debian/control                              | 46 +++++++++++++++++++++++++++++
 debian/copyright                            | 31 +++++++++++++++++++
 debian/gbp.conf                             |  7 +++++
 debian/python-dbfread-doc.doc-base          |  9 ++++++
 debian/python-dbfread-doc.docs              |  1 +
 debian/python-dbfread-doc.lintian-overrides |  2 ++
 debian/rules                                | 23 +++++++++++++++
 debian/source/format                        |  1 +
 debian/source/local-options                 |  1 +
 debian/tests/control                        | 10 +++++++
 debian/watch                                |  3 ++
 13 files changed, 140 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..fb6b7d1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-dbfread (2.0.7-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #857813)
+
+ -- Ghislain Antony Vaillant <ghisvail at gmail.com>  Wed, 15 Mar 2017 14:07:04 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2766637
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,46 @@
+Source: python-dbfread
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 10),
+               dh-python,
+               dpkg-dev (>= 1.17.14),
+               python3-all,
+               python3-pytest <!nocheck>,
+               python3-setuptools,
+               python3-sphinx <!nodoc>,
+               sphinx-common
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-agate.git
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-agate.git
+Homepage: http://dbfread.readthedocs.org/
+X-Python3-Version: >= 3.3
+
+Package: python3-dbfread
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends}
+Suggests: python-dbfread-doc <!nodoc>
+Description: read DBF Files with Python
+ DBF is a file format used by databases such dBase, Visual FoxPro, and
+ FoxBase+. This library reads DBF files and returns the data as native
+ Python data types for further processing. It is primarily intended for
+ batch jobs and one-off scripts.
+ .
+ This package provides the modules for Python 3.
+
+Package: python-dbfread-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends},
+         ${sphinxdoc:Depends}
+Built-Using: ${sphinxdoc:Built-Using}
+Description: documentation for dbfread
+ DBF is a file format used by databases such dBase, Visual FoxPro, and
+ FoxBase+. This library reads DBF files and returns the data as native
+ Python data types for further processing. It is primarily intended for
+ batch jobs and one-off scripts.
+ .
+ This package provides the documentation.
+Build-Profiles: <!nodoc>
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..fe549a9
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: dbfread
+Upstream-Contact: Ole Martin Bjørndalen <ombdalen at gmail.com>
+Source: https://pypi.python.org/pypi/dbfread
+
+Files: *
+Copyright: Ole Martin Bjørndalen / UiT The Arctic University of Norway
+License: Expat
+
+Files: debian/*
+Copyright: 2017 Ghislain Antony Vaillant <ghisvail at gmail.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..f53906f
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,7 @@
+[DEFAULT]
+upstream-branch = upstream
+debian-branch = master
+upstream-tag = upstream/%(version)s
+debian-tag = debian/%(version)s
+sign-tags = True
+pristine-tar = True
diff --git a/debian/python-dbfread-doc.doc-base b/debian/python-dbfread-doc.doc-base
new file mode 100644
index 0000000..c548cab
--- /dev/null
+++ b/debian/python-dbfread-doc.doc-base
@@ -0,0 +1,9 @@
+Document: python-dbfread-doc
+Title: dbfread documentation
+Author: Ole Martin Bjorndalen
+Abstract: This is the reference documentation for dbfread.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/python-dbfread-doc/html/index.html
+Files: /usr/share/doc/python-dbfread-doc/html/*.html
diff --git a/debian/python-dbfread-doc.docs b/debian/python-dbfread-doc.docs
new file mode 100644
index 0000000..6d28621
--- /dev/null
+++ b/debian/python-dbfread-doc.docs
@@ -0,0 +1 @@
+build/html
diff --git a/debian/python-dbfread-doc.lintian-overrides b/debian/python-dbfread-doc.lintian-overrides
new file mode 100644
index 0000000..a19b78d
--- /dev/null
+++ b/debian/python-dbfread-doc.lintian-overrides
@@ -0,0 +1,2 @@
+# Required by the documentation.
+extra-license-file
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..50ea5bf
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,23 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE = 1
+
+export PYBUILD_NAME = dbfread
+ifneq (,$(findstring nocheck,$(DEB_BUILD_PROFILES)))
+export PYBUILD_DISABLE = test
+else
+export PYBUILD_BEFORE_TEST = cp -r {dir}/testcases {build_dir}
+export PYBUILD_AFTER_TEST = rm -rf {build_dir}/testcases
+endif
+
+%:
+	dh $@ --with python3,sphinxdoc --buildsystem=pybuild
+
+override_dh_auto_build: export http_proxy=127.0.0.1:9
+override_dh_auto_build: export https_proxy=127.0.0.1:9
+override_dh_auto_build:
+	dh_auto_build
+ifeq (,$(findstring nodoc,$(DEB_BUILD_PROFILES)))
+	PYTHONPATH=. sphinx-build -N -b html docs build/html
+endif
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/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..b2b7b88
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1 @@
+extend-diff-ignore="^[^/]+\.egg-info/"
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..3c31137
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,10 @@
+Test-Command: set -e
+ ; cp -r testcases "$AUTOPKGTEST_TMP"
+ ; for py in $(py3versions -r 2>/dev/null)
+ ; do cd "$AUTOPKGTEST_TMP"
+ ; echo "Testing with $py:"
+ ; $py -m pytest --pyargs dbfread -v
+ ; done
+Depends: python3-all,
+         python3-dbfread,
+         python3-pytest
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..fe34f84
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/dbfread/dbfread@ANY_VERSION@@ARCHIVE_EXT@

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



More information about the Python-modules-commits mailing list