[Python-modules-commits] [ripe-atlas-sagan] 03/03: Release 1.1.8-1

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Mon Jan 11 12:41:50 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-sagan.

commit 62c7a7e38880b0da0091314a8b7de1256c0db6db
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date:   Mon Jan 11 14:39:02 2016 +0200

    Release 1.1.8-1
---
 debian/changelog                            |  5 +++
 debian/compat                               |  1 +
 debian/control                              | 62 +++++++++++++++++++++++++++++
 debian/copyright                            | 25 ++++++++++++
 debian/docs                                 |  1 +
 debian/gbp.conf                             |  4 ++
 debian/python-ripe-atlas-sagan-doc.doc-base |  7 ++++
 debian/python-ripe-atlas-sagan-doc.install  |  1 +
 debian/rules                                | 26 ++++++++++++
 debian/watch                                |  3 ++
 10 files changed, 135 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b371819
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ripe-atlas-sagan (1.1.8-1) unstable; urgency=low
+
+  * Initial release (Closes: #807936)
+
+ -- Apollon Oikonomopoulos <apoikos at debian.org>  Mon, 14 Dec 2015 23:52:07 +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..205b492
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,62 @@
+Source: ripe-atlas-sagan
+Section: python
+Priority: optional
+Maintainer: Apollon Oikonomopoulos <apoikos at debian.org>
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-setuptools,
+               python3-setuptools,
+               python-all,
+               python3-all,
+               python-dateutil,
+               python3-dateutil,
+               python-tz,
+               python3-tz,
+               python-ipy,
+               python3-ipy,
+               python-openssl,
+               python3-openssl,
+               python-nose,
+               python3-nose,
+               python-sphinx
+Standards-Version: 3.9.6
+Homepage: https://github.com/RIPE-NCC/ripe.atlas.sagan
+#Vcs-Git: git://anonscm.debian.org/collab-maint/ripe-atlas-sagan.git
+#Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/ripe-atlas-sagan.git;a=summary
+
+Package: python-ripe-atlas-sagan
+Architecture: all
+Depends: python-dateutil, python-tz, python-ipy,
+ python-openssl, ${misc:Depends}, ${python:Depends}
+Description: Python library for parsing RIPE Atlas measurement results
+ Ripe Atlas Sagan is a Python library for parsing RIPE Atlas measurement
+ results. It aims at providing a consistent high-level interface for a rapidly
+ changing low-level format used by the RIPE Atlas probes. 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-sagan
+Architecture: all
+Depends: python3-dateutil, python3-tz, python3-ipy,
+ python3-openssl, ${misc:Depends}, ${python:Depends}
+Description: Python3 library for parsing RIPE Atlas measurement results
+ Ripe Atlas Sagan is a Python library for parsing RIPE Atlas measurement
+ results. It aims at providing a consistent high-level interface for a rapidly
+ changing low-level format used by the RIPE Atlas probes. 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.
+
+Package: python-ripe-atlas-sagan-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Description: Python library for parsing RIPE Atlas measurement results (documentation)
+ Ripe Atlas Sagan is a Python library for parsing RIPE Atlas measurement
+ results. It aims at providing a consistent high-level interface for a rapidly
+ changing low-level format used by the RIPE Atlas probes. 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 library's documentation.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a62f0fb
--- /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-sagan
+Source: https://github.com/RIPE-NCC/ripe.atlas.sagan
+
+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/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..6c0b5cb
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,4 @@
+[DEFAULT]
+pristine-tar = True
+upstream-tag = v%(version)s
+upstream-tree = tag
diff --git a/debian/python-ripe-atlas-sagan-doc.doc-base b/debian/python-ripe-atlas-sagan-doc.doc-base
new file mode 100644
index 0000000..eaebb28
--- /dev/null
+++ b/debian/python-ripe-atlas-sagan-doc.doc-base
@@ -0,0 +1,7 @@
+Document: python-ripe-atlas-sagan
+Title: RIPE Atlas Sagan documentation
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-ripe-atlas-sagan-doc/html/index.html
+Files: /usr/share/doc/python-ripe-atlas-sagan-doc/html/*.html
diff --git a/debian/python-ripe-atlas-sagan-doc.install b/debian/python-ripe-atlas-sagan-doc.install
new file mode 100644
index 0000000..50305b4
--- /dev/null
+++ b/debian/python-ripe-atlas-sagan-doc.install
@@ -0,0 +1 @@
+docs/_build/html/* /usr/share/doc/python-ripe-atlas-sagan-doc/html
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c01d39b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,26 @@
+#!/usr/bin/make -f
+# output every command that modifies files on the build system.
+#export DH_VERBOSE = 1
+
+export PYBUILD_NAME=ripe-atlas-sagan
+
+include /usr/share/dpkg/default.mk
+
+%:
+	dh $@ --with=python2,python3,sphinxdoc --buildsystem=pybuild
+
+.PHONY: override_dh_clean
+override_dh_clean:
+	dh_clean
+	rm -rf ripe.atlas.sagan.egg-info
+	rm -rf docs/_build
+
+.PHONY: override_dh_install
+override_dh_install:
+	dh_install
+	rm -rf debian/python3-ripe-atlas-sagan/usr/bin
+
+.PHONY: override_dh_auto_build
+override_dh_auto_build:
+	dh_auto_build
+	$(MAKE) -C docs html
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..5c0c57f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+https://github.com/RIPE-NCC/ripe.atlas.sagan/releases .*/v(.*).tar.gz

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



More information about the Python-modules-commits mailing list