[Pkg-ocaml-maint-commits] [SCM] galax packaging branch, master, updated. debian/1.1-5-5-g2fb4ae1

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


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

    switch {debhelper,dpatch}.mk: fix debian/*.log cleanup

diff --git a/debian/changelog b/debian/changelog
index d24af96..0bea4f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ galax (1.1-6) UNRELEASED; urgency=low
   * debian/rules
     - switch to dh_ocamldoc for API reference generation, stop relying on
       ocamldoc-api-ref-config, which is gone (Closes: #549850)
+    - switch {debhelper,dpatch}.mk: fix debian/*.log cleanup
 
  -- Stefano Zacchiroli <zack at debian.org>  Tue, 06 Oct 2009 19:48:16 +0200
 
diff --git a/debian/rules b/debian/rules
index 9691422..7bd83fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/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/dpatch.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/ocaml.mk
 
 PKGNAME = galax

-- 
galax packaging



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