[Python-modules-commits] [fakesleep] 02/03: Initial release (Closes: #842670)

Free Ekanayaka freee at moszumanska.debian.org
Mon Oct 31 12:02:29 UTC 2016


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

freee pushed a commit to branch patch-queue/master
in repository fakesleep.

commit 8352036bc3740ec7338849a306a8e103fe1eb3e6
Author: Free Ekanayaka <freee at debian.org>
Date:   Mon Oct 31 09:58:26 2016 +0000

    Initial release (Closes: #842670)
---
 debian/changelog     |  5 ++++
 debian/compat        |  1 +
 debian/control       | 36 +++++++++++++++++++++++
 debian/copyright     | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf      |  6 ++++
 debian/rules         |  7 +++++
 debian/source/format |  1 +
 debian/watch         |  4 +++
 8 files changed, 141 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..cb51174
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+incremental (16.10.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #842670)
+
+ -- Free Ekanayaka <freee at debian.org>  Mon, 31 Oct 2016 09:32:41 +0000
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..fa39d60
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,36 @@
+Source: incremental
+Maintainer: Free Ekanayaka <freee at debian.org>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all (>= 2.6.6-3),
+               python-setuptools (>= 0.6b3),
+               python-twisted-core,
+               python-click,
+               python3-all,
+               python3-setuptools (>= 0.6b3),
+               python3-twisted,
+               python3-click
+Standards-Version: 3.9.8
+Homepage: https://github.com/hawkowl/incremental
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/incremental.git
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/incremental.git
+
+Package: python-incremental
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Provides: ${python:Provides}
+Description: A library for versioning your Python projects.
+ Incremental is a small library that versions your Python projects.
+ .
+ This package provides the Python 2.x module.
+
+Package: python3-incremental
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Provides: ${python3:Provides}
+Description: A library for versioning your Python projects.
+ Incremental is a small library that versions your Python projects.
+ .
+ This package provides the Python 3.x module.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..faf1fbb
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,81 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: incremental
+Upstream-Contact: Amber Brown <hawkowl at twistedmatrix.com>
+Source: https://github.com/hawkowl/incremental
+
+Files: *
+Copyright: (c) 2001-2015
+	Allen Short
+	Amber Hawkie Brown
+	Andrew Bennetts
+	Andy Gayton
+	Antoine Pitrou
+	Apple Computer, Inc.
+	Ashwini Oruganti
+	Benjamin Bruheim
+	Bob Ippolito
+	Canonical Limited
+	Christopher Armstrong
+	David Reid
+	Divmod Inc.
+	Donovan Preston
+	Eric Mangold
+	Eyal Lotem
+	Google Inc.
+	Hybrid Logic Ltd.
+	Hynek Schlawack
+	Itamar Turner-Trauring
+	James Knight
+	Jason A. Mobarak
+	Jean-Paul Calderone
+	Jessica McKellar
+	Jonathan D. Simms
+	Jonathan Jacobs
+	Jonathan Lange
+	Julian Berman
+	Jürgen Hermann
+	Kevin Horn
+	Kevin Turner
+	Laurens Van Houtven
+	Mary Gardiner
+	Massachusetts Institute of Technology
+	Matthew Lefkowitz
+	Moshe Zadka
+	Paul Swartz
+	Pavel Pergamenshchik
+	Rackspace, US Inc.
+	Ralph Meijer
+	Richard Wall
+	Sean Riley
+	Software Freedom Conservancy
+	Tavendo GmbH
+	Thijs Triemstra
+	Thomas Herve
+	Timothy Allen
+	Tom Prince
+	Travis B. Hartwell
+License: MIT
+
+Files: debian/*
+Copyright: 2016 Free Ekanayaka <freee at debian.org>
+License: MIT
+Comment: Debian packaging is licensed under the same terms as upstream
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..b7208b4
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,6 @@
+[import-orig]
+pristine-tar = True
+
+[import-orig]
+postimport = gbp dch -N%(version)s
+import-msg = New upstream release.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..15a16d9
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=incremental
+
+%:
+	dh $@ --with python2,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..2e80a57
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# please also check http://pypi.debian.net/incremental/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/incremental/incremental-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file

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



More information about the Python-modules-commits mailing list