Change logs for svn-buildpackage source package in Gutsy

  • 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
  • svn-buildpackage (0.6.20) unstable; urgency=low
    
      * remove fsh from Suggests (Closes: 425991)
      * fix build dependency on texlive-latex-extra (Closes: #425933)
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  30 May 2007 07:36:07 +0100
  • svn-buildpackage (0.6.19) unstable; urgency=low
    
      [ Gonéri Le Bouder ]
      * Fix two warnings about masked variables %tmp and $ctx (Closes: #419004)
      * Ignore build depends wtih --svn-tag-only. Thanks Tony Mancill (Closes: #369313)
      * Manpages: Fix refers to svn-buildpackage as command name (Closes: #421610)
    
      [ Eddy Petrișor ]
      * remove erroneous information about layout 2 support not being implemented
        in svn-inject
      * sanitize directory name before displaying (Closes: 419005)
      * when svn-do does not have any parameters, run $SHELL; if $SHELL is not
        defined, define it as /bin/bash before running $SHELL (Closes: 421681)
    
      [ Eduard Bloch ]
      * Disable the use of diagnostics, causes more confusion than good
      * added proper texlive build-dependendency
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  23 May 2007 06:29:13 +0100
  • svn-buildpackage (0.6.18) unstable; urgency=low
    
      * Proper fix for file exclusion instead of Gonéri's workaround, also cares
        about files in svn_wc_status_ignored, based on the change in 0.6.16etch1
        and hints from Mike McCallister (closes: #416856)
      * changelog correction, merge with 0.6.16etch1, the last --svn-builder fix
        was mine
    
    svn-buildpackage (0.6.17) unstable; urgency=low
    
      [ Gonéri Le Bouder ]
      * Turn "use strict" on svn-upgrade, svn-buildpackage, uclean and SDCommon.pm.
        - bug found in SDCommon::url()
        $cacheUrl{$PATH} was not filled correctly because of a typo ($URl instead
        of $URL)
      * Fix: --svn-noninteractive working, variable overlap with SDCommon module
      * Fix: Symbolic links are not preserved. Applied patch by S. Wefel
        (Closes: #409309)
      * Fix: Shouldn't copy unversionned files (Closes: #414547)
      * add a dependency against unp for uclean
      * svn-upgrade, uclean, svn-inject converted to SGML
    
      [ Eddy Petrișor ]
      * no longer assume is ok to assign to origUrl the value of origDir (this was
        a behaviour reminiscent from the remote origDir feature), thus not making
        svn-buildpackage to try to download the orig tarball from a svn URI from
        the second build attempt
      * add a small contrib script to allow easy transition from
        debian/svn-deblayout to svn properties which keep the layout info
      * added a bash_completion script for the svn-buildpackage command
      * fixed some typos spotted by Oleksandr Moskalenko, thanks (Closes: #416710)
    
      [ Eduard Bloch ]
      * new option: --svn-noautodch and --no-changelog-entry in svn-upgrade to
        avoid automatic changelog entry generation (Closes: #415186, #347322)
      * reordered the svn-bp help output
      * updated manpages, more automatic generation of the manual
      * semantic fixes for modification of read-only value and undefined value use
        in package file list
      * Makefile fixes
      * Fix: svn-buildpackage does not allow passing of command line arguments
        to --svn-builder (Closes: #405437, #406811, #408696)
    
    svn-buildpackage (0.6.16) unstable; urgency=medium
    
      [ Eddy Petrișor ]
      * now is possible to store svn-deblayout information in Subversion
        properties - namespace is svn-bp:* (Closes: #373295, #377411)
      * add depends on file (Closes: #397611)
      * add support for origUrl (adds also a dependency on wget)
        (Closes: #377880)
    
      [ Gonéri Le Bouder ]
      * add --svn-noninteractive to turn off interactive mode (Closes: #349979)
    
      [ Eduard Bloch ]
      * svn_load_dir replacement implemented (closes: #399661, #398185), dropped
        dependency on subversion-tools. This also solves the user confusion
        because of its bizzare output and error handling (closes: #351653)
      * running custom build command trough a shell (closes: #376278)
      * disabled some postprocessing sugar with custom build command, makes
        more problem then it's worth (closes: #381377). If you use custom
        commands, please do also the post-processing. It is even documented (now
        also about --svn-linda, closes: #335239). People, please, DO SOME RTFM, it
        is not that hard.
      * more carefull checks for UNRELEASED tags in debian/changelog
      * made the the build-dep checking helper ineffective when prebuild hook is
        used (closes: #340396)
      * moved the clean command after build-dep check (closes: #348833)
      * tested bzip2 support in svn-inject (closes: #388567)
      * print the actuall svn command to show which repository is beeing accessed
        when probing around (closes: #396464). This may have caused Sven's
        confusion as well (closes: #327180, reopen if you have new information).
      * added a frontend script from Loïc Minier to
        /svn-buildpackage/usr/share/svn-buildpackage/contrib (closes: #389941)
      * manpage fixes and updates by Ted Percival (closes: #374805)
      * exclusion of upstream branch if definitely no files there are modified and
        explicit exclusion with --no-branches, based on a patch from Thierry
        Reding (closes: #345616)
      * Layout type 2 support based on patch from Steve Kowalik (closes: #338389)
      * carefully weed out empty arguments before exporting (closes: #334608)
      * now really use Q as the default answer at the failure-checking prompt,
        patch by Julian Gilbey (closes: #320679, #351611, #342260)
      * switched positions of copy commands in PRINCIPLES fixed, thanks to Thijs
        Kinkhorst (closes: #376583)
      * included some more language fixes (closes: #403066) and mentioned the SSH
        connection caching in the manual
      * Corrected the trunk/.svn/svn-buildpackage.conf path in the manpage
        (closes: #359673). That is enough, I see no good reason for adding a
        fallback to trunk/.svn/.svn-buildpackage.
      * alternative lookup in main tags directory when building in
        .../branches/... (closes: #399646)
      * removed the reference to the svnbook copy in Debian packages 
        (closes: #347854) which has been removed because of licensing issues
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  27 Apr 2007 13:17:10 +0100
  • svn-buildpackage (0.6.15) unstable; urgency=low
    
      [ Eduard Bloch ]
      * made -svn-reuse imply --svn-dont-purge for obvious reasons
      * more meaningful message if debian/changelog's first entry is broken
      * "use links where possible" message improved
      * changed dependency from libsvn-core-perl to libsvn-perl (closes: #394823)
      * svn-upgrade: simplier hash var quoting in messages 
      * svn-upgrade: create the orig tarballs dir if it doesn't exist
    
      [ martin f. krafft ]
      * applied patch by Sergei Golovan to fix prevent modification of read-only
        $arch variable (closes: #370227).
      * make --svn-move also move the orig.tar.gz file if it's not listed in the
        changes file (closes: #377404).
      * also perform --svn-move if using a custom builder. If the custom builder
        you use does not drop the generated files to the build-area directory,
        well, don't use --svn-move. The summary will only be displayed if the
        changes file can be found.
      * move all changes files, not just the arch-specific one.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  08 Nov 2006 19:44:56 +0000