--- fdclock-0.1.0+cvs.20041109.orig/debian/changelog +++ fdclock-0.1.0+cvs.20041109/debian/changelog @@ -0,0 +1,5 @@ +fdclock (0.1.0+cvs.20041109-0ubuntu1) hoary; urgency=low + + * First fdclock release. + + -- Daniel Stone Tue, 9 Nov 2004 21:04:32 +0100 --- fdclock-0.1.0+cvs.20041109.orig/debian/compat +++ fdclock-0.1.0+cvs.20041109/debian/compat @@ -0,0 +1 @@ +4 --- fdclock-0.1.0+cvs.20041109.orig/debian/control +++ fdclock-0.1.0+cvs.20041109/debian/control @@ -0,0 +1,21 @@ +Source: fdclock +Section: x11 +Priority: optional +Maintainer: Daniel Stone +Uploaders: Daniel Stone +Build-Depends: debhelper (>= 4.0.0), cdbs, libcairo-dev, libpng12-dev +Standards-Version: 3.6.1.0 + +Package: fdclock +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: freedesktop.org clock + fdclock is a clock to show off many of Cairo's features: it features scalable + widgets (including a scalable freedesktop.org logo as the background), and + transparency. When used with an X server that supports the Composite + extension, you will be able to see proper transparency for the clock, and + note how the hands/dots/etc cast darker individual shadows than the rest. + . + This package comes from the freedesktop.org xapps CVS module: + :pserver:anoncvs@freedesktop.org:/cvs/xapps + The module name is fdclock. --- fdclock-0.1.0+cvs.20041109.orig/debian/copyright +++ fdclock-0.1.0+cvs.20041109/debian/copyright @@ -0,0 +1,20 @@ +fdclock is authored by Keith Packard, and is licenced under the MIT/X11 licence: + * Copyright © 2003 Keith Packard + * + * Permission to use, copy, modify, distribute, and sell this software and its + * documentation for any purpose is hereby granted without fee, provided that + * the above copyright notice appear in all copies and that both that + * copyright notice and this permission notice appear in supporting + * documentation, and that the name of Keith Packard not be used in + * advertising or publicity pertaining to distribution of the software without + * specific, written prior permission. Keith Packard makes no + * representations about the suitability of this software for any purpose. It + * is provided "as is" without express or implied warranty. + * + * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO + * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR + * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, + * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. --- fdclock-0.1.0+cvs.20041109.orig/debian/rules +++ fdclock-0.1.0+cvs.20041109/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk