[med-svn] r11879 - trunk/packages/openfovea/trunk/debian
Andreas Tille
tille at alioth.debian.org
Tue Jul 24 12:34:00 UTC 2012
Author: tille
Date: 2012-07-24 12:34:00 +0000 (Tue, 24 Jul 2012)
New Revision: 11879
Modified:
trunk/packages/openfovea/trunk/debian/changelog
trunk/packages/openfovea/trunk/debian/control
trunk/packages/openfovea/trunk/debian/rules
Log:
New upstream version; short dh rules file; fixed Build-Depends; cut some redundant information from long description
Modified: trunk/packages/openfovea/trunk/debian/changelog
===================================================================
--- trunk/packages/openfovea/trunk/debian/changelog 2012-07-24 11:54:14 UTC (rev 11878)
+++ trunk/packages/openfovea/trunk/debian/changelog 2012-07-24 12:34:00 UTC (rev 11879)
@@ -1,4 +1,4 @@
-openfovea (0.1a140-1) UNRELEASED; urgency=low
+openfovea (0.1a155-1) UNRELEASED; urgency=low
* Initial release (Closes: #<bug>)
Modified: trunk/packages/openfovea/trunk/debian/control
===================================================================
--- trunk/packages/openfovea/trunk/debian/control 2012-07-24 11:54:14 UTC (rev 11878)
+++ trunk/packages/openfovea/trunk/debian/control 2012-07-24 12:34:00 UTC (rev 11879)
@@ -5,9 +5,7 @@
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
+Build-Depends: debhelper (>= 9), python (>= 2.6)
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/
@@ -16,11 +14,8 @@
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
+ interface that allow the user to select and display the data.
Modified: trunk/packages/openfovea/trunk/debian/rules
===================================================================
--- trunk/packages/openfovea/trunk/debian/rules 2012-07-24 11:54:14 UTC (rev 11878)
+++ trunk/packages/openfovea/trunk/debian/rules 2012-07-24 12:34:00 UTC (rev 11879)
@@ -1,13 +1,4 @@
#!/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.
+%:
+ dh $@ --with python2
\ No newline at end of file
More information about the debian-med-commit
mailing list