[Pkg-lyx-devel] [SCM] LyX packaging branch, master, updated. 02dfbbb96cad6811e2682159fae7884eaa033bb5

Per Olofsson pelle at dsv.su.se
Sat Jul 18 22:14:39 UTC 2009


The following commit has been merged in the master branch:
commit 02dfbbb96cad6811e2682159fae7884eaa033bb5
Author: Per Olofsson <pelle at dsv.su.se>
Date:   Sun Jul 19 00:14:00 2009 +0200

    don't make a symlink - dpkg can't replace a dir with a symlink automatically, and besides, latex-xft-fonts is now a dummy package so shouldn't have same docs as ttf-lyx

diff --git a/debian/changelog b/debian/changelog
index 32d6dd5..2949401 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,6 @@ lyx (1.6.3-3) UNRELEASED; urgency=low
   * Add latex-xft-fonts transitional package.
     - Delete old conffile /etc/defoma/hints/latex-xft-fonts.hints from
       preinst.
-  * Make a symlink from /usr/share/doc/latex-xft-fonts to ttf-lyx. Saves
-    space.
   * Add patch fix-manpage-errors which fixes errors in tex2lyx(1).
   * Simplify debian/rules even more by using the new dh override
     feature. Also use dh for quilt. Build-deps accordingly.
diff --git a/debian/rules b/debian/rules
index 2868576..01338e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,7 +70,6 @@ override_dh_auto_install:
 
 override_dh_installdocs:
 	ln -s lyx-common debian/lyx/usr/share/doc/lyx
-	ln -s ttf-lyx debian/latex-xft-fonts/usr/share/doc/latex-xft-fonts
 
 	dh_installdocs
 

-- 
LyX packaging



More information about the Pkg-lyx-devel mailing list