[python-gimmik] 01/02: Initial debianization.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Oct 12 12:47:25 UTC 2016


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

ghisvail-guest pushed a commit to branch debian/master
in repository python-gimmik.

commit 003e807ef95673a2c54532c2e21ffa2519572614
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Oct 12 11:35:59 2016 +0100

    Initial debianization.
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 29 +++++++++++++++++++++++++++++
 debian/copyright     | 42 ++++++++++++++++++++++++++++++++++++++++++
 debian/rules         |  9 +++++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 7 files changed, 90 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..07bf0c7
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-gimmik (2.1-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #840509)
+
+ -- Ghislain Antony Vaillant <ghisvail at gmail.com>  Wed, 12 Oct 2016 11:33:22 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ba49c2a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: python-gimmik
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Section: python
+Testsuite: autopkgtest-pkg-python
+Priority: optional
+Build-Depends: debhelper (>= 10),
+               dh-python,
+               python3-all,
+               python3-mako,
+               python3-numpy,
+               python3-setuptools
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/python-gimmik.git
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/python-gimmik.git
+Homepage: https://github.com/vincentlab/GiMMiK
+X-Python3-Version: >= 3.3
+
+Package: python3-gimmik
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends}
+Description: generator of matrix multiplication kernels (Python 3)
+ GiMMiK is a Python based kernel generator for matrix multiplication kernels
+ for various accelerator platforms. For small operator matrices the generated
+ kernels are capable of outperfoming the state-of-the-art general matrix
+ multiplication routines such as cuBLAS GEMM or clBLAS GEMM.
+ .
+ This package provides the library for Python 3.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..506dcd1
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,42 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: GiMMiK
+Upstream-Contact: Freddie Witherden <freddie at witherden.org>
+Source: https://pypi.python.org/pypi/gimmik
+
+Files: *
+Copyright: 2014-2016 Fredie Witherden and Bartosz Wozniak
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2016 Ghislain Antony Vaillant <ghisvail at gmail.com>
+License: BSD-3-clause
+
+License: BSD-3-clause
+ The BSD License
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+   * Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+ .
+   * 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. 
+ .
+   * Neither the name of foo 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 THE COPYRIGHT HOLDER 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..1ce1624
--- /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 = gimmik
+
+%:
+	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)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..426d901
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/gimmik/gimmik-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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



More information about the debian-science-commits mailing list