[Pkg-voip-commits] r2819 - in libpri/branches/experimental/debian: . patches

Tzafrir Cohen tzafrir-guest at alioth.debian.org
Sat Dec 9 23:28:02 CET 2006


Author: tzafrir-guest
Date: 2006-12-09 23:28:02 +0100 (Sat, 09 Dec 2006)
New Revision: 2819

Modified:
   libpri/branches/experimental/debian/changelog
   libpri/branches/experimental/debian/patches/00list
   libpri/branches/experimental/debian/rules
Log:
* A new package for branch 1.4.
* Bristuff disabled.


Modified: libpri/branches/experimental/debian/changelog
===================================================================
--- libpri/branches/experimental/debian/changelog	2006-12-09 21:59:50 UTC (rev 2818)
+++ libpri/branches/experimental/debian/changelog	2006-12-09 22:28:02 UTC (rev 2819)
@@ -1,8 +1,10 @@
-libpri (1.2.4-2) UNRELEASED; urgency=low
+libpri (1.3.99.beta1) experimental; urgency=low
 
-  * NOT RELEASED YET
+  [ Tzafrir Cohen ]
+  * A new package for branch 1.4.
+  * Bristuff disabled.
 
- -- Mark Purcell <msp at debian.org>  Tue, 24 Oct 2006 22:24:18 +0100
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Sun, 10 Dec 2006 00:25:24 +0200
 
 libpri (1.2.4-1) unstable; urgency=low
 

Modified: libpri/branches/experimental/debian/patches/00list
===================================================================
--- libpri/branches/experimental/debian/patches/00list	2006-12-09 21:59:50 UTC (rev 2818)
+++ libpri/branches/experimental/debian/patches/00list	2006-12-09 22:28:02 UTC (rev 2819)
@@ -1 +1 @@
-libname
+#libname

Modified: libpri/branches/experimental/debian/rules
===================================================================
--- libpri/branches/experimental/debian/rules	2006-12-09 21:59:50 UTC (rev 2818)
+++ libpri/branches/experimental/debian/rules	2006-12-09 22:28:02 UTC (rev 2819)
@@ -10,7 +10,7 @@
 
 CFLAGS = -Wall -g
 
-USE_BRISTUFF=1
+USE_BRISTUFF=0
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0
@@ -23,9 +23,10 @@
 
 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$$//')
+DEBPACK_VERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/~dfsg$$//')
+UPVERSION:=1.4.0-beta1
 
-FILENAME := libpri_$(UPVERSION).orig.tar.gz
+FILENAME := libpri_$(DEBPACK_VERSION).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