[Pkg-ocaml-maint-commits] [SCM] pkglab packaging branch, master, updated. debian/1.4.2-11-23-gf5850e5

Ralf Treinen treinen at free.fr
Sun Feb 13 21:19:39 UTC 2011


The following commit has been merged in the master branch:
commit 8be52c9306bb24cfd6e27051c668179607b20ae4
Author: Ralf Treinen <treinen at free.fr>
Date:   Sun Feb 13 13:37:46 2011 +0100

    bump vesion ocaml-nox, debhelper. Fix names of installed binaries

diff --git a/debian/control b/debian/control
index 75e1468..84aaf69 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders:
  Ralf Treinen <treinen at debian.org>,
  Stéphane Glondu <glondu at debian.org>
-Build-Depends: debhelper (>= 7),
- ocaml-nox, ocaml-findlib, dh-ocaml (>= 0.9),
+Build-Depends: debhelper (>= 7.0.50~),
+ ocaml-nox (>= 3.11.1-3~), ocaml-findlib, dh-ocaml (>= 0.9),
  menhir,
  libdose2-ocaml-dev (>= 1.4.2),
  libledit-ocaml-dev,
diff --git a/debian/rules b/debian/rules
index 7fc3cb1..809387f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,8 +25,8 @@ endif
 
 override_dh_auto_install:
 ifeq ($(OPT),true)
-	cp pkglab.opt debian/pkglab/usr/bin
-	cp distcheck/distcheck.opt debian/edos-distcheck/usr/bin
+	cp pkglab.opt debian/pkglab/usr/bin/pkglab
+	cp distcheck/distcheck.opt debian/edos-distcheck/usr/bin/distcheck
 else
 	cp pkglab debian/pkglab/usr/bin
 	cp distcheck/distcheck debian/edos-distcheck/usr/bin

-- 
pkglab packaging



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