[Pkg-lyx-devel] svn commit: r217 - in /lyx/trunk/debian: changelog rules

pelle at users.alioth.debian.org pelle at users.alioth.debian.org
Wed Nov 8 20:46:27 CET 2006


Author: pelle
Date: Wed Nov  8 20:46:27 2006
New Revision: 217

URL: http://svn.debian.org/wsvn/pkg-lyx/?sc=1&rev=217
Log:
* Added --disable-rpath configure option.

Modified:
    lyx/trunk/debian/changelog
    lyx/trunk/debian/rules

Modified: lyx/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/trunk/debian/changelog?rev=217&op=diff
==============================================================================
--- lyx/trunk/debian/changelog (original)
+++ lyx/trunk/debian/changelog Wed Nov  8 20:46:27 2006
@@ -6,7 +6,7 @@
   * Adding texlive-latex-base as an alternative Build-Dep
     (wished by Gudjon I. Gudjonsson)
   * Added the 'Boost Software License' to debian/copyright.
-  
+
   [ Per Olofsson ]
   * Added -Wl,--as-needed to LDFLAGS.
   * Only give both --build and --host to ./configure if cross-compiling.
@@ -17,8 +17,9 @@
   * Don't do make distclean - we have a separate build-tree which we
     remove anyway.
   * Use the name "LyX Document Processor" as the menu title for lyx.
-
- -- Per Olofsson <pelle at debian.org>  Wed, 25 Oct 2006 19:03:51 +0200
+  * Added --disable-rpath configure option.
+
+ -- Per Olofsson <pelle at debian.org>  Wed,  8 Nov 2006 20:46:15 +0100
 
 lyx (1.4.3-1) unstable; urgency=low
 

Modified: lyx/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/trunk/debian/rules?rev=217&op=diff
==============================================================================
--- lyx/trunk/debian/rules (original)
+++ lyx/trunk/debian/rules Wed Nov  8 20:46:27 2006
@@ -23,6 +23,7 @@
 	--infodir=/usr/share/info \
 	--mandir=/usr/share/man \
 	--disable-dependency-tracking \
+	--disable-rpath \
 	--enable-warnings \
 	--enable-assertions \
 	--enable-nls \




More information about the Pkg-lyx-devel mailing list