[Pkg-voip-commits] r3049 - libpri/branches/experimental/debian

Tzafrir Cohen tzafrir-guest at alioth.debian.org
Tue Jan 23 01:52:09 CET 2007


Author: tzafrir-guest
Date: 2007-01-23 01:52:09 +0100 (Tue, 23 Jan 2007)
New Revision: 3049

Modified:
   libpri/branches/experimental/debian/changelog
   libpri/branches/experimental/debian/control
   libpri/branches/experimental/debian/rules
Log:
Update libpri to 1.4.0 . 


Modified: libpri/branches/experimental/debian/changelog
===================================================================
--- libpri/branches/experimental/debian/changelog	2007-01-23 00:32:27 UTC (rev 3048)
+++ libpri/branches/experimental/debian/changelog	2007-01-23 00:52:09 UTC (rev 3049)
@@ -1,10 +1,11 @@
-libpri (1.3.99.beta1-1) experimental; urgency=low
+libpri (1.4.0-1) experimental; urgency=low
 
   [ Tzafrir Cohen ]
   * A new package for branch 1.4.
   * Bristuff disabled.
+  * Standard version updated to 3.7.2. No change required.
 
- -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Sun, 10 Dec 2006 00:25:24 +0200
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Tue, 23 Jan 2007 02:50:10 +0200
 
 libpri (1.2.4-1) unstable; urgency=low
 

Modified: libpri/branches/experimental/debian/control
===================================================================
--- libpri/branches/experimental/debian/control	2007-01-23 00:32:27 UTC (rev 3048)
+++ libpri/branches/experimental/debian/control	2007-01-23 00:52:09 UTC (rev 3049)
@@ -4,7 +4,7 @@
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Kilian Krause <kilian at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Mark Purcell <msp at debian.org>, Santiago Garcia Mantinan <manty at debian.org>, Tzafrir Cohen <tzafrir.cohen at xorcom.com>
 Build-Depends: debhelper (>> 4.0.0), dpatch
-Standards-Version: 3.6.1
+Standards-Version: 3.7.2
 
 Package: libpri-dev
 Section: libdevel

Modified: libpri/branches/experimental/debian/rules
===================================================================
--- libpri/branches/experimental/debian/rules	2007-01-23 00:32:27 UTC (rev 3048)
+++ libpri/branches/experimental/debian/rules	2007-01-23 00:52:09 UTC (rev 3049)
@@ -23,10 +23,9 @@
 
 DEBVERSION:=$(shell head -n 1 debian/changelog \
 		    | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
-DEBPACK_VERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/~dfsg$$//')
-UPVERSION:=1.4.0-beta1
+UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/~dfsg$$//')
 
-FILENAME := libpri_$(DEBPACK_VERSION).orig.tar.gz
+FILENAME := libpri_$(UPVERSION).orig.tar.gz
 URL := http://ftp2.digium.com/pub/libpri/releases/libpri-$(UPVERSION).tar.gz
 
 # shared library versions, option 1




More information about the Pkg-voip-commits mailing list