[Python-modules-commits] [python-scp] 02/04: Imported Debian patch 0.10.2-1

Sandro Tosi morph at moszumanska.debian.org
Tue Jun 30 14:32:51 UTC 2015


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

morph pushed a commit to branch bpo80
in repository python-scp.

commit 5c477d7750aea7ab11dd0771fff133fed274d7ac
Author: Sandro Tosi <morph at debian.org>
Date:   Tue Jun 30 09:29:57 2015 -0400

    Imported Debian patch 0.10.2-1
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 27 +++++++++++++++++++++++++++
 debian/copyright     | 29 +++++++++++++++++++++++++++++
 debian/rules         | 11 +++++++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 7 files changed, 77 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..016fa6f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-scp (0.10.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #790634)
+
+ -- Sandro Tosi <morph at debian.org>  Tue, 30 Jun 2015 09:29:57 -0400
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..433253e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: python-scp
+Section: python
+Priority: optional
+Maintainer: Sandro Tosi <morph at debian.org>
+Build-Depends: debhelper (>= 9), python, python3, dh-python
+Standards-Version: 3.9.6
+Homepage: https://github.com/jbardin/scp.py
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-scp.git
+Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/python-scp.git/
+
+Package: python-scp
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: scp module for paramiko
+ The scp.py module uses a paramiko transport to send and recieve files via the
+ scp1 protocol. This is the protocol as referenced from the openssh scp program,
+ and has only been tested with this implementation.
+
+Package: python3-scp
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: scp module for paramiko (Python 3)
+ The scp.py module uses a paramiko transport to send and recieve files via the
+ scp1 protocol. This is the protocol as referenced from the openssh scp program,
+ and has only been tested with this implementation.
+ .
+ This package contains the Python 3 module for scp .
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..5a1106e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-scp
+Source: https://github.com/jbardin/scp.py
+
+Files: *
+Copyright: Copyright (C) 2008 James Bardin <j.bardin at gmail.com>
+License: LGPL-2.1+
+
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the complete text of the Lesser GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2.1".
+
+Files: debian/*
+Copyright: 2015 Sandro Tosi <morph at debian.org>
+License: LGPL-2.1+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..eff48d1
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2,python3
+
+override_dh_auto_install:
+	python  setup.py install --install-layout=deb --root=$(CURDIR)/debian/python-scp
+	python3 setup.py install --install-layout=deb --root=$(CURDIR)/debian/python3-scp
+
+override_dh_installdocs:
+	dh_installdocs -A README.rst
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..57e2070
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/scp/scp-(.+)\.(?: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/python-scp.git



More information about the Python-modules-commits mailing list