[Pkg-ocaml-maint-commits] [SCM] ocaml-alsa packaging branch, master, updated. debian/0.1.3-3-7-gba6fd97

Romain Beauxis toots at rastageeks.org
Mon Oct 12 05:12:36 UTC 2009


The following commit has been merged in the master branch:
commit ba6fd975065183a4a3d3876bad503a0e78637966
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Mon Oct 12 00:05:57 2009 -0500

    Clean files

diff --git a/debian/changelog b/debian/changelog
index 4b969ff..5775c61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ocaml-alsa (0.1.4-1) unstable; urgency=low
   * New upstream release.
   * Bumped standards version to 3.8.3
   * Changed section to ocaml.
+  * Clean generated file when calling debian/rules clean
 
  -- Romain Beauxis <toots at rastageeks.org>  Sun, 11 Oct 2009 23:59:26 -0500
 
diff --git a/debian/rules b/debian/rules
index 5f43bcc..5846a00 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,3 +14,6 @@ DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF
 build/libalsa-ocaml-dev::
 	mkdir -p $(DESTDIR)
 	make doc
+
+clean::
+	rm -f Makefile config.log config.status src/META src/Makefile 

-- 
ocaml-alsa packaging



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