[med-svn] r746 - in trunk/packages/bioimagesuite/trunk/debian: . patches

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Fri Nov 2 18:02:18 UTC 2007


Author: hanska-guest
Date: 2007-11-02 18:02:18 +0000 (Fri, 02 Nov 2007)
New Revision: 746

Modified:
   trunk/packages/bioimagesuite/trunk/debian/bioimagesuite.dirs
   trunk/packages/bioimagesuite/trunk/debian/libbioimagesuite2.dirs
   trunk/packages/bioimagesuite/trunk/debian/patches/edit_paths.patch
   trunk/packages/bioimagesuite/trunk/debian/rules
Log:
* Fixing lintian overrides
  (to show them: lintian --show-overrides *.changes)
* Patching surfaceeditor (patch refreshed)


Modified: trunk/packages/bioimagesuite/trunk/debian/bioimagesuite.dirs
===================================================================
--- trunk/packages/bioimagesuite/trunk/debian/bioimagesuite.dirs	2007-11-01 10:58:56 UTC (rev 745)
+++ trunk/packages/bioimagesuite/trunk/debian/bioimagesuite.dirs	2007-11-02 18:02:18 UTC (rev 746)
@@ -1,3 +1,3 @@
 usr/bin
 usr/share/bioimagesuite
-usr/share/lintian
+usr/share/lintian/overrides

Modified: trunk/packages/bioimagesuite/trunk/debian/libbioimagesuite2.dirs
===================================================================
--- trunk/packages/bioimagesuite/trunk/debian/libbioimagesuite2.dirs	2007-11-01 10:58:56 UTC (rev 745)
+++ trunk/packages/bioimagesuite/trunk/debian/libbioimagesuite2.dirs	2007-11-02 18:02:18 UTC (rev 746)
@@ -1,2 +1,2 @@
-usr/lib/
-usr/share/lintian/
+usr/lib
+usr/share/lintian/overrides

Modified: trunk/packages/bioimagesuite/trunk/debian/patches/edit_paths.patch
===================================================================
--- trunk/packages/bioimagesuite/trunk/debian/patches/edit_paths.patch	2007-11-01 10:58:56 UTC (rev 745)
+++ trunk/packages/bioimagesuite/trunk/debian/patches/edit_paths.patch	2007-11-02 18:02:18 UTC (rev 746)
@@ -1,7 +1,7 @@
-Index: bioimagesuite/setpaths.csh
+Index: bioimagesuite-2.0/setpaths.csh
 ===================================================================
---- bioimagesuite.orig/setpaths.csh	2007-10-29 22:54:15.000000000 +0100
-+++ bioimagesuite/setpaths.csh	2007-10-29 23:06:00.000000000 +0100
+--- bioimagesuite-2.0.orig/setpaths.csh	2007-11-01 13:39:12.000000000 +0100
++++ bioimagesuite-2.0/setpaths.csh	2007-11-01 13:40:21.000000000 +0100
 @@ -1,23 +1,14 @@
 +#!/bin/sh
  #Script file to set paths for bioimagesuite
@@ -29,10 +29,10 @@
  setenv FSLDIR /usr/local/fsl
  setenv FSLOUTPUTTYPE ANALYZE
  
-Index: bioimagesuite/setpaths.sh
+Index: bioimagesuite-2.0/setpaths.sh
 ===================================================================
---- bioimagesuite.orig/setpaths.sh	2007-10-29 22:54:15.000000000 +0100
-+++ bioimagesuite/setpaths.sh	2007-10-29 22:56:07.000000000 +0100
+--- bioimagesuite-2.0.orig/setpaths.sh	2007-11-01 13:39:12.000000000 +0100
++++ bioimagesuite-2.0/setpaths.sh	2007-11-01 13:40:21.000000000 +0100
 @@ -1,25 +1,14 @@
 +#!/bin/sh
  #Script file to set paths for bioimagesuite
@@ -62,10 +62,10 @@
  
  
  FSLDIR=/usr/local/fsl
-Index: bioimagesuite/start_bioimagesuite
+Index: bioimagesuite-2.0/start_bioimagesuite
 ===================================================================
---- bioimagesuite.orig/start_bioimagesuite	2007-10-29 22:54:15.000000000 +0100
-+++ bioimagesuite/start_bioimagesuite	2007-10-29 22:56:07.000000000 +0100
+--- bioimagesuite-2.0.orig/start_bioimagesuite	2007-11-01 13:39:12.000000000 +0100
++++ bioimagesuite-2.0/start_bioimagesuite	2007-11-01 13:40:21.000000000 +0100
 @@ -1,6 +1,5 @@
  #!/bin/sh
  
@@ -74,3 +74,15 @@
  source ${BASE}/setpaths.sh
  pxmenu.tcl
 -
+Index: bioimagesuite-2.0/surfaceeditor
+===================================================================
+--- bioimagesuite-2.0.orig/surfaceeditor	2007-11-02 18:58:54.000000000 +0100
++++ bioimagesuite-2.0/surfaceeditor	2007-11-02 18:58:59.000000000 +0100
+@@ -1,6 +1,6 @@
+ #!/bin/sh
+ 
+-BASE=/usr/local/bioimagesuite
++BASE=/usr/lib/bioimagesuite
+ source ${BASE}/setpaths.sh
+ pxitclsurfaceeditor.tcl
+ 

Modified: trunk/packages/bioimagesuite/trunk/debian/rules
===================================================================
--- trunk/packages/bioimagesuite/trunk/debian/rules	2007-11-01 10:58:56 UTC (rev 745)
+++ trunk/packages/bioimagesuite/trunk/debian/rules	2007-11-02 18:02:18 UTC (rev 746)
@@ -29,6 +29,15 @@
 	
 	# Fixing permissions...
 	chmod -R a-x $(CURDIR)/debian/bioimagesuite-data/usr/share/bioimagesuite/images/*
+	
+	# Installing Lintian overrides
+	install -m 644 \
+	debian/libbioimagesuite2.lintian-override \
+	$(CURDIR)/debian/libbioimagesuite2/usr/share/lintian/overrides/libbioimagesuite2
+	
+	install -m 644 \
+	debian/bioimagesuite.lintian-override \
+	$(CURDIR)/debian/bioimagesuite/usr/share/lintian/overrides/bioimagesuite
 
 binary-common: build install
 	dh_testdir




More information about the debian-med-commit mailing list