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

paravoid at alioth.debian.org paravoid at alioth.debian.org
Sat Aug 18 13:19:33 UTC 2007


Author: paravoid
Date: 2007-08-18 13:19:32 +0000 (Sat, 18 Aug 2007)
New Revision: 4048

Modified:
   pwlib/trunk/debian/changelog
   pwlib/trunk/debian/rules
Log:
* Fix get-orig-source target. 

Modified: pwlib/trunk/debian/changelog
===================================================================
--- pwlib/trunk/debian/changelog	2007-08-18 13:16:21 UTC (rev 4047)
+++ pwlib/trunk/debian/changelog	2007-08-18 13:19:32 UTC (rev 4048)
@@ -1,11 +1,16 @@
 pwlib (1.10.7~dfsg1-5) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+
+  [ Kilian Krause ]
   * Add dpkg-dev (>= 1.13.19) to Build-Deps to allow use of binary:Version.
   * Remove circular dependencies from plugins. (Closes: #437383)
 
- -- Kilian Krause <kilian at debian.org>  Sun, 12 Aug 2007 11:35:57 +0200
+  [ Faidon Liambotis ]
+  * Fix get-orig-source target. 
 
+ -- Faidon Liambotis <paravoid at debian.org>  Sat, 18 Aug 2007 16:19:05 +0300
+
 pwlib (1.10.7~dfsg1-4) unstable; urgency=high
 
   * Add missing libpt.so.* compat symlinks. The libpt.so.1.10 is supposed to

Modified: pwlib/trunk/debian/rules
===================================================================
--- pwlib/trunk/debian/rules	2007-08-18 13:16:21 UTC (rev 4047)
+++ pwlib/trunk/debian/rules	2007-08-18 13:19:32 UTC (rev 4048)
@@ -49,15 +49,14 @@
 
 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[0-9]*$$//')
 #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$$//')
+URLVERSION := $(UPVERSION)
 
-FILENAME := pwlib_$(UPVERSION)~dfsg~pre1.orig.tar.gz
+FILENAME := pwlib_$(UPVERSION)~dfsg1.orig.tar.gz
 UPFILENAME := pwlib_$(UPVERSION).orig.tar.gz
 #URL := http://www.voxgratia.org/releases/pwlib-v$(URLVERSION)-src-tar.gz
-URL := http://www.ekiga.net/misc/pwlib-$(URLVERSION).tar.gz
+URL := http://ftp.gnome.org/pub/gnome/sources/pwlib/1.10/pwlib-$(URLVERSION).tar.gz
 
 include /usr/share/dpatch/dpatch.make
 




More information about the Pkg-voip-commits mailing list