[Pkg-ocaml-maint-commits] [ocaml] 01/03: Use unversioned Tcl/Tk dependencies

Stéphane Glondu glondu at alioth.debian.org
Fri Nov 8 10:33:29 UTC 2013


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

glondu pushed a commit to branch experimental/master
in repository ocaml.

commit 4afff9d3ed89036235c2dc15fa50291b10930be2
Author: Stephane Glondu <steph at glondu.net>
Date:   Fri Nov 8 09:39:44 2013 +0100

    Use unversioned Tcl/Tk dependencies
---
 debian/control |    8 ++++----
 debian/rules   |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 840424a..d5cea5f 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,8 @@ Build-Depends:
  quilt,
  autotools-dev,
  binutils-dev,
- tcl8.5-dev,
- tk8.5-dev,
+ tcl-dev,
+ tk-dev,
  libncurses5-dev,
  bzip2,
  dh-ocaml (>= 1.0.0~)
@@ -131,8 +131,8 @@ Depends:
 Provides:
  ${ocaml:Provides}
 Suggests:
- tcl8.5-dev,
- tk8.5-dev
+ tcl-dev,
+ tk-dev
 Replaces: ocaml-nox (<< 3.11.0-2)
 Description: ML language implementation with a class-based object system
  Objective Caml (OCaml) is an implementation of the ML language, based on
diff --git a/debian/rules b/debian/rules
index 3940b25..513a273 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,8 +65,8 @@ CONFIGURE_OPTS := \
   -libdir $(DEB_TEST_BUILD_PREFIX)$(OCAML_STDLIB_DIR) \
   -x11lib "$(shell pkg-config --variable=libdir x11)" \
   -mandir $(DEB_TEST_BUILD_PREFIX)/usr/share/man \
-  -tkdefs "-I/usr/include/tcl8.5" \
-  -tklibs "-L/usr/lib -ltk8.5 -ltcl8.5"
+  -tkdefs "-I/usr/include/tcl" \
+  -tklibs "-L/usr/lib -ltk -ltcl"
 
 CONFIGURE_SED := \
   -e "/LIBBFD_LINK/s%-lbfd%-Wl,-Bstatic -lbfd -Wl,-Bdynamic%" \

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



More information about the Pkg-ocaml-maint-commits mailing list