--- /dev/null
+Source: tks
+Section: utils
+Priority: optional
+Maintainer: Nigel McNie <nigel@catalyst.net.nz>
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.7.3
+Homepage: http://wiki.wgtn.cat-it.co.nz/wiki/TKS
+Vcs-Git: git+ssh://gitprivate.catalyst.net.nz/git/private/tks.git
+Vcs-Browser: http://gitprivate.catalyst.net.nz/gw?p=tks.git;a=summary
+
+Package: tks
+Architecture: all
+Depends: libwww-mechanize-perl (>= 1.34), libcrypt-ssleay-perl
+Description: Time keeping sucks. TKS makes it suck less.
+ Now you can record your timesheets in a simple, readable format, and run a
+ script to send the data to WRMS. No more dealing with that pesky web
+ interface.
--- /dev/null
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This has to be exported to make some magic below work.
+export DH_OPTIONS
+
+clean:
+ dh_testdir
+ dh_testroot
+ dh_clean
+
+binary:
+ #cp site-crondispatcher.sh site-crondispatcher
+ #chmod +x site-crondispatcher
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ #dh_installman site-crondispatcher.8
+ dh_compress
+ dh_fixperms
+
+ dh_installdeb
+
+ dh_installdirs
+ dh_install
+
+ dh_gencontrol
+ dh_md5sums
+
+ dh_builddeb
+ #rm site-crondispatcher
+
+.PHONY: build clean binary