[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#547810: ccsm: manipulates site-packages/ directly, failing with Python 2.6



Here's a patch that also makes the minimum build-dependency on
python-support 0.90, for full Python 2.6 support.

-- 
Jonathan Wiltshire

1024D: 0xDB800B52 / 4216 F01F DCA9 21AC F3D3  A903 CA6B EA3E DB80 0B52
4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51
diff -u ccsm-0.8.4/debian/control /tmp/ccsm-0.8.4/debian/control
--- ccsm-0.8.4/debian/control	2010-02-26 21:47:38.000000000 +0000
+++ /tmp/ccsm-0.8.4/debian/control	2010-02-26 22:11:55.000000000 +0000
@@ -2,7 +2,7 @@
 Priority: extra
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: Sean Finney <seanius@debian.org>
-Build-Depends: debhelper (>= 5), python (>= 2.5.4-1~), python-support (>= 0.90), quilt, intltool
+Build-Depends: debhelper (>= 5), python (>= 2.5.4-1~), python-support, quilt, intltool
 Standards-Version: 3.8.1
 Section: x11
 Vcs-Git: git://git.debian.org/git/pkg-xorg/bling/ccsm.git
diff -u ccsm-0.8.4/debian/install /tmp/ccsm-0.8.4/debian/install
--- ccsm-0.8.4/debian/install	2010-02-26 21:45:27.000000000 +0000
+++ /tmp/ccsm-0.8.4/debian/install	2010-02-26 22:11:55.000000000 +0000
@@ -1,5 +1,5 @@
 usr/bin/ccsm
-usr/lib/python*/dist-packages/ccm/*.py
+usr/lib/python*/site-packages/ccm/*.py
 usr/share/applications/ccsm.desktop
 usr/share/ccsm/images/*.png
 usr/share/locale/*/LC_MESSAGES

Attachment: signature.asc
Description: Digital signature


Reply to: