[Python-modules-commits] [python-testing.mysqld] 03/03: Add debian/.

Dominik George natureshadow-guest at moszumanska.debian.org
Thu Oct 13 12:16:24 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.mysqld.

commit 464c402a76fc04dabf6578f97061c93cc1f3e38d
Author: Dominik George <nik at naturalnet.de>
Date:   Thu Oct 13 14:11:09 2016 +0200

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

diff --git a/debian/.git-dpm b/debian/.git-dpm
index 088c67f..7fffd07 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@
 python-testing.mysqld_1.4.0.orig.tar.gz
 d46fa2328948957bce9d8fd2f78cb13b36707199
 9840
+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..46869bd
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-testing.mysqld (1.4.0-1) unstable; urgency=low
+
+  * Initial release. (Closes: #838581)
+
+ -- Dominik George <nik at naturalnet.de>  Thu, 13 Oct 2016 13:56:54 +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..596317a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,62 @@
+Source: python-testing.mysqld
+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),
+ default-mysql-client-core,
+ default-mysql-server-core,
+ dh-python,
+ python-all (>= 2.6.6-3),
+ python-nose,
+ python-pymysql,
+ python-setuptools (>= 0.6b3),
+ python-sqlalchemy,
+ python-testing.common.database (>= 1.1.0),
+ python3-all,
+ python3-nose,
+ python3-pymysql,
+ python3-setuptools,
+ python3-sqlalchemy,
+ python3-testing.common.database (>= 1.1.0),
+Standards-Version: 3.9.8
+Homepage: https://github.com/tk0miya/testing.mysqld
+Testsuite: autopkgtest-pkg-python
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-testing.mysqld.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-testing.mysqld.git
+
+Package: python-testing.mysqld
+Architecture: all
+Depends:
+ default-mysql-client-core,
+ default-mysql-server-core,
+ ${misc:Depends},
+ ${python:Depends},
+Description: Python testing.* framework - MySQLd 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.mysqld contains helper classes to work with a temporary
+ MySQL server. It automatically sets up a MySQL instance in a
+ temporary directory, and destroys it after testing.
+ .
+ This package contains the Python 2 version.
+
+Package: python3-testing.mysqld
+Architecture: all
+Depends:
+ default-mysql-client-core,
+ default-mysql-server-core,
+ ${misc:Depends},
+ ${python3:Depends},
+Description: Python testing.* framework - MySQL 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.mysqld contains helper classes to work with a temporary
+ MySQL server. It automatically sets up a MySQL 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..97ac308
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: testing.mysqld
+Upstream-Contact: Takeshi KOMIYA <i.tkomiya at gmail.com>
+Source: https://github.com/tk0miya/testing.mysqld
+
+Files: *
+Copyright: 2013 Takeshi KOMIYA <i.tkomiya at gmail.com>
+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..2428259
--- /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.mysqld
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_installdocs:
+	dh_installdocs
+	csplit README.rst '%^History$$%'
+	cp xx00 debian/python-testing.mysqld/usr/share/doc/python-testing.mysqld/changelog
+	cp xx00 debian/python3-testing.mysqld/usr/share/doc/python3-testing.mysqld/changelog
+	rm xx00
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..11beccb
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+# Upstream does not sign tarballs. Discussing that, though.
+python-testing.mysqld source: debian-watch-may-check-gpg-signature
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..7c2e50e
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# please also check http://pypi.debian.net/testing.mysqld/watch
+version=3
+opts="uversionmangle=s/(rc|a|b|c)/~$1/" \
+http://pypi.debian.net/testing.mysqld/testing.mysqld-(.+)\.(?: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.mysqld.git



More information about the Python-modules-commits mailing list