[Pkg-ocaml-maint-commits] [SCM] xml-light packaging branch, master, updated. debian/2.2-11-9-g579acfc

Mehdi Dogguy mehdi at debian.org
Thu Oct 8 22:13:40 UTC 2009


The following commit has been merged in the master branch:
commit 7bd2fcb76d20d9d4f4795458af38cd8377f36add
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Fri Oct 9 00:01:29 2009 +0200

    Reorder included files in debian/rules to workaround a CDBS bug

diff --git a/debian/changelog b/debian/changelog
index 241f9dc..bc80b8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ xml-light (2.2-12) UNRELEASED; urgency=low
   * Add myself to uploaders
   * Set the section to ocaml
   * Bump standards version to 3.8.3
+  * Reorder included files in debian/rules to workaround a CDBS bug
 
  -- Mehdi Dogguy <mehdi at debian.org>  Thu, 08 Oct 2009 23:55:08 +0200
 
diff --git a/debian/rules b/debian/rules
index efa6324..945b05a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,8 +17,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
 

-- 
xml-light packaging



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