[Pkg-ocaml-maint-commits] [ocaml-visitors] 01/03: New upstream version 20170725

2017-07-25 Thread Ralf Treinen
This is an automated email from the git hooks/post-receive script.

treinen pushed a commit to branch master
in repository ocaml-visitors.

commit e88e214b9b5210fb21b69b7e792d1f5623013037
Author: Ralf Treinen 
Date:   Tue Jul 25 16:50:13 2017 +0200

New upstream version 20170725
---
 CHANGES |  55 
 CHANGES.md  |  79 +++
 GNUmakefile |   5 +-
 TODO|  18 +-
 doc/english.bib | 167 ++--
 doc/macros.tex  |   3 +
 doc/main.tex|  19 ++
 src/Makefile|  23 +--
 src/Visitors.ml |  25 +---
 src/VisitorsAnalysis.ml |   8 +++
 src/VisitorsSettings.ml |  39 ++-
 test/expr.mllib |   1 +
 test/expr01use.ml   |  24 +++
 test/misc.mllib |   1 +
 test/prefixes.ml|  23 +++
 15 files changed, 408 insertions(+), 82 deletions(-)

diff --git a/CHANGES b/CHANGES
deleted file mode 100644
index dfc40f9..000
--- a/CHANGES
+++ /dev/null
@@ -1,55 +0,0 @@
-2017/04/04:
-Extended backward compatibility to OCaml 4.02.2. (Thanks to Benjamin Farinier.)
-
-2017/03/17:
-New attributes [@build] and [@@build] can be attached to record type
-declarations and data constructors, so as to alter the construction code that
-is used in map, endo, and mapreduce visitors. See the documentation for
-details. (This feature was suggested by Reuben Rowe.)
-
-2017/03/15:
-New attributes [@name] and [@@name] can be attached to types, type 
declarations,
-and data constructors, so as to alter the names of the generated methods. See
-the documentation for details. (This feature was suggested by Reuben Rowe.)
-
-2017/03/08:
-A new option [polymorphic = true] allows generating visitor methods with
-polymorphic types. With [polymorphic = true], a type variable ['a] is
-handled by a visitor *function* [visit_'a], which is passed as an argument
-to every visitor method; whereas, with [polymorphic = false], a type
-variable ['a] is handled by a virtual visitor *method* [visit_'a].
-With [polymorphic = true], visitor classes compose better,
-and irregular algebraic data types are supported.
-See the documentation for more details.
-(This feature was suggested by Reuben Rowe.)
-
-2017/03/03:
-A new option [data = false] allows suppressing the generation of visitor
-methods for data constructors. This makes the generated visitor slightly
-simpler and faster, but less customizable.
-
-A new option [nude = true] allows *not* implicitly inheriting the class
-VisitorsRuntime..
-
-2017/02/15:
-Makefile.preprocess is now installed with the package, so users can rely on it
-without needing to copy it. See the documentation for instructions.
-
-2017/02/13:
-Added a new variety of visitors, "mapreduce". This visitor computes a pair of a
-data structure (like a "map" visitor) and a summary (like a "reduce" visitor).
-This can be used to annotate every tree node with information about the
-subtree that lies below it. See the documentation for an example.
-
-2017/02/09:
-Documentation: added a new subsection on OCaml objects,
-entitled "Where the expressiveness of OCaml's type system falls short".
-This section explains why "map" cannot be a subclass of "fold",
-even though it should be.
-
-2017/01/31:
-Documentation: added an example of constructing a lexicographic ordering.
-Documentation: discussed generating visitors for existing types and ppx_import.
-
-2017/01/26:
-Initial release.
diff --git a/CHANGES.md b/CHANGES.md
new file mode 100644
index 000..eea14f5
--- /dev/null
+++ b/CHANGES.md
@@ -0,0 +1,79 @@
+# Changes
+
+## 2017/07/25
+
+* Updated `src/Makefile` to allow compilation on systems where `ocamlopt` is
+  missing. (Suggested by Ralf Treinen.)
+
+## 2017/04/20
+
+* New settings `visit_prefix`, `build_prefix`, and `fail_prefix` can be used
+  to control which prefixes are used in generated method names. (This feature
+  was suggested by Philip Hölzenspies.)
+
+## 2017/04/04
+
+* Extended backward compatibility to OCaml 4.02.2. (Thanks to Benjamin 
Farinier.)
+
+## 2017/03/17
+
+* New attributes `@build` and `@@build` can be attached to record type
+  declarations and data constructors, so as to alter the construction code that
+  is used in `map`, `endo`, and `mapreduce` visitors. See the documentation for
+  details. (This feature was suggested by Reuben Rowe.)
+
+## 2017/03/15
+
+* New attributes `@name` and `@@name` can be attached to types, type 
declarations,
+  and data constructors, so as to alter the names of the generated methods. See
+  the documentation for details. (This feature was suggested by Reuben Rowe.)
+
+## 2017/03/08
+
+* A new option `polymorphic = true` allows generating visitor methods with
+  polymorphic types. With `polymorphic = true`, a type variable `'a` is
+  handled by a visitor *func

[Pkg-ocaml-maint-commits] [ocaml-visitors] 03/03: new upstream release

2017-07-25 Thread Ralf Treinen
This is an automated email from the git hooks/post-receive script.

treinen pushed a commit to branch master
in repository ocaml-visitors.

commit 231d0a29c34e6ddec34ab352e3d412782348b0b8
Author: Ralf Treinen 
Date:   Tue Jul 25 16:53:16 2017 +0200

new upstream release
---
 debian/changelog | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8fdc88f..443a228 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-ocaml-visitors (20170404-2) UNRELEASED; urgency=medium
+ocaml-visitors (20170725-1) UNRELEASED; urgency=medium
 
+  * New upstream release. This release fixes compilation on bytecode
+architectures (closes: #869207)
   * Added build-dependency on ocamlbuild.
 
- -- Ralf Treinen   Fri, 21 Jul 2017 08:18:28 +0200
+ -- Ralf Treinen   Tue, 25 Jul 2017 16:52:30 +0200
 
 ocaml-visitors (20170404-1) unstable; urgency=medium
 

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [ocaml-visitors] 02/03: Updated version 20170725 from 'upstream/20170725'

2017-07-25 Thread Ralf Treinen
This is an automated email from the git hooks/post-receive script.

treinen pushed a commit to branch master
in repository ocaml-visitors.

commit 780825a39c87fde7432466e70cf9121acab9c8b6
Merge: c19a624 e88e214
Author: Ralf Treinen 
Date:   Tue Jul 25 16:50:14 2017 +0200

Updated version 20170725 from 'upstream/20170725'

with Debian dir 0a9cd0b6f72fb0814c57eff43a1a617b8e256734

 CHANGES |  55 
 CHANGES.md  |  79 +++
 GNUmakefile |   5 +-
 TODO|  18 +-
 doc/english.bib | 167 ++--
 doc/macros.tex  |   3 +
 doc/main.tex|  19 ++
 src/Makefile|  23 +--
 src/Visitors.ml |  25 +---
 src/VisitorsAnalysis.ml |   8 +++
 src/VisitorsSettings.ml |  39 ++-
 test/expr.mllib |   1 +
 test/expr01use.ml   |  24 +++
 test/misc.mllib |   1 +
 test/prefixes.ml|  23 +++
 15 files changed, 408 insertions(+), 82 deletions(-)

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [ocaml-visitors] 01/01: pristine-tar data for ocaml-visitors_20170725.orig.tar.xz

2017-07-25 Thread Ralf Treinen
This is an automated email from the git hooks/post-receive script.

treinen pushed a commit to branch pristine-tar
in repository ocaml-visitors.

commit e4a52cc1a7954566fb8de66143904bb9499899a9
Author: Ralf Treinen 
Date:   Tue Jul 25 16:50:14 2017 +0200

pristine-tar data for ocaml-visitors_20170725.orig.tar.xz
---
 ocaml-visitors_20170725.orig.tar.xz.delta | Bin 0 -> 3993 bytes
 ocaml-visitors_20170725.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/ocaml-visitors_20170725.orig.tar.xz.delta 
b/ocaml-visitors_20170725.orig.tar.xz.delta
new file mode 100644
index 000..ea0c136
Binary files /dev/null and b/ocaml-visitors_20170725.orig.tar.xz.delta differ
diff --git a/ocaml-visitors_20170725.orig.tar.xz.id 
b/ocaml-visitors_20170725.orig.tar.xz.id
new file mode 100644
index 000..2f2fd13
--- /dev/null
+++ b/ocaml-visitors_20170725.orig.tar.xz.id
@@ -0,0 +1 @@
+05fb83a7248bf2a3b5a6c07aa5fc3b9c1b32

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [ocaml-visitors] branch upstream updated (3b95ace -> e88e214)

2017-07-25 Thread Ralf Treinen
This is an automated email from the git hooks/post-receive script.

treinen pushed a change to branch upstream
in repository ocaml-visitors.

  from  3b95ace   New upstream version 20170404
   new  e88e214   New upstream version 20170725

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES |  55 
 CHANGES.md  |  79 +++
 GNUmakefile |   5 +-
 TODO|  18 +-
 doc/english.bib | 167 ++--
 doc/macros.tex  |   3 +
 doc/main.tex|  19 ++
 src/Makefile|  23 +--
 src/Visitors.ml |  25 +---
 src/VisitorsAnalysis.ml |   8 +++
 src/VisitorsSettings.ml |  39 ++-
 test/expr.mllib |   1 +
 test/expr01use.ml   |  24 +++
 test/misc.mllib |   1 +
 test/prefixes.ml|  23 +++
 15 files changed, 408 insertions(+), 82 deletions(-)
 delete mode 100644 CHANGES
 create mode 100644 CHANGES.md
 create mode 100644 test/expr01use.ml
 create mode 100644 test/prefixes.ml

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [ocaml-visitors] branch master updated (c19a624 -> 231d0a2)

2017-07-25 Thread Ralf Treinen
This is an automated email from the git hooks/post-receive script.

treinen pushed a change to branch master
in repository ocaml-visitors.

  from  c19a624   + build-dependency ocamlbuild
   new  e88e214   New upstream version 20170725
   new  780825a   Updated version 20170725 from 'upstream/20170725'
   new  231d0a2   new upstream release

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES |  55 
 CHANGES.md  |  79 +++
 GNUmakefile |   5 +-
 TODO|  18 +-
 debian/changelog|   6 +-
 doc/english.bib | 167 ++--
 doc/macros.tex  |   3 +
 doc/main.tex|  19 ++
 src/Makefile|  23 +--
 src/Visitors.ml |  25 +---
 src/VisitorsAnalysis.ml |   8 +++
 src/VisitorsSettings.ml |  39 ++-
 test/expr.mllib |   1 +
 test/expr01use.ml   |  24 +++
 test/misc.mllib |   1 +
 test/prefixes.ml|  23 +++
 16 files changed, 412 insertions(+), 84 deletions(-)
 delete mode 100644 CHANGES
 create mode 100644 CHANGES.md
 create mode 100644 test/expr01use.ml
 create mode 100644 test/prefixes.ml

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [ocaml-visitors] annotated tag upstream/20170725 created (now ff9cea6)

2017-07-25 Thread Ralf Treinen
This is an automated email from the git hooks/post-receive script.

treinen pushed a change to annotated tag upstream/20170725
in repository ocaml-visitors.

at  ff9cea6   (tag)
   tagging  e88e214b9b5210fb21b69b7e792d1f5623013037 (commit)
  replaces  upstream/20170404
 tagged by  Ralf Treinen
on  Tue Jul 25 16:50:14 2017 +0200

- Log -
Upstream version 20170725

Ralf Treinen (1):
  New upstream version 20170725

---

No new revisions were added by this update.

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [ocaml-visitors] branch pristine-tar updated (2d7e304 -> e4a52cc)

2017-07-25 Thread Ralf Treinen
This is an automated email from the git hooks/post-receive script.

treinen pushed a change to branch pristine-tar
in repository ocaml-visitors.

  from  2d7e304   pristine-tar data for ocaml-visitors_20170404.orig.tar.bz2
   new  e4a52cc   pristine-tar data for ocaml-visitors_20170725.orig.tar.xz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ocaml-visitors_20170725.orig.tar.xz.delta | Bin 0 -> 3993 bytes
 ocaml-visitors_20170725.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 ocaml-visitors_20170725.orig.tar.xz.delta
 create mode 100644 ocaml-visitors_20170725.orig.tar.xz.id

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [approx] 01/02: Revert "use cryptokit for checksum functions"

2017-07-25 Thread Eric Cooper
This is an automated email from the git hooks/post-receive script.

ecc-guest pushed a commit to branch upstream
in repository approx.

commit 527d48fab7ab93dfe1d75941858459192cdc8909
Author: Eric Cooper 
Date:   Tue Jul 25 12:24:37 2017 -0400

Revert "use cryptokit for checksum functions"

This reverts commit 36482244190b748a6f63ebd8006dfca94d304543.
---
 _tags   |  4 ++--
 util.ml | 29 +++--
 2 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/_tags b/_tags
index 3574409..ee83e10 100644
--- a/_tags
+++ b/_tags
@@ -8,10 +8,10 @@
 : package(pcre)
 : package(netsys)
 : package(netstring)
-: package(cryptokit)
+: package(sha)
 : package(pcre)
 
-<**/*.{byte,native}>: package(netsys), package(pcre), package(cryptokit)
+<**/*.{byte,native}>: package(netsys), package(pcre), package(sha)
 : package(nethttpd)
 
 : package(oUnit)
diff --git a/util.ml b/util.ml
index b2bee90..3cf8858 100644
--- a/util.ml
+++ b/util.ml
@@ -301,20 +301,21 @@ let iter_dirs = iter_of_fold fold_dirs
 
 let iter_non_dirs = iter_of_fold fold_non_dirs
 
-let to_hex s =
-  let n = String.length s in
-  let hex = Bytes.create (2*n) in
-  for i = 0 to n-1 do
-Bytes.blit_string (sprintf "%02x" (Char.code s.[i])) 0 hex (2*i) 2
-  done;
-  hex
-
-let hash_file hash file =
-  to_hex (with_in_channel open_in file (Cryptokit.hash_channel hash ?len:None))
-
-let file_md5sum = hash_file (Cryptokit.Hash.md5 ())
-let file_sha1sum = hash_file (Cryptokit.Hash.sha1 ())
-let file_sha256sum = hash_file (Cryptokit.Hash.sha256 ())
+module type MD =
+  sig
+type t
+val file : string -> t
+val to_hex : t -> string
+  end
+
+module FileDigest (MsgDigest : MD) =
+  struct
+let sum file = MsgDigest.to_hex (MsgDigest.file file)
+  end
+
+let file_md5sum = let module F = FileDigest(Digest) in F.sum
+let file_sha1sum = let module F = FileDigest(Sha1) in F.sum
+let file_sha256sum = let module F = FileDigest(Sha256) in F.sum
 
 let user_id =
   object

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [approx] 02/02: increment version number

2017-07-25 Thread Eric Cooper
This is an automated email from the git hooks/post-receive script.

ecc-guest pushed a commit to branch upstream
in repository approx.

commit b4dea3d79ea85da85f4c77c000bbefaa9c48643a
Author: Eric Cooper 
Date:   Tue Jul 25 12:26:48 2017 -0400

increment version number
---
 config.ml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.ml b/config.ml
index 23fdfbd..8061a2a 100644
--- a/config.ml
+++ b/config.ml
@@ -5,7 +5,7 @@
 open Config_file
 open Util
 
-let version = "5.9"
+let version = "5.10"
 
 let default_config = "/etc/approx/approx.conf"
 

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [approx] branch upstream updated (020c900 -> b4dea3d)

2017-07-25 Thread Eric Cooper
This is an automated email from the git hooks/post-receive script.

ecc-guest pushed a change to branch upstream
in repository approx.

  from  020c900   increment version number
   new  527d48f   Revert "use cryptokit for checksum functions"
   new  b4dea3d   increment version number

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 _tags |  4 ++--
 config.ml |  2 +-
 util.ml   | 29 +++--
 3 files changed, 18 insertions(+), 17 deletions(-)

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [approx] 01/03: Merge branch 'upstream'

2017-07-25 Thread Eric Cooper
This is an automated email from the git hooks/post-receive script.

ecc-guest pushed a commit to annotated tag debian/5.10-1
in repository approx.

commit 1f3da68afa3d560f32f990b0f34e2818004d067b
Merge: f5ad1a6 b4dea3d
Author: Eric Cooper 
Date:   Tue Jul 25 12:34:17 2017 -0400

Merge branch 'upstream'

 _tags |  4 ++--
 config.ml |  2 +-
 util.ml   | 29 +++--
 3 files changed, 18 insertions(+), 17 deletions(-)

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [approx] annotated tag debian/5.10-1 created (now 509463a)

2017-07-25 Thread Eric Cooper
This is an automated email from the git hooks/post-receive script.

ecc-guest pushed a change to annotated tag debian/5.10-1
in repository approx.

at  509463a   (tag)
   tagging  c7e38dcb084f100aaeda8d3d67a113704f457c7c (commit)
  replaces  debian/5.9-1
 tagged by  Eric Cooper
on  Tue Jul 25 12:39:02 2017 -0400

- Log -
approx Debian release 5.10-1

Eric Cooper (5):
  Revert "use cryptokit for checksum functions"
  increment version number
  Merge branch 'upstream'
  revert to ocaml-sha instead of cryptokit
  changelog entry for version 5.10-1

---

This annotated tag includes the following new commits:

   new  527d48f   Revert "use cryptokit for checksum functions"
   new  b4dea3d   increment version number
   new  1f3da68   Merge branch 'upstream'
   new  b449a98   revert to ocaml-sha instead of cryptokit
   new  c7e38dc   changelog entry for version 5.10-1

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [approx] branch master updated (f5ad1a6 -> c7e38dc)

2017-07-25 Thread Eric Cooper
This is an automated email from the git hooks/post-receive script.

ecc-guest pushed a change to branch master
in repository approx.

  from  f5ad1a6   changelog entry for version 5.9-1
  adds  527d48f   Revert "use cryptokit for checksum functions"
  adds  b4dea3d   increment version number
  adds  1f3da68   Merge branch 'upstream'
  adds  b449a98   revert to ocaml-sha instead of cryptokit
  adds  c7e38dc   changelog entry for version 5.10-1

No new revisions were added by this update.

Summary of changes:
 _tags|  4 ++--
 config.ml|  2 +-
 debian/changelog |  7 +++
 debian/control   |  2 +-
 util.ml  | 29 +++--
 5 files changed, 26 insertions(+), 18 deletions(-)

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [approx] annotated tag upstream/5.10 created (now ebab8fd)

2017-07-25 Thread Eric Cooper
This is an automated email from the git hooks/post-receive script.

ecc-guest pushed a change to annotated tag upstream/5.10
in repository approx.

at  ebab8fd   (tag)
   tagging  b4dea3d79ea85da85f4c77c000bbefaa9c48643a (commit)
  replaces  upstream/5.9
 tagged by  Eric Cooper
on  Tue Jul 25 12:27:15 2017 -0400

- Log -
approx version 5.10

Eric Cooper (2):
  Revert "use cryptokit for checksum functions"
  increment version number

---

This annotated tag includes the following new commits:

   new  527d48f   Revert "use cryptokit for checksum functions"
   new  b4dea3d   increment version number

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [approx] 02/03: revert to ocaml-sha instead of cryptokit

2017-07-25 Thread Eric Cooper
This is an automated email from the git hooks/post-receive script.

ecc-guest pushed a commit to annotated tag debian/5.10-1
in repository approx.

commit b449a986c324634e05d290003cd0a73952af4d88
Author: Eric Cooper 
Date:   Tue Jul 25 12:29:16 2017 -0400

revert to ocaml-sha instead of cryptokit
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index afed477..500de8a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,10 +6,10 @@ Uploaders: Ralf Treinen 
 Build-Depends:
  debhelper (>= 10),
  dh-ocaml,
- libcryptokit-ocaml-dev,
  libnethttpd-ocaml-dev (>= 3),
  libounit-ocaml-dev,
  libpcre-ocaml-dev,
+ libsha-ocaml-dev,
  ocamlbuild,
  ocaml-nox (>= 4.02)
 Standards-Version: 4.0.0

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [approx] 03/03: changelog entry for version 5.10-1

2017-07-25 Thread Eric Cooper
This is an automated email from the git hooks/post-receive script.

ecc-guest pushed a commit to annotated tag debian/5.10-1
in repository approx.

commit c7e38dcb084f100aaeda8d3d67a113704f457c7c
Author: Eric Cooper 
Date:   Tue Jul 25 12:30:35 2017 -0400

changelog entry for version 5.10-1
---
 debian/changelog | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4ce22a7..b958b10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+approx (5.10-1) unstable; urgency=medium
+
+  * New upstream version
+  * revert to ocaml-sha instead of cryptokit
+
+ -- Eric Cooper   Tue, 25 Jul 2017 12:30:00 -0400
+
 approx (5.9-1) unstable; urgency=medium
 
   * New upstream version

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [approx] branch pristine-tar updated (4f8a075 -> 410cecf)

2017-07-25 Thread Eric Cooper
This is an automated email from the git hooks/post-receive script.

ecc-guest pushed a change to branch pristine-tar
in repository approx.

  from  4f8a075   pristine-tar data for approx_5.9.orig.tar.gz
   new  410cecf   pristine-tar data for approx_5.10.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 approx_5.10.orig.tar.gz.delta | Bin 0 -> 1922 bytes
 approx_5.10.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 approx_5.10.orig.tar.gz.delta
 create mode 100644 approx_5.10.orig.tar.gz.id

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [approx] 01/01: pristine-tar data for approx_5.10.orig.tar.gz

2017-07-25 Thread Eric Cooper
This is an automated email from the git hooks/post-receive script.

ecc-guest pushed a commit to branch pristine-tar
in repository approx.

commit 410cecf72bdfd76cc981095a14396170d7de74f0
Author: Eric Cooper 
Date:   Tue Jul 25 12:32:04 2017 -0400

pristine-tar data for approx_5.10.orig.tar.gz
---
 approx_5.10.orig.tar.gz.delta | Bin 0 -> 1922 bytes
 approx_5.10.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/approx_5.10.orig.tar.gz.delta b/approx_5.10.orig.tar.gz.delta
new file mode 100644
index 000..9649a21
Binary files /dev/null and b/approx_5.10.orig.tar.gz.delta differ
diff --git a/approx_5.10.orig.tar.gz.id b/approx_5.10.orig.tar.gz.id
new file mode 100644
index 000..461805b
--- /dev/null
+++ b/approx_5.10.orig.tar.gz.id
@@ -0,0 +1 @@
+4f6b188f42be4c1bef9007166bb7aaf1818629b9

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [spamoracle] 03/10: Bump debhelper compat to 10

2017-07-25 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository spamoracle.

commit 17891d48c4345809643fe3982f632f4f16713035
Author: Stephane Glondu 
Date:   Wed Jul 26 07:32:13 2017 +0200

Bump debhelper compat to 10
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/compat b/debian/compat
index 7f8f011..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+10
diff --git a/debian/control b/debian/control
index 1c5b03e..c767387 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: net
 Priority: optional
 Maintainer: Debian OCaml Maintainers 
 Uploaders: Samuel Mimram , Stefano Zacchiroli 

-Build-Depends: debhelper (>= 7), dh-ocaml, ocaml-nox (>= 3.11), dpatch
+Build-Depends: debhelper (>= 10), dh-ocaml, ocaml-nox (>= 3.11), dpatch
 Standards-Version: 3.8.2
 Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/spamoracle.git
 Vcs-Browser: 
https://anonscm.debian.org/git/pkg-ocaml-maint/packages/spamoracle.git

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [spamoracle] 07/10: Add Homepage

2017-07-25 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository spamoracle.

commit 609de3dc15a61e5ef3be3599e63b471208b932e9
Author: Stephane Glondu 
Date:   Wed Jul 26 08:09:31 2017 +0200

Add Homepage
---
 debian/control   | 1 +
 debian/copyright | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 4b28f88..e7ca773 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian OCaml Maintainers 

 Uploaders: Samuel Mimram , Stefano Zacchiroli 

 Build-Depends: debhelper (>= 10), dh-ocaml, ocaml-nox (>= 3.11)
 Standards-Version: 3.9.1
+Homepage: http://pauillac.inria.fr/~xleroy/software.html#spamoracle
 Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/spamoracle.git
 Vcs-Browser: 
https://anonscm.debian.org/git/pkg-ocaml-maint/packages/spamoracle.git
 
diff --git a/debian/copyright b/debian/copyright
index 05085c0..277352c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,7 +2,6 @@ Format: 
https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Author: Xavier Leroy 
 Packaged-By: Sven Luther 
 Packaged-Date: Sun, 20 Oct 2002 11:38:39 +0200
-Original-Source-Location: 
http://pauillac.inria.fr/~xleroy/software.html#spamoracle
 
 Files: *
 Copyright: © 2002, Institut National de Recherche en Informatique et en 
Automatique

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

[Pkg-ocaml-maint-commits] [spamoracle] 04/10: Switch debian/copyright to format 1.0

2017-07-25 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository spamoracle.

commit beea571691c3dfef4f52d29189d71075c21b3721
Author: Stephane Glondu 
Date:   Wed Jul 26 07:35:06 2017 +0200

Switch debian/copyright to format 1.0
---
 debian/copyright | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index f4690b7..05085c0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,14 +1,12 @@
-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Author: Xavier Leroy 
 Packaged-By: Sven Luther 
 Packaged-Date: Sun, 20 Oct 2002 11:38:39 +0200
 Original-Source-Location: 
http://pauillac.inria.fr/~xleroy/software.html#spamoracle
 
 Files: *
-Copyright: (C) 2002, Institut National de Recherche en Informatique et en
- Automatique
+Copyright: © 2002, Institut National de Recherche en Informatique et en 
Automatique
 License: GPL-2
-
-This file is distributed under the terms of the GNU Public License version 2,
-which you may find in /usr/share/common-licenses/GPL-2 on debian systems.
+ This file is distributed under the terms of the GNU Public License version 2,
+ which you may find in /usr/share/common-licenses/GPL-2 on debian systems.
 

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

[Pkg-ocaml-maint-commits] [spamoracle] 05/10: Bump Standards-Version to 3.9.1

2017-07-25 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository spamoracle.

commit 9e12403e1c8ce896254adce6ad0cb02ee980e947
Author: Stephane Glondu 
Date:   Wed Jul 26 07:48:14 2017 +0200

Bump Standards-Version to 3.9.1
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index c767387..990622f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian OCaml Maintainers 
 Uploaders: Samuel Mimram , Stefano Zacchiroli 

 Build-Depends: debhelper (>= 10), dh-ocaml, ocaml-nox (>= 3.11), dpatch
-Standards-Version: 3.8.2
+Standards-Version: 3.9.1
 Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/spamoracle.git
 Vcs-Browser: 
https://anonscm.debian.org/git/pkg-ocaml-maint/packages/spamoracle.git
 

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [spamoracle] branch master updated (413560a -> 066486d)

2017-07-25 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository spamoracle.

  from  413560a   Remove Sylvain Le Gall from uploaders
   new  f7a7569   (Closes: #869315)
   new  7b6d3bf   Update Vcs-*
   new  17891d4   Bump debhelper compat to 10
   new  beea571   Switch debian/copyright to format 1.0
   new  9e12403   Bump Standards-Version to 3.9.1
   new  18ca29a   Switch to dh and 3.0 (quilt)
   new  609de3d   Add Homepage
   new  74777d6   Add ${misc:Depends} and ${ocaml:Depends}
   new  12639a4   Fix another Lintian warning
   new  066486d   Update changelog and prepare upload to unstable

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog   | 31 +++-
 debian/compat  |  2 +-
 debian/control | 13 ++---
 debian/copyright   | 11 ++---
 ...nfigure-scripts-and-other-build-stuff-ad.patch} | 35 +
 ...racters-which-are-not-allowed-in-manpages.patch | 21 
 debian/patches/00list  |  2 -
 debian/patches/manpage.dpatch  | 19 
 debian/patches/series  |  2 +
 debian/rules   | 57 +++---
 debian/source/format   |  1 +
 debian/source/local-options|  2 +
 12 files changed, 77 insertions(+), 119 deletions(-)
 rename debian/patches/{build.dpatch => 
0001-Makefiles-configure-scripts-and-other-build-stuff-ad.patch} (62%)
 mode change 100755 => 100644
 create mode 100644 
debian/patches/0002-Remove-characters-which-are-not-allowed-in-manpages.patch
 delete mode 100644 debian/patches/00list
 delete mode 100755 debian/patches/manpage.dpatch
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/format
 create mode 100644 debian/source/local-options

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [spamoracle] 01/10: (Closes: #869315)

2017-07-25 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository spamoracle.

commit f7a75690a440a985cfd9891e4d48b6395f486875
Author: Stephane Glondu 
Date:   Wed Jul 26 07:31:07 2017 +0200

(Closes: #869315)
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 50b82c8..c9a7f26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 spamoracle (1.4-15) UNRELEASED; urgency=low
 
-  * Remove Sylvain Le Gall from uploaders
+  * Remove Sylvain Le Gall from uploaders (Closes: #869315)
 
  -- Sylvain Le Gall   Fri, 21 Sep 2012 01:24:41 +
 

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [spamoracle] 09/10: Fix another Lintian warning

2017-07-25 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository spamoracle.

commit 12639a43243a6893bbe53d9d5ff04a882a9bdc25
Author: Stephane Glondu 
Date:   Wed Jul 26 08:10:44 2017 +0200

Fix another Lintian warning
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index f040c39..c870817 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Conflicts: spamoracle-byte
 Replaces: spamoracle-byte
 Provides: spamoracle-byte
-Description: A statistical analysis spam filter based on Bayes' formula
+Description: statistical analysis spam filter based on Bayes' formula
  SpamOracle, a.k.a. "Saint Peter", is a tool to help detect and filter away
  "spam" (unsolicited commercial e-mail). It proceeds by statistical analysis
  of the words that appear in the e-mail, comparing the frequencies of words

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [spamoracle] 02/10: Update Vcs-*

2017-07-25 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository spamoracle.

commit 7b6d3bf431ed6788fc1f2ad64f548d6ac49de42b
Author: Stephane Glondu 
Date:   Wed Jul 26 07:31:45 2017 +0200

Update Vcs-*
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 080f729..1c5b03e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian OCaml Maintainers 

 Uploaders: Samuel Mimram , Stefano Zacchiroli 

 Build-Depends: debhelper (>= 7), dh-ocaml, ocaml-nox (>= 3.11), dpatch
 Standards-Version: 3.8.2
-Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/spamoracle.git
-Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/spamoracle.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/spamoracle.git
+Vcs-Browser: 
https://anonscm.debian.org/git/pkg-ocaml-maint/packages/spamoracle.git
 
 Package: spamoracle
 Architecture: any

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [spamoracle] 06/10: Switch to dh and 3.0 (quilt)

2017-07-25 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository spamoracle.

commit 18ca29abb76a21ce9041ed798923eac312bd7b2c
Author: Stephane Glondu 
Date:   Wed Jul 26 07:55:01 2017 +0200

Switch to dh and 3.0 (quilt)
---
 debian/control |  2 +-
 ...nfigure-scripts-and-other-build-stuff-ad.patch} | 35 +
 ...racters-which-are-not-allowed-in-manpages.patch | 21 
 debian/patches/00list  |  2 -
 debian/patches/manpage.dpatch  | 19 
 debian/patches/series  |  2 +
 debian/rules   | 57 +++---
 debian/source/format   |  1 +
 debian/source/local-options|  2 +
 9 files changed, 46 insertions(+), 95 deletions(-)

diff --git a/debian/control b/debian/control
index 990622f..4b28f88 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: net
 Priority: optional
 Maintainer: Debian OCaml Maintainers 
 Uploaders: Samuel Mimram , Stefano Zacchiroli 

-Build-Depends: debhelper (>= 10), dh-ocaml, ocaml-nox (>= 3.11), dpatch
+Build-Depends: debhelper (>= 10), dh-ocaml, ocaml-nox (>= 3.11)
 Standards-Version: 3.9.1
 Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/spamoracle.git
 Vcs-Browser: 
https://anonscm.debian.org/git/pkg-ocaml-maint/packages/spamoracle.git
diff --git a/debian/patches/build.dpatch 
b/debian/patches/0001-Makefiles-configure-scripts-and-other-build-stuff-ad.patch
old mode 100755
new mode 100644
similarity index 62%
rename from debian/patches/build.dpatch
rename to 
debian/patches/0001-Makefiles-configure-scripts-and-other-build-stuff-ad.patch
index 3892db2..6bca8b3
--- a/debian/patches/build.dpatch
+++ 
b/debian/patches/0001-Makefiles-configure-scripts-and-other-build-stuff-ad.patch
@@ -1,26 +1,17 @@
-#! /bin/sh -e 
-## build.dpatch by 
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Makefiles, configure scripts and other build stuff adapted for
-## DP: debian package creation
+From: Sven Luther 
+Date: Wed, 26 Jul 2017 07:56:24 +0200
+Subject: Makefiles,
+ configure scripts and other build stuff adapted for debian package
+ creation
 
-if [ $# -ne 1 ]; then
-echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
-exit 1
-fi
-case "$1" in
--patch) patch -f --no-backup-if-mismatch -p1 < $0;;
--unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;;
-*)
-echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
-exit 1;;
-esac
+---
+ Makefile | 17 +++--
+ 1 file changed, 11 insertions(+), 6 deletions(-)
 
-exit 0
-@DPATCH@
 spamoracle-1.4.orig/Makefile
-+++ spamoracle-1.4/Makefile
+diff --git a/Makefile b/Makefile
+index 294bd17..6102f2a 100644
+--- a/Makefile
 b/Makefile
 @@ -1,16 +1,16 @@
  ### Configuration section
  
@@ -41,7 +32,7 @@ exit 0
  
  ### End of configuration section
  
-@@ -30,9 +30,14 @@
+@@ -30,9 +30,14 @@ NATLIBS=$(BYTELIBS:.cma=.cmxa)
  all: spamoracle
  
  install:
diff --git 
a/debian/patches/0002-Remove-characters-which-are-not-allowed-in-manpages.patch 
b/debian/patches/0002-Remove-characters-which-are-not-allowed-in-manpages.patch
new file mode 100644
index 000..b1cddc9
--- /dev/null
+++ 
b/debian/patches/0002-Remove-characters-which-are-not-allowed-in-manpages.patch
@@ -0,0 +1,21 @@
+From: Samuel Mimram 
+Date: Wed, 26 Jul 2017 07:58:00 +0200
+Subject: Remove characters which are not allowed in manpages
+
+---
+ spamoracle.1 | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/spamoracle.1 b/spamoracle.1
+index dad3328..36f4708 100644
+--- a/spamoracle.1
 b/spamoracle.1
+@@ -604,7 +604,7 @@ For instance, the following text:
+ .ft 3
+ .nf
+ .sp
+-SUMMER in English is written "�t�" in French ���
++SUMMER in English is written "ete" in French
+ .ft
+ .LP
+ .RE
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 83a9eb1..000
--- a/debian/patches/00list
+++ /dev/null
@@ -1,2 +0,0 @@
-build
-manpage
diff --git a/debian/patches/manpage.dpatch b/debian/patches/manpage.dpatch
deleted file mode 100755
index f682f16..000
--- a/debian/patches/manpage.dpatch
+++ /dev/null
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## manpage.dpatch by Samuel Mimram 
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Remove '�' characters which are not allowed in manpages.
-
-@DPATCH@
-diff -urNad spamoracle-1.4~/spamoracle.1 spamoracle-1.4/spamoracle.1
 spamoracle-1.4~/spamoracle.1   2003-10-03 13:02:22.0 +0200
-+++ spamoracle-1.4/spamoracle.12006-01-03 22:44:41.0 +0100
-@@ -604,7 +604,7 @@
- .ft 3
- .nf
- .sp
--SUMMER in English is written "�t�" in French ���
-+SUMMER in English is written "ete" in French
- .ft
- .

[Pkg-ocaml-maint-commits] [spamoracle] annotated tag debian/1.4-15 created (now d38b467)

2017-07-25 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a change to annotated tag debian/1.4-15
in repository spamoracle.

at  d38b467   (tag)
   tagging  066486dc751b8ee11d3ed97a279d3dd1f50507cd (commit)
  replaces  debian/1.4-14
 tagged by  Stephane Glondu
on  Wed Jul 26 08:18:26 2017 +0200

- Log -
spamoracle Debian release 1.4-15
-BEGIN PGP SIGNATURE-

iQIzBAABCgAdFiEEWOsJmcZOiX7olLgDeFPaTUmIGtMFAll4NDIACgkQeFPaTUmI
GtPSbRAAmDU+D6PCqOfEC+Rggx4HPsCLy0VnxcaUFwQgvrlWVX1qEcPKNdR2QLz9
OxfyBt/G5taNm5FyXJBbBeFpqKPKZpw86oKFh7Fa3pMTtRl7yMhCVhitE1nxlWG7
gIpzUzModsxW6L9FQcRCQGtcmsR2YvtG6BFm3MWIlEHExRRfsX9Lvn/NJiRj7m6u
wZPhMDhHKg1VdBQRSiWVXyvwhQnvSHzGWcKcuB5yOzPkA/FeAKPU1YNkGOiVnM48
azphk2XXhNGTtSvStDfbN0KnFSs+2XlTKoSLQsRKLZBUuJoeZPWtI+Rp85NtJNXM
qEqIuJjbxNofau/lGpAKUkzNXhKLjlh866MsEnUTZGjGpNx6jwuov/niuJVlt8gO
YTzCNdrgHa8XkmKIseav9ehuHUMi/70AiCbESfQ7A+0F83ldlRCN5TKHLoYvUAqb
EwsG9lPopbS0wAanzndmG6vHEGZQ22Ll+URIpcd8uxPejqj5U9aKfoOknTlF4ilz
ogqzV3nqOJ6nbbpGLgzl35tGOyXQGDNtRjvJ97AQzGrKQqFnSqXRcMVCPZvWAEIk
UmwBfKDG6554mjxT7WjFFrU4+HJR+CiWtvDc3oDxdstSoEaH86IPreppkNELIt1Q
oZDdWEGO2xTRT3uMDH0psX70/MZzNQccfqQ6lZeE0zyFbx1eyMs=
=Yb00
-END PGP SIGNATURE-

Stephane Glondu (10):
  (Closes: #869315)
  Update Vcs-*
  Bump debhelper compat to 10
  Switch debian/copyright to format 1.0
  Bump Standards-Version to 3.9.1
  Switch to dh and 3.0 (quilt)
  Add Homepage
  Add ${misc:Depends} and ${ocaml:Depends}
  Fix another Lintian warning
  Update changelog and prepare upload to unstable

Sylvain Le Gall (1):
  Remove Sylvain Le Gall from uploaders

---

No new revisions were added by this update.

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [spamoracle] 08/10: Add ${misc:Depends} and ${ocaml:Depends}

2017-07-25 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository spamoracle.

commit 74777d626d9ddc11da5733f84b5a79930e357c84
Author: Stephane Glondu 
Date:   Wed Jul 26 08:10:27 2017 +0200

Add ${misc:Depends} and ${ocaml:Depends}
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index e7ca773..f040c39 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Browser: 
https://anonscm.debian.org/git/pkg-ocaml-maint/packages/spamoracle.
 
 Package: spamoracle
 Architecture: any
-Depends: ${shlibs:Depends}, ${F:OCamlInterpreter}
+Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Conflicts: spamoracle-byte
 Replaces: spamoracle-byte
 Provides: spamoracle-byte

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [spamoracle] 10/10: Update changelog and prepare upload to unstable

2017-07-25 Thread Stéphane Glondu
This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository spamoracle.

commit 066486dc751b8ee11d3ed97a279d3dd1f50507cd
Author: Stephane Glondu 
Date:   Wed Jul 26 07:37:55 2017 +0200

Update changelog and prepare upload to unstable
---
 debian/changelog | 31 ---
 1 file changed, 20 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c9a7f26..87eba97 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,15 +1,25 @@
-spamoracle (1.4-15) UNRELEASED; urgency=low
-
+spamoracle (1.4-15) unstable; urgency=low
+
+  [ Stéphane Glondu ]
+  * Team upload
+  * Update Vcs-*
+  * Bump debhelper compat to 10
+  * Switch debian/copyright to format 1.0
+  * Bump Standards-Version to 3.9.1
+  * Switch to dh and 3.0 (quilt) (Closes: #599320)
+  * Add Homepage
+
+  [ Sylvain Le Gall ]
   * Remove Sylvain Le Gall from uploaders (Closes: #869315)
 
- -- Sylvain Le Gall   Fri, 21 Sep 2012 01:24:41 +
+ -- Stéphane Glondu   Wed, 26 Jul 2017 08:13:00 +0200
 
 spamoracle (1.4-14) unstable; urgency=low
 
   * Update debian/copyright with
 http://wiki.debian.org/Proposals/CopyrightFormat
   * Remove package spamoracle-byte, now spamoracle provides either native or
-bytecode version, depending on architecture. 
+bytecode version, depending on architecture.
   * Upgrade standards version to 3.8.2 (no change)
 
  -- Sylvain Le Gall   Tue, 30 Jun 2009 19:47:11 +
@@ -166,40 +176,39 @@ spamoracle (1.2-7) unstable; urgency=low
  -- Sven Luther   Mon, 26 May 2003 11:04:17 +0200
 
 spamoracle (1.2-6) unstable; urgency=low
-  
+
   * Fixed Typo in manpage. (Closes: #173563)
 
  -- Sven Luther   Sun, 22 Dec 2002 18:25:41 +0100
 
 spamoracle (1.2-5) unstable; urgency=low
-  
+
   * Now the documentation for spamoracle-byte is in /usr/share/doc/spamoracle,
 and /usr/share/doc/spamoracle-byte is a symlink to it.
 
  -- Sven Luther   Sun, 22 Dec 2002 12:57:05 +0100
 
 spamoracle (1.2-4) unstable; urgency=low
-  
+
   * Corrected man page to show the debian location and no more
 /usr/local/bin. (Closes: #169440)
 
  -- Sven Luther   Mon, 16 Dec 2002 09:59:49 +0100
 
 spamoracle (1.2-3) unstable; urgency=low
-  
+
   * Rebuild for ocaml 3.06-13.
 
  -- Sven Luther   Sun, 15 Dec 2002 00:41:03 +0100
 
 spamoracle (1.2-2) unstable; urgency=low
-  
+
   * Implemented the nativecode/bytecode split.
 
  -- Sven Luther   Mon, 28 Oct 2002 17:24:43 +0100
 
 spamoracle (1.2-1) unstable; urgency=low
-  
+
   * Initial Release.
 
  -- Sven Luther   Sun, 20 Oct 2002 11:33:12 +0200
-

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

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits