[Pkg-voip-commits] r7259 - in /lcr/trunk/debian: changelog patches/configure_warning patches/series
maniac-guest at alioth.debian.org
maniac-guest at alioth.debian.org
Mon May 25 10:23:06 UTC 2009
Author: maniac-guest
Date: Mon May 25 10:23:05 2009
New Revision: 7259
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7259
Log:
* debian/patches:
- chan_lcr_compiles_asterisk_1.6-2.patch
- chan_lcr_compiles_asterisk_1.6-git.patch
Fix build with asterisk-1.6
* debian/patches:
- configure_warning ( remove warnings )
Added:
lcr/trunk/debian/patches/configure_warning
Modified:
lcr/trunk/debian/changelog
lcr/trunk/debian/patches/series
Modified: lcr/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/lcr/trunk/debian/changelog?rev=7259&op=diff
==============================================================================
--- lcr/trunk/debian/changelog (original)
+++ lcr/trunk/debian/changelog Mon May 25 10:23:05 2009
@@ -11,6 +11,10 @@
- slightly more fault-tolerant for get-orig-source
* debian:
- Set mergeWithUpstream property
+ * debian/patches:
+ - chan_lcr_compiles_asterisk_1.6-2.patch
+ - chan_lcr_compiles_asterisk_1.6-git.patch
+ Fix build with asterisk-1.6
[ Victor Seva ]
* Remove all debian/*.ex debian/*.EX files. Just examples.
@@ -20,5 +24,7 @@
* Changed the upstream version ( 0.0.DATE -> 1.3~DATE ).
Seems that they are using that versioning style.
* Added debian/watch.
+ * debian/patches:
+ - configure_warning ( remove warnings )
-- Joerg Dorchain <joerg at dorchain.net> Fri, 26 Dec 2008 11:46:23 +0100
Added: lcr/trunk/debian/patches/configure_warning
URL: http://svn.debian.org/wsvn/pkg-voip/lcr/trunk/debian/patches/configure_warning?rev=7259&op=file
==============================================================================
--- lcr/trunk/debian/patches/configure_warning (added)
+++ lcr/trunk/debian/patches/configure_warning Mon May 25 10:23:05 2009
@@ -1,0 +1,19 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -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.3, andreas at eversberg.eu)
+-AC_PREREQ(2.59)
++AC_PREREQ(2.60)
+ AC_CONFIG_SRCDIR([main.c])
+ AM_CONFIG_HEADER(config.h)
+
+ # fix warnings from autoconf + automake
+-AC_GNU_SOURCE
+-# AC_USE_SYSTEM_EXTENSIONS
++#AC_GNU_SOURCE
++AC_USE_SYSTEM_EXTENSIONS
+ AM_INIT_AUTOMAKE(lcr,1.3)
+
+
Modified: lcr/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/lcr/trunk/debian/patches/series?rev=7259&op=diff
==============================================================================
--- lcr/trunk/debian/patches/series (original)
+++ lcr/trunk/debian/patches/series Mon May 25 10:23:05 2009
@@ -4,3 +4,4 @@
chan_lcr_dtmf.patch
lcr_as_vbox.patch
replace_local.patch
+configure_warning
More information about the Pkg-voip-commits
mailing list