[Pkg-ocaml-maint-commits] [SCM] ocaml-batteries packaging branch, master, updated. upstream/0.20081011-33-ga5adbbf

Stefano Zacchiroli zack at upsilon.cc
Mon Oct 13 20:29:59 UTC 2008


The following commit has been merged in the master branch:
commit 6c0bbac38774c8c818a8393a07ff6d2ede4bf13c
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Mon Oct 13 22:27:55 2008 +0200

    debian/rules: avoid shipping .svn/ dirs within the doc

diff --git a/debian/changelog b/debian/changelog
index a68894e..88c98b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 ocaml-batteries (0.20081011-2) UNRELEASED; urgency=low
 
   * debian/control: correct spelling of "metapackage"
+  * debian/rules: avoid shipping .svn/ dirs within the doc
 
  -- Stefano Zacchiroli <zack at debian.org>  Mon, 13 Oct 2008 22:11:31 +0200
 
diff --git a/debian/rules b/debian/rules
index 87c605e..dcf253f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,8 +14,8 @@ ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
 DEB_MAKE_BUILD_TARGET += opt
 endif
 DEB_MAKE_BUILD_TARGET += OBFLAGS=-classic-display
-
 DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEST_DIR)
+export DH_ALWAYS_EXCLUDE = .svn
 
 build/$(DOC_PKG_NAME)::
 	OCAMLRUNPARAM=l=16M make doc OBFLAGS=-classic-display

-- 
ocaml-batteries packaging



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