--- xdotool-20080720.orig/debian/xdotool.manpages +++ xdotool-20080720/debian/xdotool.manpages @@ -0,0 +1 @@ +xdotool.1 --- xdotool-20080720.orig/debian/changelog +++ xdotool-20080720/debian/changelog @@ -0,0 +1,51 @@ +xdotool (20080720-1~hardy1) hardy-backports; urgency=low + + * Automated backport upload; no source changes. + + -- Dan Muresan Wed, 07 Jan 2009 15:06:02 +0000 + +xdotool (20080720-1) unstable; urgency=low + + * New upstream release + + -- Daniel Kahn Gillmor Sun, 20 Jul 2008 22:18:56 -0400 + +xdotool (20080716-1) unstable; urgency=low + + * New upstream release (Closes: #490824) + + -- Daniel Kahn Gillmor Fri, 18 Jul 2008 18:08:39 -0400 + +xdotool (20080606-1) unstable; urgency=low + + * New upstream release (Closes: #458375) + + -- Daniel Kahn Gillmor Fri, 06 Jun 2008 10:25:10 -0400 + +xdotool (20080603-1) unstable; urgency=low + + * New upstream release + * Now including upstream changelog. + * Return non-zero value when encountering an unknown command. + + -- Daniel Kahn Gillmor Tue, 03 Jun 2008 09:59:19 -0400 + +xdotool (20071230-2) unstable; urgency=low + + * bumped to debhelper 7 + * minimized debian/rules + + -- Daniel Kahn Gillmor Tue, 20 May 2008 10:46:35 -0400 + +xdotool (20071230-1) unstable; urgency=low + + * New Upstream Release (includes COPYRIGHT file) + + -- Daniel Kahn Gillmor Sun, 30 Dec 2007 15:05:28 -0500 + +xdotool (20070903-1) unstable; urgency=low + + * Initial packaging attempt. + + -- Daniel Kahn Gillmor Sat, 29 Dec 2007 12:33:38 -0500 + --- xdotool-20080720.orig/debian/xdotool.install +++ xdotool-20080720/debian/xdotool.install @@ -0,0 +1 @@ +xdotool /usr/bin --- xdotool-20080720.orig/debian/copyright +++ xdotool-20080720/debian/copyright @@ -0,0 +1,21 @@ +This package was debianized by Daniel Kahn Gillmor + on Sat, 29 Dec 2007 12:33:38 -0500. + +It was downloaded from http://www.semicomplete.com/blog/projects/xdotool/ + +Upstream Authors: + + Jordan Sissel + Other contributions were made by Lee Pumphret and Magnus Boman + +Copyright: + + Copyright (c) 2007, Jordan Sissel + +License: + + standard BSD license (see /usr/share/common-licenses/BSD) + +The Debian packaging and man page are (C) 2007, Daniel Kahn Gillmor + and are released under a BSD +license as well. --- xdotool-20080720.orig/debian/compat +++ xdotool-20080720/debian/compat @@ -0,0 +1 @@ +7 --- xdotool-20080720.orig/debian/xdotool.examples +++ xdotool-20080720/debian/xdotool.examples @@ -0,0 +1 @@ +examples/ffsp.sh --- xdotool-20080720.orig/debian/watch +++ xdotool-20080720/debian/watch @@ -0,0 +1,8 @@ +# You can run the "uscan" command to check for upstream updates and +# more. See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# +http://code.google.com/p/semicomplete/downloads/list?q=label:xdotool .*xdotool-(.*)\.tar\.gz --- xdotool-20080720.orig/debian/xdotool.dirs +++ xdotool-20080720/debian/xdotool.dirs @@ -0,0 +1 @@ +usr/bin --- xdotool-20080720.orig/debian/rules +++ xdotool-20080720/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +binary: + dh binary --until dh_prep + dh_installchangelogs CHANGELIST + dh binary --remaining +%: + dh $@ --- xdotool-20080720.orig/debian/xdotool.docs +++ xdotool-20080720/debian/xdotool.docs @@ -0,0 +1 @@ +README --- xdotool-20080720.orig/debian/control +++ xdotool-20080720/debian/control @@ -0,0 +1,18 @@ +Source: xdotool +Section: x11 +Priority: extra +Maintainer: Daniel Kahn Gillmor +Build-Depends: debhelper (>= 7), pkg-config, libx11-dev, libxtst-dev, perl +Standards-Version: 3.7.3 +Homepage: http://www.semicomplete.com/blog/projects/xdotool/ +Dm-Upload-Allowed: yes +Vcs-Svn: http://cmrg.fifthhorseman.net/svn/trunk/xdotool +Vcs-Browser: http://cmrg.fifthhorseman.net/browser/trunk/xdotool + +Package: xdotool +Architecture: any +Depends: ${shlibs:Depends} +Description: simulate X11 keyboard/mouse input + xdotool lets you programatically (or manually) simulate keyboard + input and mouse activity, move and resize windows, etc. It does this + using X11's XTEST extension and other Xlib functions. --- xdotool-20080720.orig/Makefile +++ xdotool-20080720/Makefile @@ -21,8 +21,6 @@ all: xdotool xdotool.1 -install: installprog installman - installprog: xdotool install -m 755 xdotool $(INSTALLBIN)/