[Python-modules-commits] [python-testing.common.database] 04/07: Populate debian/ directory.

Dominik George natureshadow-guest at moszumanska.debian.org
Thu Sep 29 13:40:10 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.common.database.

commit 09961bd4660be88355174615218227dfdf2383f4
Author: Dominik George <nik at naturalnet.de>
Date:   Thu Sep 29 15:12:38 2016 +0200

    Populate debian/ directory.
---
 debian/changelog                |  5 +++++
 debian/compat                   |  1 +
 debian/control                  | 42 +++++++++++++++++++++++++++++++++++++++++
 debian/copyright                | 28 +++++++++++++++++++++++++++
 debian/rules                    |  7 +++++++
 debian/source/lintian-overrides |  2 ++
 debian/watch                    |  4 ++++
 7 files changed, 89 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6b8fb98
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-testing.common.database (2.0.0-1) unstable; urgency=low
+
+  * Initial release. (Closes: #838587)
+
+ -- Dominik George <nik at naturalnet.de>  Thu, 29 Sep 2016 15:04:28 +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..5119dd4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,42 @@
+Source: python-testing.common.database
+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.common.database
+Testsuite: autopkgtest-pkg-python
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-testing.common.database.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-testing.common.database.git
+
+Package: python-testing.common.database
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+Description: Python testing.* framework - common database utilities (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.
+ .
+ This package contains common utilities for handling database connections
+ in this framework (Python 2 version).
+
+Package: python3-testing.common.database
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Description: Python testing.* framework - common database utilities (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.
+ .
+ This package contains common utilities for handling database connections
+ in this framework (Python 3 version).
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..202192d
--- /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.common.database
+
+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 licese under
+ /usr/share/common-licenses/Apache-2.0 .
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..3b18d5a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/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.common.database
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
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..6ce7dd6
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# please also check http://pypi.debian.net/testing.common.database/watch
+version=3
+opts="uversionmangle=s/(rc|a|b|c)/~$1/" \
+http://pypi.debian.net/testing.common.database/testing.common.database-(.+)\.(?: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.common.database.git



More information about the Python-modules-commits mailing list