--- transset-df-6.orig/debian/rules
+++ transset-df-6/debian/rules
@@ -0,0 +1,35 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+ dh_testdir
+ $(MAKE)
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_auto_clean
+ dh_clean
+
+binary-arch:
+ dh_testdir
+ dh_testroot
+ dh_prep
+ dh_installdirs /usr/bin
+ dh_install transset-df usr/bin
+ dh_installdocs README
+ dh_installchangelogs
+ dh_installman debian/transset-df.1
+ dh_compress
+ dh_fixperms
+ dh_strip
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary-indep:
+
+binary: binary-arch binary-indep
+
+.PHONY: build clean binary-arch binary-indep binary
--- transset-df-6.orig/debian/compat
+++ transset-df-6/debian/compat
@@ -0,0 +1 @@
+7
--- transset-df-6.orig/debian/transset-df.1
+++ transset-df-6/debian/transset-df.1
@@ -0,0 +1,85 @@
+.\" 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 TRANSSETDF 1 "August 2008"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh disable hyphenation
+.\" .hy enable hyphenation
+.\" .ad l left justify
+.\" .ad b justify to both left and right margins
+.\" .nf disable filling
+.\" .fi enable filling
+.\" .br insert line break
+.\" .sp <n> insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+transsetdf \- change window transparencies on the fly
+.SH SYNOPSIS
+.B transsetdf
+.RI [ options ]
+.br
+.SH DESCRIPTION
+This manual page documents briefly the
+.B transsetdf
+command.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
+.\" respectively.
+\fBtranssetdf\fP is a program that allows the user to change window transparencies on the fly. Supported methods include using window manager hotkeys, 'select by pointing' without actually selecting a window, and selecting by name and window id. transset-df is a modified version of xorg's transset and requires compositing to function. It is meant to allow a windowmanger-independent way to support transparency.
+
+.SH OPTIONS
+These programs follow the usual GNU command line syntax, with long
+options starting with two dashes (`-').
+A summary of options is included below.
+.TP
+.B \-h, \-\-help
+Show summary of options.
+.TP
+.B \-t, \-\-toggle
+Force toggle of opacity.
+.TP
+.B \-c, \-\-click
+Select by clicking on window (default).
+.TP
+.B \-p, \-\-point
+Select the window currently under the cursor.
+.TP
+.B \-a, \-\-acutal
+Select the actual window.
+.TP
+.B \-n, \-\-name NAME
+Select by name, NAME is matched as regular expression.
+.TP
+.B \-\-no-regex
+Don't use regular expression for matching name.
+.TP
+.B \-i, \-\-id
+Select by window id.
+.TP
+.B \-\-inc
+Increase by the given opacity.
+.TP
+.B \-\-dec
+Decrease by given opacity.
+.TP
+.B \-m, \-\-min OPACITY
+Minimum possible opacity (default = 0).
+.TP
+.B \-x, \-\-max OPACITY
+Maximum possible opacity (default = 1).
+.TP
+.B \-v, \-\-verbose
+Print some debug info.
+.TP
+.B \-V, \-\-version
+Show version of program.
+.br
+.SH AUTHOR
+transsetdf was written by Daniel Forchheimer. <n04df@student.lth.se>
+.PP
+This manual page was written by Daniel Moerner <dmoerner@gmail.com>,
+for the Debian project (but may be used by others).
--- transset-df-6.orig/debian/control
+++ transset-df-6/debian/control
@@ -0,0 +1,22 @@
+Source: transset-df
+Section: x11
+Priority: optional
+Maintainer: Daniel Moerner <dmoerner@gmail.com>
+Build-Depends: debhelper (>= 7), pkg-config, libxdamage-dev, libxcomposite-dev, libxfixes-dev, libxrender-dev
+Standards-Version: 3.8.2
+Vcs-Git: git://git.debian.org/git/collab-maint/transset-df.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/transset-df.git
+Homepage: http://www.forchheimer.se/transset-df/
+
+Package: transset-df
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: xcompmgr
+Conflicts: transset
+Description: support on-the-fly transparency changing in xorg
+ transset-df is a program that allows the user to change window transparencies
+ on the fly. Supported methods include using window manager hotkeys, 'select
+ by pointing' without actually shifting focus to the window, and selecting by
+ name and window id. Transset-df is a modified version of xorg's transset and
+ requires compositing to function. It is meant to allow a window manager
+ independent way to support transparency.
--- transset-df-6.orig/debian/watch
+++ transset-df-6/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+http://transset-df.forchheimer.se/transset-df-(.*)\.tar\.gz
--- transset-df-6.orig/debian/changelog
+++ transset-df-6/debian/changelog
@@ -0,0 +1,6 @@
+transset-df (6-1) unstable; urgency=low
+
+ * Initial release (Closes: #346561, #49863)
+ * debian/transset-df.1: Adapt 'transset-df -h' into a manpage.
+
+ -- Daniel Moerner <dmoerner@gmail.com> Sat, 25 Jul 2009 20:31:32 -0700
--- transset-df-6.orig/debian/copyright
+++ transset-df-6/debian/copyright
@@ -0,0 +1,55 @@
+Name: transset-df
+Maintainer: Daniel Forchheimer <n04df@student.lth.se>
+Source: http://www.forchheimer.se/transset-df/
+
+License:
+ transset-df is a fork of of the program transset, originally written
+ by Matthew Hawn, and is released under the same public domain
+ license: "Use however you want."
+ .
+ The author of transset-df, Daniel Forchheimer, clarified the license
+ in a private email to me, Daniel Moerner, that was partially forwarded
+ to http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=30;att=0;bug=494863
+ and is reproduced here:
+ .
+ > The usage agreements are stated in the source code files. When I first
+ > released transset-df I decided to keep the same kind of "license" agreement
+ > as the original transset. The original code simply has a comment that says
+ > "Use however you want" and I have kept that note throughout all the
+ > releases. My interpretation of that is that it is "public domain", there are
+ > no restrictions at all on copying, modifying, selling, or even releasing
+ > under a new license etc. So given that there are no restrictions at all I
+ > can't see how that can be incompatible with debian. Let me know if you run
+ > into any problems with that and I can consider making a re-release with some
+ > clearer license text.
+
+Files: dsimple.c dsimple.h mydsimple.c
+Copyright: 1993, 1998, The Open Group
+License:
+ 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.
+
+Files: debian/*
+Copyright: 2008-2009, Daniel Moerner <dmoerner@gmail.com>
+License: BSD
+ On Debian systems the full text of the BSD License can be found in
+ the `/usr/share/common-licenses/BSD' file.