Remove references to labltk (now distributed separately)
authorStephane Glondu <steph@glondu.net>
Tue, 21 Oct 2014 10:14:13 +0000 (12:14 +0200)
committerStephane Glondu <steph@glondu.net>
Tue, 21 Oct 2014 14:49:56 +0000 (16:49 +0200)
debian/control
debian/control.in
debian/copyright
debian/ocaml-base.install.in
debian/ocaml.install.in
debian/rules

index a5ee39db95cae5e051e4b8257e460da683b31cde..5df58aebc11ca31c06433df751de0fd7a08c9eaa 100644 (file)
@@ -14,8 +14,6 @@ Build-Depends:
  autotools-dev,
  binutils-dev,
  libiberty-dev,
- tcl-dev,
- tk-dev,
  libncurses5-dev,
  bzip2,
  dh-ocaml (>= 1.0.0~)
@@ -131,9 +129,6 @@ Depends:
  libx11-dev
 Provides:
  ${ocaml:Provides}
-Suggests:
- 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
index 4657a5dd4cda243368f1b9e2f57a8cd5cfbffa14..f2614a6ef55b55a059ff160ce0cea700f5ba07d1 100644 (file)
@@ -13,8 +13,6 @@ Build-Depends:
  quilt,
  autotools-dev,
  binutils-dev,
- tcl-dev,
- tk-dev,
  libncurses5-dev,
  bzip2,
  dh-ocaml (>= 1.0.0~)
@@ -130,9 +128,6 @@ Depends:
  libx11-dev
 Provides:
  ${ocaml:Provides}
-Suggests:
- 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
index 18ee6bcb33394f9d8fd1a08b302c0d0abbaae2c7..7025c76699648dda0195931b3ad7de1469dcb415 100644 (file)
@@ -16,11 +16,6 @@ Copyright: © 1996-2008 Institut National de Recherche en Informatique et
                        en Automatique
 License: QPL-1 | LGPL-2 | other
 
-Files: otherlibs/labltk/*
-Copyright: © 1999-2002 Institut National de Recherche en Informatique et
-                       en Automatique and Kyoto University
-License: LGPL-2 | other
-
 Files: emacs/*
 Copyright: © 1988-1991 Free Software Foundation
            © 1996-1998 Institut National de Recherche en Informatique et
index e1c05c2d82a8730e69723d30de16968730037a5f..26e6b4901e5ed29e264431f371bb6635d0792906 100644 (file)
@@ -1,4 +1,3 @@
-     @OCamlDllDir@/dlllabltk.so
      @OCamlDllDir@/dllgraphics.so
      @OCamlStdlibDir@/graphics.cma
 DYN: @OCamlStdlibDir@/graphics.cmxs
index 26ebef436e2597b0f41ddd47e2e91eaf0bd18073..195d4e8ee8d30669283c403f41a88db8fe5ff940 100644 (file)
@@ -1,6 +1,3 @@
-     usr/bin/labltk
-     usr/bin/ocamlbrowser
-     @OCamlStdlibDir@/labltk
      @OCamlStdlibDir@/libgraphics.a
 STD: graphics.cmi
 STD: graphics.cmx
index ed1b0604296cb2a92b8e2b771a9806f2191e69fc..07dd75e94598342e6dcf148520b17391a0f6f4a4 100755 (executable)
@@ -65,8 +65,6 @@ 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/tcl" \
-  -tklibs "-L/usr/lib -ltk -ltcl"
 
 CONFIGURE_SED := \
   -e "/LIBBFD_LINK/s%-lbfd%-Wl,-Bstatic -lbfd -Wl,-Bdynamic%" \
@@ -122,12 +120,6 @@ override_dh_auto_configure: config-stamp
 config-stamp: pre-config-stamp ocamlinit-stamp
        ./configure $(CONFIGURE_OPTS)
        sed -i $(CONFIGURE_SED) config/Makefile
-       if test -z "`grep "OTHERLIBRARIES.*labltk" config/Makefile`"; then \
-         echo "Error, labltk library was not detected"; \
-         echo "Check your tcl/tk development packages"; \
-         echo "Aborting."; \
-         exit 1; \
-       fi
        touch $@
 
 .PHONY: override_dh_auto_build
@@ -138,8 +130,6 @@ build-stamp: config-stamp
          cp -xa boot boot.debian; \
        fi
        rm -Rf debian/examples && mkdir debian/examples
-       cp -a otherlibs/labltk/examples_labltk debian/examples/labltk
-       find debian/examples/labltk -name .cvsignore -delete
 ifeq ($(BUILDCACHE),)
        $(MAKE) world
        $(MAKE) bootstrap
@@ -227,7 +217,6 @@ endif
        fi
 # Install additional files not handled by dh_install
 # Beware: dh_install does not handle renamings, please pay attention
-       cp otherlibs/labltk/README debian/ocaml/usr/share/doc/ocaml/README.labltk
        for u in dumpobj; do \
          if [ -f tools/$$u ]; then \
            cp tools/$$u debian/ocaml-nox/usr/bin/ocaml$$u; \
@@ -245,10 +234,6 @@ endif
 # Remaining stuff
        touch $@
 
-.PHONY: override_dh_compress
-override_dh_compress:
-       dh_compress -Xexamples/labltk
-
 .PHONY: override_dh_gencontrol
 override_dh_gencontrol:
        for u in $(ALL_PACKAGES); do \