[Python-apps-commits] r2947 - in packages/subdownloader/trunk/debian (rules)
gothicx-guest at users.alioth.debian.org
gothicx-guest at users.alioth.debian.org
Sat May 16 09:10:05 UTC 2009
Date: Saturday, May 16, 2009 @ 09:10:04
Author: gothicx-guest
Revision: 2947
Don't remove mmpython anymore, it's now removed from tarball upstream
Modified:
packages/subdownloader/trunk/debian/rules
Modified: packages/subdownloader/trunk/debian/rules
===================================================================
--- packages/subdownloader/trunk/debian/rules 2009-05-15 20:25:00 UTC (rev 2946)
+++ packages/subdownloader/trunk/debian/rules 2009-05-16 09:10:04 UTC (rev 2947)
@@ -13,12 +13,9 @@
make -C gui/ all
dh --with python_support install
- # Make it executable to run.py
+ # Make subdownloader symlink executable
chmod +x debian/subdownloader/usr/bin/subdownloader
- # Remove mmpython because it's only needed on Windows version.
- rm -rf debian/subdownloader/usr/share/subdownloader/modules/mmpython
-
binary-indep: build generate-mo-files install
dh --with python_support binary-indep
More information about the Python-apps-commits
mailing list