[med-svn] r11878 - in trunk/packages: . openfovea openfovea/trunk openfovea/trunk/debian

Andreas Tille tille at alioth.debian.org
Tue Jul 24 11:54:14 UTC 2012


Author: tille
Date: 2012-07-24 11:54:14 +0000 (Tue, 24 Jul 2012)
New Revision: 11878

Added:
   trunk/packages/openfovea/
   trunk/packages/openfovea/trunk/
   trunk/packages/openfovea/trunk/debian/
   trunk/packages/openfovea/trunk/debian/changelog
   trunk/packages/openfovea/trunk/debian/compat
   trunk/packages/openfovea/trunk/debian/control
   trunk/packages/openfovea/trunk/debian/copyright
   trunk/packages/openfovea/trunk/debian/rules
   trunk/packages/openfovea/trunk/debian/watch
Log:
Inject initial OpenFovea packaging basically an overworked copy of what upstream author had before.


Added: trunk/packages/openfovea/trunk/debian/changelog
===================================================================
--- trunk/packages/openfovea/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/openfovea/trunk/debian/changelog	2012-07-24 11:54:14 UTC (rev 11878)
@@ -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

Added: trunk/packages/openfovea/trunk/debian/compat
===================================================================
--- trunk/packages/openfovea/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/openfovea/trunk/debian/compat	2012-07-24 11:54:14 UTC (rev 11878)
@@ -0,0 +1 @@
+9

Added: trunk/packages/openfovea/trunk/debian/control
===================================================================
--- trunk/packages/openfovea/trunk/debian/control	                        (rev 0)
+++ trunk/packages/openfovea/trunk/debian/control	2012-07-24 11:54:14 UTC (rev 11878)
@@ -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

Added: trunk/packages/openfovea/trunk/debian/copyright
===================================================================
--- trunk/packages/openfovea/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/openfovea/trunk/debian/copyright	2012-07-24 11:54:14 UTC (rev 11878)
@@ -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'.

Added: trunk/packages/openfovea/trunk/debian/rules
===================================================================
--- trunk/packages/openfovea/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/openfovea/trunk/debian/rules	2012-07-24 11:54:14 UTC (rev 11878)
@@ -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.


Property changes on: trunk/packages/openfovea/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/openfovea/trunk/debian/watch
===================================================================
--- trunk/packages/openfovea/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/openfovea/trunk/debian/watch	2012-07-24 11:54:14 UTC (rev 11878)
@@ -0,0 +1,3 @@
+version=3
+https://launchpad.net/openfovea/+download \
+  https://launchpad.net/openfovea/trunk/unstable/\+download/openfovea-(.*)\.tar\.gz




More information about the debian-med-commit mailing list