[Cdd-commits] r1329 - projects/med/trunk/debian-med

CDD Subversion Commit noreply at alioth.debian.org
Fri Jan 30 08:46:57 UTC 2009


Author: tille
Date: Fri Jan 30 08:46:56 2009
New Revision: 1329

Modified:
   projects/med/trunk/debian-med/Makefile
   projects/med/trunk/debian-med/README
Log:
Some remaining renaming issues


Modified: projects/med/trunk/debian-med/Makefile
==============================================================================
--- projects/med/trunk/debian-med/Makefile	(original)
+++ projects/med/trunk/debian-med/Makefile	Fri Jan 30 08:46:56 2009
@@ -1,3 +1,13 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdd-dev/Makefile
+BLENDMAKEFILE=/usr/share/blends-dev/Makefile
+
+CheckBLENDMakefile := $(shell if [ -e $(BLENDMAKEFILE) ] ; then echo 1 ; else echo 0 ; fi)
+ifeq ($(CheckBLENDMakefile),1)
+    include $(BLENDMAKEFILE)
+else
+    err := $(shell echo "$(BLENDMAKEFILE) is missing.  Please install blends-dev package!")
+endif
+
+dummy:
+	@echo $(err)

Modified: projects/med/trunk/debian-med/README
==============================================================================
--- projects/med/trunk/debian-med/README	(original)
+++ projects/med/trunk/debian-med/README	Fri Jan 30 08:46:56 2009
@@ -1,10 +1,10 @@
 This folder collects information on packages that have been built for
-the Debian-Med Custom Debian Distribution or that are currently prepared
+the Debian Med Blend or that are currently prepared
 to be uploaded.
 
 If you want to add package descriptions, then edit the
 respective file in tasks/  and make sure to have read through
-http://cdd.alioth.debian.org/cdd/ch-sentinel.en.html.
+http://cdd.alioth.debian.org/blends/ch-sentinel.en.html.
 
-For more advanced issues please refer to the cdd paper in full and
+For more advanced issues please refer to the Blends paper in full and
 consider to talk back to Andreas Tille <tille at debian.org>.



More information about the Cdd-commits mailing list