[Pkg-voip-commits] r7577 - in /lcr/trunk/debian: README.source changelog control patches/configure_warning patches/replace_local.patch

dorchain-guest at alioth.debian.org dorchain-guest at alioth.debian.org
Mon Sep 7 11:52:25 UTC 2009


Author: dorchain-guest
Date: Mon Sep  7 11:52:24 2009
New Revision: 7577

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7577
Log:
New Upstream Version + minor adaptions

Added:
    lcr/trunk/debian/README.source
Modified:
    lcr/trunk/debian/changelog
    lcr/trunk/debian/control
    lcr/trunk/debian/patches/configure_warning
    lcr/trunk/debian/patches/replace_local.patch

Added: lcr/trunk/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-voip/lcr/trunk/debian/README.source?rev=7577&op=file
==============================================================================
--- lcr/trunk/debian/README.source (added)
+++ lcr/trunk/debian/README.source Mon Sep  7 11:52:24 2009
@@ -1,0 +1,2 @@
+This package uses the quilt patch system. See
+/usr/share/doc/quilt/README.source for further information

Modified: lcr/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/lcr/trunk/debian/changelog?rev=7577&op=diff
==============================================================================
--- lcr/trunk/debian/changelog (original)
+++ lcr/trunk/debian/changelog Mon Sep  7 11:52:24 2009
@@ -1,3 +1,14 @@
+lcr (1.6~20090906-1) UNRELEASED; urgency=low
+
+  [ Joerg Dorchain ]
+  * New upstream version
+  * debian/control:
+    - update debian policy 3.8.3
+  * Added link to /usr/share/doc/quilt/README.source
+  * refreshed patches
+
+ -- Joerg Dorchain <joerg at dorchain.net>  Mon, 7 Sep 2009 11:00:00 +0200
+
 lcr (1.5~20090615-1) UNRELEASED; urgency=low
 
   [ Victor Seva ]

Modified: lcr/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/lcr/trunk/debian/control?rev=7577&op=diff
==============================================================================
--- lcr/trunk/debian/control (original)
+++ lcr/trunk/debian/control Mon Sep  7 11:52:24 2009
@@ -4,7 +4,7 @@
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Joerg Dorchain <joerg at dorchain.net>, Victor Seva <linuxmaniac at torreviejawireless.org>
 Build-Depends: debhelper (>= 7), autotools-dev, libmisdnv2user-dev, asterisk-dev, libncurses-dev,  automake1.9, quilt
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
 Homepage: http://isdn.eversberg.eu/download/lcr-1.3/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/lcr/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/lcr/?op=log

Modified: lcr/trunk/debian/patches/configure_warning
URL: http://svn.debian.org/wsvn/pkg-voip/lcr/trunk/debian/patches/configure_warning?rev=7577&op=diff
==============================================================================
--- lcr/trunk/debian/patches/configure_warning (original)
+++ lcr/trunk/debian/patches/configure_warning Mon Sep  7 11:52:24 2009
@@ -3,7 +3,7 @@
 @@ -25,13 +25,13 @@ dnl This keeps being the first instructi
  dnl Change the 2nd argument if the version increases
  dnl 1st + 2nd argument is used for distribution package name
- AC_INIT(lcr, 1.5, andreas at eversberg.eu)
+ AC_INIT(lcr, 1.6, andreas at eversberg.eu)
 -AC_PREREQ(2.59)
 +AC_PREREQ(2.60)
  AC_CONFIG_SRCDIR([main.c])
@@ -14,6 +14,6 @@
 -# AC_USE_SYSTEM_EXTENSIONS
 +#AC_GNU_SOURCE
 +AC_USE_SYSTEM_EXTENSIONS
- AM_INIT_AUTOMAKE(lcr,1.5)
+ AM_INIT_AUTOMAKE(lcr,1.6)
  
  

Modified: lcr/trunk/debian/patches/replace_local.patch
URL: http://svn.debian.org/wsvn/pkg-voip/lcr/trunk/debian/patches/replace_local.patch?rev=7577&op=diff
==============================================================================
--- lcr/trunk/debian/patches/replace_local.patch (original)
+++ lcr/trunk/debian/patches/replace_local.patch Mon Sep  7 11:52:24 2009
@@ -1,8 +1,10 @@
 Author: <joerg at dorchain.net>
 Description: Replace all occurences of local in pathnames
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -20,17 +20,17 @@
+Index: lcr-1.6~20090906/Makefile.am
+===================================================================
+--- lcr-1.6~20090906.orig/Makefile.am	2009-09-07 13:35:03.834457538 +0200
++++ lcr-1.6~20090906/Makefile.am	2009-09-07 13:36:12.292950699 +0200
+@@ -20,19 +20,19 @@
  ##    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  ##    Boston, MA 02110-1301, USA.
  
@@ -26,9 +28,13 @@
 -LOGdir=$(INSTALLdir)
 +#LOGdir=$(INSTALLdir)
  EXTENSIONdir=$(INSTALLdir)/extensions
---- a/genrc.c
-+++ b/genrc.c
-@@ -84,12 +84,12 @@ int main(void)
+ 
+ astmoddir = $(DESTDIR)/usr/lib/asterisk/modules
+Index: lcr-1.6~20090906/genrc.c
+===================================================================
+--- lcr-1.6~20090906.orig/genrc.c	2009-09-07 13:35:03.878459355 +0200
++++ lcr-1.6~20090906/genrc.c	2009-09-07 13:36:12.292950699 +0200
+@@ -80,12 +80,12 @@
  
  	n = i;
  
@@ -43,8 +49,10 @@
  	if (input[0]) if (input[strlen(input)-1] != '/')
  		SCAT(input, "/");
  
---- a/options.c
-+++ b/options.c
+Index: lcr-1.6~20090906/options.c
+===================================================================
+--- lcr-1.6~20090906.orig/options.c	2009-09-07 13:35:03.898459331 +0200
++++ lcr-1.6~20090906/options.c	2009-09-07 13:36:12.296951419 +0200
 @@ -19,7 +19,7 @@
  #include "options.h"
  
@@ -54,8 +62,10 @@
  	0x0000,				/* debug mode */
  	'a',				/* a-law */
  	"0",				/* national prefix */
---- a/default/options.conf
-+++ b/default/options.conf
+Index: lcr-1.6~20090906/default/options.conf
+===================================================================
+--- lcr-1.6~20090906.orig/default/options.conf	2009-09-07 13:35:03.858458743 +0200
++++ lcr-1.6~20090906/default/options.conf	2009-09-07 13:36:12.296951419 +0200
 @@ -24,8 +24,8 @@
  
  # The log file can be used to track actions by the LCR. Omit the parameter




More information about the Pkg-voip-commits mailing list