[Python-modules-commits] [python-easywebdav] 03/03: Initial packaging
IOhannes m zmölnig
umlaeute at moszumanska.debian.org
Thu Jul 2 20:37:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
umlaeute pushed a commit to branch master
in repository python-easywebdav.
commit 14cab36ff95aaaadffedec98592828926218d3ee
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date: Thu Jul 2 22:28:17 2015 +0200
Initial packaging
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 46 +++++++++++++++++++++++++++++++++++++++
debian/control.in | 41 ++++++++++++++++++++++++++++++++++
debian/copyright | 43 ++++++++++++++++++++++++++++++++++++
debian/gbp.conf | 5 +++++
debian/python-easywebdav.install | 1 +
debian/python3-easywebdav.install | 1 +
debian/rules | 9 ++++++++
debian/watch | 4 ++++
10 files changed, 156 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6adad50
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-easywebdav (1.2.0-1) UNRELEASED; urgency=medium
+
+ * Initial release. (Closes: #790872)
+
+ -- IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org> Thu, 02 Jul 2015 19:25:29 +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..840e6d9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,46 @@
+Source: python-easywebdav
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>
+Build-Depends: cdbs (>= 0.4.93~),
+ debhelper (>= 9~),
+ dh-buildinfo,
+ python,
+ python3,
+ devscripts,
+ dh-python,
+ python-setuptools,
+ python3-setuptools
+Standards-Version: 3.9.6
+Homepage: https://github.com/amnong/easywebdav
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-easywebav.git
+Vcs-Browser: http://anonscm.debian.org/?p=python-modules/packages/python-easywebav.git;a=summary
+
+Package: python-easywebdav
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
+Description: straight-forward WebDAV client module (Python 2 interface)
+ EasyWebDAV is an easy to use WebDAV client implementation for Python.
+ It features:
+ - Basic authentication
+ - Creating directories, removing directories and files
+ - Uploading and downloading files
+ - Directory listing
+ - Support for client side SSL certificates
+ .
+ This package provides the Python 2.x module.
+
+Package: python3-easywebdav
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
+Description: straight-forward WebDAV client module (Python 3 interface)
+ EasyWebDAV is an easy to use WebDAV client implementation for Python.
+ It features:
+ - Basic authentication
+ - Creating directories, removing directories and files
+ - Uploading and downloading files
+ - Directory listing
+ - Support for client side SSL certificates
+ .
+ This package provides the Python 3.x module.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..bbc8e5a
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,41 @@
+Source: python-easywebdav
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>
+Build-Depends: @cdbs@,
+ dh-python,
+ python-setuptools,
+ python3-setuptools
+Standards-Version: 3.9.6
+Homepage: https://github.com/amnong/easywebdav
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-easywebdav.git
+Vcs-Browser: http://anonscm.debian.org/?p=python-modules/packages/python-easywebdav.git;a=summary
+
+Package: python-easywebdav
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
+Description: straight-forward WebDAV client module (Python 2 interface)
+ EasyWebDAV is an easy to use WebDAV client implementation for Python.
+ It features:
+ - Basic authentication
+ - Creating directories, removing directories and files
+ - Uploading and downloading files
+ - Directory listing
+ - Support for client side SSL certificates
+ .
+ This package provides the Python 2.x module.
+
+Package: python3-easywebdav
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
+Description: straight-forward WebDAV client module (Python 3 interface)
+ EasyWebDAV is an easy to use WebDAV client implementation for Python.
+ It features:
+ - Basic authentication
+ - Creating directories, removing directories and files
+ - Uploading and downloading files
+ - Directory listing
+ - Support for client side SSL certificates
+ .
+ This package provides the Python 3.x module.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d8a67f1
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: easywebdav
+Source: https://pypi.python.org/pypi/easywebdav/
+
+Files: *
+Copyright: 2012-2014 Amnon Grossman <amnong at gmail.com>
+License: ISC
+
+Files: debian/*
+Copyright: 2015 IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>
+License: GPL-2+
+
+License: ISC
+ Permission to use, copy, modify, and/or distribute this software for any purpose
+ with or without fee is hereby granted, provided that the above copyright notice
+ and this permission notice appear in all copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
+ THIS SOFTWARE.
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation; either version 2, or (at your option) any
+ later version.
+ .
+ This program 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
+ General Public License for more details.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ (GPL) version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program. If not, see <http://www.gnu.org/licenses/>.
+
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..a7281f9
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,5 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
diff --git a/debian/python-easywebdav.install b/debian/python-easywebdav.install
new file mode 100644
index 0000000..b2cc136
--- /dev/null
+++ b/debian/python-easywebdav.install
@@ -0,0 +1 @@
+usr/lib/python2*
diff --git a/debian/python3-easywebdav.install b/debian/python3-easywebdav.install
new file mode 100644
index 0000000..4606faa
--- /dev/null
+++ b/debian/python3-easywebdav.install
@@ -0,0 +1 @@
+usr/lib/python3*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..50465af
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+include /usr/share/cdbs/1/rules/utils.mk
+
+clean::
+ rm -rf *.egg-info/
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..84ab6dc
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# process this file with uscan(1)
+version=3
+opts=dversionmangle=s/~dfsg(\.[0-9]*)?$//,filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/easywebdav-$1\.tar\.gz/ \
+ https://github.com/amnong/easywebdav/tags .*/v?(\d\S*)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-easywebdav.git
More information about the Python-modules-commits
mailing list