[python-dtcwt] 469/497: initial debianization

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:39 UTC 2015


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

ghisvail-guest pushed a commit to branch debian/sid
in repository python-dtcwt.

commit af3ce9ca9d38b3e2b59d3a31b0993ff4d44895ed
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon Jul 20 23:19:24 2015 +0100

    initial debianization
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 37 +++++++++++++++++++++++++++++++++++++
 debian/rules         |  9 +++++++++
 debian/source/format |  1 +
 5 files changed, 53 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c706290
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+dtcwt (0.10.1-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #XXXXXX)
+
+ -- Ghislain Antony Vaillant <ghisvail at gmail.com>  Mon, 20 Jul 2015 23:05:14 +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..6ea3b86
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: dtcwt
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Section: science
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all (>= 2.6.6-3),
+               python-nose,
+               python-setuptools,
+               python3-all,
+               python3-nose,
+               python3-setuptools
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/cgit/debian-science/packages/python-dctwt.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/python-dctwt.git
+Homepage: https://github.com/rjw57/dtcwt
+
+Package: python-dtcwt
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends}
+Description: Python port of the Dual-Tree Complex Wavelet Transform (Python 2)
+ This library provides support for computing 1D, 2D and 3D dual-tree complex 
+ wavelet transforms and their inverse in Python.
+ .
+ This package provides the Python 2 version of the library.
+
+Package: python3-dtcwt
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends}
+Description: Python port of the Dual-Tree Complex Wavelet Transform (Python 3)
+ This library provides support for computing 1D, 2D and 3D dual-tree complex 
+ wavelet transforms and their inverse in Python.
+ .
+ This package provides the Python 3 version of the library.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..3ae293f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export PYBUILD_NAME=dtcwt
+%:
+	dh $@ --with python2,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-dtcwt.git



More information about the debian-science-commits mailing list