From d4b818599fd857cdd2957e816d4c26855403063e Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Thu, 28 Apr 2011 12:41:20 +0200 Subject: [PATCH] Override dh_installexamples to not install a.tcl~. --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5f03618..b77bb59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ 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. + + Override dh_installexamples to not install a.tcl~. + 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/rules b/debian/rules index 943014d..06c9e0d 100755 --- a/debian/rules +++ b/debian/rules @@ -38,6 +38,9 @@ override_dh_auto_install: override_dh_auto_test: +override_dh_installexamples: + dh_installexamples -Xa.tcl~ + override_dh_makeshlibs: dh_makeshlibs tcltk-depends -- 2.39.2