[Pkg-voip-commits] (no subject)

santiago at alioth.debian.org santiago at alioth.debian.org
Sun May 13 20:20:53 UTC 2007


Subject: r3545 - libsupertone/trunk/debian
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: santiago
Date: 2007-05-13 20:20:53 +0000 (Sun, 13 May 2007)
New Revision: 3545

Modified:
   libsupertone/trunk/debian/docs
   libsupertone/trunk/debian/rules
Log:
removing NEWS from debian/docs
removing some comments in debian/rules



Modified: libsupertone/trunk/debian/docs
===================================================================
--- libsupertone/trunk/debian/docs	2007-05-13 15:10:00 UTC (rev 3544)
+++ libsupertone/trunk/debian/docs	2007-05-13 20:20:53 UTC (rev 3545)
@@ -1,2 +1 @@
-NEWS
 README

Modified: libsupertone/trunk/debian/rules
===================================================================
--- libsupertone/trunk/debian/rules	2007-05-13 15:10:00 UTC (rev 3544)
+++ libsupertone/trunk/debian/rules	2007-05-13 20:20:53 UTC (rev 3545)
@@ -8,10 +8,11 @@
 
 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$$//')
+UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/.dfsg$$//' -e 's/.*pre//')
 
-FILENAME := libsupertone_$(UPVERSION).orig.tar.gz
-FULLNAME := libsupertone-$(UPVERSION)
+FILENAME := libsupertone_$(DEBVERSION).orig.tar.gz
+FULLNAME := libsupertone-$(DEBVERSION)
+URL := http://www.soft-switch.org/downloads/snapshots/unicall/libsupertone-$(UPVERSION).tar.gz
 
 CFLAGS = -Wall -g
 
@@ -21,15 +22,6 @@
 	CFLAGS += -O2
 endif
 
-# shared library versions, option 1
-#version=2.0.5
-#major=2
-# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
-#version=`ls src/.libs/lib*.so.* | \
-# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
-#major=`ls src/.libs/lib*.so.* | \
-# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
-
 autotools: 
 	ln -s /usr/share/misc/config.sub config.sub
 	ln -s /usr/share/misc/config.guess config.guess
@@ -94,5 +86,8 @@
 	dh_md5sums
 	dh_builddeb
 
+# TODO: get-orig-source
+#get-orig-source:
+
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install 




More information about the Pkg-voip-commits mailing list