[Python-modules-commits] [napalm-ios] 02/04: Imported Debian patch 0.1.7-1
Vincent Bernat
bernat at moszumanska.debian.org
Fri May 27 19:23:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
bernat pushed a commit to branch master
in repository napalm-ios.
commit 16cc21f20b86c3e0bd8f5b9bc040ff7660ad3eee
Author: Vincent Bernat <bernat at debian.org>
Date: Fri May 27 19:16:32 2016 +0000
Imported Debian patch 0.1.7-1
---
debian/changelog | 6 ++++++
debian/compat | 1 +
debian/control | 32 ++++++++++++++++++++++++++++++++
debian/copyright | 30 ++++++++++++++++++++++++++++++
debian/rules | 5 +++++
debian/source/format | 1 +
debian/source/options | 1 +
debian/watch | 4 ++++
8 files changed, 80 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e662752
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+napalm-ios (0.1.7-1) unstable; urgency=low
+
+ * Initial release (closes: #NNNNNN)
+
+ -- Vincent Bernat <bernat at debian.org> Fri, 27 May 2016 19:16:32 +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..055134b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: napalm-ios
+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-napalm-base,
+ python-setuptools,
+ python-pip,
+ python-netmiko (>= 0.5.0)
+Standards-Version: 3.9.8
+Homepage: https://github.com/napalm-automation/napalm-ios
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/napalm-ios.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/napalm-ios.git
+
+Package: python-napalm-ios
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends},
+Recommends: ${python:Recommends}
+Suggests: ${python:Suggests}
+XB-Python-Egg-Name: napalm-ios
+Description: abstraction layer for multivendor network automation - IOS support
+ NAPALM (Network Automation and Programmability Abstraction Layer with
+ Multivendor support) is a Python library that implements a set of
+ functions to interact with different router vendor devices using a
+ unified API.
+ .
+ NAPALM supports several methods to connect to the devices, to
+ manipulate configurations or to retrieve data.
+ .
+ This module provides support for Cisco IOS-based devices.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b2f17c2
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: napalm-ios
+Upstream-Contact: David Barroso <dbarrosop at dravetech.com>
+Source: https://github.com/napalm-automation/napalm-ios
+
+Files: *
+Copyright: David Barroso <dbarrosop at dravetech.com>
+ 2015 Spotify AB.
+ 2016 Dravetech AB.
+License: Apache-2.0
+
+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..62c24ca
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=napalm-ios
+%:
+ dh $@ --with 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..45a4177
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# try also https://pypi.debian.net/napalm-ios/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/napalm-ios/napalm-ios-(.+)\.(?: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/napalm-ios.git
More information about the Python-modules-commits
mailing list