[Python-apps-commits] r2220 - in packages/pyicqt/trunk/debian (changelog rules)
nijel at users.alioth.debian.org
nijel at users.alioth.debian.org
Fri Jan 16 08:02:08 UTC 2009
Date: Friday, January 16, 2009 @ 08:02:07
Author: nijel
Revision: 2220
Do not install python modules executable.
Modified:
packages/pyicqt/trunk/debian/changelog
packages/pyicqt/trunk/debian/rules
Modified: packages/pyicqt/trunk/debian/changelog
===================================================================
--- packages/pyicqt/trunk/debian/changelog 2009-01-16 07:59:25 UTC (rev 2219)
+++ packages/pyicqt/trunk/debian/changelog 2009-01-16 08:02:07 UTC (rev 2220)
@@ -4,8 +4,9 @@
* RemovePID patch si not needed anymore, fixed upstream different way.
* Remove failure-report patch, it only brought problems (-D shows all errors
in log, exceptions and errors should be there anyway).
+ * Do not install python modules executable.
- -- Michal ÄihaÅ <nijel at debian.org> Fri, 16 Jan 2009 08:58:39 +0100
+ -- Michal ÄihaÅ <nijel at debian.org> Fri, 16 Jan 2009 09:01:49 +0100
pyicqt (0.8.1final-1) experimental; urgency=low
Modified: packages/pyicqt/trunk/debian/rules
===================================================================
--- packages/pyicqt/trunk/debian/rules 2009-01-16 07:59:25 UTC (rev 2219)
+++ packages/pyicqt/trunk/debian/rules 2009-01-16 08:02:07 UTC (rev 2220)
@@ -7,6 +7,7 @@
build: build-stamp
build-stamp: $(QUILT_STAMPFN)
+ chmod -x src/chardet_utf/*
dh build
cp config_example.xml pyicqt.conf.xml
chmod -x PyICQt.py
More information about the Python-apps-commits
mailing list