[Blends-commit] r1981 - in projects/ezgo/trunk/debian-ezgo: . debian

Debian Pure Blends Subversion Commit noreply at alioth.debian.org
Fri Nov 6 21:51:20 UTC 2009


Author: tille
Date: Fri Nov  6 21:51:20 2009
New Revision: 1981
URL: http://svn.debian.org/viewsvn/blends?rev=1981&view=rev

Log:
Adapt version number, add default Makefile


Added:
   projects/ezgo/trunk/debian-ezgo/Makefile   (contents, props changed)
Modified:
   projects/ezgo/trunk/debian-ezgo/debian/changelog

Added: projects/ezgo/trunk/debian-ezgo/Makefile
==============================================================================
--- (empty file)
+++ projects/ezgo/trunk/debian-ezgo/Makefile	Fri Nov  6 21:51:20 2009
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+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/ezgo/trunk/debian-ezgo/debian/changelog
URL: http://svn.debian.org/viewsvn/blends/projects/ezgo/trunk/debian-ezgo/debian/changelog?rev=1981&view=diff&r1=1981&r2=1980&p1=projects/ezgo/trunk/debian-ezgo/debian/changelog&p2=projects/ezgo/trunk/debian-ezgo/debian/changelog
==============================================================================
--- projects/ezgo/trunk/debian-ezgo/debian/changelog	(original)
+++ projects/ezgo/trunk/debian-ezgo/debian/changelog	Fri Nov  6 21:51:20 2009
@@ -1,4 +1,4 @@
-ezgo (0.0.1) UNRELEASED; urgency=low
+ezgo (7.0.1) unstable; urgency=low
 
   * Initial tests
 



More information about the Blends-commit mailing list