[Pkg-ocaml-maint-commits] [SCM] xmlrpc-light packaging branch, master, updated. debian/0.6.1-1-2-g2541397

Mehdi Dogguy mehdi at debian.org
Mon Oct 5 21:26:04 UTC 2009


The following commit has been merged in the master branch:
commit 25413972ac22f653c596cd1853dfdfc39cfc5c7c
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Mon Oct 5 23:25:01 2009 +0200

    Swap the include order of debhelper.mk and dpatch.mk to workaround a CDBS bug.

diff --git a/debian/changelog b/debian/changelog
index 9052228..af6ca2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 xmlrpc-light (0.6.1-1.1) UNRELEASED; urgency=low
 
   * Use ocaml.mk as a CDBS "rules" file (Closes: #549723)
+  * Swap the include order of debhelper.mk and dpatch.mk to workaround
+    a CDBS bug.
 
  -- Mehdi Dogguy <mehdi at debian.org>  Mon, 05 Oct 2009 23:22:01 +0200
 
diff --git a/debian/rules b/debian/rules
index 94bea67..4782447 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,8 +19,8 @@
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
 # MA 02110-1301, USA.
 
-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/class/makefile.mk
 include /usr/share/cdbs/1/rules/ocaml.mk
 

-- 
xmlrpc-light packaging



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