Skip to content

Debian Changelog bazaar (1.4.2-5.3)

2006

bazaar (1.4.2-5.3) unstable; urgency=high

   * Non-maintainer upload.
   * Update 06_neon26.dpatch to work around an API change that was missed
     earlier; the WebDAV functions no longer give back a char *, but rather an
     ne_uri *, which is a struct. In the two relevant callback functions, the
     patch now uses ne_uri_unparse() to convert this struct back to a char *
     before processing it; it's not the prettiest way, but it works well, and
     stops segfaulting on "baz ancestry-graph" (used in bzr baz-import-branch),
     among others. (Closes: #403849)

 -- Steinar H. Gunderson <sesse@debian.org>  Fri, 22 Dec 2006 14:09:33 +0100

bazaar (1.4.2-5.2) unstable; urgency=high

   * NMU
   * Add 06_neon26.dpatch to handle the neon26 API.
   * Build-depend on libneon26-gnutls-dev instead of libneon25-dev
     to avoid an OpenSSL license violation.  closes: #399693.

 -- Clint Adams <schizo@debian.org>  Fri, 1 Dec 2006 09:56:29 -0500

bazaar (1.4.2-5.1) unstable; urgency=high

   * NMU
   * Steal tla package's 02-alignment-hppa-sparc.dpatch as
     05_alignment_hppa_sparc.dpatch.  closes: #334320.

 -- Clint Adams <schizo@debian.org>  Thu, 7 Sep 2006 15:34:13 -0400

bazaar (1.4.2-5) unstable; urgency=low

   * $(PWD) may or may not work with autobuilders, sudo and other good stuff
     instead use $(CURDIR) which should. This should fix some of the build
     failures.

 -- Anand Kumria <wildfire@progsoc.org>  Fri, 7 Jul 2006 00:26:19 +1000

bazaar (1.4.2-4) unstable; urgency=low

   * Disable treating warnings as errors (for now), so we get a clean build
     everywhere. Let's let the test cases pick up on problems.

 -- Anand Kumria <wildfire@progsoc.org>  Thu, 6 Jul 2006 04:08:19 +1000

bazaar (1.4.2-3) unstable; urgency=low

   * New maintainer
   * Build-Depend on libneon25-dev, even though this minor library update
     changes semantics significantly. We work around that by incorporating
     a few functions from the old library. (Closes: #356884)
   * Fixup 'make test' build failure (Closes: #342470)
   * Keep bazaar (for now) in the archive (Closes: #368190)
   * Suggest openssh-client rather than ssh (Closes: #369700)
   * Update to standards version 3.7.2 (no changes)
   * Change priority to 'extra' as unless you know you need this, you
     would not generally install it.

 -- Anand Kumria <wildfire@progsoc.org>  Tue, 4 Jul 2006 01:55:25 +1000

2005

bazaar (1.4.2-2) unstable; urgency=low

   * Use dpatch to handle patches.
   * Update german .po file (Closes: #313670).  Thanks, Jens Seidel!
   * Update config.{sub,guess} at build-time from autotools-dev
     (Closes: #315137).
   * Backport patches from thelove (Matthieu Moy is my hero):
     + Stop 'export' failing with 'I/O error' (Closes: #303686).
     + Put temp dirs in the tree root, rather than the parent dir
       (Closes: #314524).
     + Make diff/status use $TMPDIR (though commit and library-add appear to
       still not use $TMPDIR).
   * s/arch/bazaar/ in the bazaar-dbg short description (Closes: #305482).
     Thanks, Geoff Crompton.
   * Add build-dep on 'time' (Closes: #297757).  Thanks, Clint Adams.
   * Update to Standards-Version 3.6.2 (no changes).

 -- Rob Weir <rweir@ertius.org>  Sat, 15 Oct 2005 15:44:15 +1000

bazaar (1.4.2-1) unstable; urgency=low

   * New upstream release.

 -- Rob Weir <rweir@ertius.org>  Tue, 21 Jun 2005 18:15:40 +1000

bazaar (1.4.1-1) unstable; urgency=low

   * New upstream release.
     + Test suite now completes on sparc without SIGBUS (closes: #305435).

 -- Rob Weir <rweir@ertius.org>  Fri, 3 Jun 2005 12:16:45 +1000

bazaar (1.3.1-1) unstable; urgency=low

   * New upstream release.

 -- Rob Weir <rweir@ertius.org>  Wed, 13 Apr 2005 10:40:09 +1000

bazaar (1.3-1) unstable; urgency=low

   * New upstream release (closes: #303576).
     + whereis-archive can infer the archive from the working tree (closes:
       #299131).
   * Include debugging symbols in the bazaar-dbg package.

 -- Rob Weir <rweir@ertius.org>  Mon, 11 Apr 2005 23:08:56 +1000

bazaar (1.3) unstable; urgency=low

   * Release baz 1.3

 -- Robert Collins <robertc@robertcollins.net>  Mon, 11 Apr 2005 17:41:46 +1000

bazaar (1.3~200503101951) unstable; urgency=low

   * Add libgpgme-dev and gnupg build depends

 -- Robert Collins <robertc@robertcollins.net>  Fri, 11 Mar 2005 00:08:19 +1100

bazaar (1.2-1) unstable; urgency=low

   * New upstream version.
     + Include patch from Clint Adams to remove "tla" from the help output
       (closes: #298646).  Thanks!
   * bazaar-doc is now a seperate upstream package.
   * Add build-dependency on diff >= 2.8 (closes: #298987).

 -- Rob Weir <rweir@ertius.org>  Mon, 4 Apr 2005 11:30:29 +1000

bazaar (1.2) unstable; urgency=low

   * Release Bazaar 1.2.

 -- Robert Collins <robertc@robertcollins.net>  Wed, 2 Mar 2005 23:21:23 +1100

bazaar (1.2~200503020923) unstable; urgency=low

   * Break the doc packages out to separate builds.
   * Add an autogenerated manpage.

 -- Robert Collins <robertc@robertcollins.net>  Wed, 2 Mar 2005 20:25:41 +1100

bazaar (1.1.1-1) unstable; urgency=low

   * Initial Debian Release.

 -- Rob Weir <rob@ertius.org>  Wed, 16 Feb 2005 17:34:32 +0000

bazaar (1.2~200502031255) unstable; urgency=low

   * Build bazaar-dbg with detached debug sybmols

 -- Robert Collins <robertc@robertcollins.net>  Mon, 7 Feb 2005 13:27:41 +1100

bazaar (1.1) unstable; urgency=low

   * Bazaar 1.1 release
   * remove pristine trees during the clean target.

 -- Patch Queue Manager <>  Wed, 19 Jan 2005 07:08:48 +0000

bazaar (1.1-~200501120000) unstable; urgency=low

   * Add new languages:
     af cs de en_AU en_CA es_AR fi fe fe_BE he it_IT lt nl_BE pt_PT.

 -- Robert Collins <robertc@robertcollins.net>  Wed, 12 Jan 2005 12:00:56 +1100

bazaar (1.1-~200501040000) unstable; urgency=low

   * Update README.Debian.

 -- Robert Collins <robertc@robertcollins.net>  Tue, 4 Jan 2005 14:17:24 +1100

2004

bazaar (1.1-~200411170000) unstable; urgency=low

   * Version 1.1 branch.
   * Add i18n support - build-dep on gettext.

 -- Robert Collins <robertc@robertcollins.net>  Sun, 5 Dec 2004 22:11:58 +1100

bazaar (1.0-~200411020652) unstable; urgency=low

   * Update build flags to be more conservative.

 -- Robert Collins <robertc@robertcollins.net>  Mon, 2 Nov 2004 15:52:22 +1100

bazaar (1.0-~200411010000) unstable; urgency=low

   * Branch tla and related packages for our usability branch 'bazaar'.

 -- Robert Collins <robert.collins@canonical.com>  Tue, 26 Oct 2004 20:24:00 +0100

tla (1.2-4) unstable; urgency=low

   * Hack tla so that it links to an external libneon and build-dep on
     libneon24-dev. I don't want to have to deal with neon
     problems. (closes: #247127)

 -- Andrew Suffield <asuffield@debian.org>  Sun, 30 May 2004 20:13:29 +0100

tla (1.2-3) unstable; urgency=low

   * Update libneon for CAN-2004-0179 (closes: #244412)
   * Include the fix for va_args (closes: #237728), but chuck out the rest
     of the tla--integration--1.2 changes that were in the NMU.

 -- Andrew Suffield <asuffield@debian.org>  Sun, 18 Apr 2004 17:01:22 +0100

tla (1.2-2) unstable; urgency=low

   * Rebuild. Accidentally got some stuff in the diff that shouldn't have
     been.

 -- Andrew Suffield <asuffield@debian.org>  Fri, 5 Mar 2004 05:20:48 +0000

tla (1.2-1) unstable; urgency=low

   * New upstream release
   * The documentation is GPLed now, so tla-doc is back. That also means
     the upstream tarball is pristine again.
   * Suggest gnupg. This release supports signed archives.
   * Update README.Debian to reference gluck-2004 instead of gluck-2003.
   * Remove the reference to the tutorial website from README.Debian
   * Install =gpg-check.awk as /usr/bin/tla-gpg-check
   * Add dependency on gawk
   * Install HOWTO.crypto into tla-doc

 -- Andrew Suffield <asuffield@debian.org>  Sat, 28 Feb 2004 23:25:26 +0000

tla (1.1-2) unstable; urgency=low

   * Uncomment the call to the test suite at build time. It should work now.
   * Depend on diff >= 2.8.1 and patch >= 2.5.9, to give woody users a hint

 -- Andrew Suffield <asuffield@debian.org>  Fri, 23 Jan 2004 00:45:26 +0000

2003

tla (1.1-1) unstable; urgency=low

   * New upstream release

 -- Andrew Suffield <asuffield@debian.org>  Mon, 22 Dec 2003 14:34:01 +0000

tla (1.0.6+1.1-candidate0-1) unstable; urgency=low

   * New upstream release (closes: #207733)
     - pfs-sftp should fail a little less annoyingly now (closes: #215155)
     - default-id (ne default-tag) is fixed (closes: #207254)

 -- Andrew Suffield <asuffield@debian.org>  Sun, 14 Dec 2003 20:31:20 +0000

tla (1.0.6-4) unstable; urgency=low

   * Add note to README.Debian about
     http://people.debian.org/~asuffield/arch/
   * Remove the grossly obsolete note about ash vs bash from README.Debian
     (closes: #222787)

 -- Andrew Suffield <asuffield@debian.org>  Wed, 3 Dec 2003 21:03:45 +0000

tla (1.0.6-3) unstable; urgency=high

   * Add the dependency on patch again (oops) (closes: #207333)
   * Update debhelper build-dep to 4.0.4 or later; --sourcedir support is
     needed (closes: #202747, kinda).
   * Apply the changeset validation patch from tla 1.1
   * Suggest ssh (closes: #207503)
   * Add a note to README.Debian about the tutorial, and why it isn't
     included (closes: #207246, #207504)

 -- Andrew Suffield <asuffield@debian.org>  Wed, 22 Oct 2003 17:16:05 +0100

tla (1.0.6-2) unstable; urgency=low

   * Properly initialise op in my-revision-library/my-default-archive so
     that it doesn't sometimes delete instead of printing. (closes: #200838)

 -- Andrew Suffield <asuffield@debian.org>  Sat, 12 Jul 2003 18:36:41 +0100

tla (1.0.6-1) unstable; urgency=low

   * New upstream release
   * Note the UCD license in the copyright file (closes: #200292)
   * Include the word "arch" in the short description (closes: #199941)
   * Remove the tla-doc package and eliminate it from the upstream
     tarball. It's non-free (GFDL with invariant sections), and now the
     author has backtracked and probably won't change it to a free license.

 -- Andrew Suffield <asuffield@debian.org>  Wed, 9 Jul 2003 18:16:12 +0100

tla (1.0.4-1) unstable; urgency=low

   * New upstream release

 -- Andrew Suffield <asuffield@debian.org>  Wed, 2 Jul 2003 16:22:54 +0100

tla (1.0.3-1) unstable; urgency=low

   * New upstream release (closes: #198424)
   * Update copyright file to have appropriate email addresses, add
     reference to GNU FDL

 -- Andrew Suffield <asuffield@debian.org>  Tue, 24 Jun 2003 17:24:47 +0100

tla (1.0.1-1) unstable; urgency=low

   * Initial release

 -- Andrew Suffield <asuffield@debian.org>  Sat, 21 Jun 2003 18:59:42 +0100