[Pkg-ocaml-maint-commits] [SCM] ocamlbricks packaging branch, master, updated. debian/0.50.1-2.1-2-g6f62da9

Jonathan Roudiere jonathan.roudiere at lipn.univ-paris13.fr
Sun Mar 29 16:15:59 UTC 2009


The following commit has been merged in the master branch:
commit 6f62da9c02faffc56e82633a977a1f8535348a82
Author: Jonathan Roudiere <jonathan.roudiere at lipn.univ-paris13.fr>
Date:   Sun Mar 29 18:31:12 2009 +0200

    Solve META lacks dependencies

diff --git a/debian/changelog b/debian/changelog
index 5b89e10..2cab866 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ ocamlbricks (0.50.1-2.1) unstable; urgency=low
     in unixExtra.ml
   * miror changes in debian/{rules,control}, update version of
     Debian Policy
+  * Solve META lacks dependencies
 
   [ Stefano Zacchiroli ]
   * Non-maintainer upload to finish the 3.11 transition.
@@ -19,7 +20,7 @@ ocamlbricks (0.50.1-2.1) unstable; urgency=low
     (Closes: #519632)
   * Update versions in Build-Depends for OCaml 3.11.0 transition
 
- -- Jonathan Roudiere <roudiere at lipn.univ-paris13.fr>  Sat, 28 Mar 2009 16:45:16 +0100
+ -- Jonathan Roudiere <roudiere at lipn.univ-paris13.fr>  Sun, 29 Mar 2009 16:19:23 +0100
 
 ocamlbricks (0.50.1-1) unstable; urgency=low
 
diff --git a/debian/patches/00list b/debian/patches/00list
index 27029ec..d91fa75 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -1,3 +1,4 @@
 01_adapt_debian
 02_remove_dbug_print
 03_compatibility_withdash_fixbug
+04_solve_meta_lacks_dependancies
diff --git a/debian/patches/04_solve_meta_lacks_dependancies.dpatch b/debian/patches/04_solve_meta_lacks_dependancies.dpatch
new file mode 100755
index 0000000..92492f5
--- /dev/null
+++ b/debian/patches/04_solve_meta_lacks_dependancies.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 04_solve_meta_lacks_dependancies.dpatch by <roudiere at lipn.univ-paris13.fr>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Solve META lacks dependencies
+
+ at DPATCH@
+
+--- ocamlbricks/META	2009-03-29 17:45:33.000000000 +0200
++++ ../ocamlbricks/META	2009-03-29 17:57:18.000000000 +0200
+@@ -2,7 +2,7 @@
+ version="0.50.1"
+ descriton = "A general-purpose library of reusable small code bricks"
+ directory = "+ocamlbricks"
+-requires = "lablgtk2"
++requires = "lablgtk2 unix str"
+ archive(syntax,preprocessor) = "-thread"
+ archive(byte,mt) = "ocamlbricks.cma"
+ archive(native) = "ocamlbricks.cmxa"

-- 
ocamlbricks packaging



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