lp://staging/debian/stretch/recutils
- Get this branch:
- bzr branch lp://staging/debian/stretch/recutils
Branch information
- Owner:
- Ubuntu branches
- Status:
- Development
Recent revisions
- 8. By SWick
-
* 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 <email address hidden>
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 <email address hidden> (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 - 7. By Sebastian Ramacher
-
* Non-maintainer upload.
* debian/patches/ eglibc2. 17.patch: Fix FTBFS with eglibc 2.17. (Closes:
#701414) - 6. By SWick
-
* New upstream release
- Version 1.5 (13 January 2012)
- The utilities will now ask interactively for a password
if it was not provided with the -s command line option.
This avoids security problems related to shell history files.
- Support for octal and hexadecimal numbers has been added.
They can be used in both the records and selection expressions.
- It is now possible to select a given number of random records
in many of the utilities using the -m command line option.
- The -n option now accepts a list of indexes, supporting ranges.
- The new -U (uniq) option for recsel removes duplicated fields
in the output records.
- The new -q option allows to quickly search for the desired record
without having to provide a complete selection expression.
- Auto generated fields are now considered integers by default.
This avoids repetitive patterns involving %auto and %type.
- Tab characters are now allowed in blank lines betwwen records.
- The API in rec.h is now better documented with comments, and improved.
- recfix now exits with an error status
if there is a parse error in some input file.
- The usage of the internal data structures has been _vastly_ improved,
resulting in a much faster operation.
- Internal cleanup and code factorization.
- Many, many, many bug fixes :D
* debian/patches
- removed all patches which are now fixed in the 1.5 release
- added mdbtools-0.7-fix (Closes: #655780)
until upstream supports both versions
of the backwards incompatible API change of mdbtools.
* debian/control
- Adding "libreadline-dev" to Build-Depends
Used for interactive prompting and upstream
is going to use it more in future releases
* "librec.la" already dropped in 1.3-12 (Closes: #633238) - 5. By SWick
-
* New upstream release
- Version 1.4 (03 November 2011)
- Support for encryption with the new %confidential special field.
- Support for named types with the new %typedef special field.
- Support for sorting with the new %sort special field.
- Recutils support for org-babel is now included in the distribution
as ob-rec.el. It allows to read rec data into org documents in both
raw and table formats.
- It is now possible to use double quotes for delimiting string
literals in selection expressions, as well as single quotes.
Unescapted newline characters are also supported.
- The manual has been vastly improved.
- recfix now supports several operations: check, sort, encrypt and
decrypt.
- recins now generates parseable locale independent dates when
generating time-stamps in auto-fields.
- Lots of bug fixes.
* Moved examples to debian folder
* 2 new examples added
* emacs files 'ob-rec.el' and 'rec-mode.el' included
* debian/patches
- removed 1.3 patches which are now fixed in the 1.4 release
- added patch for a memory bug in recins
- added patch for an encryption bug
- added patch for the missing 'ob-rec.el' emacs file - 4. By SWick
-
debian/patches/
Added patch 'fix-truncation'
Closes: #629927
LP: #791285Created separate "changelog" patch
for the LP64 and truncation bug.Moved ChangeLog patch
from patches/LP64 to patches/changelog.Renamed patches/LP64 to patches/fix-LP64
- 3. By SWick
-
debian/control
Added missing build dependency to libcurl4-gnutls-dev
which enables support for remote descriptors - 2. By SWick
-
* src/rec-utils.c, ChangeLog
Applied upstream LP64 patch
to fix failed builds on x86_64 systems* debian/rules
Removed filter. Ubuntu's LDFLAGS were not
the cause of failed builds* debian/control
Removed Vcs- headers
Renamed dev package librecutils-dev to librec-dev
Renamed lib package librecutils to librec0
Added 'Replaces' and 'Conflicts' entries
for the renamed packages
Added long descriptions to librec-dev
Added long descriptions to librec0
Shortened description of recutils* debian/copyright
Included missing GFDL-license for the texi files
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/debian/recutils