Changeset 6384
- Timestamp:
- 03/07/10 20:40:13 (3 years ago)
- Location:
- pkg/frankie/main/ccsm/trunk/debian
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
pkg/frankie/main/ccsm/trunk/debian/changelog
r5281 r6384 1 ccsm (0.8. 2-parsix1) unstable; urgency=low1 ccsm (0.8.4-parsix1) unstable; urgency=low 2 2 3 * Sync'd with Debian 0.8. 2-23 * Sync'd with Debian 0.8.4-2 4 4 5 -- Alan Baghumian <alan@technotux.org> Sun, 10 May 2009 12:19:42 -0700 5 -- Alan Baghumian <alan@technotux.org> Sun, 07 Mar 2010 11:39:38 -0800 6 7 ccsm (0.8.4-2) unstable; urgency=high 8 9 * Fix FTBFS with python 2.6 and up, thanks to Jonathan Wiltshire and 10 Stefano Zacchiroli (Closes: #547810): 11 - Version the B-D on python-support. 12 - Install stuff from *-packages rather than site-packages. 13 * Stop recommending python-sexy, which was removed; most things should 14 be available in Gtk+ directly (Closes: #569919). 15 * Add Homepage field. 16 * Add watch file. 17 * Set urgency to âhighâ due to RC bugfix. 18 19 -- Cyril Brulebois <kibi@debian.org> Wed, 03 Mar 2010 18:23:41 +0100 20 21 ccsm (0.8.4-1) unstable; urgency=low 22 23 * New upstream release. 24 * Make the package ready for Python 2.6; thanks to Josselin Mouette 25 for the report and Sandro Tosi for the patch (Closes: #547810). 26 27 -- Sean Finney <seanius@debian.org> Thu, 04 Feb 2010 17:46:32 +0100 6 28 7 29 ccsm (0.8.2-2) unstable; urgency=high -
pkg/frankie/main/ccsm/trunk/debian/control
r5281 r6384 3 3 Maintainer: Debian X Strike Force <debian-x@lists.debian.org> 4 4 Uploaders: Sean Finney <seanius@debian.org> 5 Build-Depends: debhelper (>= 5), python , python-support, quilt, intltool5 Build-Depends: debhelper (>= 5), python (>= 2.5.4-1~), python-support (>= 0.90), quilt, intltool 6 6 Standards-Version: 3.8.1 7 7 Section: x11 8 8 Vcs-Git: git://git.debian.org/git/pkg-xorg/bling/ccsm.git 9 9 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/bling/ccsm.git 10 Homepage: http://wiki.compiz.org/CCSM 10 11 11 12 Package: compizconfig-settings-manager 12 13 Architecture: any 13 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, librsvg2-common, python-compizconfig (>= 0.8.2), python-gtk2 14 Recommends: python-sexy 14 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, librsvg2-common, python-compizconfig (>= 0.8.4-2), python-gtk2 15 15 Description: Compizconfig Settings Manager 16 16 Compiz Fusion is the result of the re-unification of the Beryl-project -
pkg/frankie/main/ccsm/trunk/debian/install
r5281 r6384 1 1 usr/bin/ccsm 2 usr/lib/python*/ site-packages/ccm/*.py2 usr/lib/python*/*-packages/ccm/*.py 3 3 usr/share/applications/ccsm.desktop 4 4 usr/share/ccsm/images/*.png -
pkg/frankie/main/ccsm/trunk/debian/rules
r5281 r6384 9 9 10 10 include /usr/share/quilt/quilt.make 11 include /usr/share/python/python.mk 11 12 12 13 build: build-stamp … … 35 36 dh_testroot 36 37 dh_clean -k 37 python setup.py install --root=debian/tmp --prefix=/usr 38 python setup.py install --root=debian/tmp --prefix=/usr $(py_setup_install_args) 38 39 39 40 # Build architecture-independent files here. -
pkg/frankie/main/ccsm/trunk/debian/watch
r3391 r6384 1 1 version=3 2 http://releases.compiz-fusion.org/ ([\d\.]+[0-9])/ccsm-(.*).tar.gz2 http://releases.compiz-fusion.org/ ([0-9][0-9.]+)/ ccsm-([0-9.]+)\.tar\.gz
Note: See TracChangeset
for help on using the changeset viewer.


