[libtcl-perl] 02/07: use system tcl

gregor herrmann gregoa at debian.org
Sat Jun 7 10:10:49 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtcl-perl.

commit 1b1dc9fb2637c02d28cd00f7cda912e8e523b5ea
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 7 11:54:55 2014 +0200

    use system tcl
---
 debian/control | 2 ++
 debian/rules   | 5 +++++
 2 files changed, 7 insertions(+)

diff --git a/debian/control b/debian/control
index fdc3677..ac47f43 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,8 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Build-Depends: debhelper (>= 9.20120312~),
+ tcl,
+ tcl-dev,
  perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtcl-perl.git
diff --git a/debian/rules b/debian/rules
index 2d33f6a..e94a90f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,9 @@
 #!/usr/bin/make -f
 
+TCLCONFIG=$(shell grep -Eo '/usr/lib/.+/tclConfig.sh' /usr/lib/tclConfig.sh)
+
 %:
 	dh $@
+
+override_dh_auto_configure:
+	dh_auto_configure -- --tclconfig $(TCLCONFIG) --no-usestubs

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtcl-perl.git



More information about the Pkg-perl-cvs-commits mailing list