[Pkg-lyx-devel] svn commit: r306 - 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:53:41 UTC 2007


Author: pelle
Date: Sun Jun 17 17:53:41 2007
New Revision: 306

URL: http://svn.debian.org/wsvn/pkg-lyx/?sc=1&rev=306
Log:
* Temporary hack to remove *.pyc files from lib/lyx2lyx

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=306&op=diff
==============================================================================
--- lyx/branches/lyx-1.5/debian/changelog (original)
+++ lyx/branches/lyx-1.5/debian/changelog Sun Jun 17 17:53:41 2007
@@ -10,8 +10,9 @@
 
   [ Per Olofsson ]
   * Force building with Qt 4.3 so that it gets proper testing.
-
- -- Per Olofsson <pelle at debian.org>  Sun, 17 Jun 2007 18:43:52 +0100
+  * Temporary hack to remove *.pyc files from lib/lyx2lyx
+
+ -- Per Olofsson <pelle at debian.org>  Sun, 17 Jun 2007 18:53:34 +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=306&op=diff
==============================================================================
--- lyx/branches/lyx-1.5/debian/rules (original)
+++ lyx/branches/lyx-1.5/debian/rules Sun Jun 17 17:53:41 2007
@@ -81,6 +81,9 @@
 	mv config/config.guess.backup config/config.guess || true
 	mv config/config.sub.backup config/config.sub || true
 
+# temporary hack since these files are not removed
+	rm -f lib/lyx2lyx/*.pyc
+
 	dh_clean
 
 install: build




More information about the Pkg-lyx-devel mailing list