]> err.no Git - sope/commitdiff
- Start changelog with Debian revision -0 to allow for automatic Devel Releases Build
authorley <ley@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 29 Nov 2004 19:21:20 +0000 (19:21 +0000)
committerley <ley@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 29 Nov 2004 19:21:20 +0000 (19:21 +0000)
- Get SOPEVER from upstream sources

git-svn-id: http://svn.opengroupware.org/SOPE/trunk@423 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

debian/changelog
debian/rules

index 32be1454e90ac3cba289333a2f074a2a215490b6..9ac522ac94dc9427c24f14772129b835f64e1328 100644 (file)
@@ -1,8 +1,8 @@
-sope (4.5.0-1) UNRELEASED; urgency=low
+sope (4.5.0-0) UNRELEASED; urgency=low
 
   * New upstream release
 
- -- Sebastian Ley <ley@debian.org>  Fri, 12 Nov 2004 01:50:44 +0100
+ -- Sebastian Ley <ley@debian.org>  Mon, 29 Nov 2004 19:40:06 +0100
 
 sope (4.3.9-1) experimental; urgency=low
 
index c8636a6a1a0d4b56bf3a0229c55ba93ad18893bc..6c98f518339764412e0ae1c8bccf7928d5306484 100755 (executable)
@@ -14,7 +14,8 @@ MAKE_FLAGS = messages=yes OPTFLAG=-O0
 
 GNUSTEP_SETUP=/usr/lib/opengroupware.org/System/Library/Makefiles/GNUstep.sh
 
-SOPEVER=4.5
+include Version
+SOPEVER=$(MAJOR_VERSION).$(MINOR_VERSION)
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
        CFLAGS += -O0