--- xdotool-20090330.orig/debian/watch +++ xdotool-20090330/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-20090330.orig/debian/rules +++ xdotool-20090330/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +%: + dh $@ + +override_dh_installchangelogs: + dh_installchangelogs CHANGELIST + +override_dh_auto_install: + make install PREFIX=debian/xdotool/usr INSTALLMAN=debian/xdotool/usr/share/man --- xdotool-20090330.orig/debian/xdotool.dirs +++ xdotool-20090330/debian/xdotool.dirs @@ -0,0 +1,5 @@ +usr +usr/bin +usr/share +usr/share/man +usr/share/man/man1 --- xdotool-20090330.orig/debian/control +++ xdotool-20090330/debian/control @@ -0,0 +1,18 @@ +Source: xdotool +Section: x11 +Priority: extra +Maintainer: Daniel Kahn Gillmor +Build-Depends: debhelper (>= 7.0.50), pkg-config, libx11-dev, libxtst-dev, perl +Standards-Version: 3.8.1 +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}, ${misc: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-20090330.orig/debian/changelog +++ xdotool-20090330/debian/changelog @@ -0,0 +1,60 @@ +xdotool (20090330-1) unstable; urgency=low + + * New upstream release + + -- Daniel Kahn Gillmor Tue, 31 Mar 2009 12:34:58 -0400 + +xdotool (20090126-1) unstable; urgency=low + + * New upstream release + * updated my e-mail address + * now using debhelper override_dh_* targets + * bumped policy to 3.8.1 (no changes needed) + + -- Daniel Kahn Gillmor Tue, 31 Mar 2009 00:35:06 -0400 + +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-20090330.orig/debian/xdotool.examples +++ xdotool-20090330/debian/xdotool.examples @@ -0,0 +1 @@ +examples/ffsp.sh --- xdotool-20090330.orig/debian/copyright +++ xdotool-20090330/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-20090330.orig/debian/compat +++ xdotool-20090330/debian/compat @@ -0,0 +1 @@ +7 --- xdotool-20090330.orig/debian/xdotool.docs +++ xdotool-20090330/debian/xdotool.docs @@ -0,0 +1 @@ +README