[Pkg-lyx-devel] svn commit: r239 - in /lyx/branches/lyx-1.5/debian: changelog rules

pelle at users.alioth.debian.org pelle at users.alioth.debian.org
Sun Feb 4 17:24:18 CET 2007


Author: pelle
Date: Sun Feb  4 17:24:18 2007
New Revision: 239

URL: http://svn.debian.org/wsvn/pkg-lyx/?sc=1&rev=239
Log:
* Temporarily disable debug symbols (-g) because of a bug in binutils.

Modified:
    lyx/branches/lyx-1.5/debian/changelog
    lyx/branches/lyx-1.5/debian/rules

Modified: lyx/branches/lyx-1.5/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/branches/lyx-1.5/debian/changelog?rev=239&op=diff
==============================================================================
--- lyx/branches/lyx-1.5/debian/changelog (original)
+++ lyx/branches/lyx-1.5/debian/changelog Sun Feb  4 17:24:18 2007
@@ -3,6 +3,7 @@
   * Checked out upstream development snapshot.
   * Remove support for multiple frontends. Only build the qt4 frontend,
     and place it in the lyx package.
+  * Temporarily disable debug symbols (-g) because of a bug in binutils.
 
  -- Per Olofsson <pelle at debian.org>  Sat,  3 Feb 2007 19:10:40 +0100
 

Modified: lyx/branches/lyx-1.5/debian/rules
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/branches/lyx-1.5/debian/rules?rev=239&op=diff
==============================================================================
--- lyx/branches/lyx-1.5/debian/rules (original)
+++ lyx/branches/lyx-1.5/debian/rules Sun Feb  4 17:24:18 2007
@@ -33,7 +33,8 @@
 	--without-included-gettext \
 	--with-included-boost \
 
-CFLAGS += -g
+# temporarily disable because of bug in binutils
+#CFLAGS += -g
 
 ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O2




More information about the Pkg-lyx-devel mailing list