[ubuntu/xenial-proposed] ben 0.7.3ubuntu1 (Accepted)

Iain Lane iain at orangesquash.org.uk
Wed Nov 11 19:09:13 UTC 2015


ben (0.7.3ubuntu1) xenial; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Show Ubuntu logo.
    - Allow configs to request the Packages/Sources files are not
      redownloaded (so that we can download once and for all at the start).
    - Add an Ubuntu template.
    - Tolerate templates with buildds or critical_bugs entries that return
      None.
  * Fixes FTBFS (LP: #1515019)

ben (0.7.3) unstable; urgency=medium

  * Port to tyxml 3.5
  * Tell curl to follow HTTP redirects

ben (0.7.2) unstable; urgency=medium

  * Use date from last changelog entry in generated documentation to ensure
    a reproducible build.
  * Use http://httpredir.debian.org/debian as a default Debian mirror.
  * Update instructions in example file (Closes: #797100).
  * Set section to "devel" (Closes: #800390).
  * Drop Benl_arg module and use OCaml's Arg module. This change bumps
    minimal required version for OCaml to 4.01.

ben (0.7.1) unstable; urgency=medium

  [ Paul Wise ]
  * cdn.debian.net has been deprecated, replace it with http.debian.net

  [ Mehdi Dogguy ]
  * Ignore potential errors when deleting lock file
  * Use FileUtil.rm instead of calling /bin/rm
  * Replaces uses of Benl_core.list_iteri with List.iteri, which requires
    OCaml >= 4.0.
  * Call dose-debcheck with --deb-native-arch
  * Make build reproducible (Closes: #792054)
  * Add a note about order of command-line flags in documentation (Closes: #747875)
  * Add Json output format in monitor (Closes: #747883)
  * Drop --text, --xhtml and --color in favor of --output-format|-f

  [ Emilio Pozuelo Monfort ]
  * Fix buildd.debian.org compact links

  [ Simon McVittie ]
  * Add a new Partial category for packages that are both good and bad
    (Closes: #795314).

ben (0.7.0) unstable; urgency=medium

  * Add --no-clean to "ben tracker" to leave unknown generated
    HTML files.
  * "ben tracker" will clean up the HTML directory by default from
    now on.
  * Add ability to read uncompressed files by specifying "plain",
    "no" or "none" as a compression format.
  * Remove --output-type from "ben tracker". Support for other output
    types didn't exist anyway and is not planned.
  * Simplify queries so that processing is, a bit, faster.
  * Make templates directory configurable through BEN_TEMPLATES_DIR
    environment variable.
  * Automatically set correct date and revision when generating refman.
  * Bump magic number to BENA0902 because of change in internal format
    of cache file. This requires regeneration of .cache files.
  * Ben should not define any of the modules exported by its library.
    Update the nodefined-map for Ben accordingly.
  * Add libocamlnet-ocaml-dev to Build-Depends, needed by Ben_monitor
    through usage of Netencoding (Closes: #750327).
  * Using -stdin, ben monitor will read its input file from the
    standard input (Closes: #747887).
  * Document how ben query makes the difference between Packages and
    Sources files (Closes: #747879).
  * Use Arg module to process CLI arguments.
  * Parallelize (using ParMap) ben's processing in all frontends, except
    query.
    - Add libparmap-ocaml-dev to Build-Depends.
  * Use Re.Pcre instead of Pcre in a few places to be able to parallelize
    since this requires serializing a few data structures.
  * Add a collision detector in ben tracker (Closes: #730619).
  * Read and show explanations given by dose-debcheck.
    - Add libextlib-ocaml-dev to Build-Depends.
  * Suppose no ignored architectures when ignored item is missing in
    the configuration file.

Date: Wed, 11 Nov 2015 19:08:23 +0000
Changed-By: Iain Lane <iain at orangesquash.org.uk>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/ben/0.7.3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 11 Nov 2015 19:08:23 +0000
Source: ben
Binary: libben-ocaml-dev libben-ocaml ben
Architecture: source
Version: 0.7.3ubuntu1
Distribution: xenial
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Iain Lane <iain at orangesquash.org.uk>
Description:
 ben        - toolbox for Debian maintainers
 libben-ocaml - OCaml libraries for Debian maintainers (runtime package)
 libben-ocaml-dev - OCaml libraries for Debian maintainers (development package)
Closes: 730619 747875 747879 747883 747887 750327 792054 795314 797100 800390
Launchpad-Bugs-Fixed: 1515019
Changes:
 ben (0.7.3ubuntu1) xenial; urgency=low
 .
   * Merge from Debian unstable.  Remaining changes:
     - Show Ubuntu logo.
     - Allow configs to request the Packages/Sources files are not
       redownloaded (so that we can download once and for all at the start).
     - Add an Ubuntu template.
     - Tolerate templates with buildds or critical_bugs entries that return
       None.
   * Fixes FTBFS (LP: #1515019)
 .
 ben (0.7.3) unstable; urgency=medium
 .
   * Port to tyxml 3.5
   * Tell curl to follow HTTP redirects
 .
 ben (0.7.2) unstable; urgency=medium
 .
   * Use date from last changelog entry in generated documentation to ensure
     a reproducible build.
   * Use http://httpredir.debian.org/debian as a default Debian mirror.
   * Update instructions in example file (Closes: #797100).
   * Set section to "devel" (Closes: #800390).
   * Drop Benl_arg module and use OCaml's Arg module. This change bumps
     minimal required version for OCaml to 4.01.
 .
 ben (0.7.1) unstable; urgency=medium
 .
   [ Paul Wise ]
   * cdn.debian.net has been deprecated, replace it with http.debian.net
 .
   [ Mehdi Dogguy ]
   * Ignore potential errors when deleting lock file
   * Use FileUtil.rm instead of calling /bin/rm
   * Replaces uses of Benl_core.list_iteri with List.iteri, which requires
     OCaml >= 4.0.
   * Call dose-debcheck with --deb-native-arch
   * Make build reproducible (Closes: #792054)
   * Add a note about order of command-line flags in documentation (Closes: #747875)
   * Add Json output format in monitor (Closes: #747883)
   * Drop --text, --xhtml and --color in favor of --output-format|-f
 .
   [ Emilio Pozuelo Monfort ]
   * Fix buildd.debian.org compact links
 .
   [ Simon McVittie ]
   * Add a new Partial category for packages that are both good and bad
     (Closes: #795314).
 .
 ben (0.7.0) unstable; urgency=medium
 .
   * Add --no-clean to "ben tracker" to leave unknown generated
     HTML files.
   * "ben tracker" will clean up the HTML directory by default from
     now on.
   * Add ability to read uncompressed files by specifying "plain",
     "no" or "none" as a compression format.
   * Remove --output-type from "ben tracker". Support for other output
     types didn't exist anyway and is not planned.
   * Simplify queries so that processing is, a bit, faster.
   * Make templates directory configurable through BEN_TEMPLATES_DIR
     environment variable.
   * Automatically set correct date and revision when generating refman.
   * Bump magic number to BENA0902 because of change in internal format
     of cache file. This requires regeneration of .cache files.
   * Ben should not define any of the modules exported by its library.
     Update the nodefined-map for Ben accordingly.
   * Add libocamlnet-ocaml-dev to Build-Depends, needed by Ben_monitor
     through usage of Netencoding (Closes: #750327).
   * Using -stdin, ben monitor will read its input file from the
     standard input (Closes: #747887).
   * Document how ben query makes the difference between Packages and
     Sources files (Closes: #747879).
   * Use Arg module to process CLI arguments.
   * Parallelize (using ParMap) ben's processing in all frontends, except
     query.
     - Add libparmap-ocaml-dev to Build-Depends.
   * Use Re.Pcre instead of Pcre in a few places to be able to parallelize
     since this requires serializing a few data structures.
   * Add a collision detector in ben tracker (Closes: #730619).
   * Read and show explanations given by dose-debcheck.
     - Add libextlib-ocaml-dev to Build-Depends.
   * Suppose no ignored architectures when ignored item is missing in
     the configuration file.
Checksums-Sha1:
 c92b94b7bd093e4d5673c5c751460822fad519ca 2412 ben_0.7.3ubuntu1.dsc
 9b5ff43fceff911f344c70d283834165e908c503 66868 ben_0.7.3ubuntu1.tar.xz
Checksums-Sha256:
 586af4835ee872656ad3b8e4925910df2f86118355f16cb59e07a651fd3d7660 2412 ben_0.7.3ubuntu1.dsc
 8605bf57f4fe030cb01d5dc54b09c7d94afdb8e20ef0ab4a3aff801dfe5c5e39 66868 ben_0.7.3ubuntu1.tar.xz
Files:
 a833444e651ed79806f09ca3484ee287 2412 devel optional ben_0.7.3ubuntu1.dsc
 f699b867f6dda78b9e2182ddfb9e1bd4 66868 devel optional ben_0.7.3ubuntu1.tar.xz
Original-Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJWQ5I7AAoJEONS1cUcUEHUo8gQAKX9DmO1qyiHHe+YIzt+VP3w
I3kPpiziLw6HPDTBGSWdXa5doxJuWrSKcciUzNcON/83C6R02KWW0g3LxKpvN5Jp
a9ucv2XVPKckS58hWcE9PbSsUFddJ1WG2cwNQMnwl5FmmcSUC8cbJ9BY28SXVENM
qssu6ukqlSsHdkpYs/EOj4g2drRkNe9ZmKUTp7mcNHLQqlZ15IJs5nnTKAdDCO6m
JSzr7POuTy9CYsHGdi5Ayh+NTJPB0HROB3b27go8OouzhKtzEAxihsd+jVh4I7BI
pkjp5x+tUMYMM9PIq+NzUgPbmyU8B0FSRocNYdYH0mgdnEuQNhCD0p8Mmbb0bG36
Y5FhMw86d1f63OOjbYcAxt81PbZMm1PJ8XqjT1oTtQx0piHacVSNGW4UbFI4Vslv
OpD5buqJYxkuFTPw2b3yBwLEckOGxyQAJckkm6wuZ3CAw51QsYnBewLxC2RhBvl0
rEbxG5rLBIXQBqd3YFLVc3NhRCCkGeVnPK1vfzv4gywjJLgAHq7ZcIp6jokgvaFw
G/nFNNkXxnWpIilDNHze3zih6YO8QbG5ahMxqg/pN97g33NLTRqHb+uVC9wYn4ic
YKCEiER9edvNHo1mK+2+05g0wFPSTESAmfkVRlKFSWixCcNK4ayASqWGY4n5Yod4
0hNImxU5DfPzSGWMmXv5
=H2DD
-----END PGP SIGNATURE-----


More information about the Xenial-changes mailing list