[Pkg-ocaml-maint-commits] [dose3] 01/01: release 4.0.1-2 with new patch fix_META

Johannes Schauer josch at moszumanska.debian.org
Mon Sep 14 18:10:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

josch pushed a commit to branch master
in repository dose3.

commit a3fb03a70164e9d128ff66f8e71221ad5dfd4423
Author: Johannes Schauer <josch at debian.org>
Date:   Mon Sep 14 20:10:10 2015 +0200

    release 4.0.1-2 with new patch fix_META
---
 debian/changelog        |  6 ++++++
 debian/patches/fix_META | 17 +++++++++++++++++
 debian/patches/series   |  1 +
 3 files changed, 24 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1bebd3d..2b333ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dose3 (4.0.1-2) unstable; urgency=medium
+
+  * add patch fix_META (Closes: #797448)
+
+ -- Johannes Schauer <josch at debian.org>  Mon, 14 Sep 2015 19:18:38 +0200
+
 dose3 (4.0.1-1) unstable; urgency=medium
 
   [ Johannes Schauer ]
diff --git a/debian/patches/fix_META b/debian/patches/fix_META
new file mode 100644
index 0000000..67e173b
--- /dev/null
+++ b/debian/patches/fix_META
@@ -0,0 +1,17 @@
+Description: fix META.in
+ insert versioning module
+Author: Johannes Schauer <josch at debian.org>
+Bug-Debian: https://bugs.debian.org/797448
+
+--- dose3-4.0.1.orig/META.in
++++ dose3-4.0.1/META.in
+@@ -1,7 +1,7 @@
+ description = "Dose3 libraries"
+ version = "@PACKAGE_VERSION@"
+-archive(byte) = "common.cma algo.cma debian.cma csw.cma pef.cma"
+-archive(native) = "common.cmxa algo.cmxa debian.cmxa csw.cmxa pef.cmxa"
++archive(byte) = "common.cma algo.cma versioning.cma debian.cma csw.cma pef.cma"
++archive(native) = "common.cmxa algo.cmxa versioning.cmxa debian.cmxa csw.cmxa pef.cmxa"
+ requires = "extlib, re.pcre, cudf, @OCAMLGRAPH@, unix, @ZIP@, @BZ2@"
+ 
+ package "common" (
diff --git a/debian/patches/series b/debian/patches/series
index b7e42fd..e50a7b3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 binaries-prefix-edos
 coinstall-binary-name
 # librpm-4.12
+fix_META

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/dose3.git



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