New Upstream Release - headache

Ready changes

Summary

Merged new upstream version: 1.07 (was: 1.06).

Diff

diff --git a/debian/changelog b/debian/changelog
index bae5059..5277f88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+headache (1.07-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 14 Jul 2023 08:41:51 -0000
+
 headache (1.06-2) unstable; urgency=medium
 
   * Team upload
diff --git a/dune b/dune
index 043dcb1..dfa1d3d 100644
--- a/dune
+++ b/dune
@@ -1,7 +1,7 @@
 (library
      (name headache)
      (modules Model Config_lex Config_parse Config Info Skip)
-     (libraries camomile str bytes)
+     (libraries camomile str)
 )
 
 (ocamllex config_lex)
diff --git a/dune-project b/dune-project
index a26d6e2..d58d45f 100644
--- a/dune-project
+++ b/dune-project
@@ -1 +1 @@
-(lang dune 1.6)
+(lang dune 3.4)
diff --git a/headache.opam b/headache.opam
index 413513b..29c3856 100644
--- a/headache.opam
+++ b/headache.opam
@@ -1,8 +1,8 @@
 opam-version: "2.0"
 name: "headache"
-version: "1.06"
+version: "1.07"
 
-license: "GNU Library General Public License"
+license: "LGPL-2.0-only"
 
 synopsis: "Automatic generation of files headers"
 description: """
@@ -15,26 +15,23 @@ authors: [
   # contributors
   "Patrick Baudin"
   "Mehdi Dogguy"
+  "André Maroneze"
   "François Pottier"
   "Virgile Prevosto"
   "Ralf Treinen"
 ]
 
-maintainer: "Patrick Baudin"
+maintainer: "frama-ci-bot@frama-c.com"
 homepage: "https://github.com/Frama-C/headache/"
 bug-reports: "https://github.com/Frama-C/headache/issues"
 dev-repo: "git+https://github.com/Frama-C/headache.git"
 
 depends: [
-  "camomile"
-  "dune" {>= "1.6"}
+  "ocaml" {>= "4.02"}
+  "camomile" {>= "2.0.0"}
+  "dune" {>= "3.4"}
 ]
 
 build: [
-  [ "dune" "build" "-p" "headache" ]
-]
-
-install:  [
-  [make "INSTALLDIR=%{prefix}%/bin" "install"]
-  [make "DOC_INSTALLDIR=%{prefix}%/doc/headache" "install-doc"] {with-doc}
+  [ "dune" "build" "-p" name "-j" jobs ]
 ]
diff --git a/headache_tool.ml b/headache_tool.ml
index 2544245..a973847 100644
--- a/headache_tool.ml
+++ b/headache_tool.ml
@@ -115,7 +115,6 @@ let read_headerfile filename =
 (***************************************************************************)
 (** {2 Processing files} *)
 
-let temp_file_counter = ref 0
 let prng = Random.State.make_self_init ();;
 
 let temp_file_name directory prefix suffix =
diff --git a/info.ml b/info.ml
index d124383..430b358 100644
--- a/info.ml
+++ b/info.ml
@@ -14,4 +14,4 @@
 (**************************************************************************)
 
 let name = "headache"
-let version = "1.06"
+let version = "1.07"
diff --git a/model.ml b/model.ml
index 05ba741..c6c54f8 100644
--- a/model.ml
+++ b/model.ml
@@ -13,7 +13,7 @@
 (*                                                                        *)
 (**************************************************************************)
 
-open CamomileLibrary
+open Camomile
 open Printf
 
 exception Error of string

More details

Full run details

Historical runs