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

hoaxter-guest at users.alioth.debian.org hoaxter-guest at users.alioth.debian.org
Sun Nov 9 18:49:26 UTC 2008


Author: hoaxter-guest
Date: Sun Nov  9 18:49:26 2008
New Revision: 552

URL: http://svn.debian.org/wsvn/pkg-lyx/?sc=1&rev=552
Log:
Remove empty /usr/share/lyx/images/commands directory from lyx-common. 

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=552&op=diff
==============================================================================
--- lyx/trunk/debian/changelog (original)
+++ lyx/trunk/debian/changelog Sun Nov  9 18:49:26 2008
@@ -9,6 +9,7 @@
   * Refresh /patches/prefer-xdg-open.
   * Replace the old LyX logo with the new one. Converted from the
     lib/images/lyx.png file to 32x32 XPM file.
+  * Remove empty /usr/share/lyx/images/commands directory from lyx-common. 
   
   [ Per Olofsson ]
   * Remove texlive-latex-base dependency from lyx-common, as it already

Modified: lyx/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/trunk/debian/rules?rev=552&op=diff
==============================================================================
--- lyx/trunk/debian/rules (original)
+++ lyx/trunk/debian/rules Sun Nov  9 18:49:26 2008
@@ -82,6 +82,9 @@
 # remove font directory as fonts are in the package latex-xft-fonts
 	rm -r debian/lyx-common/usr/share/lyx/fonts
 
+# remove empty directory
+	rmdir debian/lyx-common/usr/share/lyx/images/commands
+
 	mv debian/lyx-common/usr/share/lyx/tex \
 		debian/lyx-common/usr/share/texmf/tex/latex/lyx
 	cp debian/bash_completion debian/lyx-common/etc/bash_completion.d/lyx




More information about the Pkg-lyx-devel mailing list