[Python-modules-commits] [netmiko] 02/06: Imported Debian patch 0.5.1-1

Vincent Bernat bernat at moszumanska.debian.org
Thu May 26 19:18:39 UTC 2016


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

bernat pushed a commit to branch master
in repository netmiko.

commit 9771430808f19304f0836d30bb7e2c3668a491fb
Author: Vincent Bernat <bernat at debian.org>
Date:   Thu May 26 19:04:17 2016 +0000

    Imported Debian patch 0.5.1-1
---
 debian/changelog            |  6 ++++
 debian/compat               |  1 +
 debian/control              | 82 +++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright            | 31 +++++++++++++++++
 debian/python3-netmiko.docs |  3 ++
 debian/rules                |  5 +++
 debian/source/format        |  1 +
 debian/source/options       |  1 +
 debian/watch                |  4 +++
 9 files changed, 134 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b046183
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+netmiko (0.5.1-1) unstable; urgency=low
+
+  * Initial release (closes: #NNNNNN)
+
+ -- Vincent Bernat <bernat at debian.org>  Thu, 26 May 2016 19:04:17 +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..5dacd34
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,82 @@
+Source: netmiko
+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, python3-all,
+               python-setuptools, python3-setuptools,
+               python-yaml, python3-yaml,
+               python-paramiko, python3-paramiko,
+               python-pytest, python3-pytest,
+               python-scp, python3-scp,
+Standards-Version: 3.9.8
+Homepage: https://github.com/ktbyers/netmiko
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/netmiko.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/netmiko.git
+
+Package: python-netmiko
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends},
+Recommends: ${python:Recommends}
+Suggests: ${python:Suggests}
+Description: multi-vendor library for SSH connections to network devices - Python 2.X
+ This library simplifies Paramiko SSH connections to network devices. It provides
+ support for the following devices:
+  - Cisco IOS  
+  - Cisco IOS-XE  
+  - Cisco ASA  
+  - Cisco NX-OS  
+  - Cisco IOS-XR  
+  - Cisco WLC (limited testing)  
+  - Arista vEOS  
+  - HP ProCurve  
+  - HP Comware (limited testing)  
+  - Juniper Junos  
+  - Brocade VDX (limited testing)  
+  - F5 LTM (experimental)  
+  - Huawei (limited testing)  
+  - A10 (limited testing)  
+  - Avaya ERS (limited testing)  
+  - Avaya VSP (limited testing)  
+  - Dell-Force10 DNOS9 (limited testing)  
+  - OVS (experimental)  
+  - Enterasys (experimental)  
+  - Extreme (experiemental)  
+  - Fortinet (experimental)  
+  - Alcatel-Lucent SR-OS (experimental)  
+ .
+ This package includes the module for Python 2.x.
+
+Package: python3-netmiko
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends},
+Recommends: ${python3:Recommends}
+Suggests: ${python3:Suggests}
+Description: multi-vendor library for SSH connections to network devices - Python 3.X
+ This library simplifies Paramiko SSH connections to network devices. It provides
+ support for the following devices:
+  - Cisco IOS  
+  - Cisco IOS-XE  
+  - Cisco ASA  
+  - Cisco NX-OS  
+  - Cisco IOS-XR  
+  - Cisco WLC (limited testing)  
+  - Arista vEOS  
+  - HP ProCurve  
+  - HP Comware (limited testing)  
+  - Juniper Junos  
+  - Brocade VDX (limited testing)  
+  - F5 LTM (experimental)  
+  - Huawei (limited testing)  
+  - A10 (limited testing)  
+  - Avaya ERS (limited testing)  
+  - Avaya VSP (limited testing)  
+  - Dell-Force10 DNOS9 (limited testing)  
+  - OVS (experimental)  
+  - Enterasys (experimental)  
+  - Extreme (experiemental)  
+  - Fortinet (experimental)  
+  - Alcatel-Lucent SR-OS (experimental)  
+ .
+ This package includes the module for Python 3.x.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0e7f87d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: netmiko
+Upstream-Contact: Kirk Byers <ktbyers at twb-tech.com>
+Source: https://github.com/ktbyers/netmiko
+
+Files: *
+Copyright: (c) 2016 Kirk Byers
+License: Expat
+
+Files: debian/*
+Copyright: 2015 © Vincent Bernat <bernat at debian.org>
+License: Expat
+
+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/python3-netmiko.docs b/debian/python3-netmiko.docs
new file mode 100644
index 0000000..b812a47
--- /dev/null
+++ b/debian/python3-netmiko.docs
@@ -0,0 +1,3 @@
+README.md
+TESTING.md
+VENDOR.md
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8819975
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=netmiko
+%:
+	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..da7e4c2
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# try also https://pypi.debian.net/netmiko/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/netmiko/netmiko-(.+)\.(?: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/netmiko.git



More information about the Python-modules-commits mailing list