[Python-modules-commits] r11959 - in packages/python-whoosh/trunk/debian (changelog rules)
aelmahmoudy-guest at users.alioth.debian.org
aelmahmoudy-guest at users.alioth.debian.org
Thu Feb 25 22:35:31 UTC 2010
Date: Thursday, February 25, 2010 @ 22:35:29
Author: aelmahmoudy-guest
Revision: 11959
Logic added for fixing permission of PKG-INFO file such that it would
work for both Debian & Ubuntu.
Modified:
packages/python-whoosh/trunk/debian/changelog
packages/python-whoosh/trunk/debian/rules
Modified: packages/python-whoosh/trunk/debian/changelog
===================================================================
--- packages/python-whoosh/trunk/debian/changelog 2010-02-25 21:48:31 UTC (rev 11958)
+++ packages/python-whoosh/trunk/debian/changelog 2010-02-25 22:35:29 UTC (rev 11959)
@@ -6,11 +6,13 @@
+ Added libjs-jquery to Depends.
+ Added python-all to Build-Depends-Indep.
* debian/rules:
- + override dh_auto_test to run test suite.
- + override dh_auto_build to also build documentation.
- + override dh_compress to avoid compressing Whoosh documentation files.
+ + Override dh_auto_test to run test suite.
+ + Override dh_auto_build to also build documentation.
+ + Override dh_compress to avoid compressing Whoosh documentation files.
+ Override dh_installdocs to avoid installing convenience copy of
jquery.js. Instead, it is symlinked from the libjs-jquery package.
+ + Logic added for fixing permission of PKG-INFO file such that it would
+ work for both Debian & Ubuntu.
* Added debian/python-whoosh.docs, debian/python-whoosh.links,
debian/python-whoosh.doc-base
Modified: packages/python-whoosh/trunk/debian/rules
===================================================================
--- packages/python-whoosh/trunk/debian/rules 2010-02-25 21:48:31 UTC (rev 11958)
+++ packages/python-whoosh/trunk/debian/rules 2010-02-25 22:35:29 UTC (rev 11959)
@@ -26,6 +26,7 @@
override_dh_fixperms:
dh_fixperms
chmod -x debian/python-whoosh/usr/share/pyshared/*.egg-info/*
+ find debian/python-whoosh -name PKG-INFO -exec chmod -x {} \;
override_dh_compress:
dh_compress -Xdoc/python-whoosh/html
More information about the Python-modules-commits
mailing list