[Python-modules-commits] [hyperlink] 01/01: Initial packaging

Free Ekanayaka freee at moszumanska.debian.org
Mon Aug 28 06:46:29 UTC 2017


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

freee pushed a commit to branch master
in repository hyperlink.

commit f08d6e07464e065d2c176678f6058fd0b2a3ed6d
Author: Free Ekanayaka <free.ekanayaka at canonical.com>
Date:   Sun Aug 27 14:43:38 2017 +0000

    Initial packaging
---
 .travis.yml           | 11 +++++++++++
 debian/changelog      |  5 +++++
 debian/compat         |  1 +
 debian/control        | 35 +++++++++++++++++++++++++++++++++++
 debian/copyright      | 37 +++++++++++++++++++++++++++++++++++++
 debian/rules          |  7 +++++++
 debian/source/format  |  1 +
 debian/source/options |  1 +
 debian/watch          |  4 ++++
 9 files changed, 102 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..cf2f794
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,11 @@
+sudo: required
+
+services:
+  - docker
+
+script:
+  - wget -O- http://travis.debian.net/script.sh | sh -
+
+branches:
+  except:
+    - /^debian\/\d/
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..292a39f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+hyperlink (17.3.1-1) unstable; urgency=medium
+
+  * Initial release (Closes: #873415)
+
+ -- Free Ekanayaka <freee at debian.org>  Sun, 27 Aug 2017 14:25:22 +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..0530740
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: hyperlink
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: 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),
+               python3-all,
+               python3-setuptools (>= 0.6b3)
+Standards-Version: 3.9.8
+Homepage: https://github.com/python-hyper/hyperlink
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/hyperlink.git
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/hyperlink.git
+
+Package: python-hyperlink
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: A featureful, correct URL for Python
+ Hyperlink is a featureful, pure-Python implementation of the URL, with
+ an emphasis on correctness. BSD licensed.
+ .
+ This package provides the Python 2.x module.
+
+Package: python3-hyperlink
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Provides: ${python3:Provides}
+Description: A featureful, correct URL for Python
+ Hyperlink is a featureful, pure-Python implementation of the URL, with
+ an emphasis on correctness. BSD licensed.
+ .
+ .
+ This package provides the Python 3.x module.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..3935761
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hyperlink
+Upstream-Contact: Glyph Lefkowitz <glyph at twistedmatrix.com>
+Source: https://github.com/python-hyper/hyperlink
+
+Files: *
+Copyright: (c) 2017 Glyph Lefkowitz
+        Itamar Turner-Trauring
+        Jean Paul Calderone
+        Adi Roiban
+        Amber Hawkie Brown
+        Mahmoud Hashemi
+License: Expat
+
+Files: debian/*
+Copyright: 2016 Free Ekanayaka <freee at debian.org>
+License: Expat
+Comment: Debian packaging is licensed under the same terms as upstream
+
+License: Expat
+ 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/rules b/debian/rules
new file mode 100755
index 0000000..3d40b06
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=hyperlink
+
+%:
+	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/source/options b/debian/source/options
new file mode 100644
index 0000000..aa96de8
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore = "^\.travis\.yml$"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..6ee6515
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# please also check http://pypi.debian.net/hyperlink/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/hyperlink/hyperlink-(.+)\.(?: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/hyperlink.git



More information about the Python-modules-commits mailing list