[Python-apps-commits] r1818 - in packages/sonata/trunk/debian (changelog rules)
nijel at users.alioth.debian.org
nijel at users.alioth.debian.org
Tue Sep 16 23:03:38 UTC 2008
Date: Tuesday, September 16, 2008 @ 23:03:35
Author: nijel
Revision: 1818
Do not make pixmaps executable.
Modified:
packages/sonata/trunk/debian/changelog
packages/sonata/trunk/debian/rules
Modified: packages/sonata/trunk/debian/changelog
===================================================================
--- packages/sonata/trunk/debian/changelog 2008-09-16 22:57:43 UTC (rev 1817)
+++ packages/sonata/trunk/debian/changelog 2008-09-16 23:03:35 UTC (rev 1818)
@@ -3,8 +3,9 @@
* New upstream version.
- Properly handles bad images in cache (Closes: #495475).
- Includes correct version in main.py (Closes: #491603).
+ * Do not make pixmaps executable.
- -- Michal ÄihaÅ <nijel at debian.org> Wed, 17 Sep 2008 00:57:09 +0200
+ -- Michal ÄihaÅ <nijel at debian.org> Wed, 17 Sep 2008 01:00:20 +0200
sonata (1.5.2-2) unstable; urgency=low
Modified: packages/sonata/trunk/debian/rules
===================================================================
--- packages/sonata/trunk/debian/rules 2008-09-16 22:57:43 UTC (rev 1817)
+++ packages/sonata/trunk/debian/rules 2008-09-16 23:03:35 UTC (rev 1818)
@@ -17,6 +17,7 @@
build-stamp:
dh_testdir
+ chmod -x sonata/pixmaps/*
set -e; \
for python in $(PYVERSIONS) ; do \
PKG_CONFIG_PATH=${PKGCONFIGPATH}:/usr/lib/pkgconfig/$$python \
More information about the Python-apps-commits
mailing list