From 154fe9fbdb388e618a9b62cc61e8a3bbc3a4b82c Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 12 Sep 2012 00:27:33 +0100 Subject: Add basic debhelper setup --- debian/control | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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. -- cgit v1.2.3 From 6d80eca2aba0b58fa5f985fd95b49b1662d29a79 Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 12 Sep 2012 01:55:52 +0100 Subject: Get package much closer --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 3dfa875..7f9418b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: getxbook Section: net Priority: optional Maintainer: Nick White -Build-Depends: debhelper (>= 7.0.50~) +Build-Depends: Standards-Version: 3.8.4 Homepage: http://njw.me.uk/software/getxbook -- cgit v1.2.3 From bea67306d73bc7f18e131be2f1377076fd77e28f Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 12 Sep 2012 14:07:05 +0100 Subject: Make lintian clean --- debian/control | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 7f9418b..e6c988f 100644 --- a/debian/control +++ b/debian/control @@ -3,17 +3,17 @@ Section: net Priority: optional Maintainer: Nick White Build-Depends: -Standards-Version: 3.8.4 +Standards-Version: 3.9.1 Homepage: http://njw.me.uk/software/getxbook Package: getxbook Architecture: any -Depends: tcl, tk +Depends: ${shlibs: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. + 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. -- cgit v1.2.3