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

Stefano Zacchiroli zack at upsilon.cc
Tue Nov 11 17:50:03 UTC 2008


The following commit has been merged in the master branch:
commit 8b71f11877260a0e0ebf129c29bb16a18b91f9da
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Tue Nov 11 14:57:15 2008 +0100

    debian/rules: specify the clean target

diff --git a/debian/changelog b/debian/changelog
index 84d545d..a530144 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ ocaml-batteries (0.20081111-1) UNRELEASED; urgency=low
   * debian/control: correct spelling of "metapackage"
   * debian/control: fix sections: -dev in libdevel, -doc in doc
   * debian/rules: port to new upstream, which is now using autotools
+  * debian/rules: specify the clean target
 
  -- Stefano Zacchiroli <zack at debian.org>  Mon, 13 Oct 2008 22:11:31 +0200
 
diff --git a/debian/rules b/debian/rules
index af1e89f..7ceb6b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,7 @@ DEB_MAKE_BUILD_TARGET += opt
 endif
 DEB_MAKE_BUILD_TARGET += OBFLAGS=-classic-display
 DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEST_DIR)
+DEB_MAKE_CLEAN_TARGET = clean
 
 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