# HG changeset patch # User Paul Boddie # Date 1388878302 -3600 # Node ID 0f93b1cab7c271c58558c32c4325df5ef24ec5de # Parent 300074f42bdfbe32874406c0b0744452243f3ed0 Fixed the build rules, adding API documentation generation. Removed superfluous copyright and licensing documentation from the package. diff -r 300074f42bdf -r 0f93b1cab7c2 packages/debian-wheezy/python-desktop/debian/docs --- a/packages/debian-wheezy/python-desktop/debian/docs Sun Jan 05 00:01:19 2014 +0100 +++ b/packages/debian-wheezy/python-desktop/debian/docs Sun Jan 05 00:31:42 2014 +0100 @@ -1,3 +1,2 @@ README.txt -docs apidocs diff -r 300074f42bdf -r 0f93b1cab7c2 packages/debian-wheezy/python-desktop/debian/rules --- a/packages/debian-wheezy/python-desktop/debian/rules Sun Jan 05 00:01:19 2014 +0100 +++ b/packages/debian-wheezy/python-desktop/debian/rules Sun Jan 05 00:31:42 2014 +0100 @@ -5,3 +5,7 @@ %: dh $@ --with python2 + +override_dh_auto_build: + tools/apidocs.sh + dh_auto_build