[Pkg-ocaml-maint-commits] [SCM] pxp packaging branch, master, updated. debian/1.2.1-1-10-gfff5d20

Stefano Zacchiroli zack at upsilon.cc
Tue Oct 6 14:44:34 UTC 2009


The following commit has been merged in the master branch:
commit f95326ddd87ba1e732ea745ef462574d47392051
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Tue Oct 6 16:31:04 2009 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 264caa3..62fb309 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ pxp (1.2.1-2) unstable; urgency=low
       a hand-written doc-base entry for upstream doc (Closes: #549750)
     - switch to dh_ocaml for dependency generation, bump deps on dh-ocaml
       accordingly. For the interim, keep old-style dependencies as well.
+    - switch {debhelper,dpatch}.mk: fix debian/*.log cleanup
 
   [ Sylvain Le Gall ]
   * Clean examples/validate/Makefile.config
diff --git a/debian/rules b/debian/rules
index d834e6d..de11be4 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 = libpxp-ocaml-dev

-- 
pxp packaging



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