[Pkg-ocaml-maint-commits] [SCM] ocaml-batteries packaging branch, master, updated. upstream/0.20090401-104-gc62c36e

Stefano Zacchiroli zack at upsilon.cc
Tue Oct 6 19:00:48 UTC 2009


The following commit has been merged in the master branch:
commit c62c36e7d7d2b999fbc670b12815939fbd61ea72
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Tue Oct 6 20:56:54 2009 +0200

    switch {debhelper,patchsys-quilt}.mk: fix debian/*.log cleanup

diff --git a/debian/changelog b/debian/changelog
index fd416e4..0f398b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ ocaml-batteries (0.20090405+beta1-3) UNRELEASED; urgency=low
 
   * debian/control
     - bump Standards-Version to 3.8.3 (no changes needed)
+  * debian/rules
+    - switch {debhelper,patchsys-quilt}.mk: fix debian/*.log cleanup
 
  -- Stefano Zacchiroli <zack at debian.org>  Tue, 06 Oct 2009 20:55:03 +0200
 
diff --git a/debian/rules b/debian/rules
index 313674a..b3afd64 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/ocaml.mk
 -include /usr/share/topgit/tg2quilt.mk
 

-- 
ocaml-batteries packaging



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