View Git repositories
Name Status Last Modified Last Commit
lp:ubuntu/wily-proposed/dctrl-tools 1 Development 2015-05-26 19:35:52 UTC
21. [ Rhonda D'Vine ] * New upstream rele...

Author: Rhonda D'Vine
Revision Date: 2015-05-09 11:38:52 UTC

[ Rhonda D'Vine ]
* New upstream release, which addresses:
  - Fixed join-dctrl without -o (closes: #679442)
  - Fixed grep-dctrl -I (closes: #775351)
* Picking up the package, thanks a lot to Antti-Juhani for doing an
  outstanding job on upstream work and also taking care of the package for
  the time being.
* Switch source format to 3.0 (quilt) given that upstream is separated now.
* Make Vcs fields in debian/control canonical.
* Fix filenames in debian/copyright with respect to lib/version*.
* Add debian/watch file.
* Removed a trailing whitespace from debian/control.
* Bump Standards-Version to 3.9.6.

[ Colin Watson ]
* Pass CC=$(DEB_HOST_GNU_TYPE)-gcc when cross-building (closes: #734887)

lp:ubuntu/wily/dctrl-tools 1 Development 2015-05-09 11:38:52 UTC
21. [ Rhonda D'Vine ] * New upstream rele...

Author: Rhonda D'Vine
Revision Date: 2015-05-09 11:38:52 UTC

[ Rhonda D'Vine ]
* New upstream release, which addresses:
  - Fixed join-dctrl without -o (closes: #679442)
  - Fixed grep-dctrl -I (closes: #775351)
* Picking up the package, thanks a lot to Antti-Juhani for doing an
  outstanding job on upstream work and also taking care of the package for
  the time being.
* Switch source format to 3.0 (quilt) given that upstream is separated now.
* Make Vcs fields in debian/control canonical.
* Fix filenames in debian/copyright with respect to lib/version*.
* Add debian/watch file.
* Removed a trailing whitespace from debian/control.
* Bump Standards-Version to 3.9.6.

[ Colin Watson ]
* Pass CC=$(DEB_HOST_GNU_TYPE)-gcc when cross-building (closes: #734887)

lp:ubuntu/vivid/dctrl-tools 2 Mature 2014-10-27 13:21:19 UTC
20. Pass CC=$(DEB_HOST_GNU_TYPE)-gcc when...

Author: Colin Watson
Revision Date: 2014-01-10 15:00:36 UTC

Pass CC=$(DEB_HOST_GNU_TYPE)-gcc when cross-building.

lp:ubuntu/utopic/dctrl-tools 2 Mature 2014-04-26 13:16:53 UTC
20. Pass CC=$(DEB_HOST_GNU_TYPE)-gcc when...

Author: Colin Watson
Revision Date: 2014-01-10 15:00:36 UTC

Pass CC=$(DEB_HOST_GNU_TYPE)-gcc when cross-building.

lp:ubuntu/trusty-proposed/dctrl-tools 1 Development 2014-01-10 16:15:35 UTC
20. Pass CC=$(DEB_HOST_GNU_TYPE)-gcc when...

Author: Colin Watson
Revision Date: 2014-01-10 15:00:36 UTC

Pass CC=$(DEB_HOST_GNU_TYPE)-gcc when cross-building.

lp:ubuntu/trusty/dctrl-tools 2 Mature 2014-01-10 15:00:36 UTC
20. Pass CC=$(DEB_HOST_GNU_TYPE)-gcc when...

Author: Colin Watson
Revision Date: 2014-01-10 15:00:36 UTC

Pass CC=$(DEB_HOST_GNU_TYPE)-gcc when cross-building.

lp:ubuntu/saucy-proposed/dctrl-tools 1 Development 2013-05-13 23:10:22 UTC
18. [ David Prévot ] * Fix charset in pt...

Author: Antti-Juhani Kaijanaho
Revision Date: 2013-05-07 23:16:00 UTC

[ David Prévot ]

* Fix charset in pt_BR program translation.

[ Antti-Juhani Kaijanaho ]

* Merge 2.22.1 and 2.22.2.
* Add a test case (tests/0021.{in,out,sh}) to verify that tbl-dctrl
  handles UTF-8 correctly.
   - As it requires the C.UTF-8 locale, build-depend on libc-bin >= 2.13
* Since mblen is unnecessarily marked warn_unused_result with
  _FORTIFY_SOURCE, (see bug #674917), causing spurious warnings upon
  mblen initialization calls, switch to using mbrlen in tbl-dctrl.c (a
  good idea in any case).
* Add -Wextra to non-package builds (and clean up the resulting warnings).
* lib/msg.c (msg_primitive): Write the period before the newline, not after!
* tests/0022.{out,err,fails}: New test case, for grep-dctrl
  --ignore-parse-errors
* tester.sh: Handle missing diffs gracefully.
* lib/fsaf.c and others: Remove mmap support (recognize but ignore --mmap).
  It was only complicating matters without giving much benefit.
* lib/fsaf.[ch]: Make fsaf_read an inline function (50 % speedup in my
  tests.)
* debian/control (Build-Depends): Remove versioned gcc
  Thanks to Jakub Wilk for pointing out the version spec was broken.
  It also turns out to be obsolete.
* Some code cleanup.
* debian/control: Add "Multi-Arch: foreign"
  Closes: 693474 (Add multiarch metadata)
  Reported by Wookey <wookey@wookware.org>.
* po/fi.po: Fix charset issue discovered by Jakub Wilk
  and reported by David Prévot, and delete obsolete entries.

lp:ubuntu/saucy/dctrl-tools 2 Mature 2013-05-07 23:16:00 UTC
19. [ David Prévot ] * Fix charset in pt...

Author: Antti-Juhani Kaijanaho
Revision Date: 2013-05-07 23:16:00 UTC

[ David Prévot ]

* Fix charset in pt_BR program translation.

[ Antti-Juhani Kaijanaho ]

* Merge 2.22.1 and 2.22.2.
* Add a test case (tests/0021.{in,out,sh}) to verify that tbl-dctrl
  handles UTF-8 correctly.
   - As it requires the C.UTF-8 locale, build-depend on libc-bin >= 2.13
* Since mblen is unnecessarily marked warn_unused_result with
  _FORTIFY_SOURCE, (see bug #674917), causing spurious warnings upon
  mblen initialization calls, switch to using mbrlen in tbl-dctrl.c (a
  good idea in any case).
* Add -Wextra to non-package builds (and clean up the resulting warnings).
* lib/msg.c (msg_primitive): Write the period before the newline, not after!
* tests/0022.{out,err,fails}: New test case, for grep-dctrl
  --ignore-parse-errors
* tester.sh: Handle missing diffs gracefully.
* lib/fsaf.c and others: Remove mmap support (recognize but ignore --mmap).
  It was only complicating matters without giving much benefit.
* lib/fsaf.[ch]: Make fsaf_read an inline function (50 % speedup in my
  tests.)
* debian/control (Build-Depends): Remove versioned gcc
  Thanks to Jakub Wilk for pointing out the version spec was broken.
  It also turns out to be obsolete.
* Some code cleanup.
* debian/control: Add "Multi-Arch: foreign"
  Closes: 693474 (Add multiarch metadata)
  Reported by Wookey <wookey@wookware.org>.
* po/fi.po: Fix charset issue discovered by Jakub Wilk
  and reported by David Prévot, and delete obsolete entries.

lp:ubuntu/raring-proposed/dctrl-tools 2 Mature 2013-02-22 04:51:19 UTC
18. Set Multi-Arch: foreign to allow cros...

Author: Wookey
Revision Date: 2012-11-13 04:16:08 UTC

Set Multi-Arch: foreign to allow cross-dependency satisfaction.
(LP: #1129373, Debian #693474)

lp:ubuntu/raring/dctrl-tools bug 1 Development 2013-02-22 04:51:18 UTC
18. Set Multi-Arch: foreign to allow cros...

Author: Wookey
Revision Date: 2012-11-13 04:16:08 UTC

Set Multi-Arch: foreign to allow cross-dependency satisfaction.
(LP: #1129373, Debian #693474)

lp:ubuntu/quantal/dctrl-tools 2 Mature 2012-06-07 11:48:25 UTC
17. * Closes: #674836 (Builds with wrong ...

Author: Antti-Juhani Kaijanaho
Revision Date: 2012-06-07 11:48:25 UTC

* Closes: #674836 (Builds with wrong CFLAGS), reported by me:
   - Upgrade debhelper mode to 9.
   - Work around debhelper bug 674912 by defining the default CFLAGS
     using ?= in GNUmakefile.
   - As pointed out by Jonathan Nieder in private mail, -Werror is not
     a good idea in package builds (it may cause unnecessary FTBFS
     breakage in the future as the toolchain and libraries change).

lp:ubuntu/precise/dctrl-tools 2 Mature 2011-10-13 19:54:13 UTC
11. lib/msg.h, grep-dctrl/rc.c, join-dctr...

Author: Michael Bienia
Revision Date: 2011-05-02 08:14:19 UTC

lib/msg.h, grep-dctrl/rc.c, join-dctrl/join-dctrl.c: Pass the arguments to
message() in the right order (fixes FTBFS; lp: #774391, Closes: #624707)

lp:ubuntu/oneiric/dctrl-tools bug 2 Mature 2011-05-02 08:14:19 UTC
11. lib/msg.h, grep-dctrl/rc.c, join-dctr...

Author: Michael Bienia
Revision Date: 2011-05-02 08:14:19 UTC

lib/msg.h, grep-dctrl/rc.c, join-dctrl/join-dctrl.c: Pass the arguments to
message() in the right order (fixes FTBFS; lp: #774391, Closes: #624707)

lp:ubuntu/natty/dctrl-tools 2 Mature 2010-10-24 20:57:11 UTC
9. * po/es.po: Updated by Javier Fernánd...

Author: Antti-Juhani Kaijanaho
Revision Date: 2010-10-24 20:57:11 UTC

* po/es.po: Updated by Javier Fernández-Sanguino Peña (closes: #599858)
* po/ca.po: Updated by Jordi Mallach (closes: #601122)

lp:ubuntu/maverick/dctrl-tools 2 Mature 2010-04-30 17:54:45 UTC
4. [ Antti-Juhani Kaijanaho ] * Merge 2...

Author: Antti-Juhani Kaijanaho
Revision Date: 2009-12-05 13:22:03 UTC

[ Antti-Juhani Kaijanaho ]
* Merge 2.13.1.
* Update standards-version to 3.8.3. No related changes.
* grep-dctrl/rc.c, lib/msg.c: Recode to UTF-8
* lib/msg.c: Remove (obsolete) snail mail and email addresses for me.
* */*.[ch]: Use the copyright symbol instead of (c) or (C).
* msg.[ch] (and others): allow the message functions to handle format strings
* tbl-dctrl.c [linewrap]: Clarify.
* tbl-dctrl.c [linewrap]: Do not include the breakpoint in the next line.
  Closes: #508953 (when greping through source packages,
                   tbl-control can't list Files
  Reported by Gerfried Fuchs <rhonda@debian.at>.
* tests/bug506138.{sh,out}: New test case.
* grep-dctrl.c [apptok]: Forbid mixing the predicate and input files.
  It never worked, anyway.
  Closes: #506138 (Segfault when calling with wrong order of parameters)
  Reported by Marco Túlio Gontijo e Silva <marcot@holoscopio.com>.
* join-dctrl/join-dctrl.c: Avoid a compiler warning by initializing
  a local variable.
* lib/paragraph.c, grep-dctrl/grep-dctrl.c, sort-dctrl/sort-dctrl.c,
  tests/bug511022.{sh.in,out}:
  The whole paragraph no longer includes the final newline.
  Closes: #511022 (the full paragraph should not include its final newline)
  Reported by: Loïc Minier <lool@dooz.org>
* GNUmakefile, debian/rules: clean backup files and .d files in subdirs too
  Closes: #511081 (.d files do not belong in the source package)
  Reported by: Adeodato Simó
* sort-dctrl/sort-dctrl: Fix -k parsing bug (don't just repeat the first
  key...)
  Closes: #559543 (doesn't take into account secondary sorting criteria)
  Reported by: Ryan Niebur <ryan@debian.org>
* lib/paragraph.c (para_parse_next): parse comment lines that start with
  unindented '#'-characters (they are not removed semantically, though)
  Closes: #521006 (support #-comments)

[ Stefano Zacchiroli ]
* grep-dctrl: add new matching mode --whole-pkg/-w: it is an improved -e
  matching exact package names, i.e., no sub-string matching on package
  names. Closes: #383921

lp:ubuntu/lucid/dctrl-tools 1 Development 2009-12-05 13:22:03 UTC
4. [ Antti-Juhani Kaijanaho ] * Merge 2...

Author: Antti-Juhani Kaijanaho
Revision Date: 2009-12-05 13:22:03 UTC

[ Antti-Juhani Kaijanaho ]
* Merge 2.13.1.
* Update standards-version to 3.8.3. No related changes.
* grep-dctrl/rc.c, lib/msg.c: Recode to UTF-8
* lib/msg.c: Remove (obsolete) snail mail and email addresses for me.
* */*.[ch]: Use the copyright symbol instead of (c) or (C).
* msg.[ch] (and others): allow the message functions to handle format strings
* tbl-dctrl.c [linewrap]: Clarify.
* tbl-dctrl.c [linewrap]: Do not include the breakpoint in the next line.
  Closes: #508953 (when greping through source packages,
                   tbl-control can't list Files
  Reported by Gerfried Fuchs <rhonda@debian.at>.
* tests/bug506138.{sh,out}: New test case.
* grep-dctrl.c [apptok]: Forbid mixing the predicate and input files.
  It never worked, anyway.
  Closes: #506138 (Segfault when calling with wrong order of parameters)
  Reported by Marco Túlio Gontijo e Silva <marcot@holoscopio.com>.
* join-dctrl/join-dctrl.c: Avoid a compiler warning by initializing
  a local variable.
* lib/paragraph.c, grep-dctrl/grep-dctrl.c, sort-dctrl/sort-dctrl.c,
  tests/bug511022.{sh.in,out}:
  The whole paragraph no longer includes the final newline.
  Closes: #511022 (the full paragraph should not include its final newline)
  Reported by: Loïc Minier <lool@dooz.org>
* GNUmakefile, debian/rules: clean backup files and .d files in subdirs too
  Closes: #511081 (.d files do not belong in the source package)
  Reported by: Adeodato Simó
* sort-dctrl/sort-dctrl: Fix -k parsing bug (don't just repeat the first
  key...)
  Closes: #559543 (doesn't take into account secondary sorting criteria)
  Reported by: Ryan Niebur <ryan@debian.org>
* lib/paragraph.c (para_parse_next): parse comment lines that start with
  unindented '#'-characters (they are not removed semantically, though)
  Closes: #521006 (support #-comments)

[ Stefano Zacchiroli ]
* grep-dctrl: add new matching mode --whole-pkg/-w: it is an improved -e
  matching exact package names, i.e., no sub-string matching on package
  names. Closes: #383921

lp:ubuntu/jaunty/dctrl-tools 1 Development 2009-07-03 03:46:16 UTC
3. [ Gerfried Fuchs ] Czech translatio...

Author: Antti-Juhani Kaijanaho
Revision Date: 2009-01-06 16:19:48 UTC

[ Gerfried Fuchs ]
Czech translation update received from Miroslav Kure, thanks.

lp:ubuntu/intrepid/dctrl-tools 1 Development 2009-07-03 03:46:08 UTC
6. * Backport from Debian (Antti-Juhani ...

Author: Colin Watson
Revision Date: 2008-10-15 21:14:24 UTC

* Backport from Debian (Antti-Juhani Kaijanaho, LP: #211470):
  - sync-available/sync-available.cp: Use id -u, not $EUID, which is a bashism
    closes: #457788 (error in sync-available when /bin/sh links to /bin/dash)
    Reported by arno renevier <arenevier@fdn.fr>

lp:ubuntu/hardy/dctrl-tools 1 Development 2009-07-03 03:46:03 UTC
5. * Switched to git for source control....

Author: Antti-Juhani Kaijanaho
Revision Date: 2007-10-28 00:17:47 UTC

* Switched to git for source control.
* make sort-dctrl read stdin if no file arguments are given
  Closes: #440348 (sort-dctrl outputs nothing if input is a pipe)
  Reported by Antti-Juhani Kaijanaho <ajk@debian.org>.
* French translation update, closes: #442330
* Provide a grep-debtags alias that sources debtags dumpavail.
  Closes: #423375
  (Add a grep-tags or grep-debtags that gets data from debtags dumpavail)
  Reported by Enrico Zini <enrico@debian.org>
* po/README.Translators: Rosetta is not an option
* po/README.Translators: misc fixes

lp:ubuntu/gutsy/dctrl-tools 1 Development 2009-07-03 03:45:55 UTC
4. * new program join-dctrl Closes: #1...

Author: Antti-Juhani Kaijanaho
Revision Date: 2007-08-05 21:06:22 UTC

* new program join-dctrl
  Closes: #136097 (grep-dctrl: Merging status and available would be helpful)
  Requested by Ben Armstrong <synrg@sanctuary.nslug.ns.ca>.
* Update copyright lines
* debian/rules: typo fix
* Compatibility: remove (out of date, duplicates manpage information)
* NEWS: delete (out of date)
* README: delete (out of date and useless)
* AUTHORS: delete (out of date and hard to keep up to date)
* debian/README: update
* debian/changelog: start 2.11
* grep-dctrl/grep-dctrl.c: fix GET_BACKUP_FIELD for (size_t)-1
  on machines where sizeof(int) != sizeof(size_t)
* export para_compare from lib/sorter.[ch]
* GNUmakefile (test): call tester.sh using sh explicitly

lp:ubuntu/feisty/dctrl-tools 1 Development 2009-07-03 03:45:50 UTC
3. Rebuild for changes in the amd64 tool...

Author: Matthias Klose
Revision Date: 2007-03-05 01:14:52 UTC

Rebuild for changes in the amd64 toolchain.

lp:ubuntu/edgy/dctrl-tools 1 Development 2009-07-03 03:45:45 UTC
1. * grep-dctrl.c: Add switch -S as a sh...

Author: Antti-Juhani Kaijanaho
Revision Date: 2006-04-03 00:38:56 UTC

* grep-dctrl.c: Add switch -S as a shorthand for -FSource:Package
  Closes: #278815 (Please provide -S = source)
  Reported by Andreas Barth <aba@not.so.argh.org>
* Add the ability to specify "backup fields" in grep-dctrl
  Closes: #355960 (please provide option to take values for missing fields
  from other fields)
  Reported by Adeodato Simó <dato@net.com.org.es>.
* Makefile: Split all target into all and all-no-mo
* tbl-dctrl.1: fix typo
  Closes: #359165 ('man tbl-dctrl' typo: "fnction")
  Reported by: A Costa <agcosta@gis.net>
* grep-dctrl.c: Add copyright years 2005, 2006
* grep-dctrl.1.cp: Clarify SYNOPSIS
* grep-dctrl.{c,1.cp}: Add the option '--pattern'
  Closes: #359318 (Unable to specify a pattern that begins with '-')
  Reported by James Vega <jamessan@debian.org>
* {grep,tbl,sort}-dctrl.c: convert OPT_* defines to an anonymous enum
* para_bundle.c (bundle_slurp): don't kill the fsaf
  Closes: #360139 (sort-dctrl and tbl-dctrl junk the first line)
  Reported by Gerfried Fuchs <alfie@debian.org>
* po/README.Translators: note Rosetta
* debian/postinst.grep-dctrl: remove the XSI-ism of -a in test.
* Add UNRELEASED 2.8.2 to changelog
* po/de.po: Update by Gerfried Fuchs <alfie@debian.org>.

lp:ubuntu/karmic/dctrl-tools 1 Development 2009-07-03 03:40:40 UTC
3. [ Gerfried Fuchs ] Czech translatio...

Author: Antti-Juhani Kaijanaho
Revision Date: 2009-01-06 16:19:48 UTC

[ Gerfried Fuchs ]
Czech translation update received from Miroslav Kure, thanks.

123 of 23 results