Back to recutils PTS page

Accepted recutils 1.7-1 (source amd64)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 21 Apr 2014 00:05:03 +0200
Source: recutils
Binary: recutils librec-dev librec1
Architecture: source amd64
Version: 1.7-1
Distribution: unstable
Urgency: medium
Maintainer: Sven Wick <sven.wick@gmx.de>
Changed-By: Sven Wick <sven.wick@gmx.de>
Description: 
 librec-dev - recutils development files
 librec1    - library for accessing recfiles programmatically
 recutils   - text-based databases called recfiles
Closes: 716254 716266 716267 716561 727496 745353
Changes: 
 recutils (1.7-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #716254, #716266, #716561, #716267)
 .
     - Version 1.7 (25 March 2014)
 .
     - Utilities:
 .
      - rec2csv now supports a -d option
        to change the delimiter character in CSV files.
      - Support for joins and foreign keys.
      - Grouping records by one or more fields.
      - Sorting records by several fields.
      - Specifying rewrite rules in field expressions.
      - Writing field values in rows.
      - Dot-notation in selection expressions.
      - Support for the >= and <= operators in selection expressions.
      - Aggregated functions: sum, min, max, avg.
      - New bash loadable builtin 'readrec'.
      - It is now possible to specify several recfiles in the
        command line containing anonymous records.
 .
     - Format:
 .
      - Support for restricting the fields that can appear in records
        with the new %allowed special field.
      - If a tab separates a field name and a field value is now
        ignored and not considered part of the field value.
      - New UUID field type.
      - User provided arbitrary constraints with %constraint.
      - Pre-defined constants MIN and MAX can now be used in ranges.
 .
     - librec:
 .
      - The current version of the library is now 1.
      - New high-level API:
        rec_db_query, rec_db_insert, rec_db_delete and rec_db_set.
      - Documentation in the rec.h header file extended and improved.
 .
     - Emacs mode:
 .
      - It now possible to jump several records while navigating
        using a prefix argument to the next/previous commands.
      - Texinfo manual describing the usage of rec-mode.
      - Support for a mode hook.
      - Comments are now supported in records.
      - add-change-log-entry in a recfile now does the right thing.
      - Commands for copying/killing fields and records.
      - Support for undo in navigation mode.
      - Field folding.
      - Editing methods for the several field types.
      - Statistics.
 .
     - Documentation:
 .
      - The examples in the manual have been improved,
        and well as many other aspects: formatting, English, etc.
        Special thanks to Karl Berry for pointing out
        the problems and suggesting solutions.
      - The user manual has been restructured and expanded.
 .
     - Internal cleanup and code factorization.
     - Many, many, many bug fixes :D
 .
   * debian/docs
 .
     - removed TODO file
 .
   * debian/patches
 .
     - removed: eglibc2.17.patch (Fixed upstream)
     - removed: mdbtools-0.7-fix (Fixed upstream)
     -   added: man.patch
     -   added: csv2rec-format-warning.patch
     -   added: make-check.patch
     -   added: enable-automake-subdirs-option.patch
     -   added: evaluation-of-sexes.patch (Closes: #745353)
 .
   * debian/control
 .
     - Build-Depends: changed 'autotools-dev' to 'dh-autoreconf'
 .
       Patch submitted by Logan Rosen <logatronico@gmail.com>
 .
       I did not add 'help2man' to Build-Depends
       which his patch suggested, because this caused
       only a FTBFS in the versions 1.5 and 1.6 of recutils
       when using 'dh_autoreconf'.
 .
       Upstream updated 'man/Makefile.in',
       so this is not an issue anymore.
 .
     - Build-Depends: changed 'debhelper (>= 7.0.50~)' to 'debhelper (>= 9)'
     - Build-Depends: added 'bash-builtins' and 'uuid-dev'
     - Build-Depends: added 'texinfo' to make it build
                      in a pbuilder/cowbuilder environment
 .
     - librec0: removed 'Replaces: librecutils (<= 1.3-7)'
     - librec0: removed 'Conflicts: librecutils (<= 1.3-7)'
     - librec0: renamed package to 'librec1'
 .
     - recutils: changed Depends: from librec0 to librec1
     - recutils: removed 'dpkg (>= 1.15.4) | install-info' from Depends:
     - recutils: removed 'Section: database'
                 because it's already defined
                 in the source package
 .
     - librec-dev: changed Depends: from librec0 to librec1
     - librec-dev: removed 'Replaces: librecutils-dev (<= 1.3-7)'
     - librec-dev: removed 'Conflicts: librecutils-dev (<= 1.3-7)'
 .
     - changed Standards-Version: from 3.9.2 to 3.9.5
 .
   * debian/compat
 .
     - changed compatibility level from 7 to 8
 .
   * debian/
 .
     - renamed librec0.install to librec1.install
     - removed recutils.dirs because it's not needed
     - removed librec0.dirs because it's not needed
     - removed librec-dev.dirs because it's not needed
 .
   * debian/rules
 .
     - enabled hardening options
     - added override rule for dh_install
     - added override rule for dh_makeshlibs
     - changed 'dh $@' to 'dh $@ --with autoreconf'
       to get new libtool macros for ppc64el
       and update config.{sub,guess} for new arches.
 .
       Patch submitted by Logan Rosen <logatronico@gmail.com> (Closes: #727496)
 .
   * debian/recutils.install
 .
     - added the bash-builtin .so file
 .
   * debian/examples
 .
     - added example for the readrec bash-builtin
      - bash-builtins/readrec.sh
     - added examples for the new grouping and aggregation functions
      - movie-database/show_oldest_and_latest_moviedate.sh
      - movie-database/group_movies_by_audio.sh
      - movie-database/group_movies_by_media.sh
 .
   * debian/README.Debian
 .
     - info how to enable/disable the readrec bash-builtin
 .
   * debian/watch
 .
     - added 'pgpsigurlmangle' rule for upstream signatures
 .
   * debian/upstream/signing-key.pgp
 .
     - added upstream key to verify the signatures
 .
   * debian/source/include-binaries
 .
     - entry for the debian/upstream/signing-key.pgp
 .
   * debian/copyright
 .
     - updated copyright years
     - fixed typo: GDFL-1.3+ -> GFDL-1.3+
     - updated Format URL
Checksums-Sha1: 
 f626353808ac7cfcc8826f01d76475dafa241501 1882 recutils_1.7-1.dsc
 20d265aecb05ca4e4072df9cfac08b1392da6919 2252648 recutils_1.7.orig.tar.gz
 34c1ada5ea25d1f4aeb2336ce139d51b1525d8d8 49704 recutils_1.7-1.debian.tar.xz
 3018d8ef2335ef49219c5a3b1f8b0e2016423f0d 326232 recutils_1.7-1_amd64.deb
 a17cff844d4ffb3214d8d70cd0c7f87d0bca0fc5 171806 librec-dev_1.7-1_amd64.deb
 627b64af45b4559a34d829c4cd4bec8abb15f867 150186 librec1_1.7-1_amd64.deb
Checksums-Sha256: 
 831fc8be275ce698292fb1495f12fb48a3c59b7f28430f2cc23378a8f4edb56d 1882 recutils_1.7-1.dsc
 233dc6dedb1916b887de293454da7e36a74bed9ebea364f7e97e74920051bc31 2252648 recutils_1.7.orig.tar.gz
 abdc3a0612c56016474af1e729ba4ea730fcec31cc36ecfaa0b5f9991c3a20a5 49704 recutils_1.7-1.debian.tar.xz
 58d5bcafaea8fb87be9735ceaa336856060b28f36e54ece05d0f5d90ee5d0172 326232 recutils_1.7-1_amd64.deb
 99afb2b4ff6b31848a4705900edab1190d57028d7d7758c985ac8fc707f9d5e8 171806 librec-dev_1.7-1_amd64.deb
 61bbe6df69cd0414c922f922c636aa54c592f2abef19d6eae8895335aedb88e4 150186 librec1_1.7-1_amd64.deb
Files: 
 e7c6a0fed531aa5cd77fb9a6896407d4 326232 database extra recutils_1.7-1_amd64.deb
 d65ff7a3526fea3c447a853dbc5a2fdd 171806 libdevel extra librec-dev_1.7-1_amd64.deb
 a94f8b5b61f3af2400a78299cb8723f6 150186 libs extra librec1_1.7-1_amd64.deb
 0331bba44a28ad13974ddf5c8a482326 1882 database extra recutils_1.7-1.dsc
 187e90421cdf69ce649876324a20b452 2252648 database extra recutils_1.7.orig.tar.gz
 f4219c533770618ced72e84048a10f6d 49704 database extra recutils_1.7-1.debian.tar.xz

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

iQIcBAEBCAAGBQJTVZH3AAoJEGny/FFupxmTgVgP/jNt20wi4xmwOw4mOmawNcvk
l/P9Seb9tndStAFoKzMba/ilHtqH9jHssz/q0zPX5rnrkdNYVq4ge3OBSeYu8TFg
CmOcxv9FkwSzSjkfMZlgzzV77VZ7Z2ok8Oa4uJNNz2bAswiSmzInadC7oer+uFFe
o3/G2at8GjFmXn6GUKEX/BgfsYMTTBkmxagZUessFDRZrH2GClCF+q4wNU9sr9GT
9DEaSflyefvaF7wB+gAiHW0YJqIGSiU14p4W13jpxgfWHll175m/HLcjw+awRPZb
PjJiBAKOFkUO0jx3bwqNNAs3Nmzx0eMw4y6Dlrf+d5Js0AP2FVQOEj3I8kXvWnlT
Uf7Yzp0xMlPKEgnHa0R7hI46hBGGKPdEYGOlSECtVZTAbQhtnu8WBq+oUkEXzCaT
B5Ndn2yVXsFOGMkr6pn9Z7UcX83s9sd2VcF4PmRoWVlHYoU1NQ9VE5HlH97ngTtI
WIyyL4OgB/NhWGXYRbV63Df5m4x62FBQqKYMDdzUS6DF59JQ2ji+xpAJ+sYzolVZ
Nt6mYZcJmjI/rCagAP2PN7IQQln8lOUAkpEeVBTyVoSN8Clx/S0A8tJ7DkBMWsiT
eQy3CvfXTsuWUAH6+Cn842iXl6OLL9INzdpSkRdbqiwjIfsGYe70ojEXw1BOJF6Q
MQuKPMRkTtFH6Um99d12
=fT7k
-----END PGP SIGNATURE-----