[Pkg-voip-commits] r960 - in rate-engine/trunk: . debian
Mark Purcell
msp at costa.debian.org
Tue Nov 8 21:23:08 UTC 2005
Author: msp
Date: 2005-11-08 21:23:05 +0000 (Tue, 08 Nov 2005)
New Revision: 960
Modified:
rate-engine/trunk/Makefile
rate-engine/trunk/debian/changelog
rate-engine/trunk/debian/watch
Log:
* (NOT RELEASED YET) New upstream release
Modified: rate-engine/trunk/Makefile
===================================================================
--- rate-engine/trunk/Makefile 2005-11-08 21:22:02 UTC (rev 959)
+++ rate-engine/trunk/Makefile 2005-11-08 21:23:05 UTC (rev 960)
@@ -1,15 +1,18 @@
#
-# Copyright (C) 2003 by Troll Phone Networks AS
+# Copyright (C) 2003, 2004 by Voop as
#
# This program is distributed under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2, or (at your
# option) any later version.
#
-# $Id: Makefile,v 1.11 2004/08/26 16:49:12 tholo Exp $
+# $Id: Makefile,v 1.14 2005/04/04 23:21:09 tholo Exp $
#
DEBUG+= -g -fno-inline-functions
+SOFLAGS+= -shared
+#SOFLAGS+= -dynamic -bundle -undefined suppress -force_flat_namespace
+
CFLAGS+= -O3 -W -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow \
$(DEBUG) -D_REENTRANT -I/usr/include/pcre -fPIC
LDFLAGS+= $(DEBUG)
@@ -35,7 +38,7 @@
all: $(MOD)
$(MOD): $(OBJS)
- $(CC) $(LDFLAGS) -shared -o $@ $(OBJS) $(LDLIBS)
+ $(CC) $(LDFLAGS) $(SOFLAGS) -o $@ $(OBJS) $(LDLIBS)
.PHONY: clean
Modified: rate-engine/trunk/debian/changelog
===================================================================
--- rate-engine/trunk/debian/changelog 2005-11-08 21:22:02 UTC (rev 959)
+++ rate-engine/trunk/debian/changelog 2005-11-08 21:23:05 UTC (rev 960)
@@ -1,10 +1,10 @@
-rate-engine (0.5.4-3) UNRELEASED; urgency=low
+rate-engine (0.5.5-1) UNRELEASED; urgency=low
- * NOT RELEASED YET
+ * (NOT RELEASED YET) New upstream release
* Document GNU kFreeBSD patch
- FTBFS on GNU/kFreeBSD (Closes: #336942)
- -- Mark Purcell <msp at debian.org> Thu, 3 Nov 2005 19:38:26 +0000
+ -- Mark Purcell <msp at debian.org> Tue, 8 Nov 2005 21:22:22 +0000
rate-engine (0.5.4-2) unstable; urgency=low
Modified: rate-engine/trunk/debian/watch
===================================================================
--- rate-engine/trunk/debian/watch 2005-11-08 21:22:02 UTC (rev 959)
+++ rate-engine/trunk/debian/watch 2005-11-08 21:23:05 UTC (rev 960)
@@ -1,4 +1,4 @@
# Site Directory Pattern Version Script
version=2
#http://www.trollphone.org/files/rate-engine-0.5.2.tar.gz
-http://www.trollphone.org/files/rate-engine-(.*)\.tar\.gz debian uupdate
+http://www.trollphone.org/files/rate-engine-(.*)\.tar\.gz debian svn-upgrade
More information about the Pkg-voip-commits
mailing list