From 45ddca3ce3534796b4ffb83c99686dca9847a12a Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Thu, 28 Apr 2011 12:16:59 +0200 Subject: [PATCH] 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. --- debian/changelog | 3 +++ debian/rules | 2 ++ 2 files changed, 5 insertions(+) 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 -- 2.39.2