[Python-modules-commits] [python-stopit] 01/01: new files for debian dir

Adrian Alves alvesadrian-guest at moszumanska.debian.org
Fri Apr 29 01:46:19 UTC 2016


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

alvesadrian-guest pushed a commit to branch master
in repository python-stopit.

commit 242ac1563eb2da1dfe5ef4f17ef3e09ecc836a82
Author: Adrian Alves <aalves at gmail.com>
Date:   Thu Apr 28 22:45:45 2016 -0300

    new files for debian dir
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 20 ++++++++++++++++++++
 debian/copyright | 31 +++++++++++++++++++++++++++++++
 debian/rules     |  5 +++++
 debian/watch     |  3 +++
 6 files changed, 65 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4ec7cb3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-stopit (1.1.1-1) unstable; urgency=medium
+
+  * Initial release (Closes: #822922)
+
+ -- Adrian Alves <aalves at gmail.com>  Fri, 29 Apr 2016 16:02:41 -0400
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..fff2b1e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: python-stopit
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Adrian Alves <aalves at gmail.com>
+Build-Depends: debhelper (>= 9), python-all, dh-python, python-setuptools
+Standards-Version: 3.9.8
+Homepage: https://github.com/glenfant/stopit
+XS-Python-Version: all
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-stopit.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-stopit.git
+
+Package: python-stopit
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+XB-Python-Version: ${python:Versions}
+Description: Timeout control decorator and context manager
+ Raise asynchronous exceptions in other threads, control
+ the timeout of blocks or callables with two context
+ managers and two decorators.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..39c9076
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: stopit
+Source: https://github.com/glenfant/stopit
+
+Files: *
+Copyright: 2015 Gilles Lenfant <gilles.lenfant at gmail.com>
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2016 Adrian Alves <aalves at gmail.com>
+License: GPL-3+
+Comment: Debian packaging is licensed under the same terms as upstream.
+
+License: GPL-3+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version. 
+  .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..701921f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+
+%:
+	dh $@ --with python2
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..b905116
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/stopit-$1\.tar\.gz/ \
+  https://github.com/glenfant/stopit/tags .*/v?(\d\S*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-stopit.git



More information about the Python-modules-commits mailing list