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

pelle at users.alioth.debian.org pelle at users.alioth.debian.org
Sun Jun 17 17:56:52 UTC 2007


Author: pelle
Date: Sun Jun 17 17:56:51 2007
New Revision: 307

URL: http://svn.debian.org/wsvn/pkg-lyx/?sc=1&rev=307
Log:
* Remove compiled Python modules from /usr/share/lyx.

Modified:
    lyx/branches/lyx-1.5/debian/changelog
    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=307&op=diff
==============================================================================
--- lyx/branches/lyx-1.5/debian/changelog (original)
+++ lyx/branches/lyx-1.5/debian/changelog Sun Jun 17 17:56:51 2007
@@ -11,8 +11,9 @@
   [ Per Olofsson ]
   * Force building with Qt 4.3 so that it gets proper testing.
   * Temporary hack to remove *.pyc files from lib/lyx2lyx
-
- -- Per Olofsson <pelle at debian.org>  Sun, 17 Jun 2007 18:53:34 +0100
+  * Remove compiled Python modules from /usr/share/lyx.
+
+ -- Per Olofsson <pelle at debian.org>  Sun, 17 Jun 2007 18:56:45 +0100
 
 lyx (1.5.0~beta1-3) experimental; urgency=low
 

Modified: lyx/branches/lyx-1.5/debian/rules
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/branches/lyx-1.5/debian/rules?rev=307&op=diff
==============================================================================
--- lyx/branches/lyx-1.5/debian/rules (original)
+++ lyx/branches/lyx-1.5/debian/rules Sun Jun 17 17:56:51 2007
@@ -113,6 +113,9 @@
 	chmod +x debian/lyx-common/usr/share/lyx/scripts/*
 	chmod +x debian/lyx-common/usr/share/lyx/lyx2lyx/lyx2lyx
 
+# remove compiled python files
+	find debian/lyx-common -name '*.pyc' | xargs rm
+
 binary-indep: build install
 	dh_testdir
 	dh_testroot




More information about the Pkg-lyx-devel mailing list