r36475 - in /packages/slicer/branch/experimental/debian: changelog rules slicer.install source/ source/format
domibel-guest at users.alioth.debian.org
domibel-guest at users.alioth.debian.org
Sat May 15 01:11:00 UTC 2010
Author: domibel-guest
Date: Sat May 15 01:10:55 2010
New Revision: 36475
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36475
Log:
try to build with python
Added:
packages/slicer/branch/experimental/debian/source/
packages/slicer/branch/experimental/debian/source/format
Modified:
packages/slicer/branch/experimental/debian/changelog
packages/slicer/branch/experimental/debian/rules
packages/slicer/branch/experimental/debian/slicer.install
Modified: packages/slicer/branch/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/slicer/branch/experimental/debian/changelog?rev=36475&op=diff
==============================================================================
--- packages/slicer/branch/experimental/debian/changelog (original)
+++ packages/slicer/branch/experimental/debian/changelog Sat May 15 01:10:55 2010
@@ -1,8 +1,9 @@
slicer (3.5.0~svn12531-1) experimental; urgency=low
+ * Switch to dpkg-source 3.0 (quilt) format
* New snapshot
- -- Dominique Belhachemi <domibel at cs.tu-berlin.de> Thu, 10 Dec 2009 18:28:23 -0500
+ -- Dominique Belhachemi <domibel at cs.tu-berlin.de> Tue, 20 Apr 2010 02:20:49 +0000
slicer (3.4.0~svn10133-1) experimental; urgency=low
Modified: packages/slicer/branch/experimental/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/slicer/branch/experimental/debian/rules?rev=36475&op=diff
==============================================================================
--- packages/slicer/branch/experimental/debian/rules (original)
+++ packages/slicer/branch/experimental/debian/rules Sat May 15 01:10:55 2010
@@ -39,8 +39,8 @@
-DSlicer3_USE_OPENIGTLINK:BOOL=ON \
-DSlicer3_USE_MIDAS:BOOL=ON \
-DSlicer3_WITH_LIBRARY_VERSION:BOOL=ON \
- -DSlicer3_USE_QT:BOOL=OFF
-
+ -DSlicer3_USE_QT:BOOL=OFF \
+ -DSlicer3_USE_PYTHON:BOOL=ON
get-orig-source:
/bin/sh $(CURDIR)/debian/get-orig-source
Modified: packages/slicer/branch/experimental/debian/slicer.install
URL: http://svn.debian.org/wsvn/debian-science/packages/slicer/branch/experimental/debian/slicer.install?rev=36475&op=diff
==============================================================================
--- packages/slicer/branch/experimental/debian/slicer.install (original)
+++ packages/slicer/branch/experimental/debian/slicer.install Sat May 15 01:10:55 2010
@@ -2,7 +2,7 @@
usr/lib/Slicer3/Modules/Editor
usr/lib/Slicer3/Modules/FastMarchingSegmentation
usr/lib/Slicer3/Modules/DistanceTransformModel
-usr/lib/Slicer3/Modules/ExtractSubvolumeROI
+#usr/lib/Slicer3/Modules/ExtractSubvolumeROI
usr/lib/Slicer3/Modules/SlicerDaemon
usr/lib/Slicer3/Modules/ScriptedModuleExample
usr/lib/Slicer3/Modules/ClipModel
@@ -70,8 +70,13 @@
../../debian/slicer.desktop usr/share/applications
../../debian/slicer3 usr/bin
../../debian/Slicer3-launcher usr/bin
-usr/lib/Slicer3/Modules/ExtractSubvolume/ExtractSubvolumeGUI.py
-usr/lib/Slicer3/Modules/ExtractSubvolume/__init__.py
+#usr/lib/Slicer3/Modules/ExtractSubvolume/ExtractSubvolumeGUI.py
+#usr/lib/Slicer3/Modules/ExtractSubvolume/__init__.py
+usr/lib/Slicer3/Modules/CropVolume/pkgIndex.tcl
+usr/lib/Slicer3/Modules/CropVolume/CropVolumeLogic.tcl
+usr/lib/Slicer3/Modules/CropVolume/CropVolume.tcl
+usr/lib/Slicer3/Modules/CropVolume/CropVolumeGUI.tcl
+usr/lib/Slicer3/Modules/CropVolume/CropVolumeNode.tcl
usr/lib/Slicer3/Plugins/StochasticTractoGraphyGenerator.py
usr/lib/Slicer3/Plugins/ConvertFiducialToLabelMap.py
usr/lib/Slicer3/Plugins/StochasticTractoGraphyGeneratorWithLabels.py
Added: packages/slicer/branch/experimental/debian/source/format
URL: http://svn.debian.org/wsvn/debian-science/packages/slicer/branch/experimental/debian/source/format?rev=36475&op=file
==============================================================================
--- packages/slicer/branch/experimental/debian/source/format (added)
+++ packages/slicer/branch/experimental/debian/source/format Sat May 15 01:10:55 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)
More information about the debian-science-commits
mailing list