[Python-modules-commits] [python-pgspecial] 02/06: Debianize
ChangZhuo Chen
czchen at moszumanska.debian.org
Wed Nov 25 05:38:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
czchen pushed a commit to branch debian/sid
in repository python-pgspecial.
commit 05fb43a8c7e1f647752ceaa8b764cbf2b7ff91f1
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date: Mon Nov 23 23:26:52 2015 +0800
Debianize
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 20 ++++++++++++++++++++
debian/copyright | 39 +++++++++++++++++++++++++++++++++++++++
debian/gbp.conf | 6 ++++++
debian/rules | 6 ++++++
debian/source/format | 1 +
debian/watch | 3 +++
8 files changed, 81 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..50847e0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-pgspecial (1.2.0-1) unstable; urgency=low
+
+ * Initial release. Closes: #805882
+
+ -- ChangZhuo Chen (陳昌倬) <czchen at debian.org> Mon, 23 Nov 2015 23:26:43 +0800
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..eb17b8e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: python-pgspecial
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
+Build-Depends: debhelper (>= 9),
+ dh-python,
+Standards-Version: 3.9.6
+Section: python
+Homepage: https://github.com/dbcli/pgspecial
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-pgspecial.git
+Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/python-pgspecial.git
+X-Python3-Version: >= 3.2
+
+Package: python3-pgspecial
+Architecture: all
+Depends: ${misc:Depends},
+ ${python3:Depends},
+Description: Meta-commands handler for Postgres Database
+ This package provides an API to execute meta-commands (AKA "special", or
+ "backslash commands") on PostgreSQL.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..ffa5994
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,39 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pgspecial
+Source: https://github.com/dbcli/pgspecial
+
+Files: *
+Copyright: Amjith Ramanujam <amjith.r at gmail.com>
+License: BSD
+
+Files: debian/*
+Copyright: 2015 ChangZhuo Chen (陳昌倬) <czchen at debian.org>
+License: BSD
+
+License: BSD
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ 3. Neither the name of the University nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..ff00d99
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,6 @@
+[DEFAULT]
+debian-branch = debian/sid
+upstream-branch = upstream/latest
+
+pristine-tar = True
+git-ignore-branch = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..9853052
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+#DH_VERBOSE = 1
+export PYBUILD_NAME = pgspecial
+
+%:
+ dh $@ --with python3 --buildsystem=pybuild
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/watch b/debian/watch
new file mode 100644
index 0000000..8f78918
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/pgspecial/pgspecial-(.+)\.(?: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-pgspecial.git
More information about the Python-modules-commits
mailing list