svn-buildpackage 0.6.25 source package in Ubuntu

Changelog

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.

 -- Ryan Niebur <email address hidden>   Thu,  04 Jun 2009 05:31:36 +0100

Upload details

Uploaded by:
Ryan Niebur
Uploaded to:
Karmic
Original maintainer:
Neil Williams
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Karmic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
svn-buildpackage_0.6.25.tar.gz 65.0 KiB 3de543a283e965552938d812e67e07705faf6b73575f0e2918c788bb4f07e4d1
svn-buildpackage_0.6.25.dsc 1.1 KiB a3d213bdac344881f0304ebb96c8990e7eebecb40a6dc8f5af581c1eee33eb9d

Available diffs

View changes file

Binary packages built by this source

svn-buildpackage: No summary available for svn-buildpackage in ubuntu karmic.

No description available for svn-buildpackage in ubuntu karmic.