[Pkg-voip-commits] r3739 - in libpri1.2/trunk/debian: . patches

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Sat Jul 14 19:28:20 UTC 2007


Author: tzafrir-guest
Date: 2007-07-14 19:28:19 +0000 (Sat, 14 Jul 2007)
New Revision: 3739

Modified:
   libpri1.2/trunk/debian/changelog
   libpri1.2/trunk/debian/patches/bristuff.dpatch
   libpri1.2/trunk/debian/patches/libname.dpatch
Log:
* New upstream release: 1.2.5 .
* libname.dpatch adjusted to libpri 1.2.5 .
* bristuff-0.3.0-1y-h .


Modified: libpri1.2/trunk/debian/changelog
===================================================================
--- libpri1.2/trunk/debian/changelog	2007-07-14 19:13:49 UTC (rev 3738)
+++ libpri1.2/trunk/debian/changelog	2007-07-14 19:28:19 UTC (rev 3739)
@@ -1,11 +1,13 @@
-libpri1.2 (1:1.2.4-2) UNRELEASED; urgency=low
+libpri1.2 (1:1.2.5-1) UNRELEASED; urgency=low
 
   * NOT YET RELEASED
   [ Kilian Krause ]
   * Bump epoch to overcome libpri1.2 versions of 1.4.x.
 
   [ Tzafrir Cohen ]
-  * bristuff-0.3.0-1y-f .
+  * New upstream release.
+  * libname.dpatch adjusted to libpri 1.2.5 .
+  * bristuff-0.3.0-1y-h .
   * Bumped standards version to 3.7.2 .
 
 

Modified: libpri1.2/trunk/debian/patches/bristuff.dpatch
===================================================================
--- libpri1.2/trunk/debian/patches/bristuff.dpatch	2007-07-14 19:13:49 UTC (rev 3738)
+++ libpri1.2/trunk/debian/patches/bristuff.dpatch	2007-07-14 19:28:19 UTC (rev 3739)
@@ -344,7 +344,7 @@
  #define PRI_SET_OVERLAPDIAL
 diff -urN libpri-1.2.4.orig/Makefile libpri-1.2.4/Makefile
 --- libpri-1.2.4.orig/Makefile	2006-04-30 17:17:47.000000000 +0200
-+++ libpri-1.2.4/Makefile	2007-05-28 15:12:06.176426191 +0200
++++ libpri-1.2.4/Makefile	2007-05-28 15:12:06.000000000 +0200
 @@ -27,6 +27,16 @@
  # Uncomment if you want libpri to count number of Q921/Q931 sent/received
  #LIBPRI_COUNTERS=-DLIBPRI_COUNTERS
@@ -768,6 +768,21 @@
 +#endif
 +#endif
 +}
+diff -urN libpri-1.2.4.orig/pridump.c libpri-1.2.4/pridump.c
+--- libpri-1.2.4.orig/pridump.c	2005-11-29 19:39:18.000000000 +0100
++++ libpri-1.2.4/pridump.c	2006-01-18 12:28:07.000000000 +0100
+@@ -1,9 +1,9 @@
+ /*
+  * libpri: An implementation of Primary Rate ISDN
+  *
+- * Written by Mark Spencer <markster at digium.com>
++ * Written by Mark Spencer <markster at linux-support.net>
+  *
+- * Copyright (C) 2001-2005, Digium
++ * Copyright (C) 2001, Linux Support Services, Inc.
+  * All Rights Reserved.
+  *
+  * This program is free software; you can redistribute it and/or modify
 diff -urN libpri-1.2.4.orig/pri_facility.c libpri-1.2.4/pri_facility.c
 --- libpri-1.2.4.orig/pri_facility.c	2006-02-14 00:06:02.000000000 +0100
 +++ libpri-1.2.4/pri_facility.c	2007-01-31 15:48:56.000000000 +0100
@@ -1861,6 +1876,18 @@
 diff -urN libpri-1.2.4.orig/pritest.c libpri-1.2.4/pritest.c
 --- libpri-1.2.4.orig/pritest.c	2005-11-29 19:39:18.000000000 +0100
 +++ libpri-1.2.4/pritest.c	2006-01-18 12:28:07.000000000 +0100
+@@ -1,9 +1,9 @@
+ /*
+  * libpri: An implementation of Primary Rate ISDN
+  *
+- * Written by Mark Spencer <markster at digium.com>
++ * Written by Mark Spencer <markster at linux-support.net>
+  *
+- * Copyright (C) 2001-2005, Digium
++ * Copyright (C) 2001, Linux Support Services, Inc.
+  * All Rights Reserved.
+  *
+  * This program is free software; you can redistribute it and/or modify
 @@ -51,8 +51,8 @@
  #define PRI_DEF_NODETYPE	PRI_CPE
  #define PRI_DEF_SWITCHTYPE	PRI_SWITCH_NI2

Modified: libpri1.2/trunk/debian/patches/libname.dpatch
===================================================================
--- libpri1.2/trunk/debian/patches/libname.dpatch	2007-07-14 19:13:49 UTC (rev 3738)
+++ libpri1.2/trunk/debian/patches/libname.dpatch	2007-07-14 19:28:19 UTC (rev 3739)
@@ -56,7 +56,7 @@
  ifneq (${OSARCH},SunOS)
 -	install -m 644 libpri.h $(INSTALL_PREFIX)$(INSTALL_BASE)/include
  	install -m 755 $(DYNAMIC_LIBRARY) $(INSTALL_PREFIX)$(INSTALL_BASE)/lib
- 	if [ -x /usr/sbin/sestatus ] && ( /usr/sbin/sestatus | grep "SELinux status:" | grep -q "enabled"); then  restorecon -v $(INSTALL_PREFIX)$(INSTALL_BASE)/lib/$(DYNAMIC_LIBRARY); fi
+ 	if [ -x /usr/sbin/sestatus ] && ( /usr/sbin/sestatus | grep "SELinux status:" | grep -q "enabled"); then /sbin/restorecon -v $(INSTALL_PREFIX)$(INSTALL_BASE)/lib/$(DYNAMIC_LIBRARY); fi
 -	( cd $(INSTALL_PREFIX)$(INSTALL_BASE)/lib ; ln -sf libpri.so.1.0 libpri.so ; ln -sf libpri.so.1.0 libpri.so.1 )
 +	( cd $(INSTALL_PREFIX)$(INSTALL_BASE)/lib ; ln -sf lib$(LIBNAME).so.1.0 lib$(LIBNAME).so ; ln -sf lib$(LIBNAME).so.1.0 lib$(LIBNAME).so.1 )
  	install -m 644 $(STATIC_LIBRARY) $(INSTALL_PREFIX)$(INSTALL_BASE)/lib




More information about the Pkg-voip-commits mailing list