[Python-modules-commits] [python-keepalive] 04/05: Initial debianization

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Dec 7 13:23:24 UTC 2016


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

ghisvail-guest pushed a commit to branch master
in repository python-keepalive.

commit 7a6c9d9ae2a88dd8c384c63c5d0f8dd676f84f71
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Dec 7 11:59:07 2016 +0000

    Initial debianization
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 36 ++++++++++++++++++++++++++++++++++++
 debian/copyright | 22 ++++++++++++++++++++++
 debian/rules     |  9 +++++++++
 debian/watch     |  3 +++
 6 files changed, 76 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f9a99be
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-keepalive (0.5-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #847319)
+
+ -- Ghislain Antony Vaillant <ghisvail at gmail.com>  Tue, 06 Dec 2016 11:42:51 +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..5c575ea
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,36 @@
+Source: python-keepalive
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Section: python
+Testsuite: autopkgtest-pkg-python
+Priority: optional
+Build-Depends: debhelper (>= 10),
+               dh-python,
+               python-all,
+               python-setuptools,
+               python3-all,
+               python3-setuptools,
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-keepalive.git
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-keepalive.git
+Homepage: https://github.com/wikier/keepalive
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.3
+
+Package: python-keepalive
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends}
+Description: urllib keepalive support for Python 2
+ An HTTP handler for urllib2 that supports HTTP 1.1 and keepalive.
+ .
+ This package provides keepalive for Python 2.
+
+Package: python3-keepalive
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends}
+Description: urllib keepalive support for Python 3
+ An HTTP handler for urllib2 that supports HTTP 1.1 and keepalive.
+ .
+ This package provides keepalive for Python 3.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..190aceb
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,22 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: keepalive
+Upstream-Contact: Sergio Fernández <sergio at wikier.org>
+Source: https://pypi.python.org/pypi/keepalive
+
+Files: *
+Copyright: 2002-2004 Michael D. Stenner, Ryan Tomayko
+ 2015 Sergio Fernández
+License: LGPL-2.1+
+
+Files: debian/*
+Copyright: 2016 Ghislain Antony Vaillant <ghisvail at gmail.com>
+License: LGPL-2.1+
+
+License: LGPL-2.1+
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published by the
+ Free Software Foundation; version 2.1 of the License, or (at
+ your option) any later version.
+ .
+ On Debian systems, the complete text of version 2.1 of the GNU Lesser
+ General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..5fe15cc
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#! /usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE = 1
+
+export PYBUILD_NAME = keepalive
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..67430dc
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/keepalive/keepalive-(.+)\.(?: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-keepalive.git



More information about the Python-modules-commits mailing list