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

kilian at alioth.debian.org kilian at alioth.debian.org
Mon May 21 07:10:24 UTC 2007


Author: kilian
Date: 2007-05-21 07:10:24 +0000 (Mon, 21 May 2007)
New Revision: 3598

Modified:
   pwlib/trunk/debian/changelog
   pwlib/trunk/debian/rules
Log:
try 1.10.7 as a test compile with the ekiga tarball


Modified: pwlib/trunk/debian/changelog
===================================================================
--- pwlib/trunk/debian/changelog	2007-05-20 16:46:19 UTC (rev 3597)
+++ pwlib/trunk/debian/changelog	2007-05-21 07:10:24 UTC (rev 3598)
@@ -1,6 +1,5 @@
-pwlib (1.10.3~dfsg-1) UNRELEASED; urgency=low
+pwlib (1.10.7~dfsg~pre1-1) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
   * New upstream version.
   * Update debian/rules to build also ptrace-enabled opt version and
     ptrace-enabled debug version (with extra PTRACE code) as was often

Modified: pwlib/trunk/debian/rules
===================================================================
--- pwlib/trunk/debian/rules	2007-05-20 16:46:19 UTC (rev 3597)
+++ pwlib/trunk/debian/rules	2007-05-21 07:10:24 UTC (rev 3598)
@@ -6,6 +6,7 @@
 export LIBPTCOMPAT=1.9.3
 export LIBPTCOMPAT2=1.10.0
 export LIBPTCOMPAT3=1.10.1
+export LIBPTCOMPAT4=1.10.3
 
 #PACKAGE=libpt-$(LIBPTCOMPAT)
 PACKAGE=libpt-1.10.0
@@ -48,12 +49,15 @@
 
 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$$//')
+#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.orig.tar.gz
+FILENAME := pwlib_$(UPVERSION)~dfsg~pre1.orig.tar.gz
 UPFILENAME := pwlib_$(UPVERSION).orig.tar.gz
-URL := http://www.voxgratia.org/releases/pwlib-v$(URLVERSION)-src-tar.gz
+#URL := http://www.voxgratia.org/releases/pwlib-v$(URLVERSION)-src-tar.gz
+URL := http://www.ekiga.net/misc/pwlib-$(URLVERSION).tar.gz
 
 include /usr/share/dpatch/dpatch.make
 
@@ -221,6 +225,12 @@
 	    debian/$(PACKAGE)$$suffix/usr/lib/libpt.so.$(LIBPTCOMPAT3); \
 	done
 endif
+ifneq ($(SHLIBSVER),$(LIBPTCOMPAT4))
+	for suffix in "" "-ptrace" "-develop";do \
+	ln -s libpt.so.$(SHLIBSVER) \
+	    debian/$(PACKAGE)$$suffix/usr/lib/libpt.so.$(LIBPTCOMPAT4); \
+	done
+endif
 
 #	libpt-dbg (will be filled by dh_strip)
 




More information about the Pkg-voip-commits mailing list