diff options
author | Nick White <git@njw.me.uk> | 2012-09-12 00:27:33 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2012-09-12 00:27:33 +0100 |
commit | 154fe9fbdb388e618a9b62cc61e8a3bbc3a4b82c (patch) | |
tree | 828f1fcbf03a4cd2e57fe8ff99d3215e27171fdb /debian/control | |
parent | 6414252d4cfa3b901d43834d7ae4ff4a577176ab (diff) |
Add basic debhelper setup
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..3dfa875 --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: getxbook +Section: net +Priority: optional +Maintainer: Nick White <debian@njw.me.uk> +Build-Depends: debhelper (>= 7.0.50~) +Standards-Version: 3.8.4 +Homepage: http://njw.me.uk/software/getxbook + +Package: getxbook +Architecture: any +Depends: tcl, tk +Description: A collection of tools to download books from websites. + getxbook is a collection of tools to download books from + Google Books' "Book Preview," Amazon's "Look Inside the + Book" and Barnes & Noble's "Book Viewer." + . + Each tool is written in around 200 lines of portable C code, + with no dependencies beyond libc and network sockets. There + is an optional graphical interface, using Tcl/Tk. |