[ptypy] 01/01: initial packaging

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Mon Mar 9 13:50:59 UTC 2015


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

picca pushed a commit to branch master
in repository ptypy.

commit 40b609ec191bf8711847ca9c6ed77c27a0b32750
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Mon Mar 9 14:45:59 2015 +0100

    initial packaging
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 44 ++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright     | 29 +++++++++++++++++++++++++++++
 debian/rules         | 13 +++++++++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 7 files changed, 96 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..1b24226
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ptypy (0.1.0-1) unstable; urgency=low
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Picca Frédéric-Emmanuel <picca at debian.org>  Sun, 15 Sep 2013 13:42:41 +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..e45cc5d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,44 @@
+Source: ptypy
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Picca Frédéric-Emmanuel <picca at debian.org>
+Section: science
+Priority: extra
+Build-Depends: debhelper (>= 9),
+               python-all-dev,
+               python-all-dbg,
+               python-numpy,
+               python-numpy-dbg,
+               python-setuptools
+Build-Depends-Indep: python-matplotlib,
+                     python-scipy,
+                     python-sphinx (>= 1.0.7+dfsg),
+                     python-tables,
+                     python-tk
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/ptypy.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/ptypy.git
+Homepage: https://github.com/ptycho/ptypy
+X-Python-Version: >=2.6
+
+Package: python-ptypy
+Architecture: any
+Section: python
+Depends: ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends},
+         python-scipy (>= 0.10),
+         python-tables
+Recommends: python-matplotlib (>= 1.0)
+Description: Ptychography Reconstruction for Python - Python 2
+ Ptypy was designed with flexibility in mind: it should allow rapid
+ development of new ideas. To this end, much of the "ugly" details
+ have been hidden in advanced containers that manage data and access
+ "views" onto them.
+ .
+ Currently implemented:
+ .
+  * Fully parallelized (using MPI)
+  * Difference map algorithm with power bound constraint
+  * Maximum Likelihood with preconditioners and regularizers.
+  * Mixed-state reconstructions of probe and object
+  * On-the-fly reconstructions (while data is being acquired)
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c52fb43
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Pierre Thibault <p.thibault at ucl.ac.uk>
+Source: https://github.com/ptycho/ptypy
+
+Files: *
+Copyright: 2014-2015 Pierre Thibault <p.thibault at ucl.ac.uk>
+           2014-2015 Björn Enders <bjoern.enders at tum.de>
+License: GPL-2.0+
+
+Files: debian/*
+Copyright: 2015 Picca Frédéric-Emmanuel <picca at debian.org>
+License: GPL-2.0+
+
+License: GPL-2.0+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..275a460
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+export PYBUILD_NAME=ptypy
+
+%:
+	dh $@ --with python2 --buildsystem=pybuild
+
+override_dh_auto_install:
+	dh_auto_install
+	dh_numpy
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..c72d0b0
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/ptypy-$1\.tar\.gz/ \
+  https://github.com/ptycho/ptypy/tags .*/v?(\d\S*)\.tar\.gz

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



More information about the debian-science-commits mailing list