[Pkg-lyx-devel] svn commit: r387 - /lyx/trunk/debian/rules
pelle at users.alioth.debian.org
pelle at users.alioth.debian.org
Thu Oct 25 19:48:04 UTC 2007
Author: pelle
Date: Thu Oct 25 19:48:04 2007
New Revision: 387
URL: http://svn.debian.org/wsvn/pkg-lyx/?sc=1&rev=387
Log:
removing pyc files is not temporary anymore
Modified:
lyx/trunk/debian/rules
Modified: lyx/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/trunk/debian/rules?rev=387&op=diff
==============================================================================
--- lyx/trunk/debian/rules (original)
+++ lyx/trunk/debian/rules Thu Oct 25 19:48:04 2007
@@ -75,7 +75,7 @@
! [ -f config/config.sub.backup ] || \
mv config/config.sub.backup config/config.sub
-# temporary hack since these files are not removed
+# clean out compiled python code left around after building
find lib -name '*.pyc' -exec rm {} \;
dh_clean
@@ -109,7 +109,7 @@
chmod +x debian/lyx-common/usr/share/lyx/scripts/*
chmod +x debian/lyx-common/usr/share/lyx/lyx2lyx/lyx2lyx
-# remove compiled python files
+# remove compiled python files, if any
find debian/lyx-common -name '*.pyc' -exec rm {} \;
binary-indep: build install
More information about the Pkg-lyx-devel
mailing list