compizconfig-python: Changes to 'debian-unstable'
debian/changelog | 8 ++++++++
debian/control | 5 +++--
debian/install | 3 +--
debian/pyversions | 1 +
4 files changed, 13 insertions(+), 4 deletions(-)
New commits:
commit 7fec8ede0a0d9964e79ae79603a781743457a15e
Author: Sean Finney <seanius@debian.org>
Date: Sat Jan 5 20:38:51 2008 +0100
fixes to various build files for backporting and add a few
new control headers (VCS/Hompage...)
diff --git a/debian/changelog b/debian/changelog
index e32a1bc..3e080ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+compizconfig-python (0.6.0.1-2) unstable; urgency=low
+
+ * Update build scripts (rules/pyversion/install) to be more flexible
+ in which python modules are built, which should help backporting.
+ * Added VCS and Homepage related headers in debian/control.
+
+ -- Sean Finney <seanius@debian.org> Sat, 05 Jan 2008 20:38:07 +0100
+
compizconfig-python (0.6.0.1-1) unstable; urgency=low
* Initial release.
diff --git a/debian/control b/debian/control
index bc83a5b..22fcdd2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,14 @@ Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Sean Finney <seanius@debian.org>
Build-Depends: autoconf, automake1.9, autotools-dev, compiz-dev (>= 0.6.0), debhelper (>= 5), libcompizconfig-dev (>= 0.6.0), libglib2.0-dev, libtool, libxml2-dev, libxslt1-dev, python-all-dev, python-pyrex
Standards-Version: 3.7.2
-XS-Python-Version: >= 2.3
Section: x11
+Vcs-Git: git://git.debian.org/git/pkg-xorg/bling/compizconfig-python.git
+Vcs-Browser: http://git.debian.org/?p=pkg-xorg/bling/compizconfig-python.git
+Homepage: http://www.compiz-fusion.org
Package: python-compizconfig
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
-XB-Python-Version: ${python:Versions}
Description: Compizconfig bindings for python
Compiz Fusion is the result of the re-unification of the Beryl-project
and the community around the Compiz Window Manager. It seeks to provide
diff --git a/debian/install b/debian/install
index c83aca2..31b7c77 100644
--- a/debian/install
+++ b/debian/install
@@ -1,2 +1 @@
-usr/lib/python2.4/site-packages/compizconfig.so
-usr/lib/python2.5/site-packages/compizconfig.so
+usr/lib/python*/site-packages/compizconfig.so
diff --git a/debian/pyversions b/debian/pyversions
new file mode 100644
index 0000000..8b253bc
--- /dev/null
+++ b/debian/pyversions
@@ -0,0 +1 @@
+2.4-
Reply to: