--- compiz-fusion-bcop-0.8.4.orig/debian/control +++ compiz-fusion-bcop-0.8.4/debian/control @@ -0,0 +1,18 @@ +Source: compiz-fusion-bcop +Section: x11 +Priority: extra +Maintainer: Sean Finney +Build-Depends: autoconf, automake1.9, debhelper (>= 5), intltool, libglib2.0-dev, libxslt1-dev, pkg-config +Standards-Version: 3.8.1 + +Package: compiz-fusion-bcop +Architecture: all +Depends: pkg-config, xsltproc +Description: Compiz Fusion option code generator + 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 + an easy and fun-to-use windowing environment, allowing use of the + graphics hardware to provide impressive effects, amazing speed and + unrivalled usefulness + . + This tool is used to generate code for use with compiz-fusion plugins. --- compiz-fusion-bcop-0.8.4.orig/debian/changelog +++ compiz-fusion-bcop-0.8.4/debian/changelog @@ -0,0 +1,33 @@ +compiz-fusion-bcop (0.8.4-1) unstable; urgency=low + + * New upstream release + + -- Sean Finney Thu, 04 Feb 2010 18:04:13 +0100 + +compiz-fusion-bcop (0.8.2-1) unstable; urgency=low + + * New upstream release + * add gbp.conf for use with git-buildpackage + * lintian fixes: + - update Standards-Version to 3.8.1 + - build binary in binary-indep, not binary-arch + + -- Sean Finney Sun, 05 Apr 2009 22:16:11 +0200 + +compiz-fusion-bcop (0.7.6-1) unstable; urgency=low + + * New upstream release. + + -- Sean Finney Tue, 03 Jun 2008 00:45:02 +0200 + +compiz-fusion-bcop (0.7.4-1) unstable; urgency=low + + * New upstream release. + + -- Sean Finney Mon, 19 May 2008 19:48:56 +0200 + +compiz-fusion-bcop (0.6.0-1) unstable; urgency=low + + * Initial release (Closes: #431756). + + -- Sean Finney Fri, 09 Nov 2007 19:04:28 +0100 --- compiz-fusion-bcop-0.8.4.orig/debian/gbp.conf +++ compiz-fusion-bcop-0.8.4/debian/gbp.conf @@ -0,0 +1,8 @@ +[DEFAULT] +debian-branch = debian-unstable +debian-tag = compiz-fusion-bcop-%(version)s +upstream-branch = upstream-unstable +upstream-tag = %(version)s + +[git-dch] +meta = 1 --- compiz-fusion-bcop-0.8.4.orig/debian/rules +++ compiz-fusion-bcop-0.8.4/debian/rules @@ -0,0 +1,56 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + ./autogen.sh --prefix=/usr + touch configure-stamp + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + [ ! -e Makefile ] || $(MAKE) distclean + rm -rf Makefile.in aclocal.m4 config.h.in configure src/Makefile.in + rm -f install-sh missing + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) DESTDIR=$(CURDIR)/debian/compiz-fusion-bcop install + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot +# uncomment if upstream ever puts anything in it... +# dh_installchangelogs ChangeLog + dh_installchangelogs + dh_installdocs +# dh_installman + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- compiz-fusion-bcop-0.8.4.orig/debian/compat +++ compiz-fusion-bcop-0.8.4/debian/compat @@ -0,0 +1 @@ +5 --- compiz-fusion-bcop-0.8.4.orig/debian/copyright +++ compiz-fusion-bcop-0.8.4/debian/copyright @@ -0,0 +1,34 @@ +This package was debianized by sean finney on +Mon, 15 Oct 2007 19:49:50 +0200. + +It was downloaded from: git://anongit.compiz-fusion.org/fusion/libraries/bcop + +Upstream Author: + + Dennis Kasprzyk + +Copyright: + + Copyright (C) 2007 Dennis Kasprzyk + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'. + + The Debian packaging is (C) 2007, sean finney and + is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- compiz-fusion-bcop-0.8.4.orig/debian/docs +++ compiz-fusion-bcop-0.8.4/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- compiz-fusion-bcop-0.8.4.orig/debian/dirs +++ compiz-fusion-bcop-0.8.4/debian/dirs @@ -0,0 +1 @@ +usr/bin