[Python-modules-commits] [pyiosxr] 02/03: Imported Debian patch 0.14-1

Vincent Bernat bernat at moszumanska.debian.org
Sat May 28 15:29:45 UTC 2016


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

bernat pushed a commit to branch master
in repository pyiosxr.

commit 4fdcf19c77d7726bda55cdfad7827de9e1dc9694
Author: Vincent Bernat <bernat at debian.org>
Date:   Sat May 28 15:18:50 2016 +0000

    Imported Debian patch 0.14-1
---
 debian/changelog      |  6 ++++++
 debian/compat         |  1 +
 debian/control        | 27 +++++++++++++++++++++++++++
 debian/copyright      | 32 ++++++++++++++++++++++++++++++++
 debian/rules          |  5 +++++
 debian/source/format  |  1 +
 debian/source/options |  1 +
 debian/watch          |  4 ++++
 8 files changed, 77 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..fbb9a8d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+pyiosxr (0.14-1) unstable; urgency=low
+
+  * Initial release (closes: #825666)
+
+ -- Vincent Bernat <bernat at debian.org>  Sat, 28 May 2016 15:18:50 +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..c90f0b8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: pyiosxr
+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-pexpect,
+               python-setuptools,
+               python-pip,
+               python-mock
+Standards-Version: 3.9.8
+Homepage: https://github.com/fooelisa/pyiosxr/
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pyiosxr.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pyiosxr.git
+
+Package: python-pyiosxr
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends},
+Recommends: ${python:Recommends}
+Suggests: ${python:Suggests}
+XB-Python-Egg-Name: pyIOSXR
+Description: Python API to interact with network devices running Cisco IOS-XR
+ This package provides a Python API to connect to network devices
+ running Cisco IOS-XR. It can retrieve several information like
+ interfaces. It can also modify the current configuration and execute
+ arbitrary commands.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..94b2c00
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pyIOSXR
+Upstream-Contact: Elisa Jasinska <elisa at bigwaveit.org>
+Source: https://github.com/fooelisa/pyiosxr/
+
+Files: *
+Copyright: Elisa Jasinska <elisa at bigwaveit.org>
+           Copyright 2015 Netflix.
+License: Apache-2.0
+Comment:
+ License is missing from distributed tarball but can be found in Git
+ repository (https://github.com/fooelisa/pyiosxr/blob/master/LICENSE)
+
+Files: debian/*
+Copyright: 2015 © Vincent Bernat <bernat at debian.org>
+License: Apache-2.0
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+      http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, you can find the complete text in
+ `/usr/share/common-licenses/Apache-2.0`.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..716c72d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=pyiosxr
+%:
+	dh $@ --with python2 --buildsystem=pybuild
\ No newline at end of file
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..6ab4205
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# try also https://pypi.debian.net/pyIOSXR/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/pyIOSXR/pyIOSXR-(.+)\.(?: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/pyiosxr.git



More information about the Python-modules-commits mailing list