[Python-modules-commits] [mrtparse] 02/05: Imported Debian patch 1.4-1

Vincent Bernat bernat at moszumanska.debian.org
Mon Jul 11 09:20:14 UTC 2016


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

bernat pushed a commit to branch master
in repository mrtparse.

commit d9f49176bfe47b2953c268594f1a97bf890df6c1
Author: Vincent Bernat <bernat at debian.org>
Date:   Mon Jul 11 08:26:22 2016 +0000

    Imported Debian patch 1.4-1
---
 debian/changelog      |  6 ++++++
 debian/compat         |  1 +
 debian/control        | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright      | 14 ++++++++++++++
 debian/rules          |  6 ++++++
 debian/source/format  |  1 +
 debian/source/options |  1 +
 debian/watch          |  4 ++++
 8 files changed, 81 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..95b4cff
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+mrtparse (1.4-1) unstable; urgency=low
+
+  * Initial release (closes: #830761)
+
+ -- Vincent Bernat <bernat at debian.org>  Mon, 11 Jul 2016 08:26: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..47da5fa
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,48 @@
+Source: mrtparse
+Section: python
+Priority: optional
+Maintainer: Vincent Bernat <bernat at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9), dh-python,
+               python-all,
+               python-setuptools,
+               python3-all,
+               python3-setuptools,
+Standards-Version: 3.9.8
+Homepage: https://github.com/YoshiyukiYamauchi/mrtparse
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/mrtparse.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/mrtparse.git
+
+Package: python-mrtparse
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends},
+Recommends: ${python:Recommends}
+Suggests: ${python:Suggests}
+XB-Python-Egg-Name: mrtparse
+Description: read and analyze the MRT format data (Python 2.x module)
+ The MRT format can be used to export routing protocol messages, state
+ changes, and routing information base contents, and is defined in
+ RFC6396.
+ .
+ Programs like Quagga / Zebra, BIRD, OpenBGPD and PyRT can dump the
+ MRT format data. Archives are also available from the Route Views
+ Projects and RIPE NCC.
+ .
+ This package contains the module for Python 2.x.
+
+Package: python3-mrtparse
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends},
+Recommends: ${python3:Recommends}
+Suggests: ${python3:Suggests}
+XB-Python-Egg-Name: mrtparse
+Description: read and analyze the MRT format data (Python 3.x module)
+ The MRT format can be used to export routing protocol messages, state
+ changes, and routing information base contents, and is defined in
+ RFC6396.
+ .
+ Programs like Quagga / Zebra, BIRD, OpenBGPD and PyRT can dump the
+ MRT format data. Archives are also available from the Route Views
+ Projects and RIPE NCC.
+ .
+ This package contains the module for Python 3.x.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b055276
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,14 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mrtparse
+Upstream-Contact: Tetsumune KISO, Yoshiyuki YAMAUCHI, Nobuhiro ITOU <t2mune at gmail.com, info at greenhippo.co.jp, js333123 at gmail.com>
+Source: https://github.com/YoshiyukiYamauchi/mrtparse
+
+Files: *
+Copyright: Tetsumune KISO, Yoshiyuki YAMAUCHI, Nobuhiro ITOU <t2mune at gmail.com, info at greenhippo.co.jp, js333123 at gmail.com>
+License: Apache License 2.0
+
+Files: debian/*
+Copyright: 2015 © Vincent Bernat <bernat at debian.org>
+License: Apache License 2.0
+
+License: Apache License 2.0
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d446569
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=mrtparse
+
+%:
+	dh $@ --with python3,python2 --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..d81db3f
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore="^[^/]+.egg-info/"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..93cd28b
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# try also https://pypi.debian.net/mrtparse/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/mrtparse/mrtparse-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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



More information about the Python-modules-commits mailing list