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

Stephane Glondu steph at glondu.net
Fri Jul 24 01:38:47 UTC 2009


The following commit has been merged in the master branch:
commit 2df5ee1cf4247c9cfa023280ee9e235e5b94aace
Author: Stephane Glondu <steph at glondu.net>
Date:   Fri Jul 24 03:35:09 2009 +0200

    Remove dependency on non-existing package libledit-ocaml
    
    There is currently no libledit-ocaml (no C parts). Closes: #538208.

diff --git a/debian/changelog b/debian/changelog
index ea2cb66..0e57aef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 pkglab (1.4.2-4) UNRELEASED; urgency=low
 
   * Add myself to Uploaders, and add DM-Upload-Allowed
+  * Remove dependency on non-existing package libledit-ocaml
+    (Closes: #538208)
 
  -- Stephane Glondu <steph at glondu.net>  Fri, 24 Jul 2009 03:32:49 +0200
 
diff --git a/debian/control b/debian/control
index a406345..2582275 100644
--- a/debian/control
+++ b/debian/control
@@ -53,4 +53,4 @@ Description: Checks whether dependencies of packages can be satisfied
   - edos-debcheck for Debian packages
   - edos-rpmcheck for rpm packages
   - edos-pscheck for pkg_summary package descriptions
-  - edos-builddebcheck for build-depenendencies of Debian packages.
\ No newline at end of file
+  - edos-builddebcheck for build-depenendencies of Debian packages.
diff --git a/debian/rules b/debian/rules
index ec62134..ba63aa8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
 else
  DEB_MAKE_BUILD_TARGET = depend pkglab
  DEB_DH_GENCONTROL_ARGS += \
-  -VF:OCamlInterpDepends="ocaml-base-nox-$(OCAML_ABI), libdose2-ocaml, libledit-ocaml, libzip-ocaml"
+  -VF:OCamlInterpDepends="ocaml-base-nox-$(OCAML_ABI), libdose2-ocaml, libzip-ocaml"
  DEB_STRIP_EXCLUDE += usr/bin/pkglab
 endif
 

-- 
pkglab packaging



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