--- transset-0.1.0+cvs.20051218.orig/debian/compat +++ transset-0.1.0+cvs.20051218/debian/compat @@ -0,0 +1 @@ +4 --- transset-0.1.0+cvs.20051218.orig/debian/copyright +++ transset-0.1.0+cvs.20051218/debian/copyright @@ -0,0 +1,28 @@ +transset was primarily authored by Matthew Hawn , +using parts of the standard X tree, which are copyright to the Open +Group. Matthew has stated 'Use however you want. I can't stop you'; +i.e. a public domain licence. The Open Group's copyright follows. + +Copyright 1993, 1998 The Open Group + +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. + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of The Open Group shall +not be used in advertising or otherwise to promote the sale, use or +other dealings in this Software without prior written authorization +from The Open Group. --- transset-0.1.0+cvs.20051218.orig/debian/control +++ transset-0.1.0+cvs.20051218/debian/control @@ -0,0 +1,14 @@ +Source: transset +Section: x11 +Priority: optional +Maintainer: Gustavo Franco +Build-Depends: debhelper (>= 4.0.0), automake1.7(>= 1.7.9-7), cdbs(>= 0.4.32), libx11-dev(>= 6.8.2.dfsg.1-11), libxcomposite-dev(>= 6.8.2.dfsg.1-11), libxfixes-dev(>= 6.8.2.dfsg.1-11), libxdamage-dev(>= 6.8.2.dfsg.1-11), libxrender-dev(>= 1:0.9.0-2), pkg-config(>= 0.20-1) +Standards-Version: 3.6.2.1 + +Package: transset +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: X transparency manager + transset is a very small application to set the opacity property on windows, + which will provide translucency when used in combination with an X compositing + manager. --- transset-0.1.0+cvs.20051218.orig/debian/dirs +++ transset-0.1.0+cvs.20051218/debian/dirs @@ -0,0 +1 @@ +/usr/bin --- transset-0.1.0+cvs.20051218.orig/debian/transset.1 +++ transset-0.1.0+cvs.20051218/debian/transset.1 @@ -0,0 +1,19 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH TRANSSET 1 "Dec 19, 2005" +.\" Please adjust this date whenever revising the manpage. +.SH NAME +transset \- X transparency manager +.SH SYNOPSIS +.B X transparency manager +.SH DESCRIPTION +transset is a very small application to set the opacity property on windows, +which will provide translucency when used in combination with an X compositing +manager. +.SH OPTIONS +None. +.SH AUTHOR +This manual page was written by Gustavo Franco , +for the Debian GNU/Linux system (but may be used by others). --- transset-0.1.0+cvs.20051218.orig/debian/rules +++ transset-0.1.0+cvs.20051218/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/makefile.mk + +# composite, fixes and damage pc files aren't in /usr/lib/pkgconfig/ +export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig/ + +DEB_INSTALL_MANPAGES_transset := debian/transset.1 + +binary-post-install/transset:: + install -m755 transset $(DEB_DESTDIR)/usr/bin/ + --- transset-0.1.0+cvs.20051218.orig/debian/changelog +++ transset-0.1.0+cvs.20051218/debian/changelog @@ -0,0 +1,23 @@ +transset (0.1.0+cvs.20051218-1) experimental; urgency=low + + * First Debian release. + * debian/control + - Maintainer field changed + - Standards-Version updated to 3.6.2.1 + - Build-Depends versioned + - Build-Depends on automake1.7 added + * debian/transset.1: simple manpage added. + + -- Gustavo Franco Sun, 18 Dec 2005 23:05:47 -0200 + +transset (0.1.0+cvs.20041114-0ubuntu2) UNRELEASED; urgency=low + + * Add pkg-config to Build-Depends. + + -- Daniel Stone Wed, 24 Nov 2004 14:51:06 +0100 + +transset (0.1.0+cvs.20041114-0ubuntu1) UNRELEASED; urgency=low + + * First transset release. + + -- Daniel Stone Sun, 14 Nov 2004 12:25:03 +0100