[med-svn] r12510 - in trunk/packages/oases/trunk/debian: . patches

Andreas Tille tille at alioth.debian.org
Wed Nov 7 15:20:12 UTC 2012


Author: tille
Date: 2012-11-07 15:20:12 +0000 (Wed, 07 Nov 2012)
New Revision: 12510

Added:
   trunk/packages/oases/trunk/debian/patches/
   trunk/packages/oases/trunk/debian/patches/fix-clean-target.patch
   trunk/packages/oases/trunk/debian/patches/series
   trunk/packages/oases/trunk/debian/patches/use-debian-packaged-velvet.patch
Log:
Uhmm, oases relies on having the velvet *source* - that's a bit more than I can do now in a quick shot ...


Added: trunk/packages/oases/trunk/debian/patches/fix-clean-target.patch
===================================================================
--- trunk/packages/oases/trunk/debian/patches/fix-clean-target.patch	                        (rev 0)
+++ trunk/packages/oases/trunk/debian/patches/fix-clean-target.patch	2012-11-07 15:20:12 UTC (rev 12510)
@@ -0,0 +1,21 @@
+From: Andreas Tille <tille at debian.org>
+Subject: Enable flawless cleaning up
+
+--- a/Makefile
++++ b/Makefile
+@@ -78,7 +78,6 @@ velvetdbg_de :
+ 
+ clean :
+ 	rm -f obj/*.o obj/dbg/*.o ./oases 
+-	cd $(VELVET_DIR) && make clean
+ 	cd doc && make clean
+ 
+ cleanobj: 
+--- a/doc/manual/Makefile
++++ b/doc/manual/Makefile
+@@ -5,4 +5,4 @@ default:
+ 	mv *.pdf ../../
+ 
+ clean:
+-	rm *.aux *.toc *.log *.out
++	rm -f *.aux *.toc *.log *.out

Added: trunk/packages/oases/trunk/debian/patches/series
===================================================================
--- trunk/packages/oases/trunk/debian/patches/series	                        (rev 0)
+++ trunk/packages/oases/trunk/debian/patches/series	2012-11-07 15:20:12 UTC (rev 12510)
@@ -0,0 +1,2 @@
+fix-clean-target.patch
+use-debian-packaged-velvet.patch

Added: trunk/packages/oases/trunk/debian/patches/use-debian-packaged-velvet.patch
===================================================================
--- trunk/packages/oases/trunk/debian/patches/use-debian-packaged-velvet.patch	                        (rev 0)
+++ trunk/packages/oases/trunk/debian/patches/use-debian-packaged-velvet.patch	2012-11-07 15:20:12 UTC (rev 12510)
@@ -0,0 +1,20 @@
+From: Andreas Tille <tille at debian.org>
+Subject: Try to use Debian packaged velvet
+  PROBLEM:  THIS DOES NOT WORK
+  The build system actually relies on re-building
+  velvet and needs velvet source files.
+  .
+  That's a more serious thing than I could solve in a
+  quick shot at this program.
+
+--- a/Makefile
++++ b/Makefile
+@@ -29,7 +29,7 @@ ifdef SINGLE_COV_CAT
+ override DEF := $(DEF) -D SINGLE_COV_CAT
+ endif
+ 
+-default : cleanobj velvet oases doc
++default : cleanobj oases doc
+ 
+ ifdef BUNDLEDZLIB
+ Z_LIB_DIR=$(VELVET_DIR)/third-party/zlib-1.2.3




More information about the debian-med-commit mailing list