[Pkg-ocaml-maint-commits] [SCM] camlimages packaging branch, master, updated. debian/3.0.1-3-3-g2f64302

Mehdi Dogguy mehdi at debian.org
Tue Oct 6 15:33:40 UTC 2009


The following commit has been merged in the master branch:
commit 2f64302850c62893651746f6a1c0e83c54512afa
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Tue Oct 6 17:13:51 2009 +0200

    Reorder inclusions in debian/rules to workaround a CDBS bug.

diff --git a/debian/changelog b/debian/changelog
index 27617dc..8949604 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ camlimages (1:3.0.1-4) unstable; urgency=low
   * Update e-mail address
   * Use dh_ocamldoc to generate and install the documentation
     (Closes: #549763)
+  * Reorder inclusions in debian/rules to workaround a CDBS bug.
 
  -- Mehdi Dogguy <mehdi at debian.org>  Tue, 06 Oct 2009 17:09:31 +0200
 
diff --git a/debian/rules b/debian/rules
index 4623096..1bd05c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,9 +17,8 @@
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
 # MA 02110-1301, USA.
 
-include /usr/share/ocaml/ocamlvars.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/class/autotools.mk
 include /usr/share/cdbs/1/rules/ocaml.mk
 

-- 
camlimages packaging



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