[Python-modules-commits] [python-testing.postgresql] 03/05: Populate debian/.

Dominik George natureshadow-guest at moszumanska.debian.org
Thu Sep 29 14:08:42 UTC 2016


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

natureshadow-guest pushed a commit to branch master
in repository python-testing.postgresql.

commit d8a0f7d6df53ebcc445df48e473dffaa60b984d3
Author: Dominik George <nik at naturalnet.de>
Date:   Thu Sep 29 15:56:44 2016 +0200

    Populate debian/.
---
 debian/.git-dpm                 |  3 +++
 debian/changelog                |  5 +++++
 debian/compat                   |  1 +
 debian/control                  | 48 +++++++++++++++++++++++++++++++++++++++++
 debian/copyright                | 28 ++++++++++++++++++++++++
 debian/rules                    | 14 ++++++++++++
 debian/source/lintian-overrides |  2 ++
 debian/watch                    |  4 ++++
 8 files changed, 105 insertions(+)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index 7079ffc..ee15303 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@ b427257b8230a01eb8c01154fc1cc8f9f67a5419
 python-testing.postgresql_1.3.0.orig.tar.gz
 0e08d0bc0b958f90bd30f2d75087a946912af012
 11000
+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..b27c8f0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-testing.postgresql (1.3.0-1) unstable; urgency=low
+
+  * Initial release. (Closes: #838582)
+
+ -- Dominik George <nik at naturalnet.de>  Thu, 29 Sep 2016 15:46:57 +0200
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..fb9a081
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,48 @@
+Source: python-testing.postgresql
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders:
+ Dominik George <nik at naturalnet.de>,
+Section: python
+Priority: optional
+Build-Depends:
+ debhelper (>= 10),
+ dh-python,
+ python-all (>= 2.6.6-3),
+ python-setuptools (>= 0.6b3),
+ python3-all,
+ python3-setuptools,
+Standards-Version: 3.9.8
+Homepage: https://github.com/tk0miya/testing.postgresql
+Testsuite: autopkgtest-pkg-python
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-testing.postgresql.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-testing.postgresql.git
+
+Package: python-testing.postgresql
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+Description: Python testing.* framework - PostgreSQL helpers (Python 2)
+ The testing.* Python modules provide a framework for Python unit test suites
+ that need to run tests against servers, like network-based DBMSs.
+ .
+ testing.postgresql contains helper classes to work with a temporary
+ PostgreSQL server. It automatically sets up a PostgreSQL instance in a
+ temporary directory, and destroys it after testing.
+ .
+ This package contains the Python 2 version.
+
+Package: python3-testing.postgresql
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Description: Python testing.* framework - PostgreSQL helpers (Python 3)
+ The testing.* Python modules provide a framework for Python unit test suites
+ that need to run tests against servers, like network-based DBMSs.
+ .
+ testing.postgresql contains helper classes to work with a temporary
+ PostgreSQL server. It automatically sets up a PostgreSQL instance in a
+ temporary directory, and destroys it after testing.
+ .
+ This package contains the Python 3 version.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..aeb3b6b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: testing.common.database
+Upstream-Contact: Takeshi KOMIYA
+Source: https://github.com/tk0miya/testing.postgresql
+
+Files: *
+Copyright: 2013 Takeshi KOMIYA
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2016 Dominik George <nik at naturalnet.de>
+License: Apache-2.0
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+     http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, you can find the Apache-2.0 license under
+ /usr/share/common-licenses/Apache-2.0 .
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8fa76c3
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.8.5 at
+# Tue, 13 Sep 2016 12:50:39 +0200
+export PYBUILD_NAME=testing.postgresql
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_installdocs:
+	dh_installdocs
+	csplit README.rst '%^History$$%'
+	cp xx00 debian/python-testing.postgresql/usr/share/doc/python-testing.postgresql/changelog
+	cp xx00 debian/python3-testing.postgresql/usr/share/doc/python3-testing.postgresql/changelog
+	rm xx00
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..0429149
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+# Upstream does not sign tarballs. Discussing that, though.
+python-testing.common.database source: debian-watch-may-check-gpg-signature
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..b932fb2
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# please also check http://pypi.debian.net/testing.postgresql/watch
+version=3
+opts="uversionmangle=s/(rc|a|b|c)/~$1/" \
+http://pypi.debian.net/testing.postgresql/testing.postgresql-(.+)\.(?: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/python-testing.postgresql.git



More information about the Python-modules-commits mailing list