Changeset 4482
- Timestamp:
- 11/12/08 05:46:54 (5 years ago)
- Location:
- pkg/boss/main/compizconfig-backend-gconf/trunk/debian
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
pkg/boss/main/compizconfig-backend-gconf/trunk/debian/changelog
r3821 r4482 1 compizconfig-backend-gconf (0.7.8-parsix1) unstable; urgency=low 2 3 * New upstream stable release 4 5 -- Alan Baghumian <alan@technotux.org> Tue, 11 Nov 2008 20:45:37 -0800 6 1 7 compizconfig-backend-gconf (0.7.6-parsix1) unstable; urgency=low 2 8 -
pkg/boss/main/compizconfig-backend-gconf/trunk/debian/control
r3821 r4482 1 1 Source: compizconfig-backend-gconf 2 Section: libs 2 3 Priority: extra 3 Maintainer: Debian X Strike Force <debian-x@lists.debian.org> 4 Uploaders: Sean Finney <seanius@debian.org> 5 Build-Depends: debhelper (>= 5), autoconf, automake1.9, autotools-dev, compiz-dev (>= 0.7.6), intltool, libcompizconfig-dev (>= 0.7.6), libglib2.0-dev, libgconf2-dev, libtool, pkg-config, xsltproc 6 Standards-Version: 3.7.2 7 Section: x11 4 Maintainer: Michael Vogt <michael.vogt@ubuntu.com> 5 Build-Depends: cdbs, debhelper (>= 5), compiz-dev, pkg-config, intltool, libxml2-dev, libxslt1-dev, libcompizconfig0-dev (>= 0.7.8), libglib2.0-dev, libgconf2-dev 6 Standards-Version: 3.7.3 7 XS-Vcs-Bzr: http://bazaar.launchpad.net/~compiz/libcompizconfig-backend-gconf/ubuntu 8 8 9 9 Package: compizconfig-backend-gconf 10 10 Architecture: any 11 11 Depends: ${shlibs:Depends}, ${misc:Depends} 12 Description: Compiz Fusion configuration system - gconf backend 13 Compiz Fusion is the result of the re-unification of the Beryl-project14 and the community around the Compiz Window Manager. It seeks to provide15 an easy and fun-to-use windowing environment, allowing use of the16 graphics hardware to provide impressive effects, amazing speed and17 unrivalled usefulness12 Conflicts: libcompizconfig-backend-gconf 13 Description: Settings library for plugins - OpenCompositing Project 14 The OpenCompositing Project brings 3D desktop visual effects that improve 15 usability of the X Window System and provide increased productivity 16 through plugins and themes contributed by the community giving a 17 rich desktop experience. 18 18 . 19 This package provides the gconf-based configuration backend for the20 compiz-fusion plugin system19 This package contains the GConf (GNOME) settings backend for 20 libcompcomp-ccs. -
pkg/boss/main/compizconfig-backend-gconf/trunk/debian/copyright
r3821 r4482 1 This package was debianized by Sean Finney <seanius@debian.org>. 1 This package was debianized by Michael Vogt <michael.vogt@ubuntu.com> on 2 Mon, 11 Jun 2007 16:03:13 +0200. 2 3 3 It was downloaded from git://anongit. compiz-fusion.org/fusion/compizconfig/compizconfig-backend-gconf4 It was downloaded from git://anongit.opencompositing.org/compcomm/compiz-configuration-system/libraries/ccs-backend-gconf 4 5 5 Upstream Authors (Lead Developers, see AUTHORS for full list): 6 7 Danny Baumann <dannybaumann@web.de> 8 David Reveman <davidr@novell.com> 9 Dennis Kasprzyk <onestone@opencompositing.org> 10 Erkin Bahceci <erkinbah@gmail.com> 11 Guillaume Seguin - iXce <guillaume@segu.in> 12 Kristian LyngstÞl <kristian@bohemians.org> 6 Upstream Authors: 7 Danny Baumann <maniac@beryl-project.org> 8 Robert Carr <racarr@beryl-project.org> 9 Dennis Kasprzyk <onestone@beryl-project.org> 13 10 14 11 License: 12 * Parts of this code are taken from libberylsettings 13 * gconf backend, written by: 14 * 15 * Copyright (c) 2006 Robert Carr <racarr@beryl-project.org> 16 * Copyright (c) 2007 Dennis Kasprzyk <onestone@beryl-project.org> 17 * Copyright (c) 2007 Danny Baumann <maniac@beryl-project.org> 18 * 19 * This program is free software; you can redistribute it and/or 20 * modify it under the terms of the GNU General Public License 21 * as published by the Free Software Foundation; either version 2 22 * of the License, or (at your option) any later version. 23 * 24 * This program is distributed in the hope that it will be useful, 25 * but WITHOUT ANY WARRANTY; without even the implied warranty of 26 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 27 * GNU General Public License for more details. 15 28 16 GPL, see `/usr/share/common-licenses/GPL' 29 For the full license text, see /usr/share/common-licenses/GPL 17 30 18 The Debian packaging is (C) 2007, sean finney <seanius@debian.org> and31 The Debian packaging is (C) 2007, Michael Vogt <michael.vogt@ubuntu.com> and 19 32 is licensed under the GPL, see `/usr/share/common-licenses/GPL'. 33 -
pkg/boss/main/compizconfig-backend-gconf/trunk/debian/docs
r3821 r4482 1 NEWS 2 AUTHORS 1 README -
pkg/boss/main/compizconfig-backend-gconf/trunk/debian/rules
r3821 r4482 1 1 #!/usr/bin/make -f 2 # -*- makefile -*- 2 3 include /usr/share/cdbs/1/rules/debhelper.mk 4 include /usr/share/cdbs/1/class/autotools.mk 5 include /usr/share/cdbs/1/rules/simple-patchsys.mk 3 6 4 # Uncomment this to turn on verbose mode.5 #export DH_VERBOSE=16 7 CFLAGS = -Wall -g8 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))9 CFLAGS += -O010 else11 CFLAGS += -O212 endif13 14 AUTOFOO_DELETE:=Makefile.in aclocal.m4 config.guess config.sub configure \15 depcomp install-sh intltool-extract.in intltool-merge.in \16 intltool-update.in ltmain.sh missing mkinstalldirs \17 settings-backend/Makefile.in po18 19 configure: configure-stamp20 configure-stamp:21 dh_testdir22 ./autogen.sh --prefix=/usr --disable-static23 touch configure-stamp24 25 build: build-stamp26 build-stamp: configure-stamp27 dh_testdir28 $(MAKE)29 touch $@30 31 clean:32 dh_testdir33 dh_testroot34 [ ! -f Makefile ] || $(MAKE) distclean35 rm -f build-stamp configure-stamp36 rm -rf $(AUTOFOO_DELETE)37 dh_clean38 39 install: build40 dh_testdir41 dh_testroot42 dh_clean -k43 dh_installdirs44 $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install45 # clean up some upstream cruft46 find $(CURDIR)/debian/tmp -type f -name '*.la' -print0 | xargs -0 rm -f47 rm -rf $(CURDIR)/debian/tmp/usr/lib/pkgconfig48 49 # Build architecture-independent files here.50 binary-indep: build install51 # We have nothing to do by default.52 53 # Build architecture-dependent files here.54 binary-arch: build install55 dh_testdir56 dh_testroot57 # uncomment when upstream starts putting stuff in it58 # dh_installchangelogs ChangeLog59 dh_installchangelogs60 dh_installdocs61 dh_installexamples62 dh_install --sourcedir=debian/tmp --fail-missing63 dh_installman64 dh_link65 dh_strip66 dh_compress67 dh_fixperms68 dh_makeshlibs69 dh_installdeb70 dh_shlibdeps71 dh_gencontrol72 dh_md5sums73 dh_builddeb74 75 binary: binary-indep binary-arch76 .PHONY: build clean binary-indep binary-arch binary install configure
Note: See TracChangeset
for help on using the changeset viewer.


