Change logs for svn-buildpackage source package in Hardy

  • svn-buildpackage (0.6.23ubuntu1) hardy; urgency=low
    
      * files list always contain "" as the first element (LP: #110613)
      * debian/control: maintainer munge.
    
     -- Morten Kjeldgaard <email address hidden>   Wed, 09 Apr 2008 15:49:26 +0200
  • svn-buildpackage (0.6.23) unstable; urgency=high
    
      * urgency high since it fixes a serious bug
      * upload to unstable after the testing period in experimental
      * s-b: minor clean up
      * s-u: replace $version with $upsVersion to avoid confusion with
        $SDCommon::version
      * s-b: add --svn-rm-prev-dir that instructs s-b to remove previous build
        directories instead of creating an .obsolete. directory out of it; this
        option is less prioritary than --svn-reuse (Closes: 414353)
      * do not try to boldify on shells without the enviroment variable TERM
        set (Closes: #443635)
      * fix the format and name of the NEWS file
      * s-i: redefine $TMPDIR to be '.' if the default $TMPDIR does not
        allow execution (Closes: 448808)
      * s-b: remove duplicate information for --svn-tag in svn-
        buildpackage(1) (Closes: 449291)
      * s-b man page: layout information is exported to the environment
        (Closes: 436130)
      * make svn-buildpackage scripts less/in- sensitive to locale
        (Closes: 415192)
      * added Vcs-* fields since now they are official fields
      * explicitly Build-Depend on docbook to be sure the DTD is always
        present (Closes: 450454)
    
    svn-buildpackage (0.6.22) experimental; urgency=low
    
      [ Eddy Petrișor ]
      * upload to experimental
      * IMPORTANT: changed default behaviour of saving the configuration in
        .svn/deb-layout by default to avoid stale data to override the
        configuration options that were updated in the repository.
        (Closes: #414581)
        As a consequence, a new option --svn-savecfg was added to allow a
        mechanism for easily overriding options locally
        The priority of the layout information should now be imported in the
        following order:
        properties -> debian/svn-deblayout -> .svn/deb-layout -> command line
    
      [ Gonéri Le Bouder ]
      * SDCommon::sd_exit: read the parameter correctly is SDCommon::nosave=1
        (Closes: #428225)
    
      [ Eddy Petrișor ]
      * s-u: when importing options from ~/.svn-buildpackage.conf, filter in
        only the valid options (Closes: #428689)
      * s-u: replace retcode with retval for consistency with svn-bp
      * s-i: manpage still claimed layout 2 was not implmented (Closes: #433404)
      * s-i: now really supports injects for layout 2 (with the disadvantage of
        not creating the tag directory)
      * s-i: no longer fails on initial checkout (Closes: 411666)
      * when using origUrl, make sure the origDir exists before downloading
        in it
      * s-i: man page: document the missing -o option (Closes: 419996, 435746)
      * s-u: complete the man page synopsis section (Closes: 436133)
      * s-b: do not require the build deps to be present when exporting
        (Closes: 423487); thanks Stefano Zacchiroli for the patch
      * SDcommon.pm: enhance the guessing algo of the layout to make svn-upgrade
        guess correctly on layout 2 repos; thanks Gregor Herrmann for the patch
        (Closes: 434932)
      * Makefile: the version of the package is placed quoted in "SDCommon.pm" so
        that versions like "0.6.22~bpo40+1" don't cause s-b to barf
      * s-i: fix 'Use of unitialized value at line 142'; patch thanks to
        Jeremiah Foster; (Closes: 436554)
      * SDCommon.pm: renamed function "such" to "search", not everybody knows
        German ;-)
      * s-b,s-i : add support for a custom SDCommon.pm used from the current
        directory (option is --svn-dbgsdcommon and --dbgsdcommon, respectively);
        for obvious reasons this option is not documented
      * s-b: some whitespace fixes
      * SDCommon.pm: implemented a function that emulates a 'mkdir -p'
        functionality for svn; this will allow an extended fix for #434932, not
        only the current work around
      * s-i: based on the mkdir-p functionality create missing directories on
        inject (Closes: 433536, 408690, 443923)
      * s-b: ditto for tag, retag operations (Closes: 429024)
      * do not ignore make clean errors anymore (makes a lintian warning go away)
      * remove duplicate call to debiandoc2pdf in doc/Makefile
      * s-i: abstracted more the layout information; this will make it possible
        to have an arbitary layout specified via overrides
      * added a NEWS file
      * add build depends on 'gs-gpl | gs' to prevent an ugly error message during
        the creation of HOWTO.pdf (debiandoc just recommends the package)
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  15 Nov 2007 14:13:27 +0000
  • svn-buildpackage (0.6.21) unstable; urgency=low
    
      * add missing dependency on liburi-perl (needed by svn-upgrade)
      * if --svn-noautodch is used, do not display a misleading message
        (Closes: #419231)
      * svn-upgrade: propagate the error code that debchange returns
      * svn-upgrade: import configuration options from ~/.svn-buildpackage.conf
      * svn-upgrade: renamed option no-changelog-entry to noautodch since is
        easier to process and easier to remember if is the same for svn-up and
        svn-bp (Closes: #419231)
      * svn-buildpackage: when using svn-only-tag in conjunction with no-autodch,
        do not ignore the later (Closes: #419231)
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  11 Jun 2007 18:47:08 +0100