[Pkg-lyx-devel] svn commit: r558 - in /lyx/trunk/debian: changelog control
hoaxter-guest at users.alioth.debian.org
hoaxter-guest at users.alioth.debian.org
Sat Dec 6 21:01:36 UTC 2008
Author: hoaxter-guest
Date: Sat Dec 6 21:01:35 2008
New Revision: 558
URL: http://svn.debian.org/wsvn/pkg-lyx/?sc=1&rev=558
Log:
Add ${misc:Depends} to the Depends field for the lyx binary package.
This seems to be a required thing nowdays (according to lintian).
Modified:
lyx/trunk/debian/changelog
lyx/trunk/debian/control
Modified: lyx/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/trunk/debian/changelog?rev=558&op=diff
==============================================================================
--- lyx/trunk/debian/changelog (original)
+++ lyx/trunk/debian/changelog Sat Dec 6 21:01:35 2008
@@ -1,12 +1,17 @@
lyx (1.6.0-2) UNRELEASED; urgency=low
+ [ Per Olofsson ]
* Add debian/patches/gcc44.diff: Add missing includes for cstdio as it
won't be included indirectly in gcc 4.4. Thanks to
Martin Michlmayr. Closes: #505958
* Don't recommend postscript-viewer, only suggest it. A PDF reader is
enough for most people.
- -- Per Olofsson <pelle at debian.org> Mon, 17 Nov 2008 09:29:13 +0100
+ [ Sven Hoexter ]
+ * Add ${misc:Depends} to the Depends field for the lyx binary package.
+ This seems to be a required thing nowdays (according to lintian).
+
+ -- Sven Hoexter <sven at timegate.de> Sat, 06 Dec 2008 22:01:17 +0100
lyx (1.6.0-1) unstable; urgency=low
Modified: lyx/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/trunk/debian/control?rev=558&op=diff
==============================================================================
--- lyx/trunk/debian/control (original)
+++ lyx/trunk/debian/control Sat Dec 6 21:01:35 2008
@@ -17,7 +17,7 @@
Package: lyx
Architecture: any
-Depends: ${shlibs:Depends}, lyx-common (= ${source:Version}), xdg-utils, mime-support
+Depends: ${shlibs:Depends}, ${misc:Depends}, lyx-common (= ${source:Version}), xdg-utils, mime-support
Recommends: texlive-latex-recommended, texlive-fonts-recommended, preview-latex-style, dvipng, imagemagick, psutils, latex-xft-fonts, evince | pdf-viewer
Suggests: cups-client | lpr, iceweasel | www-browser, evince | postscript-viewer, rcs, dvipost, tex4ht | hevea | tth | latex2html, groff, libtiff-tools, gnuhtml2latex, wv, chktex, noweb, menu, sgmltools-lite, linuxdoc-tools, texlive-latex-extra, writer2latex, latex2rtf
Replaces: lyx-common (<< 1.5.0~beta1-3)
More information about the Pkg-lyx-devel
mailing list