Author: rafl
Date: Sat Nov  5 14:45:51 2005
New Revision: 9804

Modified:
   /   (props changed)
   trunk/debian/rules
Log:
 [EMAIL PROTECTED]:  rafl | 2005-11-05 23:46:34 +0100
 * Debian: Get the VERSION/SOVERSION from the VERSION file.


Modified: trunk/debian/rules
==============================================================================
--- trunk/debian/rules  (original)
+++ trunk/debian/rules  Sat Nov  5 14:45:51 2005
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
 
 CFLAGS = -Wall -g
-VERSION = 0.3.0
-SOVERSION = 0.3.1
+VERSION = $(shell cat VERSION)
+SOVERSION = $(VERSION)
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
        CFLAGS += -O0

Reply via email to