[python-imageio] 01/02: initial debianization

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Apr 24 09:07:52 UTC 2015


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

ghisvail-guest pushed a commit to branch master
in repository python-imageio.

commit ebda8b8b7499136ca8f84454c89afc03ea80eb5b
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Fri Apr 24 08:18:48 2015 +0100

    initial debianization
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 44 ++++++++++++++++++++++++++++++++++++++++++++
 debian/rules         |  8 ++++++++
 debian/source/format |  1 +
 5 files changed, 59 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..fbbac8a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-imageio (1.2-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #769767)
+
+ -- Ghislain Antony Vaillant <ghisvail at gmail.com>  Thu, 23 Apr 2015 22:18:25 +0100
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..1ef2e11
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,44 @@
+Source: python-imageio
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Section: python
+Priority: optional
+Build-Depends: 
+ debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-numpy,
+ python-setuptools,
+ python3-all,
+ python3-numpy,
+ python3-setuptools
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/python-imageio.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/python-imageio.git
+Homepage: http://imageio.github.io/
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+
+Package: python-imageio
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends}
+Description: Library for reading and writing a wide range of image formats (Python 2)
+ Imageio is a Python library that provides an easy interface to read and
+ write a wide range of image data, including animated images, volumetric
+ data, and scientific formats.
+ .
+ This package provides the Python 2 version of the library.
+
+Package: python3-imageio
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends}
+Description: Library for reading and writing a wide range of image formats (Python 3)
+ Imageio is a Python library that provides an easy interface to read and
+ write a wide range of image data, including animated images, volumetric
+ data, and scientific formats.
+ .
+ This package provides the Python 3 version of the library.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e126773
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.8.2 at
+# Thu, 23 Apr 2015 22:16:04 +0100
+export PYBUILD_NAME=imageio
+%:
+	dh $@ --with python3 --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)

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



More information about the debian-science-commits mailing list