[Pkg-ocaml-maint-commits] [SCM] sexplib310 packaging branch, master, updated. debian/4.2.11-2-8-gfa8ce1d

Stefano Zacchiroli zack at upsilon.cc
Mon Nov 9 13:03:51 UTC 2009


The following commit has been merged in the master branch:
commit fa8ce1dbf840b6861c620ec56a4f9cbead44d593
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Mon Nov 9 14:02:37 2009 +0100

    debian/rules: switch debhelper.mk w/ ocaml.mk (avoid *.log leftovers)

diff --git a/debian/changelog b/debian/changelog
index 70ff549..10d75f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ sexplib310 (4.2.16-1) UNRELEASED; urgency=low
   * New upstream release
   * Get rid of topgit, packaging now uses plain old quilt
   * Switch packaging to dh-ocaml
+  * debian/rules: switch debhelper.mk w/ ocaml.mk (avoid *.log leftovers)
 
  -- Stefano Zacchiroli <zack at debian.org>  Mon, 09 Nov 2009 13:48:49 +0100
 
diff --git a/debian/rules b/debian/rules
index 85ed92f..81321ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
 include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/rules/ocaml.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
 
 LIB_NAME = sexplib
 PKG_NAME = lib$(LIB_NAME)-camlp4-dev

-- 
sexplib310 packaging



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