From f327ea1cae5927594182fe9a22df4ea8b7f5654f Mon Sep 17 00:00:00 2001 From: ley Date: Mon, 29 Nov 2004 19:21:20 +0000 Subject: [PATCH] - Start changelog with Debian revision -0 to allow for automatic Devel Releases Build - Get SOPEVER from upstream sources git-svn-id: http://svn.opengroupware.org/SOPE/trunk@423 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- debian/changelog | 4 ++-- debian/rules | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 32be1454..9ac522ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 12 Nov 2004 01:50:44 +0100 + -- Sebastian Ley Mon, 29 Nov 2004 19:40:06 +0100 sope (4.3.9-1) experimental; urgency=low diff --git a/debian/rules b/debian/rules index c8636a6a..6c98f518 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- 2.39.5