Author: tfmoraes-guest
Date: 2012-12-10 16:17:14 +0000 (Mon, 10 Dec 2012)
New Revision: 12594

Removed:
   
trunk/packages/invesalius/trunk/debian/patches/10_wrapper_is_bash_script.patch
Modified:
   trunk/packages/invesalius/trunk/debian/changelog
   trunk/packages/invesalius/trunk/debian/control
   trunk/packages/invesalius/trunk/debian/patches/series
   trunk/packages/invesalius/trunk/debian/rules
Log:
Removed the patch 10_wrapper_is_bash_script.patch

Modified: trunk/packages/invesalius/trunk/debian/changelog
===================================================================
--- trunk/packages/invesalius/trunk/debian/changelog    2012-12-10 03:58:23 UTC 
(rev 12593)
+++ trunk/packages/invesalius/trunk/debian/changelog    2012-12-10 16:17:14 UTC 
(rev 12594)
@@ -1,3 +1,9 @@
+invesalius (3.0.0.b3-2) UNRELEASED; urgency=low
+
+  * Beta 3 release (Closes: #584920)
+
+ -- Thiago Franco de Moraes <[email protected]>  Fri, 07 Dec 2012 10:31:04 
+0200
+
 invesalius (3.0.0.b1-2) UNRELEASED; urgency=low
 
   * Initial release (Closes: #584920)

Modified: trunk/packages/invesalius/trunk/debian/control
===================================================================
--- trunk/packages/invesalius/trunk/debian/control      2012-12-10 03:58:23 UTC 
(rev 12593)
+++ trunk/packages/invesalius/trunk/debian/control      2012-12-10 16:17:14 UTC 
(rev 12594)
@@ -5,7 +5,7 @@
 Uploaders: Andreas Tille <[email protected]>,
  InVesalius Team <[email protected]>
 DM-Upload-Allowed: yes
-Build-Depends-Indep: debhelper (>= 7), quilt, python-support, python
+Build-Depends-Indep: debhelper (>= 7), quilt, python-support, python, 
python-casmoothing
 Standards-Version: 3.8.4
 Homepage: http://svn.softwarepublico.gov.br/trac/invesalius
 Vcs-Browser: 
http://svn.debian.org/wsvn/debian-med/trunk/packages/invesalius/trunk/
@@ -14,7 +14,8 @@
 Package: invesalius
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-numpy, python-wxgtk2.8,
- python-imaging, python-cairo, python-multiprocessing, libvtk5.4, libgdcm2.0, 
python2.6
+ python-imaging, libvtk5.8, libgdcm2.0 | libgdcm2.2, python2.6 | python2.7,
+ python-casmoothing, python-nibabel
 Description: 3D medical imaging reconstruction software
  InVesalius generates 3D medical imaging reconstructions based on a sequence
  of 2D DICOM files acquired with CT or MRI equipments.  InVesalius is

Deleted: 
trunk/packages/invesalius/trunk/debian/patches/10_wrapper_is_bash_script.patch
===================================================================
--- 
trunk/packages/invesalius/trunk/debian/patches/10_wrapper_is_bash_script.patch  
    2012-12-10 03:58:23 UTC (rev 12593)
+++ 
trunk/packages/invesalius/trunk/debian/patches/10_wrapper_is_bash_script.patch  
    2012-12-10 16:17:14 UTC (rev 12594)
@@ -1,7 +0,0 @@
---- invesalius-3.0.0.b1.orig/invesalius-3.0
-+++ invesalius-3.0.0.b1/invesalius-3.0
-@@ -1,3 +1,4 @@
-+#!/bin/sh
- export INVESALIUS_LIBRARY_PATH="/usr/share/invesalius-3.0/invesalius"
- cd $INVESALIUS_LIBRARY_PATH
- python invesalius.py $@

Modified: trunk/packages/invesalius/trunk/debian/patches/series
===================================================================
--- trunk/packages/invesalius/trunk/debian/patches/series       2012-12-10 
03:58:23 UTC (rev 12593)
+++ trunk/packages/invesalius/trunk/debian/patches/series       2012-12-10 
16:17:14 UTC (rev 12594)
@@ -1 +1 @@
-10_wrapper_is_bash_script.patch
+10_change_casmoothing_import.patch

Modified: trunk/packages/invesalius/trunk/debian/rules
===================================================================
--- trunk/packages/invesalius/trunk/debian/rules        2012-12-10 03:58:23 UTC 
(rev 12593)
+++ trunk/packages/invesalius/trunk/debian/rules        2012-12-10 16:17:14 UTC 
(rev 12594)
@@ -14,3 +14,16 @@
 %:
        dh --with quilt $@
 
+override_dh_auto_clean:
+       dh_auto_clean
+       rm -f invesalius-3.0
+
+create-launcher:
+       echo 'export 
INVESALIUS_LIBRARY_PATH="/usr/share/invesalius-3.0/invesalius"' > invesalius-3.0
+       echo 'cd $$INVESALIUS_LIBRARY_PATH' >> invesalius-3.0
+       echo 'python invesalius.py $$@' >> invesalius-3.0
+
+override_dh_install: create-launcher
+       dh_install
+
+.PHONY: override_dh_auto_clean override_dh_install


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to