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

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Mar 22 11:17:10 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-agate-sql.

commit fd7979d275141e360d4c964c4f1d31467dfb4836
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Mar 15 12:30:08 2017 +0000

    Initial debianisation
---
 debian/changelog                       |  5 ++++
 debian/compat                          |  1 +
 debian/control                         | 48 ++++++++++++++++++++++++++++++++++
 debian/copyright                       | 31 ++++++++++++++++++++++
 debian/gbp.conf                        |  7 +++++
 debian/patches/No-privacy-breach.patch | 36 +++++++++++++++++++++++++
 debian/patches/Use-packaged-docs.patch | 29 ++++++++++++++++++++
 debian/patches/series                  |  2 ++
 debian/python-agatesql-doc.doc-base    |  9 +++++++
 debian/python-agatesql-doc.docs        |  1 +
 debian/rules                           | 20 ++++++++++++++
 debian/source/format                   |  1 +
 debian/source/local-options            |  1 +
 debian/tests/control                   | 10 +++++++
 debian/watch                           |  3 +++
 15 files changed, 204 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4218a67
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-agate-sql (0.5.1-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #850451)
+
+ -- Ghislain Antony Vaillant <ghisvail at gmail.com>  Sat, 11 Mar 2017 16:14:44 +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..671ae8a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,48 @@
+Source: python-agate-sql
+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),
+               python-agate-doc <!nodoc>,
+               python3-agate <!nocheck> <!nodoc>,
+               python3-all,
+               python3-doc <!nodoc>,
+               python3-setuptools,
+               python3-sphinx <!nodoc>,
+               python3-sphinx-rtd-theme <!nodoc>,
+               python3-sqlalchemy <!nocheck> <!nodoc>,
+               sphinx-common
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-agate-sql.git
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-agate-sql.git
+Homepage: http://agate-sql.rtfd.org/
+X-Python3-Version: >= 3.3
+
+Package: python3-agatesql
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends}
+Suggests: python-agatesql-doc <!nodoc>
+Description: support for SQL read/write in agate
+ Agate-sql adds read/write support for SQL to agate. It uses a monkey patching
+ pattern to add read and write methods for SQL to all agate.Table instances
+ after import of the corresponding agatesql module.
+ .
+ This package provides the modules for Python 3.
+
+Package: python-agatesql-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends},
+         ${sphinxdoc:Depends}
+Built-Using: ${sphinxdoc:Built-Using}
+Description: documentation for agate-sql
+ Agate-sql adds read/write support for SQL to agate. It uses a monkey patching
+ pattern to add read and write methods for SQL to all agate.Table instances
+ after import of the corresponding agatesql module.
+ .
+ This package provides the documentation.
+Build-Profiles: <!nodoc>
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0b21397
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: agate-sql
+Upstream-Contact: Christopher Groskopf <chrisgroskopf at gmail.com>
+Source: https://pypi.python.org/pypi/agate-sql/
+
+Files: *
+Copyright: 2017 Christopher Groskopf and contributors
+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/patches/No-privacy-breach.patch b/debian/patches/No-privacy-breach.patch
new file mode 100644
index 0000000..2c0f1a6
--- /dev/null
+++ b/debian/patches/No-privacy-breach.patch
@@ -0,0 +1,36 @@
+From: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Date: Wed, 15 Mar 2017 12:43:39 +0000
+Subject: No privacy breach
+
+---
+ README.rst | 20 --------------------
+ 1 file changed, 20 deletions(-)
+
+diff --git a/README.rst b/README.rst
+index f5d1450..e03d369 100644
+--- a/README.rst
++++ b/README.rst
+@@ -1,23 +1,3 @@
+-.. image:: https://travis-ci.org/wireservice/agate-sql.png
+-    :target: https://travis-ci.org/wireservice/agate-sql
+-    :alt: Build status
+-
+-.. image:: https://img.shields.io/pypi/dw/agate-sql.svg
+-    :target: https://pypi.python.org/pypi/agate-sql
+-    :alt: PyPI downloads
+-
+-.. image:: https://img.shields.io/pypi/v/agate-sql.svg
+-    :target: https://pypi.python.org/pypi/agate-sql
+-    :alt: Version
+-
+-.. image:: https://img.shields.io/pypi/l/agate-sql.svg
+-    :target: https://pypi.python.org/pypi/agate-sql
+-    :alt: License
+-
+-.. image:: https://img.shields.io/pypi/pyversions/agate-sql.svg
+-    :target: https://pypi.python.org/pypi/agate-sql
+-    :alt: Support Python versions
+-
+ agate-sql adds SQL read/write support to `agate <https://github.com/wireservice/agate>`_.
+ 
+ Important links:
diff --git a/debian/patches/Use-packaged-docs.patch b/debian/patches/Use-packaged-docs.patch
new file mode 100644
index 0000000..2870dae
--- /dev/null
+++ b/debian/patches/Use-packaged-docs.patch
@@ -0,0 +1,29 @@
+From: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Date: Wed, 15 Mar 2017 12:43:24 +0000
+Subject: Use packaged docs
+
+---
+ docs/conf.py | 10 ++++++++--
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+diff --git a/docs/conf.py b/docs/conf.py
+index c328d64..79c9f5d 100644
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -27,8 +27,14 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx']
+ autodoc_member_order = 'bysource'
+ 
+ intersphinx_mapping = {
+-    'python': ('http://docs.python.org/3.5/', None),
+-    'agate': ('http://agate.readthedocs.org/en/latest/', None)
++    'python': (
++        'http://docs.python.org/3/',
++        '/usr/share/doc/python3/html/objects.inv',
++    ),
++    'agate': (
++        'http://agate.readthedocs.org/en/latest/',
++        '/usr/share/doc/python-agate-doc/html/objects.inv',
++    ),
+ }
+ 
+ # Add any paths that contain templates here, relative to this directory.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..22a20a1
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+Use-packaged-docs.patch
+No-privacy-breach.patch
diff --git a/debian/python-agatesql-doc.doc-base b/debian/python-agatesql-doc.doc-base
new file mode 100644
index 0000000..64bd662
--- /dev/null
+++ b/debian/python-agatesql-doc.doc-base
@@ -0,0 +1,9 @@
+Document: python-agatesql-doc
+Title: agate-sql documentation
+Author: Christopher Groskopf
+Abstract: This is the reference documentation for the agate-sql Python library.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/python-agatesql-doc/html/index.html
+Files: /usr/share/doc/python-agatesql-doc/html/*.html
diff --git a/debian/python-agatesql-doc.docs b/debian/python-agatesql-doc.docs
new file mode 100644
index 0000000..6d28621
--- /dev/null
+++ b/debian/python-agatesql-doc.docs
@@ -0,0 +1 @@
+build/html
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..6f93d13
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE = 1
+
+export PYBUILD_NAME = agatesql
+ifneq (,$(findstring nocheck,$(DEB_BUILD_PROFILES)))
+export PYBUILD_DISABLE = test
+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..8792b83
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,10 @@
+Test-Command: set -e
+ ; cp -r tests "$AUTOPKGTEST_TMP"
+ ; for py in $(py3versions -r 2>/dev/null)
+ ; do cd "$AUTOPKGTEST_TMP"
+ ; echo "Testing with $py:"
+ ; $py -m pytest -v
+ ; done
+Depends: python3-agatesql,
+         python3-all,
+         python3-pytest
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..fed05dd
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/agate-sql-$1\.tar\.gz/ \
+https://github.com/wireservice/agate-sql/tags .*/v?(\d\S+)\.tar\.gz

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



More information about the Python-modules-commits mailing list