[Pkg-lyx-devel] [SCM] LyX packaging branch, master, updated. debian/2.0.1-1-28-gb3462e9

Per Olofsson pelle at dsv.su.se
Mon May 7 08:53:16 UTC 2012


The following commit has been merged in the master branch:
commit b3462e9a6718b1acd1aef053e92bc32fd742fa70
Author: Per Olofsson <pelle at dsv.su.se>
Date:   Mon May 7 10:53:04 2012 +0200

    Add debugging symbols package lyx-dbg. Closes: #438161.

diff --git a/debian/changelog b/debian/changelog
index 55c4ca8..26ca5fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ lyx (2.0.3-3) UNRELEASED; urgency=low
 
   * Recommend texlive-generic-recommended, since ulem.sty was moved
     there. Closes: #671749.
+  * Add debugging symbols package lyx-dbg. Closes: #438161.
 
  -- Per Olofsson <pelle at debian.org>  Mon, 07 May 2012 10:08:05 +0200
 
diff --git a/debian/control b/debian/control
index 728a26a..bc268bf 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Package: lyx
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, lyx-common (= ${source:Version}), xdg-utils
 Recommends: texlive-latex-recommended, texlive-latex-extra, texlive-science, texlive-generic-recommended, texlive-generic-extra, texlive-fonts-recommended, preview-latex-style, dvipng, imagemagick, psutils, ghostscript, poppler-utils, fonts-lyx, evince-gtk | pdf-viewer, elyxer | tex4ht | hevea | tth | latex2html
-Suggests: rcs, dvipost, groff, libtiff-tools, gnuhtml2latex, wv, chktex, noweb, sgmltools-lite, linuxdoc-tools, writer2latex, latex2rtf, librsvg2-bin | inkscape, texlive-xetex, etoolbox
+Suggests: rcs, dvipost, groff, libtiff-tools, gnuhtml2latex, wv, chktex, noweb, sgmltools-lite, linuxdoc-tools, writer2latex, latex2rtf, librsvg2-bin | inkscape, texlive-xetex, etoolbox, lyx-dbg (= ${binary:Version})
 Description: document processor
  LyX is an almost WYSIWYG-frontend for LaTeX. It makes the power and
  typesetting quality of LaTeX available for people who are used to
@@ -52,6 +52,14 @@ Description: architecture-independent files for LyX
  architecture-dependent. See the lyx package for a description of LyX
  itself.
 
+Package: lyx-dbg
+Architecture: any
+Depends: ${misc:Depends}, lyx (= ${binary:Version})
+Section: debug
+Priority: extra
+Description: debugging symbols for LyX
+ This package contains debugging symbols for LyX.
+
 Package: fonts-lyx
 Architecture: all
 Section: fonts
diff --git a/debian/rules b/debian/rules
index f69cc4f..61610bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,5 +61,8 @@ override_dh_python2:
 override_dh_installtex:
 	dh_installtex -plyx-common
 
+override_dh_strip:
+	dh_strip --dbg-package=lyx-dbg
+
 override_dh_builddeb:
 	dh_builddeb -- -Z xz

-- 
LyX packaging



More information about the Pkg-lyx-devel mailing list