debian/changelog | 14 ++++++++++++++ debian/control | 4 ++-- debian/install | 2 +- debian/watch | 2 ++ 4 files changed, 19 insertions(+), 3 deletions(-)
New commits: commit 066ac87851a7c4c9a8616ac727d1d8e96ef64906 Author: Cyril Brulebois <[email protected]> Date: Wed Mar 3 18:23:50 2010 +0100 Prepare 0.8.4-2 diff --git a/debian/changelog b/debian/changelog index 89bbbdd..b59a5e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ccsm (0.8.4-2) UNRELEASED; urgency=high +ccsm (0.8.4-2) unstable; urgency=high * Fix FTBFS with python 2.6 and up, thanks to Jonathan Wiltshire and Stefano Zacchiroli (Closes: #547810): @@ -10,7 +10,7 @@ ccsm (0.8.4-2) UNRELEASED; urgency=high * Add watch file. * Set urgency to “high” due to RC bugfix. - -- Cyril Brulebois <[email protected]> Wed, 03 Mar 2010 17:29:39 +0100 + -- Cyril Brulebois <[email protected]> Wed, 03 Mar 2010 18:23:41 +0100 ccsm (0.8.4-1) unstable; urgency=low commit 70b5c11e3ce28a198f19cb1c45bb475acb9d86b3 Author: Cyril Brulebois <[email protected]> Date: Wed Mar 3 18:23:03 2010 +0100 Set urgency to “high” due to RC bugfix. diff --git a/debian/changelog b/debian/changelog index 664fee2..89bbbdd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ccsm (0.8.4-2) UNRELEASED; urgency=low +ccsm (0.8.4-2) UNRELEASED; urgency=high * Fix FTBFS with python 2.6 and up, thanks to Jonathan Wiltshire and Stefano Zacchiroli (Closes: #547810): @@ -8,6 +8,7 @@ ccsm (0.8.4-2) UNRELEASED; urgency=low be available in Gtk+ directly (Closes: #569919). * Add Homepage field. * Add watch file. + * Set urgency to “high” due to RC bugfix. -- Cyril Brulebois <[email protected]> Wed, 03 Mar 2010 17:29:39 +0100 commit 0d94300e8dadde423ab419362d611bf81db9bb30 Author: Cyril Brulebois <[email protected]> Date: Wed Mar 3 17:47:28 2010 +0100 Add watch file. diff --git a/debian/changelog b/debian/changelog index e9c8e4c..664fee2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ ccsm (0.8.4-2) UNRELEASED; urgency=low * Stop recommending python-sexy, which was removed; most things should be available in Gtk+ directly (Closes: #569919). * Add Homepage field. + * Add watch file. -- Cyril Brulebois <[email protected]> Wed, 03 Mar 2010 17:29:39 +0100 diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..09ec3cf --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://releases.compiz-fusion.org/ ([0-9][0-9.]+)/ ccsm-([0-9.]+)\.tar\.gz commit 2be3f543cc6ded6b58995b81f142030d0cdced8f Author: Cyril Brulebois <[email protected]> Date: Wed Mar 3 17:36:24 2010 +0100 Add Homepage field. diff --git a/debian/changelog b/debian/changelog index 4934b7a..e9c8e4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ ccsm (0.8.4-2) UNRELEASED; urgency=low - Install stuff from *-packages rather than site-packages. * Stop recommending python-sexy, which was removed; most things should be available in Gtk+ directly (Closes: #569919). + * Add Homepage field. -- Cyril Brulebois <[email protected]> Wed, 03 Mar 2010 17:29:39 +0100 diff --git a/debian/control b/debian/control index 45055ab..d230113 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Standards-Version: 3.8.1 Section: x11 Vcs-Git: git://git.debian.org/git/pkg-xorg/bling/ccsm.git Vcs-Browser: http://git.debian.org/?p=pkg-xorg/bling/ccsm.git +Homepage: http://wiki.compiz.org/CCSM Package: compizconfig-settings-manager Architecture: any commit 965de7250f5242937db412ec090dfc10a748e561 Author: Cyril Brulebois <[email protected]> Date: Wed Mar 3 17:35:48 2010 +0100 Stop recommending python-sexy, which was removed (Closes: #569919). diff --git a/debian/changelog b/debian/changelog index 69bfb2b..4934b7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ ccsm (0.8.4-2) UNRELEASED; urgency=low Stefano Zacchiroli (Closes: #547810): - Version the B-D on python-support. - Install stuff from *-packages rather than site-packages. + * Stop recommending python-sexy, which was removed; most things should + be available in Gtk+ directly (Closes: #569919). -- Cyril Brulebois <[email protected]> Wed, 03 Mar 2010 17:29:39 +0100 diff --git a/debian/control b/debian/control index f6e16c8..45055ab 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,6 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/bling/ccsm.git Package: compizconfig-settings-manager Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, librsvg2-common, python-compizconfig (>= 0.8.4-2), python-gtk2 -Recommends: python-sexy Description: Compizconfig Settings Manager 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 commit 7c4aa82251e98e236cd3b9c29da2c85e6b7b31c5 Author: Cyril Brulebois <[email protected]> Date: Wed Mar 3 17:32:22 2010 +0100 Fix FTBFS with python 2.6 and up. Thanks to Jonathan Wiltshire and Stefano Zacchiroli (Closes: #547810). diff --git a/debian/changelog b/debian/changelog index 0417b1c..69bfb2b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +ccsm (0.8.4-2) UNRELEASED; urgency=low + + * Fix FTBFS with python 2.6 and up, thanks to Jonathan Wiltshire and + Stefano Zacchiroli (Closes: #547810): + - Version the B-D on python-support. + - Install stuff from *-packages rather than site-packages. + + -- Cyril Brulebois <[email protected]> Wed, 03 Mar 2010 17:29:39 +0100 + ccsm (0.8.4-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 26be85b..f6e16c8 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: ccsm Priority: extra Maintainer: Debian X Strike Force <[email protected]> Uploaders: Sean Finney <[email protected]> -Build-Depends: debhelper (>= 5), python (>= 2.5.4-1~), python-support, quilt, intltool +Build-Depends: debhelper (>= 5), python (>= 2.5.4-1~), python-support (>= 0.90), quilt, intltool Standards-Version: 3.8.1 Section: x11 Vcs-Git: git://git.debian.org/git/pkg-xorg/bling/ccsm.git diff --git a/debian/install b/debian/install index bdfca73..1e0bd87 100644 --- a/debian/install +++ b/debian/install @@ -1,5 +1,5 @@ usr/bin/ccsm -usr/lib/python*/site-packages/ccm/*.py +usr/lib/python*/*-packages/ccm/*.py usr/share/applications/ccsm.desktop usr/share/ccsm/images/*.png usr/share/locale/*/LC_MESSAGES -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

