[ubuntu/karmic] svn-buildpackage 0.6.25 (Accepted)

Ubuntu Installer archive at ubuntu.com
Thu Jun 4 05:44:16 BST 2009


svn-buildpackage (0.6.25) unstable; urgency=low

  [ Neil Williams ]
  * Change Section to vcs, matching archive override.
  * Add Hauke to Uploaders (meant to do that in 0.6.24)

  [ Ryan Niebur ]
  * svn-upgrade: return 1 when there's an error (Closes: #528135)
  * fix bashism in svn-do (Closes: #530196)
  * svn-{inject,upgrade}: if the .orig.tar.gz is a symlink, handle
    copying it into the tarballs directory correctly (Closes: #449306)
  * update ENV{PWD} when changing directories (Closes: #474014)
  * add a --uscan option to svn-upgrade, to call uscan to download the
    new tarball (Closes: #367460)
  * when creating a new directory, add [svn-foobar] to the beginning of
    the commit message
  * fix detection of if the tempdir allows execution
  * only tell the user that URLs are being saved if --svn-savecfg is
    passed (Closes: #515531)
  * document that the prebuild and postbuild hooks replace some of svn-
    buildpackage's normal behavior (Closes: #432147)
  * fix rm command in clean target, doc/HOWTO.html is a directory
  * fix uninitialized value when mergeWithUpstream is used and origDir
    doesn't exist (Closes: #429465)
  * fix the tar command when using mergeWithUpstream
  * check return code of chdir (first half of #441184)
  * change the output when telling the user where the source code is
    checked out to be more clear (Closes: #441184)
  * add an --svn-download-orig option to svn-buildpackage, to make it
    try to download the tarball with apt, and if that doesn't work, try
    uscan (Closes: #480688)
  * add --debclean option to svn-upgrade to run debclean before merging
    the new upstream source. this will prevent merge conflicts if a
    patch system is being used.
  * Remove any extra --svn-* options from argv before running the builder.
    This bug only happened when there was an option to svn-{inject,upgrade}
    set in ~/.svn-buildpackage.conf that svn-buildpackage does not recognize.
  * fix determining the .changes file when you do a 'normal' binary
    build and then a source only build (Closes: #514942)
  * add svnpath-like detection of some paths (Closes: #433532)
  * fix tag version if there's no epoch
  * fix some uninitialized value warnings in svn-upgrade
  * remove the --noautodch option from svn-upgrade
  * a few more improvements to debian/rules
  * svn-upgrade: use File::LibMagic to determine the file type instead
    of using /usr/bin/file

  [ Jan Hauke Rahm ]
  * Correct file permissions in build dir the same way dpkg-source does
    (Closes: #473903, #457103)
  * svn-upgrade: Allow '-v' in new tar.gz name (e.g. package-v1.0.tar.gz)
    (Closes: #471118)
  * svn-inject: Abort if source package format is different to 1.0. We cannot
    handle compressions different to gz, or multiple orig tarballs...
  * svn-buildpackage: tag full versions with epoch (Closes: #469684)
  * svn-upgrade: New option (-e, --auto-epoch) to automatically increase epoch
    if new upstream version is lower than current. (Closes: #417935)
  * debian/rules: switch to debhelper 7 and clean up
  * svn-buildpackage: Corrected error message (svn-upgrade doesn't set "NOT
    RELEASED YET" any more)
  * debian/control: updated description to mention every binary that's
    installed in /usr/bin (i.e. added svn-do and uclean)

  [ Neil Williams ]
  * Migrate manpage/manual generation from SGML to DocBook XML. Drop PDF
    version of the manual.
  * Add default values for options in each manpage. (Closes: #473281)
  * put bash completion file into place directly, using install file.
  * Update copyright with recent contributors. Remove extra debian/clean
    target - done via Makefile.
  * Obtain SDCommon::version at runtime via dpkg-query instead of
    altering SDCommon.pm at build time.

svn-buildpackage (0.6.24) unstable; urgency=low

  [ Eduard Bloch ]
  * Changed detection for tarball contents without root directory to identify
    single files, even if mixed with symlinks
  * Use $(MAKE) in Makefile, avoid jobserver warnings with -j

  [ Eddy Petrișor ]
  * updated TODO list
    - removed irrelevant/obsolete entries
    - s-u should be smart wrt origUrl
  * register the howto documents with doc-base (Closes: #451652)
    - added postinst and prerm maintainer scripts as a consequence
  * install svn-do in /usr/bin to be avilable by default; thanks Sean Finney
    for the suggestion (Closes: #464840)
  * svn-inject no longer creates an invalid test file (Closes: 467614)

  [ Damyan Ivanov ]
  * svn-upgrade: Drop "(NOT RELEASED YET)" from the created changelog entry.
    Closes: #487648
  * Move all of build-dependencies except debhelper from D-B to D-B-I
    + replace obsolete tetex-extra with texlive
  * Replace build-dependency on transitional gd-gpl|gs packages with
    ghostscript
  * Fix typo in doc/svn-buildpackage-howto, thanks lintian
  * Change svn-build-package-howto section from non-existent
    Apps/Programming to Debian

  [ Eddy Petrișor ]
  * improved copyright file

  [ Jan Hauke Rahm ]
  * When files are ignored due to subversion ignore patterns the user gets
    prompted to skip or import those files; in noninteractive mode those files
    are automatically skiped unless '--ignored-files-action=import' (only in
    svn-upgrade) is set. (Closes: #504233)
  * Dropping support for linda (Closes: #502653)
  * Correcting typo in svn-buildpackage (Closes: #506426)
  * Let svn-buildpackage not complain about unresolved issues when it's just
    about svn:externals (Closes: #363003, #422342)
  * svn-inject properly tests for executable tempfile (actually closes:
    467614)
  * s-i: return from del_unref if files hash is empty (Closes: #506876,
    #511691)
  * s-b: handle tagsUrl override correctly and don't print nonsense warnings
    (Closes: #480684, #414564)

  [ Eddy Petrișor ]
  * Added a helper script to ease up installation of the build-deps of
    the current source package (Closes: #506965)
  * drop option dbgsdcommon in favour of using $SVNBPPERLLIB for easier
    support for testing and debugging; since this option was hidden, no
    safety nets were provided for the drop
  * fix a bug that prevented execution of shell commands when the hidden
    option ignoreerrors was used; this option is still hidden since is
    not actually working as it should be and will be rethought
  * don't pretend a all commands fail in unknown directories;
    properly fixed #419005 in the way I initially proposed, since the
    way Gonéri proposed was broken in several ways (and I copied that
    without checking) correctly closes: #419005 instead of hiding it
  * add --svn-arch option, thanks to Julien Valroff (Closes: #527302)

  [ Neil Williams ]
  * New maintainer. (Closes: #528733: ITA: svn-buildpackage -- helper
    programs to maintain Debian packages with Subversion)
  * Taking over maintenance, thanks to Eduard Bloch and Eddy Petrișor
    for all their work.
  * Bump compat to 5.
  * Remove bad install rule that resulted in dpkg-getbdeps being made
    into a directory. Use dh_install and install file instead. Fixes
    lintian warning.
  * remove unneeded postinst and prerm as install-docs is handled by
    triggers. Lintian warning.
  * Update standards version (no changes)
  * move dpkg-getbdeps into /usr/share/ as a snippet - not worth
    having in bin/ at this time.
  * Rename debian/NEWS.Debian to debian/NEWS to let it be found by
    dh_installchangelogs (Closes: #516051)
  * Tidy up the build process using the install and dirs files for more
    operations.
  * Let svn-do expose errors returned by svn-buildpackage. Patch from
   Ludovic Rousseau. (Closes: #486819)
  * Add new option: "--svn-moved-to" for build results elsewhere"
    Patch from sean finney. (Closes: #431898)
  * contrib/svn-do : Clarified licence with Loic - use MIT.
  * Modified patch from Ubuntu to ignore empty files with non-zero
    length.
  * Rewrite copyright and add full copyright notices to scripts.
  * Add a basic manpage for svn-do.
  * Add Eddy and Ryan as Uploaders.

Date: Thu,  04 Jun 2009 05:31:36 +0100
Changed-By: Ryan Niebur <RyanRyan52 at gmail.com>
Maintainer: Neil Williams <codehelp at debian.org>
Origin: Debian/unstable
https://launchpad.net/ubuntu/karmic/+source/svn-buildpackage/0.6.25
-------------- next part --------------
Origin: Debian/unstable
Format: 1.7
Date: Thu,  04 Jun 2009 05:31:36 +0100
Source: svn-buildpackage
Binary: svn-buildpackage
Architecture: source
Version: 0.6.25
Distribution: karmic
Urgency: low
Maintainer: Neil Williams <codehelp at debian.org>
Changed-By: Ryan Niebur <RyanRyan52 at gmail.com>
Description: 
 svn-buildpackage - helper programs to maintain Debian packages with Subversion
Closes: 363003 367460 414564 417935 419005 422342 429465 431898 432147 433532 441184 449306 451652 457103 464840 467614 467614 469684 471118 473281 473903 474014 480684 480688 486819 487648 502653 504233 506426 506876 506965 511691 514942 515531 516051 527302 528135 528733 530196
Changes: 
 svn-buildpackage (0.6.25) unstable; urgency=low
 .
   [ Neil Williams ]
   * Change Section to vcs, matching archive override.
   * Add Hauke to Uploaders (meant to do that in 0.6.24)
 .
   [ Ryan Niebur ]
   * svn-upgrade: return 1 when there's an error (Closes: #528135)
   * fix bashism in svn-do (Closes: #530196)
   * svn-{inject,upgrade}: if the .orig.tar.gz is a symlink, handle
     copying it into the tarballs directory correctly (Closes: #449306)
   * update ENV{PWD} when changing directories (Closes: #474014)
   * add a --uscan option to svn-upgrade, to call uscan to download the
     new tarball (Closes: #367460)
   * when creating a new directory, add [svn-foobar] to the beginning of
     the commit message
   * fix detection of if the tempdir allows execution
   * only tell the user that URLs are being saved if --svn-savecfg is
     passed (Closes: #515531)
   * document that the prebuild and postbuild hooks replace some of svn-
     buildpackage's normal behavior (Closes: #432147)
   * fix rm command in clean target, doc/HOWTO.html is a directory
   * fix uninitialized value when mergeWithUpstream is used and origDir
     doesn't exist (Closes: #429465)
   * fix the tar command when using mergeWithUpstream
   * check return code of chdir (first half of #441184)
   * change the output when telling the user where the source code is
     checked out to be more clear (Closes: #441184)
   * add an --svn-download-orig option to svn-buildpackage, to make it
     try to download the tarball with apt, and if that doesn't work, try
     uscan (Closes: #480688)
   * add --debclean option to svn-upgrade to run debclean before merging
     the new upstream source. this will prevent merge conflicts if a
     patch system is being used.
   * Remove any extra --svn-* options from argv before running the builder.
     This bug only happened when there was an option to svn-{inject,upgrade}
     set in ~/.svn-buildpackage.conf that svn-buildpackage does not recognize.
   * fix determining the .changes file when you do a 'normal' binary
     build and then a source only build (Closes: #514942)
   * add svnpath-like detection of some paths (Closes: #433532)
   * fix tag version if there's no epoch
   * fix some uninitialized value warnings in svn-upgrade
   * remove the --noautodch option from svn-upgrade
   * a few more improvements to debian/rules
   * svn-upgrade: use File::LibMagic to determine the file type instead
     of using /usr/bin/file
 .
   [ Jan Hauke Rahm ]
   * Correct file permissions in build dir the same way dpkg-source does
     (Closes: #473903, #457103)
   * svn-upgrade: Allow '-v' in new tar.gz name (e.g. package-v1.0.tar.gz)
     (Closes: #471118)
   * svn-inject: Abort if source package format is different to 1.0. We cannot
     handle compressions different to gz, or multiple orig tarballs...
   * svn-buildpackage: tag full versions with epoch (Closes: #469684)
   * svn-upgrade: New option (-e, --auto-epoch) to automatically increase epoch
     if new upstream version is lower than current. (Closes: #417935)
   * debian/rules: switch to debhelper 7 and clean up
   * svn-buildpackage: Corrected error message (svn-upgrade doesn't set "NOT
     RELEASED YET" any more)
   * debian/control: updated description to mention every binary that's
     installed in /usr/bin (i.e. added svn-do and uclean)
 .
   [ Neil Williams ]
   * Migrate manpage/manual generation from SGML to DocBook XML. Drop PDF
     version of the manual.
   * Add default values for options in each manpage. (Closes: #473281)
   * put bash completion file into place directly, using install file.
   * Update copyright with recent contributors. Remove extra debian/clean
     target - done via Makefile.
   * Obtain SDCommon::version at runtime via dpkg-query instead of
     altering SDCommon.pm at build time.
 .
 svn-buildpackage (0.6.24) unstable; urgency=low
 .
   [ Eduard Bloch ]
   * Changed detection for tarball contents without root directory to identify
     single files, even if mixed with symlinks
   * Use $(MAKE) in Makefile, avoid jobserver warnings with -j
 .
   [ Eddy Petrișor ]
   * updated TODO list
     - removed irrelevant/obsolete entries
     - s-u should be smart wrt origUrl
   * register the howto documents with doc-base (Closes: #451652)
     - added postinst and prerm maintainer scripts as a consequence
   * install svn-do in /usr/bin to be avilable by default; thanks Sean Finney
     for the suggestion (Closes: #464840)
   * svn-inject no longer creates an invalid test file (Closes: 467614)
 .
   [ Damyan Ivanov ]
   * svn-upgrade: Drop "(NOT RELEASED YET)" from the created changelog entry.
     Closes: #487648
   * Move all of build-dependencies except debhelper from D-B to D-B-I
     + replace obsolete tetex-extra with texlive
   * Replace build-dependency on transitional gd-gpl|gs packages with
     ghostscript
   * Fix typo in doc/svn-buildpackage-howto, thanks lintian
   * Change svn-build-package-howto section from non-existent
     Apps/Programming to Debian
 .
   [ Eddy Petrișor ]
   * improved copyright file
 .
   [ Jan Hauke Rahm ]
   * When files are ignored due to subversion ignore patterns the user gets
     prompted to skip or import those files; in noninteractive mode those files
     are automatically skiped unless '--ignored-files-action=import' (only in
     svn-upgrade) is set. (Closes: #504233)
   * Dropping support for linda (Closes: #502653)
   * Correcting typo in svn-buildpackage (Closes: #506426)
   * Let svn-buildpackage not complain about unresolved issues when it's just
     about svn:externals (Closes: #363003, #422342)
   * svn-inject properly tests for executable tempfile (actually closes:
     467614)
   * s-i: return from del_unref if files hash is empty (Closes: #506876,
     #511691)
   * s-b: handle tagsUrl override correctly and don't print nonsense warnings
     (Closes: #480684, #414564)
 .
   [ Eddy Petrișor ]
   * Added a helper script to ease up installation of the build-deps of
     the current source package (Closes: #506965)
   * drop option dbgsdcommon in favour of using $SVNBPPERLLIB for easier
     support for testing and debugging; since this option was hidden, no
     safety nets were provided for the drop
   * fix a bug that prevented execution of shell commands when the hidden
     option ignoreerrors was used; this option is still hidden since is
     not actually working as it should be and will be rethought
   * don't pretend a all commands fail in unknown directories;
     properly fixed #419005 in the way I initially proposed, since the
     way Gonéri proposed was broken in several ways (and I copied that
     without checking) correctly closes: #419005 instead of hiding it
   * add --svn-arch option, thanks to Julien Valroff (Closes: #527302)
 .
   [ Neil Williams ]
   * New maintainer. (Closes: #528733: ITA: svn-buildpackage -- helper
     programs to maintain Debian packages with Subversion)
   * Taking over maintenance, thanks to Eduard Bloch and Eddy Petrișor
     for all their work.
   * Bump compat to 5.
   * Remove bad install rule that resulted in dpkg-getbdeps being made
     into a directory. Use dh_install and install file instead. Fixes
     lintian warning.
   * remove unneeded postinst and prerm as install-docs is handled by
     triggers. Lintian warning.
   * Update standards version (no changes)
   * move dpkg-getbdeps into /usr/share/ as a snippet - not worth
     having in bin/ at this time.
   * Rename debian/NEWS.Debian to debian/NEWS to let it be found by
     dh_installchangelogs (Closes: #516051)
   * Tidy up the build process using the install and dirs files for more
     operations.
   * Let svn-do expose errors returned by svn-buildpackage. Patch from
    Ludovic Rousseau. (Closes: #486819)
   * Add new option: "--svn-moved-to" for build results elsewhere"
     Patch from sean finney. (Closes: #431898)
   * contrib/svn-do : Clarified licence with Loic - use MIT.
   * Modified patch from Ubuntu to ignore empty files with non-zero
     length.
   * Rewrite copyright and add full copyright notices to scripts.
   * Add a basic manpage for svn-do.
   * Add Eddy and Ryan as Uploaders.
Files: 
 ed95efae5ba2bd1504901492f50c7523 66550 vcs extra svn-buildpackage_0.6.25.tar.gz
 3eec51aaea245bd0a3020496fd8435d1 1098 vcs extra svn-buildpackage_0.6.25.dsc


More information about the Karmic-changes mailing list