[Pkg-voip-commits] r7385 - in /lcr/trunk/debian: changelog control patches/replace_local.patch

dorchain-guest at alioth.debian.org dorchain-guest at alioth.debian.org
Tue Jun 23 20:57:25 UTC 2009


Author: dorchain-guest
Date: Tue Jun 23 20:57:25 2009
New Revision: 7385

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7385
Log:
* Bump standards to 3.8.1. No changes necessary
* init script depends on lsb-base (>= 3.0-6)
* logdir needs to be set in Makefile.am


Modified:
    lcr/trunk/debian/changelog
    lcr/trunk/debian/control
    lcr/trunk/debian/patches/replace_local.patch

Modified: lcr/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/lcr/trunk/debian/changelog?rev=7385&op=diff
==============================================================================
--- lcr/trunk/debian/changelog (original)
+++ lcr/trunk/debian/changelog Tue Jun 23 20:57:25 2009
@@ -1,11 +1,17 @@
 lcr (1.5~20090615-1) UNRELEASED; urgency=low
 
+  [ Victor Seva ]
   * New upstream update
   * debian/patches:
     - removed lcr_as_vbox.patch, chan_lcr_compiles_asterisk_1.6-2.patch,
     pid.patch, chan_lcr_compiles_asterisk_1.6-git.patch,
     chan_lcr_dtmf.patch ( applied upstream )
     - refresh configure_warning, replace_local.patch
+
+  [ Joerg Dorchain ]
+  * Bump standards to 3.8.1. No changes necessary
+  * init script depends on lsb-base (>= 3.0-6)
+  * logdir needs to be set in Makefile.am
 
  -- Victor Seva <linuxmaniac at torreviejawireless.org>  Fri, 19 Jun 2009 16:23:02 +0200
 

Modified: lcr/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/lcr/trunk/debian/control?rev=7385&op=diff
==============================================================================
--- lcr/trunk/debian/control (original)
+++ lcr/trunk/debian/control Tue Jun 23 20:57:25 2009
@@ -4,14 +4,14 @@
 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.0
+Standards-Version: 3.8.1
 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
 
 Package: lcr
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.0-6)
 Suggests: asterisk
 Description: LinuxCallRouter - an ISDN based PBX for Linux
  Formerly known as "PBX4Linux", Linux-Call-Router is not only a router,

Modified: lcr/trunk/debian/patches/replace_local.patch
URL: http://svn.debian.org/wsvn/pkg-voip/lcr/trunk/debian/patches/replace_local.patch?rev=7385&op=diff
==============================================================================
--- lcr/trunk/debian/patches/replace_local.patch (original)
+++ lcr/trunk/debian/patches/replace_local.patch Tue Jun 23 20:57:25 2009
@@ -16,13 +16,15 @@
 -#CONFIGdir=$(DESTDIR)$(pkgsysconfdir)
 +CONFIGdir=$(DESTDIR)$(pkgsysconfdir)
  #SHAREdir=$(DESTDIR)$(pkgdatadir)
- #LOGdir=$(DESTDIR)$(pkglogdir)
+-#LOGdir=$(DESTDIR)$(pkglogdir)
++LOGdir=$(DESTDIR)$(pkglogdir)
  #EXTENSIONdir=$(DESTDIR)$(localstatedir)/lib/lcr
  
 -CONFIGdir=$(INSTALLdir)
 +#CONFIGdir=$(INSTALLdir)
  SHAREdir=$(INSTALLdir)
- LOGdir=$(INSTALLdir)
+-LOGdir=$(INSTALLdir)
++#LOGdir=$(INSTALLdir)
  EXTENSIONdir=$(INSTALLdir)/extensions
 --- a/genrc.c
 +++ b/genrc.c




More information about the Pkg-voip-commits mailing list