Change logs for bzr-builddeb source package in Gutsy

  • bzr-builddeb (0.93ubuntu1~gutsy1) gutsy-backports; urgency=low
    
      * Automated backport upload; no source changes.
    
    bzr-builddeb (0.93ubuntu1) hardy; urgency=low
    
      *  Disable testsuite temporarily to fit FTBFS in buildd
    
    bzr-builddeb (0.93) unstable; urgency=low
    
      [ Arnaud Fontaine ]
      * Add Vcs-Bzr field (dpkg supports it now) in debian/control.
      * Update GPL path to GPL-2 in debian/copyright as GPL-3 is now the default.
    
      [ Jelmer Vernooij ]
      * Allow building snapshots of packages based on version in changelog.
        (Closes: #452130)
    
      [ James Westby ]
      * Stop specifying a specific branch format when importing a .dsc.
        This improves performance significantly as packs will now be used.
        Require bzr 1.0 so that packs are default.
      * Fix the import diff code to not deadlock on large diffs. Thanks to
        Jamie Wilkinson. (Closes: #451248)
      * Exclude more files/directories than just .bzr when importing.
      * Normalise filenames from the tarballs when extracting to import a
        dsc to avoid errors on strange tarballs.
      * Treat hardlinks in tarballs as a copy of the file. This at least
        gets the data, and is representable in bzr.
      * Don't silently skip unkown types when extracting a tarball, error
        instead.
      * Don't use relative imports. Thanks Robert Collins. (LP: #189429)
      * Remove the .bzr-builddeb from merge builds not in "larstiq" mode.
        (Closes: #464033)
      * Don't tell cp to be verbose when copying back the debian/ dir
        in bd-do.
      * Update the dependencies on bzr and bzrtools to more recent versions.
      * Update the VCS-Bzr: header for the new branch location.
      * Avoid failing the testsuite because of a user's ~/.bazaar/builddeb.conf.
    
    bzr-builddeb (0.92) unstable; urgency=low
    
      * Support incremental imports of normal mode packages from source packages
        for uploads done outside the VCS.
      * Also look for upstream tarballs in the archives. Do this in preference
        to the watch file, for the case where the upstream was repacked.
      * Filter out any changes to .bzr in packages that are being imported as they
        will totally mess things up. If the branch is in the source package then
        just use apt-get source. (LP: #156003)
      * bzr 0.92 is required.
      * Improve the error message when the upstream tag is not found to actually
        give the name of the expected tag.
      * Allow the last upstream not to be on the mainline during merge-upstream.
      * Don't complain when repacking the tarball if the target exists, but is the
        same as the source. Only .tar.gz can be considered identical.
    
    bzr-builddeb (0.91) unstable; urgency=low
    
      [ Frédéric Brin ]
      * Correct unknown variable (files) when importing dsc.
      * chmod 755 debian/rules when importing dsc
    
      [ James Westby ]
      * Now handles merge mode with multiple entries in the root of
        upstream's tarball, which was causing havoc with dh-make-php packages.
        Thanks to Mark A. Hershberger for the report and Adeodato Simó
        for the pointer to the fix. (Closes: #440069)
      * Add version_info attribute so that bzrlib can find out the version of
        the plugin. Please try and remember to update it when releasing (set
        the word to 'final').
      * Use None instead of [] to revert all files as the latter is deprecated
        in bzr 0.91. Bump the required version accordingly.
      * Build the working tree by default (so --working-tree now has no effect,
        along with --ignore-changes).
      * Add --revision option to allow building an old revision of the branch
        without doing revert or similar.
      * Add the start of a blackbox test suite.
      * Add the ability to export an upstream branch in normal mode.
      * Add a bd-do command for running commands when in merge mode. This
        is useful when you need the full upstream source, for instance patch
        handling.
      * Add hook support for running arbitrary commands at pre-defined points
        in the build.
      * Support $UPSTREAM_VERSION in the export-upstream-revision configuration
        option. This allows builddeb to find the correct upstream revision based
      * Correct the pointer to the user manual in the README. Thanks to Achim
        Bohnet for noticing the mistake. (LP: #145019)
      * Many documentation fixes from dAniel hAhler. Thanks very much.
    
     -- John Dong <email address hidden>   Tue,  8 Apr 2008 10:44:21 +0100
  • bzr-builddeb (0.90ubuntu1) gutsy; urgency=low
    
      * upload to gutsy. Verified it still works with bzr 0.18
      * Complete the transition of deb822 into python-debian. LP: #134607
    
    bzr-builddeb (0.90) unstable; urgency=low
    
      * Support exporting the working tree when it contains symlinks. Thanks
        to John Arbash Meinel for help on fixing it. (LP: #132391)
      * Fix the repacking of .tar.bz2 file to .tar.gz. Thanks Frederic Brin.
      * Complete the transition of deb822 into python-debian.
    
     -- Reinhard Tartler <email address hidden>   Sat, 08 Sep 2007 23:14:30 +0200
  • bzr-builddeb (0.19) unstable; urgency=low
    
      * Allow empty author information in the changelog for those that like to
        develop without filling it in, and then add it while releasing.
      * Drop the dependency on python-deb822 as it is now part of python-debian.
        Thanks to Loïc Minier and Lucas Nussbaum for noticing.
        (Closes: #436386, #436089)
    
     -- Reinhard Tartler <email address hidden>   Fri,  24 Aug 2007 14:18:02 +0100
  • bzr-builddeb (0.18) unstable; urgency=medium
    
      * Medium urgency as it will hold up the bzr 0.18 transition.
      * Remove any 'debian/' directory from the upstream tarball in merge mode,
        so that the branch contains all of the files that will appear there.
      * Allow the changelog entries to have no author information.
      * Add a working-tree option to the configuration files that if set always
        builds the working tree rather than the last revision in the branch.
      * uscan is now used to download an upstream tarball if the version required
        is not available and the user has a watch file. Thanks to Daniel Holbach
        for the insipration for how to implement this. This makes devscripts a
        dependency. Add a watch file to your package to take advantage of this.
      * Add a user manual with some proper documentation. See
        /use/share/doc/builddeb/user_manual/index.html
      * Add an import-dsc command to import history from a series of source
        packages.
        - Currently only works for normal and native modes.
        - Currently only does initial imports, incremental imports will come later
          I hope.
        - Can automatically grab any packages from snapshot.debian.net.
      * Add a merge-upstream command that allows you to grab a new upstream
        version and merge your packaging changes back in to it.
        - Currently only supports normal mode.
        - Doesn't integrate with uscan yet.
      * Remove the need for --ignore-unknowns, as it is no longer checked for.
        The option is still there for backwards compatibility, but it now does
        nothing.
    
    bzr-builddeb (0.17) unstable; urgency=low
    
      [ James Westby ]
      * Pass max_blocks=1 when constructing changelogs as that is all that is
        needed currently. This requires a newer python-debian (0.1.3), so bump the
        version requirements. This would have helped with cases like #429299, but
        Reinhard already fixed that in python-debian.
      * python-deb822 changed from new classes to old classes in version 0.3.
        Handle the change in API, and bump the dependencies to make sure it will
        work.
      * Fix up Build-Depends and Build-Depends-Indep (thanks lintian).
      * Now require the changelog to be added to the branch with bzr add before
        it will try and read it. This avoids a nasty error.
    
     -- Sebastien Bacher <email address hidden>   Thu,  26 Jul 2007 13:57:31 +0100
  • bzr-builddeb (0.16.2) unstable; urgency=low
    
      * adjust the (build-) dependency on bzr so it is usable with bzr 0.17.
      * remove bzr (<< 0.17~) from builddeps
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  22 Jun 2007 09:43:02 +0100
  • bzr-builddeb (0.16.2~build1) gutsy; urgency=low
    
      * fakesync as just discussed on #ubuntu-devel
    
    bzr-builddeb (0.16.2) unstable; urgency=low
    
      * adjust the (build-) dependency on bzr so it is usable with bzr 0.17.
      * remove bzr (<< 0.17~) from builddeps
    
    bzr-builddeb (0.16.1) unstable; urgency=low
    
      * fix FTBFS by correcting build depends. Thanks to
        "Rob Weir" <email address hidden> for providing the patch! (Closes: #423745)
    
    bzr-builddeb (0.16) unstable; urgency=low
    
      [James Westby]
      * Lock the working trees to fix compatibility with 0.15+ dirstate trees.
        (Closes: #421900)
      * Add the start of a test suite to help avoid bugs like that.
      * Update the dependency on bzr to reflect the compatibility of this release.
        (Closes: #421041)
      * Take the package under the wing of pkg-bazaar.
    
      [Reinhard Tartler]
      * apply patch to util.py as suggested by Robert Collins: Use Tree
        directly, don't use the inventory.
      * upload to unstable
    
    bzr-builddeb (0.15~rc1ubuntu1) gutsy; urgency=low
    
      * loosen depends, 0.15 works with bzr 0.16 as well
    
     -- Reinhard Tartler <email address hidden>   Thu, 21 Jun 2007 10:41:20 +0100
  • bzr-builddeb (0.15~rc1ubuntu1) gutsy; urgency=low
    
      * loosen depends, 0.15 works with bzr 0.16 as well
    
     -- Reinhard Tartler <email address hidden>   Tue,  1 May 2007 16:17:06 +0200
  • bzr-builddeb (0.15~rc1) feisty; urgency=low
    
      * Version designed to work with bzr 0.15.
      * Bump depends on bzr appropriately.
      * Install the plugin in .../plugins/builddeb instead of
        .../plugins/bzr-builddeb, as the latter is not a valid python identifier
        as is now required by bzr.
      * Export the package build to the correct directory name, using the upstream
        version rather than the full version. This removes a warning from
        dpkg-source when building and Closes: #409981. Thanks to James Vega.
    
     -- James Westby <email address hidden>   Wed, 28 Feb 2007 19:16:28 +0000