[Pkg-voip-commits] r3613 - pwlib/trunk/debian

kilian at alioth.debian.org kilian at alioth.debian.org
Sat May 26 18:55:42 UTC 2007


Author: kilian
Date: 2007-05-26 18:55:42 +0000 (Sat, 26 May 2007)
New Revision: 3613

Modified:
   pwlib/trunk/debian/rules
Log:
more cleanups. homogenized with opal and openh323


Modified: pwlib/trunk/debian/rules
===================================================================
--- pwlib/trunk/debian/rules	2007-05-26 18:48:28 UTC (rev 3612)
+++ pwlib/trunk/debian/rules	2007-05-26 18:55:42 UTC (rev 3613)
@@ -23,7 +23,7 @@
 
 SHLIBSVER := $(VER_MAJOR).$(VER_MINOR).$(VER_SUB)
 
-CFLAGS = -g
+CFLAGS := -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
        CFLAGS += -O0
@@ -46,12 +46,12 @@
 # symbols.
 LDFLAGS += -Wl,-z,def
 
-DEBVERSION:=$(shell head -n 1 debian/changelog \
+DEBVERSION := $(shell head -n 1 debian/changelog \
 		    | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
-#UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/~dfsg$$//')
-#URLVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/~dfsg$$//' -e 's/\./_/g')
-UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/~dfsg~pre1$$//')
-URLVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/~dfsg~pre1$$//')
+#UPVERSION := $(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/~dfsg$$//')
+#URLVERSION := $(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/~dfsg$$//' -e 's/\./_/g')
+UPVERSION := $(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/~dfsg~pre1$$//')
+URLVERSION := $(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/~dfsg~pre1$$//')
 
 FILENAME := pwlib_$(UPVERSION)~dfsg~pre1.orig.tar.gz
 UPFILENAME := pwlib_$(UPVERSION).orig.tar.gz




More information about the Pkg-voip-commits mailing list