Author: ultrotter
Date: 2006-02-20 17:40:56 +0000 (Mon, 20 Feb 2006)
New Revision: 39
Modified:
trunk/debian/changelog
trunk/debian/rules
Log:
Set the executable bit on /usr/lib/python2.3/site-packages/xen/util/bugtool.py
as it''s supposed to be executed, and gives us one less lintian
complain! Yeah!
Modified: trunk/debian/changelog
==================================================================---
trunk/debian/changelog 2006-02-20 17:38:01 UTC (rev 38)
+++ trunk/debian/changelog 2006-02-20 17:40:56 UTC (rev 39)
@@ -19,6 +19,7 @@
- Suggest xen-tools in the xen metapackage
- Make debian/rules policy compliant
- Make SrvServer.py not executable
+ - Make bugtool.py executable
* Ralph Passgang <ralph@debianbase.de>
- Added changes from 3.0.1-0tha3
- Removed patch generation from kernel source in debian/rules
Modified: trunk/debian/rules
==================================================================---
trunk/debian/rules 2006-02-20 17:38:01 UTC (rev 38)
+++ trunk/debian/rules 2006-02-20 17:40:56 UTC (rev 39)
@@ -80,6 +80,7 @@
mv debian/install/etc/xen/xmexample* debian/install/usr/share/doc/xen/examples
chmod +x \
debian/install/usr/lib/python2.3/site-packages/xen/xend/XendClient.py \
+ debian/install/usr/lib/python2.3/site-packages/xen/util/bugtool.py \
debian/install/usr/lib/python2.3/site-packages/xen/xend/sxp.py
dh_install -s --sourcedir=$(CURDIR)/debian/install