[Python-modules-commits] [junos-eznc] 02/04: Imported Debian patch 1.3.1-1

Vincent Bernat bernat at moszumanska.debian.org
Tue May 24 14:23:22 UTC 2016


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

bernat pushed a commit to branch master
in repository junos-eznc.

commit fdd5cc48e91652b4dcb643cd7af8d10a8c554bce
Author: Vincent Bernat <bernat at debian.org>
Date:   Tue May 24 15:57:22 2016 +0200

    Imported Debian patch 1.3.1-1
---
 debian/changelog     |  6 ++++++
 debian/compat        |  1 +
 debian/control       | 37 +++++++++++++++++++++++++++++++++++++
 debian/copyright     | 16 ++++++++++++++++
 debian/rules         |  6 ++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 7 files changed, 70 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7a5671b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+junos-eznc (1.3.1-1) UNRELEASED; urgency=low
+
+  * Initial package. Closes: #825197.
+
+ -- Vincent Bernat <bernat at debian.org>  Tue, 24 May 2016 15:57:22 +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..326e033
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: junos-eznc
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Vincent Bernat <bernat at debian.org>
+Build-Depends: debhelper (>= 9), dh-python,
+               python-all,
+               python-jinja2,
+               python-lxml,
+               python-ncclient,
+               python-netaddr,
+               python-paramiko,
+               python-scp,
+               python-setuptools,
+               python-yaml,
+Standards-Version: 3.9.8
+Homepage: http://www.github.com/Juniper/py-junos-eznc
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/junos-eznc.git
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/junos-eznc.git
+
+Package: python-junos-eznc
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Recommends: ${python:Recommends}
+Suggests: ${python:Suggests}
+Description: Junos 'EZ' automation for non-programmers
+ Junos PyEZ is designed to provide the same capabilities as a user
+ would have on the Junos CLI, but in an environment built for
+ automation tasks. These capabilities include, but are not limited to:
+ .
+  - Remote connectivity and management of Junos devices via NETCONF
+  - Provide "facts" about the device
+  - Retrieve "operational" or "run-state" information
+  - Retrieve configuration information
+  - Make configuration changes in unstructured and structured ways
+  - Provide common utilities for tasks such as secure copy of files and
+    software updates
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e10030c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,16 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: junos-eznc
+Upstream-Contact: Jeremy Schulman <jnpr-community-netdev at juniper.net>
+Source: http://www.github.com/Juniper/py-junos-eznc
+
+Files: *
+Copyright: Jeremy Schulman <jnpr-community-netdev at juniper.net>
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2015 © Vincent Bernat <bernat at debian.org>
+License: Apache-2.0
+
+License: Apache-2.0
+ On Debian systems, you can find the complete Apache license in
+ `/usr/share/common-licenses/Apache-2.0'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..56b6cb2
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=junos-eznc
+
+%:
+	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/watch b/debian/watch
new file mode 100644
index 0000000..84e506c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/junos-eznc/junos-eznc-(.+)\.(?: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/junos-eznc.git



More information about the Python-modules-commits mailing list