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

Ralf Treinen treinen at free.fr
Wed May 20 06:42:02 UTC 2009


The following commit has been merged in the master branch:
commit 595df9a780a8cd0320f397bcba0504e9c0a51cc0
Author: Ralf Treinen <treinen at free.fr>
Date:   Mon May 18 21:57:56 2009 +0200

    start building eos-distcheck package

diff --git a/debian/control b/debian/control
index 76b4fcb..f08ffdb 100644
--- a/debian/control
+++ b/debian/control
@@ -36,3 +36,17 @@ Description: interactive environment to explore package repositories
  generated starting from popular .deb and .rpm package list formats
  using the ceve parser (see the "ceve" Debian package).
 
+Package: edos-distcheck
+Architecture: any
+Section: devel
+Depends:
+ ${F:OCamlInterpDepends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Description: Checks whether dependencies of packages can be satisfied
+ This software checks for every package of a distribution whether it
+ is possible to satisfy its dependencies and conflicts within this
+ distribution. It comes in two versions:
+ - edos-debcheck for debian packages
+ - edos-rpmcheck for rpm packages
+
diff --git a/debian/rules b/debian/rules
index 0856994..c8a7034 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,12 +5,17 @@ include /usr/share/cdbs/1/rules/ocaml.mk
 
 ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
  DEB_MAKE_BUILD_TARGET = depend pkglab.opt
+build::
+	cd distcheck && make distcheck
 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_STRIP_EXCLUDE += usr/bin/pkglab
+build::
+	cd distcheck && make distcheck.opt
 endif
 
+
 DEB_MAKE_INSTALL_TARGET = \
  install DESTDIR=$(DEB_DESTDIR)/usr MANDIR=$(DEB_DESTDIR)/usr/share/man

-- 
pkglab packaging



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