From: Sven Hoexter Date: Thu, 28 Apr 2011 10:16:59 +0000 (+0200) Subject: Emtpy override for dh_auto_test, the reference all.tcl doesn't exist; Most of the... X-Git-Tag: debian/7.19.6-2~3 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Ftclcurl.git;a=commitdiff_plain;h=45ddca3ce3534796b4ffb83c99686dca9847a12a Emtpy override for dh_auto_test, the reference all.tcl doesn't exist; Most of the tests require network access anyway, which isn't given on the buildds. --- diff --git a/debian/changelog b/debian/changelog index d041d68..5f03618 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,9 @@ tclcurl (7.19.6-2) UNRELEASED; urgency=low + Shorten debian/rules to the bare essentials. + Override dh_makeshlibs call to add tcltk-depends. + Override dh_clean to not remove several left-overs included upstream. + + Emtpy override for dh_auto_test, the reference all.tcl doesn't exist; + Most of the tests require network access anyway, which isn't given + on the buildds. * Add debian/source/format -> 1.0. * Add a watch file. diff --git a/debian/rules b/debian/rules index 78cf4e3..943014d 100755 --- a/debian/rules +++ b/debian/rules @@ -36,6 +36,8 @@ override_dh_auto_install: $(CURDIR)/tests/multi/double.tcl \ $(CURDIR)/tests/multi/single.tcl +override_dh_auto_test: + override_dh_makeshlibs: dh_makeshlibs tcltk-depends