[Pkg-ocaml-maint-commits] [SCM] dh-ocaml packaging branch, master, updated. 1f8824704a10085dacd825266e31157a6c6f004f

Stefano Zacchiroli zack at upsilon.cc
Thu Aug 7 19:26:06 UTC 2008


The following commit has been merged in the master branch:
commit 1f8824704a10085dacd825266e31157a6c6f004f
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Thu Aug 7 16:20:52 2008 -0300

    get rid of binary-arch stuff

diff --git a/debian/control b/debian/control
index 708d2b2..ada41b8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: dh-ocaml
 Section: devel
 Priority: extra
 Maintainer: Stefano Zacchiroli <zack at debian.org>
-Build-Depends: debhelper (>= 7),
+Build-Depends-Indep:
+ debhelper (>= 7),
  docbook-utils,
  docbook-xml,
  lynx
@@ -14,7 +15,8 @@ Package: dh-ocaml
 Architecture: all
 Depends: ${misc:Depends}
 Recommends: ocaml-nox
-Replaces: ocaml-base-nox (<= 3.10.2-3),
+Replaces:
+ ocaml-base-nox (<= 3.10.2-3),
  ocaml (<= 3.10.2-3),
  ocaml-nox (<= 3.10.2-3),
  ocaml-base (<= 3.10.2-3)
diff --git a/debian/rules b/debian/rules
index 478d29d..f421e53 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,11 +14,8 @@ install-stamp:
 	dh install
 	touch install-stamp
 
-binary-arch: install
-	dh binary-arch
-
+binary: binary-arch binary-indep
+binary-arch:
 binary-indep: install
 	dh binary-indep
 
-binary: binary-arch binary-indep
-

-- 
dh-ocaml packaging



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