[med-svn] [python-multipletau] 02/02: initial debianization imported version 0.1.4

Alex Mestiashvili malex-guest at moszumanska.debian.org
Thu Apr 24 19:46:52 UTC 2014


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

malex-guest pushed a commit to branch master
in repository python-multipletau.

commit 17563e5eff73f435a0f59586bdc37c8fe8e0dfc8
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date:   Thu Apr 24 19:50:01 2014 +0200

    initial debianization
    imported version 0.1.4
---
 debian/changelog      |  6 ++++++
 debian/compat         |  1 +
 debian/control        | 24 ++++++++++++++++++++++++
 debian/copyright      | 41 +++++++++++++++++++++++++++++++++++++++++
 debian/rules          |  4 ++++
 debian/source/format  |  1 +
 debian/source/options |  1 +
 debian/watch          |  3 +++
 8 files changed, 81 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..899c90c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+python-multipletau (0.1.4-1) unstable; urgency=low
+
+  * imported version 0.1.4
+  * initial debianinization
+
+ -- Alexandre Mestiashvili <alex at biotec.tu-dresden.de>  Thu, 24 Apr 2014 10:19:18 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3c52e97
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: python-multipletau
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>,
+Section: python
+Priority: optional
+Build-Depends: python-setuptools, python-all (>= 2.6.6-3), debhelper (>= 7), dh-python,
+ python-numpy,
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/python-multipletau.git
+Vcs-Git: git://anonscm.debian.org/debian-med/python-multipletau.git
+Homepage: http://paulmueller.github.io/python-multipletau
+
+
+Package: python-multipletau
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends},
+ python-numpy,
+Description: A multiple-tau algorithm for Python/NumPy.
+ Multipe-tau correlation is computed on a logarithmic scale (less
+ data points are computed) and is thus much faster than conventional
+ correlation on a linear scale such as `numpy.correlate`.
+ . 
+ An online reference is available
+ at http://paulmueller.github.io/multipletau/.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9c0ba3f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,41 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: multipletau
+Source: https://github.com/paulmueller/multipletau
+
+Files: *
+Copyright: 2014 Paul Mueller <paul.mueller at biotec.tu-dresden.de>
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: 2014 Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
+License: BSD-3-Clause
+
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ 
+   1. Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+ 
+   2. Redistributions in binary form must reproduce the above copyright
+      notice, this list of conditions and the following disclaimer in
+      the documentation and/or other materials provided with the
+      distribution.
+ 
+   3. Neither the name of multipletau nor the names of its contributors
+      may be used to endorse or promote products derived from this
+      software without specific prior written permission.
+ 
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INFRAE OR
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ecd2737
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2 --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)
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..4d82e22
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore="\.egg-info"
\ No newline at end of file
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..4e750fe
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/python-multipletau-$1\.tar\.gz/ \
+  https://github.com/paulmueller/multipletau/tags .*/v?(\d\S*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-multipletau.git



More information about the debian-med-commit mailing list