ccsm: Changes to 'debian-unstable'
debian/changelog | 1 +
debian/install | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 5e14077091e412363c578d75b00d903ce5206c28
Author: Sean Finney <seanius@debian.org>
Date: Fri Dec 21 20:29:44 2007 +0100
more flexible python glob in debian/install (sorry for the extra noise)
diff --git a/debian/changelog b/debian/changelog
index 8c0e34d..b927f5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ ccsm (0.6.0-3) unstable; urgency=low
* Add Vcs-Git/Vcs-Browser fields.
* Remove versioned depends on python-support, since we don't use
any features that require >= 0.6, and this allows backporting to etch.
+ * change python file glob in debian/install to be more flexible.
[Emilio Scalise]
* Specify supported python versions in debian/pyversions
diff --git a/debian/install b/debian/install
index e6277dd..e893831 100644
--- a/debian/install
+++ b/debian/install
@@ -1,5 +1,5 @@
usr/bin/ccsm
-usr/lib/python2.4/site-packages/ccm/*.py
+usr/lib/python*/site-packages/ccm/*.py
usr/share/applications/ccsm.desktop
usr/share/ccsm/images/*.svg
usr/share/locale/*/LC_MESSAGES
Reply to: