[med-svn] [openfovea] 01/13: Inject initial OpenFovea packaging basically an overworked copy of what upstream author had before.

Andreas Tille tille at debian.org
Tue Dec 26 19:57:36 UTC 2017


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

tille pushed a commit to branch master
in repository openfovea.

commit 08314c9ff30481596bc81529d88dc2d10399b513
Author: Andreas Tille <tille at debian.org>
Date:   Tue Jul 24 11:54:14 2012 +0000

    Inject initial OpenFovea packaging basically an overworked copy of what upstream author had before.
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 26 ++++++++++++++++++++++++++
 debian/copyright | 31 +++++++++++++++++++++++++++++++
 debian/rules     | 13 +++++++++++++
 debian/watch     |  3 +++
 6 files changed, 79 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3664b7c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+openfovea (0.1a140-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #<bug>)
+
+ -- Andreas Tille <tille at debian.org>  Thu, 12 Jul 2012 13:57:08 +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..4e4abf5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: openfovea
+Section: science
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+DM-Upload-Allowed: yes
+Uploaders: Charles Roduit <charles.roduit at gmail.com>,
+ Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 9), python-central (>= 0.6), cdbs (>= 0.4.49)
+Build-Depends-Indep: python, python-dev, python-setuptools (>= 0.6a9), python-elementtree (>= 1.2.6-7)
+XS-Python-Version: >=2.4
+Standards-Version: 3.9.3
+Homepage: http://www.freesbi.ch/en/openfovea
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/openfovea/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/openfovea/trunk/
+
+Package: openfovea
+Architecture: all
+Depends: ${misc:Depends}, python-numpy, python-scipy, python-matplotlib, python-gtk2, python-gtkglext1, ${python:Depends}
+XB-Python-Version: ${python:Versions}
+Description: Postprocessing of force volume data acquired with AFM.
+ OpenFovea is a software to postprocess AFM force volume experiment.
+ It is able to compute the stiffness of the scanned area, detect unbinding event
+ and the zero force topography. It comes with a user friendly graphical
+ interface that allow the user to select and display the data. For more
+ informations, have a look to the project homepage:
+ http://www.freesbi.ch/openfovea
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..3ab6b47
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: OpenFovea
+Upstream-Contact: Charles Roduit <charles.roduit at gmail.com>
+Source: https://launchpad.net/openfovea/+download
+
+Files: *
+Copyright: © 2008-2012 Charles Roduit <charles.roduit at gmail.com>
+License: GPL-3+
+
+Files: debian/*
+Copyright: © 2008-2012 Charles Roduit <charles.roduit at gmail.com>
+             2012 Andreas Tille <tille at debian.org>
+License: GPL-3+
+
+License: GPL-3+
+    This package 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 3 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 package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..5225bf8
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+DEB_PYTHON_SYSTEM=pycentral
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+install:: build
+	cp openfovea.desktop $(CURDIR)/debian/openfovea/usr/share/applications/openfovea.desktop
+clean::
+	rm -rf buil buils-stamp configure-stamp build/ MANIFEST
+	dh_clean
+
+# Add here any variable or target overrides you need.
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..66a60a0
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+https://launchpad.net/openfovea/+download \
+  https://launchpad.net/openfovea/trunk/unstable/\+download/openfovea-(.*)\.tar\.gz

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



More information about the debian-med-commit mailing list