[Pkg-ocaml-maint-commits] [SCM] pkglab packaging branch, master, updated. debian/1.4-1-1-gfa9572b

Ralf Treinen (none) treinen at debian.
Wed Apr 22 00:14:13 UTC 2009


The following commit has been merged in the master branch:
commit fa9572b3e52b86195aa8752b7a80271faebc7176
Author: Ralf Treinen <treinen at debian.(none)>
Date:   Wed Apr 22 09:12:43 2009 +0900

    removed blank in dh_gencontrol call

diff --git a/debian/changelog b/debian/changelog
index 540b9f5..a6dc9f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pkglab (1.4-2) unstable; urgency=low
+
+  * Removed spurious blank in dh_gencontrol invocation for non-native
+    architectures, that should resolve a FTBFS on these architectures.
+
+ -- Ralf Treinen <treinen at debian.org>  Wed, 22 Apr 2009 09:11:18 +0900
+
 pkglab (1.4-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 834864f..33756e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,8 @@ ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
  DEB_MAKE_BUILD_TARGET = depend pkglab.opt
 else
  DEB_MAKE_BUILD_TARGET = depend pkglab
- DEB_DH_GENCONTROL_ARGS += -VF:OCamlInterpDepends=\
-  "ocaml-base-nox-$(OCAML_ABI), libdose2-ocaml, libledit-ocaml, libzip-ocaml"
+ DEB_DH_GENCONTROL_ARGS += \
+  -VF:OCamlInterpDepends="ocaml-base-nox-$(OCAML_ABI), libdose2-ocaml, libledit-ocaml, libzip-ocaml"
  DEB_STRIP_EXCLUDE += usr/bin/pkglab
 endif
 

-- 
pkglab packaging



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