[Pkg-voip-commits] r10414 - in /openr2/trunk/debian: changelog control patches/default_cflags patches/series

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Wed Jan 29 19:58:38 UTC 2014


Author: tzafrir
Date: Wed Jan 29 19:58:37 2014
New Revision: 10414

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10414
Log:
Don't override CFLAGS.

Added:
    openr2/trunk/debian/patches/default_cflags
Modified:
    openr2/trunk/debian/changelog
    openr2/trunk/debian/control
    openr2/trunk/debian/patches/series

Modified: openr2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/changelog?rev=10414&op=diff
==============================================================================
--- openr2/trunk/debian/changelog	(original)
+++ openr2/trunk/debian/changelog	Wed Jan 29 19:58:37 2014
@@ -6,6 +6,7 @@
   * compat level 9:
     - libraries in /usr/lib/<triplet>
   * Use autoreconf properly (Closes: #726570).
+  * Don't override CFLAGS.
 
  -- Tzafrir Cohen <tzafrir at debian.org>  Thu, 17 Oct 2013 12:44:22 +0300
 

Modified: openr2/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/control?rev=10414&op=diff
==============================================================================
--- openr2/trunk/debian/control	(original)
+++ openr2/trunk/debian/control	Wed Jan 29 19:58:37 2014
@@ -5,7 +5,7 @@
 Uploaders: Alexandre Cavalcante Alencar <alexandre.alencar at gmail.com>,
  Tzafrir Cohen <tzafrir at debian.org>,
  Faidon Liambotis <paravoid at debian.org>
-Build-Depends: debhelper (>= 9.0), autotools-dev, dahdi-source, libtool, automake
+Build-Depends: debhelper (>= 9.0), autotools-dev, dh-autoreconf, dahdi-source, libtool, automake
 Standards-Version: 3.9.2
 Homepage: http://www.libopenr2.org
 VCS-Browser: http://anonscm.debian.org/viewvc/pkg-voip/openr2/

Added: openr2/trunk/debian/patches/default_cflags
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/patches/default_cflags?rev=10414&op=file
==============================================================================
--- openr2/trunk/debian/patches/default_cflags	(added)
+++ openr2/trunk/debian/patches/default_cflags	Wed Jan 29 19:58:37 2014
@@ -0,0 +1,14 @@
+--- a/configure.in
++++ b/configure.in
+@@ -27,11 +27,6 @@ AC_SUBST(OPENR2_LT_AGE)
+ AC_CONFIG_HEADERS(config.h)
+ AM_INIT_AUTOMAKE
+ 
+-# let's default to compile with debugging information
+-# most users will not even care about it
+-CFLAGS='-ggdb3 -O0'
+-CXXFLAGS='-ggdb3 -O0'
+-
+ AC_PROG_CC
+ AM_PROG_CC_C_O
+ AC_PROG_LIBTOOL

Modified: openr2/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/patches/series?rev=10414&op=diff
==============================================================================
--- openr2/trunk/debian/patches/series	(original)
+++ openr2/trunk/debian/patches/series	Wed Jan 29 19:58:37 2014
@@ -0,0 +1 @@
+default_cflags




More information about the Pkg-voip-commits mailing list