svn-buildpackage (0.5.11) unstable; urgency=low

  * reverted the parsing order for command-line options and those from
    .svn-buildpackage.conf (allowing to override the presets, closes: #283150)
  * fixed usage of the custom orig storage directory (closes: #288252,#288261)
  * changed tar x to tar -x since it no longer works with current gtar
    versions if some argument precedes x (closes: #288254)

 -- Eduard Bloch <blade@debian.org>  Sun, 02 Jan 2005 21:05:04 +0100

svn-buildpackage (0.5.10) unstable; urgency=low

  * svn-inject: remove trailing slash from the URL to not confuse
    svn_load_dirs (closes: #270873)
  * svn-inject: not trying to write config if trunk is not to be checked out
  * s/svn-uupdate/svn-upgrade/g in control, README.Debian (closes: #267716)
  * documented the --svn-override optios which is useful to (guess what)
    override config directives from .svn/deb-layer or autodetected settings
    (closes: #271808)
  * wrote minimalistic manpage for uclean

 -- Eduard Bloch <blade@debian.org>  Tue, 12 Oct 2004 11:53:44 +0200

svn-buildpackage (0.5.9) unstable; urgency=medium

  * more UNRELEASED dist changes
  * version does not break on _ somewhere in the path name (closes: #264362)
  * fixes the svn-move bug with forgetting components (closes: #258599)

 -- Eduard Bloch <blade@debian.org>  Wed, 18 Aug 2004 12:59:14 +0200

svn-buildpackage (0.5.8) unstable; urgency=low

  * additional setting of the target distribution to UNRELEASED for the
    next revision changelog entries (closes: #257288)
  * very experimental option to pass the diff contents extracted from the
    repository to dpkg-source (requires patched dpkg-source, see
    http://bugs.debian.org/246918 for details)

 -- Eduard Bloch <blade@debian.org>  Sat, 19 Jun 2004 11:39:01 +0200

svn-buildpackage (0.5.7) unstable; urgency=low

  * disabled the upstream source export (closes: #252123), it was a really bad
    idea to implement this cludge and enable it as default fallback. The
    behaviour can be still enforced by setting $FORCEEXPORT.
  * not aborting s-b if .changes file could not be found (closes: #254048) 
  * s-u: more carefull external command invocation to work with spaces in path
    names
  * s-b: new switch to temporarily override config variables and --svn-move-to
    to specify the target directory
  * more verbose messages in mergeWithUpstream mode

 -- Eduard Bloch <blade@debian.org>  Sat, 19 Jun 2004 11:38:30 +0200

svn-buildpackage (0.5.6) unstable; urgency=low

  * Fixed uclean to match invidiual files in CVS/... correctly
  * wrote a "quick guide" in the manual
  * s-u: abort if the new tarball already exists in ../tarballs

 -- Eduard Bloch <blade@debian.org>  Thu, 20 May 2004 18:31:59 +0200

svn-buildpackage (0.5.5) unstable; urgency=low

  * s-b: made the dependency check helper only run when no custom build
    command is set and -d switch is not used (closes: #249507)
  * s-b: always remove target directory before trying to export into it
    (closes: #248040)
  * s-b: don't try to export upsteam source from repository in
    mergeWithUpstream mode, show a meaningful failure message instead
  * s-u: accept debianized .orig.tar.gz tarballs as upstream source

 -- Eduard Bloch <blade@debian.org>  Sat,  8 May 2004 14:45:43 +0200

svn-buildpackage (0.5.4) unstable; urgency=low

  * svn-buildpackage.conf parser redesigned, accepts any command line options
    now. Documentation updated.

 -- Eduard Bloch <blade@debian.org>  Thu,  6 May 2004 18:39:05 +0200

svn-buildpackage (0.5.3) unstable; urgency=low

  * Fixed broken logics in tarball copy function

 -- Eduard Bloch <blade@debian.org>  Sun,  2 May 2004 20:37:45 +0200

svn-buildpackage (0.5.2) unstable; urgency=low

  * workarounds to support buggy source packages that come without primary
    subdirectory in the upstream tarball (closes: #246120)
  * fall back to upstream source export if no .orig.tar.gz tarball has been
    found (closes: #245344)
  * more useful log messages (closes: #246625)
  * checks for conflicting .svn dirs in svn-inject and svn-upgrade 
    (closes: #238067)
  * manpage updates (closes: #237911, #246849)
  * remove all undefined arguments when calling programs (closes: #246624)
  * BIG WARNING about the dangerous permission set changes with the
    post-commit script (closes: #240630)
  * more verbose introduction to the version control systems in the manual
  * "svn cp -l" replacement works also with uncommited files now
  * less useless checks in the configure step, now staring faster
  * exit early if dpkg-checkbuilddeps fails

 -- Eduard Bloch <blade@debian.org>  Tue,  9 Mar 2004 15:49:02 +0100

svn-buildpackage (0.5.1) unstable; urgency=low

  * svn-upgrade: added --upstream-version as alias for -V (closes: #237054)
  * Rewrote parts of the manual to suggest svn.d.o instead of alioth.d.o in
    the URLs

 -- Eduard Bloch <blade@debian.org>  Tue, 09 Mar 2004 15:47:27 +0100

svn-buildpackage (0.5) unstable; urgency=low

  * Build-Depends on tetex-extra (closes: #233172)
  * New feature: control prompt after failed command calls

 -- Eduard Bloch <blade@debian.org>  Sat, 14 Feb 2004 15:38:39 +0100

svn-buildpackage (0.4.7) unstable; urgency=low

  * Made svn-inject abort in the beginning if the target directory already
    exists
  * Marking auto-executed svn actions with [scriptname]

 -- Eduard Bloch <blade@debian.org>  Sat, 14 Feb 2004 01:04:05 +0100

svn-buildpackage (0.4.6) unstable; urgency=low

  * Not passing undefined args to external calls, this could confuse
    Subversion under certain circumstances (Closes: #232219)
  * Not setting executable property on debian/rules explicitely, svn_load_dirs
    does it already
  * experimental workarounds for Woody's Perl
  * clean function in svn-uupgrade to remove debian/ dirs and run general make
    clean in the new source
  * Suggesting the fsh package - always a good idea compared to pure SSH
    commands, especially since svn_load_dirs calls it a lot of times

 -- Eduard Bloch <blade@debian.org>  Thu, 15 Jan 2004 14:04:57 +0100

svn-buildpackage (0.4.5) unstable; urgency=low

  * svn-inject specifies new config file explicitely
  * svn-buildpackage: dont-purge option implemented
  * manual shows an example of how the local directories may look

 -- Eduard Bloch <blade@debian.org>  Sat, 10 Jan 2004 17:28:18 +0100

svn-buildpackage (0.4.4) unstable; urgency=low

  * svn-buildpackage: unconfused for nested section names in DEB file listing
  * svn-inject: don't try to copy .orig. file when there was none
    (wrong placed file path expansion)

 -- Eduard Bloch <blade@debian.org>  Thu,  8 Jan 2004 17:02:38 +0100

svn-buildpackage (0.4.3) unstable; urgency=low

  * svn-buildpackage manages epoch'ed Debian revision right (closes: #225534)

 -- Eduard Bloch <blade@debian.org>  Tue,  6 Jan 2004 11:05:15 +0100

svn-buildpackage (0.4.2) unstable; urgency=low

  * Fixed stupid check for source beeing a file introduced in 0.4.1
  * Fixed various stupid bugs that became visible in the mergemode
  * Fixed returned error code in sd_exit()

 -- Eduard Bloch <blade@debian.org>  Wed, 24 Dec 2003 00:23:10 +0100

svn-buildpackage (0.4.1) unstable; urgency=low

  * svn-upgrade: don't look at the suffix in regexp when working on directory
    as input

 -- Eduard Bloch <blade@debian.org>  Sun,  7 Dec 2003 22:27:37 +0100

svn-buildpackage (0.4) unstable; urgency=low

  * package renamed for consitency with *-buildpackage:
    svn-devscripts -> svn-buildpackage
    svn-uupdate -> svn-upgrade
    svn-debuild waits for beeing created by Julian Gilbey  (closes: #220733)
  * moved SD.pm to /usr/share/svn-devscripts/SDCommon.pm (closes: #220736)
  * svn-upgrade no longer recompresses upstream tarballs, leaving it on
    maintainers choice
  * new options:
    --svn-move: move the package files (.changes and components listed
    therein) to <startdir>/..
    --svn-builder <cmd>: alternative build command, eg. debuild, pdebuild
    (closes: #220739, #217934)
  * Code cleanups and feature improvements:
    + svn-upgrade accepts source directories
    + svn-upgrade got the -r option to resolve conflicts quickly ;)
    + improved sync of detected settings with .svn/deb-layout on exit

 -- Eduard Bloch <blade@debian.org>  Tue, 28 Oct 2003 18:16:15 +0100

svn-devscripts (0.3.4) unstable; urgency=low

  * Resolve orig file links and absolut path while using it (closes: #217977)
  * Package description improvements
  * NEW: --svn-only-tag option for svn-buildpackage
  * added check for directory existance before working with settings from
    .svn/deb-layout, otherwise URL detection may become crazy

 -- Eduard Bloch <blade@debian.org>  Mon, 13 Oct 2003 11:56:44 +0200

svn-devscripts (0.3.3) unstable; urgency=low

  * Added dependency on subversion-tools
  * Catching the upstream version before resolving the *orig* file location
    which could broke on links (thanks to Sami Haahtinen)
  * correct encoded characters from included mails in PRINCIPLES 
    (closes: #215272)

 -- Eduard Bloch <blade@debian.org>  Sun,  5 Oct 2003 14:03:37 +0200

svn-devscripts (0.3.2) unstable; urgency=low

  * Warning on forgotten not-released-yet tags (*sic*)
  * Cleanup in config references
  * svn-uupdate keeps the Debian source package name while renaming 
    the new orig tarball
  * Link-where-possible: svn-buildpackage tries to copy the directory using
    symlinks instead of "svn export"

 -- Eduard Bloch <blade@debian.org>  Sun,  5 Oct 2003 11:06:13 +0200

svn-devscripts (0.3.1) unstable; urgency=low

  * NOT RELEASED YET
  * merge-with-upstream check now looks for the mergeWithUpstream subversion
    property of the debian directory.

 -- Eduard Bloch <blade@debian.org>  Thu,  2 Oct 2003 14:50:05 +0200

svn-devscripts (0.3) unstable; urgency=low

  * rework of the checkout code in svn-inject, and verbosity control
  * clean call fixed, merge-with-upstream mode enabling check fixed to not
    produce false positives

 -- Eduard Bloch <blade@debian.org>  Thu,  2 Oct 2003 10:04:19 +0200

svn-devscripts (0.2) unstable; urgency=low

  * s/Url/URL/ in svn-0.30 output, fixed parser where needed
  * documentation updates

 -- Eduard Bloch <blade@debian.org>  Wed,  1 Oct 2003 13:30:21 +0200

svn-devscripts (0.1.11) unstable; urgency=low

  * Minor bug-fixes
  * merge-with-upstream mode in svn-inject and svn-uupdate now work cleanly

 -- Eduard Bloch <blade@debian.org>  Tue, 30 Sep 2003 23:59:22 +0200

svn-devscripts (0.1.10) unstable; urgency=low

  * FIXES, lots of small fixes for minor bugs

 -- Eduard Bloch <blade@debian.org>  Tue, 30 Sep 2003 21:34:33 +0200

svn-devscripts (0.1.9) unstable; urgency=low

  * BUUGs, first real BUUGS
  * typo in svn-inject code on $opt_changedonly
  * check for changed files fixed

 -- Eduard Bloch <blade@debian.org>  Tue, 30 Sep 2003 21:19:20 +0200

svn-devscripts (0.1.8) unstable; urgency=low

  * Complete overhaul:
    - svn-inject is rewritten in Perl; removed useless experimental features
      and improved existing
    - Tools allow better customisation trough .svn/deb-layout file
  * customizable pre/post-tag/build actions
  * fixed wrong hyphens in manpages
  * Section "KNOWN BUGS" in svn-inject.1
  * If you find bugs, report them through BTS instead of draging in the
    mud on -devel

 -- Eduard Bloch <blade@debian.org>  Fri,  5 Sep 2003 12:01:36 +0200

svn-devscripts (0.1.7) unstable; urgency=low

  * Fixed adding of changelog entry to the non-dsaus mode
  * More visible success note svn-buildpackage

 -- Eduard Bloch <blade@debian.org>  Wed,  3 Sep 2003 19:42:31 +0200

svn-devscripts (0.1.6) unstable; urgency=low

  * In "deb-source-as-upstream-source" mode:
    + svn-inject and svn-uupdate add "+mod.1" to the Debian revision in
    + new switch "-o" for cvs-inject to create upstream branch only with files
      modified by the Debian diff
  * svn-buildpackage: fix the clean call before checks

 -- Eduard Bloch <blade@debian.org>  Wed,  3 Sep 2003 10:45:21 +0200

svn-devscripts (0.1.5) unstable; urgency=low

  * svn-buildpackage: Fixed purging of build directory on Debian native packages
  * svn-inject: s/orig.tar.gz/tar.gz/ in pattern matching on $origfile
  * added README.Debian, PRINCIPLES with excerpts of the debian-menthors
    discussion thread

 -- Eduard Bloch <blade@debian.org>  Wed,  3 Sep 2003 09:47:48 +0200

svn-devscripts (0.1.4) unstable; urgency=low

  * Fixed wrong grep in svn-buildpackage, allowing to continue on uncommited
    files

 -- Eduard Bloch <blade@debian.org>  Wed,  3 Sep 2003 04:03:59 +0200

svn-devscripts (0.1.3) unstable; urgency=low

  * Inject and uupdate now work with debian-source as upstream source
  * Don't install tarball if tarball/ isn't registred

 -- Eduard Bloch <blade@debian.org>  Tue,  2 Sep 2003 15:21:46 +0200

svn-devscripts (0.1.2) unstable; urgency=low

  * Extended svn-uupdate and svn-buildpackage to work on single-package
    directory structure and many other fixes
  * Fixed description typo
  * Changed version to native Debian package

 -- Eduard Bloch <blade@debian.org>  Tue,  2 Sep 2003 02:03:34 +0200

svn-devscripts (0.1-1) unstable; urgency=low

  * Initial Release, closes: #208228

 -- Eduard Bloch <blade@debian.org>  Mon,  1 Sep 2003 17:47:15 +0200

