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

pelle at users.alioth.debian.org pelle at users.alioth.debian.org
Wed Aug 15 18:57:58 UTC 2007


Author: pelle
Date: Wed Aug 15 18:57:58 2007
New Revision: 348

URL: http://svn.debian.org/wsvn/pkg-lyx/?sc=1&rev=348
Log:
* Add lyx-dbg debug package, patch from Sven Hoexter.

Modified:
    lyx/branches/lyx-1.5/debian/changelog
    lyx/branches/lyx-1.5/debian/control
    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=348&op=diff
==============================================================================
--- lyx/branches/lyx-1.5/debian/changelog (original)
+++ lyx/branches/lyx-1.5/debian/changelog Wed Aug 15 18:57:58 2007
@@ -1,8 +1,9 @@
 lyx (1.5.1-1) UNRELEASED; urgency=low
 
   * New upstream release. Closes: #436717
-
- -- Per Olofsson <pelle at debian.org>  Sun, 05 Aug 2007 19:24:01 +0200
+  * Add lyx-dbg debug package, patch from Sven Hoexter.
+
+ -- Per Olofsson <pelle at debian.org>  Wed, 15 Aug 2007 20:57:44 +0200
 
 lyx (1.5.0~rc2-1) experimental; urgency=low
 

Modified: lyx/branches/lyx-1.5/debian/control
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/branches/lyx-1.5/debian/control?rev=348&op=diff
==============================================================================
--- lyx/branches/lyx-1.5/debian/control (original)
+++ lyx/branches/lyx-1.5/debian/control Wed Aug 15 18:57:58 2007
@@ -46,3 +46,12 @@
  This package contains LyX's common files which are not
  architecture-dependent. See the lyx package for a description of LyX
  itself.
+
+Package: lyx-dbg
+Architecture: any
+Depends: lyx (=${binary:Version})
+Suggests: gdb
+Description: lyx debug symbols
+ This package contains the debug symbols for LyX. It's useful if you
+ want to help to debug some problems with a source level debugger like
+ gdb.

Modified: lyx/branches/lyx-1.5/debian/rules
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/branches/lyx-1.5/debian/rules?rev=348&op=diff
==============================================================================
--- lyx/branches/lyx-1.5/debian/rules (original)
+++ lyx/branches/lyx-1.5/debian/rules Wed Aug 15 18:57:58 2007
@@ -136,7 +136,7 @@
 	dh_installmime -a
 	dh_desktop -a
 	dh_link -a
-	dh_strip -a
+	dh_strip -a --dbg-package=lyx-dbg
 	dh_compress -a
 	dh_fixperms -a
 	dh_installdeb -a




More information about the Pkg-lyx-devel mailing list