[Python-modules-commits] [ripe-atlas-cousteau] 02/05: Initial debian packaging

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Jan 20 16:31:44 UTC 2016


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

apoikos pushed a commit to branch master
in repository ripe-atlas-cousteau.

commit b6bea83a455ae324d7f413a40f95f977c94b7d62
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date:   Tue Jan 19 15:53:31 2016 +0200

    Initial debian packaging
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright     | 25 +++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/rules         | 15 +++++++++++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 8 files changed, 100 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5769ced
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ripe-atlas-cousteau (1.0.7-1) unstable; urgency=low
+
+  * Initial release (Closes: #807934)
+
+ -- Apollon Oikonomopoulos <apoikos at debian.org>  Mon, 14 Dec 2015 23:23:52 +0200
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..a4fe735
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,49 @@
+Source: ripe-atlas-cousteau
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Apollon Oikonomopoulos <apoikos at debian.org>
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-dateutil,
+               python-socketio-client (>= 0.6.5),
+               python-requests (>= 2.7.0),
+               python-funcsigs,
+               python-setuptools,
+               python-nose,
+               python-coverage,
+               python-mock,
+               python-jsonschema,
+               python3-all,
+               python3-dateutil,
+               python3-socketio-client (>= 0.6.5),
+               python3-requests (>= 2.7.0),
+               python3-funcsigs,
+               python3-setuptools,
+               python3-nose,
+               python3-coverage,
+               python3-mock,
+               python3-jsonschema
+Standards-Version: 3.9.6
+Homepage: https://github.com/RIPE-NCC/ripe-atlas-cousteau
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-ripe-atlas-cousteau.git
+Vcs-Browser: https://anonscm.debian.org/gitweb/?p=python-modules/packages/python-ripe-atlas-cousteau.git;a=summary
+
+Package: python-ripe-atlas-cousteau
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: Python wrapper around the RIPE Atlas API
+ Cousteau is a Python library wrapping the RIPE Atlas HTTP API. RIPE Atlas is a
+ global network of probes that measure Internet connectivity and reachability,
+ providing an overview of the state of the Internet in real time.
+
+Package: python3-ripe-atlas-cousteau
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: Python3 wrapper around the RIPE Atlas API
+ Cousteau is a Python library wrapping the RIPE Atlas HTTP API. RIPE Atlas is a
+ global network of probes that measure Internet connectivity and reachability,
+ providing an overview of the state of the Internet in real time.
+ .
+ This package contains the Python3 library.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f3f3f3b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,25 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ripe-atlas-cousteau
+Source: https://github.com/RIPE-NCC/ripe-atlas-cousteau
+
+Files: *
+Copyright: 2014-2015 RIPE NCC
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2015 Apollon Oikonomopoulos <apoikos at debian.org>
+License: GPL-3+
+
+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.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..bafaeeb
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+# output every command that modifies files on the build system.
+#export DH_VERBOSE = 1
+
+export PYBUILD_NAME=ripe-atlas-cousteau
+
+include /usr/share/dpkg/default.mk
+
+%:
+	dh $@ --with=python2,python3 --buildsystem=pybuild
+
+.PHONY: override_dh_clean
+override_dh_clean:
+	dh_clean
+	rm -rf ripe.atlas.cousteau.egg-info
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..32838c9
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+https://github.com/RIPE-NCC/ripe-atlas-cousteau/releases .*/v(.*).tar.gz

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



More information about the Python-modules-commits mailing list