[Python-modules-commits] [python-bioblend] 02/02: Imported Debian patch 0.7.0-1

Steffen Möller moeller at moszumanska.debian.org
Wed Jun 29 20:28:50 UTC 2016


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

moeller pushed a commit to branch master
in repository python-bioblend.

commit 6c44349fb58a215ac6bdfab1d532912a7a702f6b
Author: Steffen Moeller <moeller at debian.org>
Date:   Tue Jun 28 15:26:35 2016 +0200

    Imported Debian patch 0.7.0-1
---
 debian/README.Debian        |  6 ++++++
 debian/README.source        | 10 ++++++++++
 debian/bioblend-docs.docs   |  2 ++
 debian/bioblend.doc-base.EX | 20 ++++++++++++++++++++
 debian/changelog            |  5 +++++
 debian/compat               |  1 +
 debian/control              | 39 +++++++++++++++++++++++++++++++++++++++
 debian/copyright            | 36 ++++++++++++++++++++++++++++++++++++
 debian/rules                | 23 +++++++++++++++++++++++
 debian/source/format        |  1 +
 debian/watch                |  6 ++++++
 11 files changed, 149 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..303d06f
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,6 @@
+bioblend for Debian
+------------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Steffen Moeller <moeller at debian.org>  Tue, 28 Jun 2016 15:26:35 +0200
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..21253af
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,10 @@
+bioblend for Debian
+------------------
+
+<this file describes information about the source package, see Debian policy
+manual section 4.14. You WILL either need to modify or delete this file>
+
+
+
+ -- Steffen Moeller <moeller at debian.org>  Tue, 28 Jun 2016 15:26:35 +0200
+
diff --git a/debian/bioblend-docs.docs b/debian/bioblend-docs.docs
new file mode 100644
index 0000000..efea0a6
--- /dev/null
+++ b/debian/bioblend-docs.docs
@@ -0,0 +1,2 @@
+README.Debian
+README.source
diff --git a/debian/bioblend.doc-base.EX b/debian/bioblend.doc-base.EX
new file mode 100644
index 0000000..e6d04a3
--- /dev/null
+++ b/debian/bioblend.doc-base.EX
@@ -0,0 +1,20 @@
+Document: bioblend
+Title: Debian bioblend Manual
+Author: <insert document author here>
+Abstract: This manual describes what bioblend is
+ and how it can be used to
+ manage online manuals on Debian systems.
+Section: unknown
+
+Format: debiandoc-sgml
+Files: /usr/share/doc/bioblend/bioblend.sgml.gz
+
+Format: postscript
+Files: /usr/share/doc/bioblend/bioblend.ps.gz
+
+Format: text
+Files: /usr/share/doc/bioblend/bioblend.text.gz
+
+Format: HTML
+Index: /usr/share/doc/bioblend/html/index.html
+Files: /usr/share/doc/bioblend/html/*.html
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9488910
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-bioblend (0.7.0-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #829017)
+
+ -- Steffen Moeller <moeller at debian.org>  Tue, 28 Jun 2016 15:26:35 +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..7930d37
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,39 @@
+Source: python-bioblend
+Section: python
+Priority: optional
+Maintainer: Steffen Moeller <moeller at debian.org>
+Build-Depends: debhelper (>=9),dh-python,python-all (>= 2.6.6-3~),python-setuptools,python3-all,python3-setuptools,
+ python-boto, python3-boto, python-requests-toolbelt, python3-requests-toolbelt, python-requests-toolbelt,python3-requests-toolbelt
+Standards-Version: 3.9.8
+Homepage: https://github.com/galaxyproject/bioblend
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+#Vcs-Git: git://anonscm.debian.org/collab-maint/bioblend.git
+#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/bioblend.git
+
+Package: python-bioblend
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Suggests: python-bioblend-doc
+Description: CloudMan and Galaxy API library (Python 2)
+ <insert long description, indented with spaces>
+ .
+ This package installs the library for Python 2.
+
+Package: python3-bioblend
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Suggests: python-bioblend-doc
+Description: CloudMan and Galaxy API library (Python 3)
+ <insert long description, indented with spaces>
+ .
+ This package installs the library for Python 3.
+
+Package: python-bioblend-doc
+Architecture: all
+Section: doc
+Depends: ${sphinxdoc:Depends}, ${misc:Depends}
+Description: CloudMan and Galaxy API library (common documentation)
+ <insert long description, indented with spaces>
+ .
+ This is the common documentation package.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1b754e2
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: bioblend
+Source: <url://example.com>
+
+Files: *
+Copyright: <years> <put author's name and email here>
+           <years> <likewise for another author>
+License: MIT
+
+Files: debian/*
+Copyright: 2016 Steffen Moeller <moeller at debian.org>
+License: MIT
+
+License: MIT
+ 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.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
+# Please avoid picking licenses with terms that are more restrictive than the
+# packaged work, as it may make Debian's contributions unacceptable upstream.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..43761ad
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,23 @@
+#!/usr/bin/make -f
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+#export DH_VERBOSE = 1
+
+export PYBUILD_NAME=bioblend
+
+%:
+	dh $@  --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_test:
+	echo "No auto tests without CloudMan"
+
+# If you need to rebuild the Sphinx documentation
+# Add spinxdoc to the dh --with line
+#override_dh_auto_build:
+#	dh_auto_build
+#	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml        docs/ build/html # HTML generator
+#	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bman        docs/ build/man # Manpage generator
+
+override_dh_auto_clean:
+	dh_clean
+	rm -rf bioblend.egg-info .eggs .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..52b641f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,6 @@
+version=4
+
+# GitHub hosted projects
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%<project>-$1.tar.gz%" \
+   https://github.com/galaxyproject/bioblend/tags \
+   (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-bioblend.git



More information about the Python-modules-commits mailing list