devscripts (2.7.0) unstable; urgency=low

  * debclean: don't remove .upload files (closes: #140161)
  * I think it's ready enough to bump the version number!

 -- Julian Gilbey <jdg@debian.org>  Sun, 31 Mar 2002 10:02:49 +0100

devscripts (2.6.99) unstable; urgency=low

  * debdiff: fix dsc handling on native packages (closes: #139776)

 -- Julian Gilbey <jdg@debian.org>  Mon, 25 Mar 2002 08:52:34 +0000

devscripts (2.6.98) unstable; urgency=low

  * uscan: fix handling of HTTP-proxied FTP requests (closes: #138882)
  * uscan: add --debug features

 -- Julian Gilbey <jdg@debian.org>  Sun, 24 Mar 2002 22:51:03 +0000

devscripts (2.6.97) unstable; urgency=low

  * debdiff: add support for comparing source packages (closes: #94908)

 -- Julian Gilbey <jdg@debian.org>  Sun, 17 Mar 2002 23:46:17 +0000

devscripts (2.6.96) unstable; urgency=low

  * uscan: typo in manpage (closes: #138486)
  * uscan: allow per-site PASV/active selection (closes: #127646)
  * add devscripts.1 manpage (closes: #138485)

 -- Julian Gilbey <jdg@debian.org>  Sun, 17 Mar 2002 12:28:53 +0000

devscripts (2.6.95) unstable; urgency=low

  * debuild: don't die with -tc option (closes: #138478)

 -- Julian Gilbey <jdg@debian.org>  Fri, 15 Mar 2002 17:14:53 +0000

devscripts (2.6.94) unstable; urgency=low

  * James' comment means that the procmail script can be even more
    economical.
  * Also correct the regexp (which would have failed in the past)

 -- Julian Gilbey <jdg@debian.org>  Fri, 15 Mar 2002 16:58:53 +0000

devscripts (2.6.93) unstable; urgency=low

  * debuild: use lintian according to DEBUILD_LINTIAN ;-) (closes: #138445)
  * procmail examples: update for ACCEPTED messages (closes: #138460)
  
 -- Julian Gilbey <jdg@debian.org>  Fri, 15 Mar 2002 16:01:31 +0000

devscripts (2.6.92) unstable; urgency=low

  * debdiff: fixed syntax error (closes: #138381)
  * debdiff: and use proper logic for wdiff exit status (closes: #138383)

 -- Julian Gilbey <jdg@debian.org>  Fri, 15 Mar 2002 11:17:07 +0000

devscripts (2.6.91) unstable; urgency=low

  * grep-excuses: fixed parsing problem (closes: #138227)
  * uscan: fixed FTP regex
  * uscan: chdir back to where we started between directories
    (closes: #138232)
  * uupdate: add (and document) bzip2 support (closes: #138247)

 -- Julian Gilbey <jdg@debian.org>  Thu, 14 Mar 2002 10:06:35 +0000

devscripts (2.6.90) unstable; urgency=low

  * Simplified whole build process.
  * Removed broken i18n support -- if it's wanted, we can reintroduce it
    when Perl supports a --dump-po-strings type function (or we can write
    it manually)
  * devscripts now has a config file!  Yeah!  (closes: #40729)
  * New scripts:
    - dpkg-depcheck (from Bill Allombert <ballombe@debian.org>)
    - grep-excuses (closes: #129444)
    - mergechanges (closes: #130849)
  * bts: document BROWSER in ENVIRONMENT VARIABLES section (closes:
    #116417)
  * bts: accepts 'tags' as a synonym for 'tag' (closes: #113262)
  * bts: accepts --help and --version arguments
  * debchange: allow it to understand both dupload and dput .upload
    formats
  * debchange: handle EMAIL='Full Name <email@address>' (closes: #133632)
  * debchange: now uses config variable for --preserve option
  * debchange: introduce -d/--fromdirname option (closes: #116352)
  * debchange: clarify --newversion explanation in manpage (closes: #137392)
  * debclean: introduced --cleandebs option and config variable: now only
    removes .deb etc. files if specifically requested to
  * debdiff: fixed dirs moving around among multiple packages (closes:
    #113151)
  * debdiff: use configuration file
  * debrelease: can use dput or dupload (closes: #118071)
  * debrelease: can now handle source-only uploads
  * debrelease: use configuration file
  * deb[r]sign: teach it about source-only .changes files
  * debsign: don't delete signed files if the scp to transfer them back
    failed (thanks to Joey Hess for patch) (closes: #126395)
  * debsign: use configuration file
  * debuild: teach it about source-only builds (closes: #114699) and
    binary-only builds (closes: #115168)
  * debuild: correct -E description in usage info (closes: #126171)
  * debuild: correct -p option handling (closes: #122870)
  * debuild: now uses configuration file (closes: #36793)
  * debuild: check for existence of fakeroot (closes: #137605)
  * dpkg-genbuilddeps: now a wrapper around dpkg-depcheck.  This latter
    program can be used instead if there is a problem with strace hanging
    on dpkg --build; simply only trace the build target.
  * dscverify: now uses the same gpg command as katie for signature
    verification, which has simplified the code significantly
  * dscverify: now also check signature on .dsc file included in .changes
    file
  * dscverify: now uses configuration file
  * uscan: rewrote in Perl to make handling other bugs simpler
  * uscan: new, simpler, watch file format available, ironically also
    allows handling of more complex http:// searches (closes: #126789)
  * uscan: correct handling of absolute filenames (closes: #120416, #126768)
  * uscan: verbose and non-verbose modes available (closes: #126705)
  * uscan: report-only mode available (closes: #126705)
  * uscan: allows choosing PASV or non-PASV (default) mode (closes: #127646)
  * uscan: symlinks (by default) pkg_version.orig.tar.gz to downloaded
    file (closes: #127580)
  * uscan: now uses configuration file
  * uupdate: correct match regexp (closes: #114798)
  * uupdate: now uses pristine source by default (closes: #131448)
  * debian.procmail: remove old quake list reference (closes: #136058)

 -- Julian Gilbey <jdg@debian.org>  Mon,  4 Feb 2002 13:00:36 +0000

devscripts (2.6.4) unstable; urgency=low

  * Fix postscript typo (closes: #112437)
  * bts: add missing tags (closes: #113240)
  * bts: fix comment handling in bts control commands (closes: #113890)
  * plotchangelog: add -b/--bugcount option to --help output (closes:
    #112585)

 -- Julian Gilbey <jdg@debian.org>  Mon,  1 Oct 2001 08:49:59 +0100

devscripts (2.6.3) unstable; urgency=low

  * bts: Fix typos (closes: #110519)
  * bts: Implement esr's BROWSER spec (closes: #111061)
  * bts: Multiple command caching, thanks to Colin Watson (closes:
    #111066)
  * bts: Recognise DEBEMAIL and fake From: line if it's set (closes:
    #111148)

 -- Julian Gilbey <jdg@debian.org>  Tue,  4 Sep 2001 15:24:53 +0100

devscripts (2.6.2) unstable; urgency=low

  * Get the build-indep -> build-arch change correct as well - D'Oh!
    (closes: #110042)

 -- Julian Gilbey <jdg@debian.org>  Sat, 25 Aug 2001 22:30:17 +0100

devscripts (2.6.1) unstable; urgency=low

  * Build-Depends-Indep -> Build-Depends (closes: #109746)
  * bts doesn't automatically default to w3m (closes: #109699)

 -- Julian Gilbey <jdg@debian.org>  Fri, 24 Aug 2001 01:53:37 +0100

devscripts (2.6.0) unstable; urgency=low

  * Added new "bts" script (closes: #104407)
  * Added Ben Collins' dpkg-genbuilddeps program (note that this makes
    this package "Architecture: any" rather than the previous
    "Architecture: all"); unfortunately, it is currently disabled due to a
    bug in strace (or perhaps it's in dpkg)
  * Fix dscverify MD5 -> Digest::MD5 (required the old libmd5-perl package
    to work correctly) (closes: #105814)
  * Change "OK then, aborting." message in debsign (closes: #100654)
  * Correct spelling priviledge -> privilege (closes: #101774)
  * Improvement in uupdate tmp dir handling (thanks to Decklin Foster)
    (closes: #106057)
  * dscverify now accepts local keyrings (closes: #98431)
  * Fixed plotchangelog bugs (closes: #102416, #102417)

 -- Julian Gilbey <jdg@debian.org>  Tue, 21 Aug 2001 20:27:53 +0100

devscripts (2.5.30) unstable; urgency=low

  * Remove /etc/upload.sites if it still exists.
  * Correct use of $! in perl scripts (closes: #97185)
  * Add wdiff recommendation in control file for debdiff (closes: #94907)

 -- Julian Gilbey <jdg@debian.org>  Wed,  6 Jun 2001 16:02:08 +0100

devscripts (2.5.29) unstable; urgency=medium

  * And do all of the other debian.procmail security regex's while we're
    at it.

 -- Julian Gilbey <jdg@debian.org>  Sat,  5 May 2001 22:51:04 +0100

devscripts (2.5.28) unstable; urgency=medium

  * Fix security hole in debian.procmail example: replace [^@] regex by
    something more restrictive (reported by Shane Wegner <shane@debian.org>)

 -- Julian Gilbey <jdg@debian.org>  Sat,  5 May 2001 22:28:20 +0100

devscripts (2.5.27) unstable; urgency=low

  * debdiff: compares control files in more situations (closes: #94562)

 -- Julian Gilbey <jdg@debian.org>  Fri, 20 Apr 2001 17:30:43 +0100

devscripts (2.5.26) unstable; urgency=low

  * Fixed debdiff; added wdiff formatting options

 -- Julian Gilbey <jdg@debian.org>  Tue, 17 Apr 2001 11:04:23 +0100

devscripts (2.5.25) unstable; urgency=low

  * Fixed plotchangelog bugs (closes: #93204, #93205)
  * Enhanced debdiff (closes: #58459, #59827, #79952): can now diff
    control files and see which files have moved between packages (not
    perfect, but pretty good)
  * dch aborts if the temporary changelog is not modified (mtime check) --
    patch by Colin Watson <cjw44@flatline.org.uk> (closes: #72237)
  * Improve forward.exim (master.procmail was already done) (closes: #78474)

 -- Julian Gilbey <jdg@debian.org>  Tue, 17 Apr 2001 09:42:55 +0100

devscripts (2.5.24) unstable; urgency=low

  * Improve debpkg error handling with no options given
  * debsign should exit with status 0 if signed file is not resigned
    (closes: #92833)

 -- Julian Gilbey <jdg@debian.org>  Wed,  4 Apr 2001 18:24:39 +0100

devscripts (2.5.23) unstable; urgency=low

  * Fix uscan to handle funny HTML hrefs (closes: #89749)

 -- Julian Gilbey <jdg@debian.org>  Mon,  2 Apr 2001 01:01:26 +0100

devscripts (2.5.22) unstable; urgency=low

  * Remove dependency on gettext; there are no translations for this
    package to date, and no easy ways of generating the needed message
    files (closes: #92167)

 -- Julian Gilbey <jdg@debian.org>  Fri, 30 Mar 2001 15:45:31 +0100

devscripts (2.5.21) unstable; urgency=low

  * Introduced --set-envvar option to debuild (might close #88586)

 -- Julian Gilbey <jdg@debian.org>  Mon,  5 Mar 2001 15:58:59 +0000

devscripts (2.5.20) unstable; urgency=low

  * Modified README to refer to dpkg-statoverride instead of suidmanager
  * debsign: Add -e option (closes: #85847)
  * debsign: lots of improvements to bring it into line with current
    dpkg-buildpackage
  * Modified package description to list dependencies of each script
  * Removed dependency on ftp (and ftp-ssl should Provide: ftp)
    (closes: #86765)
  * Updated for new Perl setup; changed source dependencies to cope
  * Standards version 3.5.2

 -- Julian Gilbey <jdg@debian.org>  Sun, 25 Feb 2001 14:21:01 +0000

devscripts (2.5.19) unstable; urgency=low

  * Quote package name in regexps (closes: #85566)

 -- Julian Gilbey <jdg@debian.org>  Sun, 11 Feb 2001 22:49:28 +0000

devscripts (2.5.18) unstable; urgency=low

  * Correct /bin/sh -> /bin/bash in shell scripts; broke due to my
    configure script using the shell variable BASH, which was /bin/sh when
    /bin/sh was linked to bash.  Oops.  (closes: #85089)
  * Correct debchange directory renaming behaviour (closes: #78468)
  * Correct ~ -> $HOME in debrsign (closes: #81147)
  * Changed tar I -> tar --bzip2 in uupdate (closes: #81507)
  * Corrected uscan.1 (thanks to Jim Van Zandt) (closes: #83095)
  * debchange: sets urgency to low automatically (closes: #83584)
  * debclean: Correct directory changing (closes: #84309)
  * Conflict with old suidmanager
  * debchange: --help should never fail! (closes: #78383)

 -- Julian Gilbey <jdg@debian.org>  Wed,  7 Feb 2001 10:47:28 +0000

devscripts (2.5.17) unstable; urgency=low

  * debuild: Allow through DEB_* and GNUPGHOME environment
    variables. (Closes: #77822)

 -- Julian Gilbey <jdg@debian.org>  Thu, 14 Dec 2000 12:03:56 +0000

devscripts (2.5.16) unstable; urgency=low

  * debdiff: Set locale to C before doing parsed dpkg-deb call
    (closes: #68325 again)

 -- Julian Gilbey <jdg@debian.org>  Mon, 11 Dec 2000 23:07:07 +0000

devscripts (2.5.15) unstable; urgency=low

  * Correct debsign typo -- oops! (closes: #79366)

 -- Julian Gilbey <jdg@debian.org>  Mon, 11 Dec 2000 22:17:55 +0000

devscripts (2.5.14) unstable; urgency=low

  * master.procmail: add -oi option to sendmail invocation
  * debdiff: attempt to fix hardlinks problem (closes: #68325)

 -- Julian Gilbey <jdg@debian.org>  Sun, 10 Dec 2000 23:50:35 +0000

devscripts (2.5.13) unstable; urgency=low

  * debsign: Fix manpage (line beginning with dot disappeared)
    (closes: #76984)
  * debsign: Give explanatory warning message about RSA(REF) extensions if
    gpg fails, due to silly/paranoid gpg exit values (closes: #75677)
  * debsign: use new Changed-By field if it exists (closes: #77226)
  * deb(r)sign: now allows signing of just a .dsc file (closes: #77822)
  * dch: Use more intelligent way of determining name and email address
    (thanks to Roderick Schertler, roderick@argon.org; closes: #63764)
  * uscan: Use binary mode for ftp (closes: #67336)
  * uscan: Use passive mode for ftp (closes: #68539)
  * parsechangelog: put in check for libtimedate-perl package and issue
    meaningful error message if not found (closes: #67710)
  * master.procmail: prevent looping (closes: #65256)

 -- Julian Gilbey <jdg@debian.org>  Sat,  9 Dec 2000 23:53:23 +0000

devscripts (2.5.12) unstable; urgency=low

  * dscverify: Correct test for --help, --version to be *after* test for
    no arguments
  * uupdate: allow .tar.bz2 archive files (but not yet for pristine
    source; will do soon, once I've upgraded to woody and dpkg is ready
    for it) (closes: #64113)

 -- Julian Gilbey <jdg@debian.org>  Mon, 22 May 2000 13:55:38 +0100

devscripts (2.5.11) unstable; urgency=low

  * Fix checkgettext.pm so it actually works when liblocale-gettext-perl
    is not installed (conflict with POSIX module)
  * Modify dscverify to see the keyrings on ftp-master as well as on
    master.

 -- Julian Gilbey <jdg@debian.org>  Mon, 22 May 2000 10:27:26 +0100

devscripts (2.5.10) unstable; urgency=low

  * Fix debsign to check for $GNUPGHOME as well as ~/.gnupg (closes bug
    reported by Gerfried Fuchs <alfie@innocent.com>)
  * Fix debian-test script to work with new version of debian-test
    (closes: #51527)

 -- Julian Gilbey <jdg@debian.org>  Thu, 11 May 2000 12:04:29 +0100

devscripts (2.5.9) unstable; urgency=low

  * Change Getopt::Long::config back to Getopt::Long::Configure in dch as
    this is a woody package, and I am not going to worry about slink
    compliance any longer.
  * debsign checks to see whether the .dsc file has already been signed
    (closes: #54963)
  * Fixed scp bug when changes file name is given relative to remote home
    directory (closes: #61504)
  * Corrected help message in debc (closes: #61541)
  * Changed dupload recommends to suggests; all package maintainers will
    have dupload installed anyone, one would presume (closes: #57847)
  * Removed recommendations etc on netstd and perl(-suid) from the control
    file as their replacements are already standard in potato.

 -- Julian Gilbey <jdg@debian.org>  Tue,  4 Apr 2000 17:45:18 +0100

devscripts (2.5.8) frozen unstable; urgency=low

  * Correct debdiff to allow 2 *.changes files (closes: #58458)
    (RM: this is an important bug)

 -- Julian Gilbey <jdg@debian.org>  Mon, 13 Mar 2000 23:37:05 +0000

devscripts (2.5.7) unstable; urgency=low

  * Remove install-stamp from debian/rules
  * Change Getopt::Long::Configure to Getopt::Long::config in dch to allow
    the package to still work in slink (closes: #51442)

 -- Julian Gilbey <jdg@debian.org>  Wed,  1 Dec 1999 00:50:44 +0000

devscripts (2.5.6) unstable; urgency=low

  * Correct debuild bug.  Again.  This regexp is getting silly ;)

 -- Julian Gilbey <jdg@debian.org>  Wed, 24 Nov 1999 09:28:44 +0000

devscripts (2.5.5) unstable; urgency=low

  * Correct debuild to only pass -spgp and -sgpg options to debsign, not
    -sa and suchlike (closes: #51065)

 -- Julian Gilbey <jdg@debian.org>  Tue, 23 Nov 1999 12:18:47 +0000

devscripts (2.5.4) unstable; urgency=low

  * Added perl shebang test to debian-test suite
  * Recompile to correct perl shebang line (closes: #51039 and all other
    reports about the same thing!)
  * Preserve DEB_BUILD_OPTIONS (request from Joseph Carter)

 -- Julian Gilbey <jdg@debian.org>  Tue, 23 Nov 1999 11:19:12 +0000

devscripts (2.5.3) unstable; urgency=low

  * Correct uupdate syntax error (closes: #50881)
  * Correct debsign regexp error again! (closes: #50877)

 -- Julian Gilbey <jdg@debian.org>  Mon, 22 Nov 1999 18:24:00 +0000

devscripts (2.5.2) unstable; urgency=low

  * Fixed debrelease back in version 2.5.0 to pass on options to dupload,
    but forgot to say so.
  * All of the programs which look for a .changes file now accept the
    dpkg-buildpackage/dpkg-architecture -a and -t options (again, done in
    2.5.0)
  * Correct 'eq' -> '-eq' in test command (and it's the third time I've
    made that mistake in as many days...) (closes: #50549)
  * Added a simple debian-test script to check that I get the version
    numbering right....
  * Added build dependecies (which wasn't really that hard...)
  * Correct debdiff problem: forgot to chdir back after looking at first
    changes file
  * debit now runs debian-test *without* su nobody; I believe that it is
    the responsibility of the test programs themselves to handle choosing
    their userid
  * Correct handling of .changes file entries when package is in
    non-US/main/libs or suchlike (really closes: #50281)

 -- Julian Gilbey <jdg@debian.org>  Fri, 19 Nov 1999 01:50:32 +0000

devscripts (2.5.1) unstable; urgency=low

  * Cleaned up Makefile.am
  * Small correction to mustsetvar logic in uscan

 -- Julian Gilbey <jdg@debian.org>  Tue, 16 Nov 1999 21:44:26 +0000

devscripts (2.5.0) unstable; urgency=low

  * Add -m option to deb(r)sign to parallel the behaviour of
    dpkg-buildpackage; this is obviously desirable, and necessary to
  * make sure that debuild pays attention to any -m, -k, -p or -s options
    given to dpkg-buildpackage when calling debsign (should close #50281),
    and
  * make debsign sign the right .changes file!  (closes: #50134)
  * Teach debdiff to fully handle potato version of dpkg -c output
  * Make debdiff able to handle .changes files as well as just single .deb
    files
  * Make debdiff Perl more idiomatic
  * Allow deb[ic] to handle multiple binary packages by parsing .changes
    file (closes: #33699)
  * Merged deb[ic] into one file, as their functionality is almost
    identical
  * Corrected a few more occurrences of manually parsing changelogs (which
    I should have done when correcting bug #43082)
  * Add Joey's plotchangelog program (closes: #50150)
  * Added a README.i18n file
  * Added James R. Van Zandt's debit script, merged into a single script
    with debi.
  
 -- Julian Gilbey <jdg@debian.org>  Tue, 16 Nov 1999 02:41:57 +0000

devscripts (2.4.6) unstable; urgency=low

  * Rebuild with correct Perl paths

 -- Julian Gilbey <jdg@debian.org>  Fri, 12 Nov 1999 02:26:42 +0000

devscripts (2.4.5) unstable; urgency=low

  * Remove references to libtricks package from descriptions (close:
    #49937, even though I made the correction the day before the bug
    report arrived!)
  * Only suggest gnupg rather that recommend (closes: #49882)
  * s/sprint/sprintf/ in dscverify (closes: #49721)
  * Add --version and --help options to all programs (and this effectively
    closes: #49554)
  * Add long options to all programs except for deb(r)sign, as the options
    there match those in dpkg-buildpackage (closes: #41850)
  * No longer suggest PGP, as GNU Privacy Guard with the requisite
    extensions should be sufficient
  * Correct debdiff to take account of new format of dpkg-deb -c output
    (and why did it change?)
  * Make sure debian/rules clean really does that (error in Makefile.am)
  * Rewrite of internals of debuild in several places, especially with
    regard to -r handling.  Much nicer logic now.

 -- Julian Gilbey <jdg@debian.org>  Fri, 12 Nov 1999 01:49:40 +0000

devscripts (2.4.4) unstable; urgency=low

  * Correct spurious debian/changelog.dch error message (closes: #49435)

 -- Julian Gilbey <jdg@debian.org>  Sun,  7 Nov 1999 18:02:07 +0000

devscripts (2.4.3) unstable; urgency=low

  * Add ssh | ssh-nonfree suggest (forgot when adding remote signing
    capabilities to deb(r)sign in 2.4.[01])

 -- Julian Gilbey <jdg@debian.org>  Sun,  7 Nov 1999 02:37:17 +0000

devscripts (2.4.2) unstable; urgency=low

  * Change netstd dependency to netstd (<<3.07-8) | ftp dependency
    (closes: #49322, #49331)

 -- Julian Gilbey <jdg@debian.org>  Sun,  7 Nov 1999 02:24:43 +0000

devscripts (2.4.1) unstable; urgency=low

  * Added remote changes file functionality to debsign

 -- Julian Gilbey <jdg@debian.org>  Thu,  4 Nov 1999 01:09:13 +0000

devscripts (2.4.0) unstable; urgency=low

  * Use Edward Betts' procmailrc examples files
  * Suggest perl5-suid | perl-suid instead of perl-suid (closes: #42873)
  * Corrected debchange to handle all sorts of version numbers, and to
    use dpkg-parsechangelog for correctness (closes: #43082)
  * Corrected dscverify: use POSIX and don't have barewords (closes: #45858)
  * Renamed signchanges to debsign
  * Allowed .changes name to be determined automatically by debsign
  * Added debrsign program (closes: #44051)
  * Cleaned up shebang lines
  * Corrected uscan to allow absolute links (closes: #45672)
  * Make ftp connections passive (closes: #46193)
  * Corrected extraneous directory changing (closes: #46645)
  * Use dpkg-parsechangelog to determine package name and version in
    uupdate (closes: #47402)
  * Make pgp/gpg choice of debsign behave in the same way as
    dpkg-buildpackage.
  * dscverify now uses GPG and will need an RSA extension to check PGP
    signatures

 -- Julian Gilbey <jdg@debian.org>  Thu, 28 Oct 1999 16:39:42 +0100

devscripts (2.3.9) unstable; urgency=low

  * Correct gpg signchanges patch (closes: #42188, thanks to Adam Heath)

 -- Julian Gilbey <jdg@debian.org>  Sun,  8 Aug 1999 10:05:34 +0100

devscripts (2.3.8) unstable; urgency=low

  * Changed perl5 dependency to perl5 | perl (closes: #42329)

 -- Julian Gilbey <jdg@debian.org>  Wed,  4 Aug 1999 10:32:39 +0100

devscripts (2.3.7) unstable; urgency=low

  * Correct html patch (closes: #41986)

 -- Julian Gilbey <jdg@debian.org>  Wed, 28 Jul 1999 00:37:59 +0100

devscripts (2.3.6) unstable; urgency=low

  * Corrected Makefile.am bug which makes all Perl scripts begin #! @PERL@
    -- ouch!!  (closes: #41846, part of #41850)

 -- Julian Gilbey <jdg@debian.org>  Sun, 25 Jul 1999 02:12:37 +0100

devscripts (2.3.5) unstable; urgency=low

  * Change Suggests: libmd5-perl to libdigest-md5-perl
  * Incorporated Joseph Carter's gpg patch to signchanges (closes: #40727)
  * Incorporated Raphael Hertzog's patch to not depend on
    liblocale-gettext-perl (closes: #40596)
  * Applied Piotr Roszatycki's patch to allow uscan to use http://
    prefixed locations (closes: #41272)

 -- Julian Gilbey <jdg@debian.org>  Fri, 23 Jul 1999 09:24:53 +0100

devscripts (2.3.4) unstable; urgency=low

  * Change perl dependency to perl5 dependency

 -- Julian Gilbey <jdg@debian.org>  Thu,  1 Jul 1999 23:02:33 +0100

devscripts (2.3.3) unstable; urgency=low

  * Corrected debpkg manpage (closes: #40279)
  * Remove dependency on dupload (closes: #40382)
  * Add -p (preserve directory name) option to dch (closes: #39385)

 -- Julian Gilbey <jdg@debian.org>  Thu,  1 Jul 1999 02:54:24 +0100

devscripts (2.3.2) unstable; urgency=low

  * More corrections to uscan, with thanks to Thomas Quinot.  Closes:
    #40227
  * Added -e/-E options to debuild (closes: #40071)

 -- Julian Gilbey <jdg@debian.org>  Sun, 27 Jun 1999 03:00:22 +0100

devscripts (2.3.1) unstable; urgency=low

  * Really fix bug#38798 this time: versort and uscan now work correctly
    together

 -- Julian Gilbey <jdg@debian.org>  Tue, 22 Jun 1999 00:45:52 +0100

devscripts (2.3.0) unstable; urgency=low

  * Reinstated the release script (renamed as debrelease) (closes #34122)
  * dch can now determine (in conjunction with dupload 2.1) whether or not
    to increment the version number without needing an explicit option
    (closes #34130)
  * Internationalisation of the package
  * Correct the (internal) versort library file description (closes:
    #38798)

 -- Julian Gilbey <jdg@debian.org>  Tue, 22 Jun 1999 00:45:39 +0100

devscripts (2.2.7) unstable; urgency=low

  * signchanges now correctly handles signing binary-only changes files

 -- Julian Gilbey <jdg@debian.org>  Mon, 31 May 1999 22:35:20 +0100

devscripts (2.2.6) unstable; urgency=low

  * Corrected silly dscverify bug so it now works with filenames with no
    directory components -- duh!  (closes: #38065)
  * Corrected perl regexp in signchanges so it now finds the dsc file
    (closes: #38049)

 -- Julian Gilbey <jdg@debian.org>  Sun, 23 May 1999 16:44:32 +0100

devscripts (2.2.5) unstable; urgency=high

  * Now only recommend fakeroot (and not libtricks) to alleviate grave
    bug #37592 against dpkg

 -- Julian Gilbey <jdg@debian.org>  Thu, 13 May 1999 01:45:02 +0100

devscripts (2.2.4) unstable; urgency=low

  * debchange/dch now looks for environment variable DEBEMAIL before
    EMAIL (closes: #37199)

 -- Julian Gilbey <jdg@debian.org>  Wed,  5 May 1999 23:55:15 +0100

devscripts (2.2.3) unstable; urgency=low

  * Correct debdiff Perl error and inconsistency

 -- Julian Gilbey <jdg@debian.org>  Tue,  4 May 1999 05:01:17 +0100

devscripts (2.2.2) unstable; urgency=low

  * Fixed signchanges to die if PGP fails, rather than to wipe the
    unsigned .changes file (closes: #36625)

 -- Julian Gilbey <jdg@debian.org>  Tue, 27 Apr 1999 01:57:57 +0100

devscripts (2.2.1) unstable; urgency=low

  * Correct copyright notice in debdiff.1

 -- Julian Gilbey <jdg@debian.org>  Wed, 21 Apr 1999 02:10:59 +0100

devscripts (2.2.0) unstable; urgency=low

  * Merged Yann's debdiff manpage with my attempt; bumping up the minor
    number because of the new program
  * Simplified debdiff's exit values
  * debdiff is now licensed under version 2 of the GPL, rather than
    version 2 or later
  * Modified debchange/dch to always use the current date at the end of
    the changelog section, even when adding an entry

 -- Julian Gilbey <jdg@debian.org>  Mon, 19 Apr 1999 20:00:34 +0100

devscripts (2.1.6) unstable; urgency=low

  * Modify debdiff to ignore the destinations of symlinks

 -- Julian Gilbey <jdg@debian.org>  Tue, 13 Apr 1999 23:44:47 +0100

devscripts (2.1.5) unstable; urgency=low

  * Now only Suggests: rather than Recommend: perl-suid (closes: #35635)
  * Added Roderick's patch to dscverify, and added a change directory
    feature of my own: a .changes file may be in any directory, and the
    program will cd to that directory before trying to read any files
    (closes: #34255)
  * Added a rewritten, Perl version, of Yann Dirson's debdiff script
    (closes: #34781)

 -- Julian Gilbey <jdg@debian.org>  Mon, 12 Apr 1999 22:50:44 +0100

devscripts (2.1.4) unstable; urgency=low

  * Modify versort to be locale-independent, matching the corresponding
    expected change in dpkg

 -- Julian Gilbey <jdg@debian.org>  Wed,  3 Mar 1999 01:10:37 +0000

devscripts (2.1.3) unstable; urgency=low

  * Removed CVS files from .orig.tar.gz file!

 -- Julian Gilbey <jdg@debian.org>  Thu, 25 Feb 1999 19:57:50 +0000

devscripts (2.1.2) unstable; urgency=low

  * Made debpkg pick up gid root as well as uid root

 -- Julian Gilbey <jdg@debian.org>  Tue, 23 Feb 1999 18:08:23 +0000

devscripts (2.1.1) unstable; urgency=low

  * Moved package from utils to devel (closes: #33410)

 -- Julian Gilbey <jdg@debian.org>  Sun, 21 Feb 1999 00:52:26 +0000

devscripts (2.1.0) unstable; urgency=low

  * Correct README to refer to libtricks package rather than fakeroot
    package (closes: #32736)
  * Modify uupdate to accept a -u argument to keep an Upstream pristine
    source (closes: #32680, #12443); bump up the minor version number for
    this
  * A few other miscellaneous bug fixes to uupdate to be stricter about
    seeming problems
  * Added a new program: signchanges for signing a .changes/.dsc pair
    without needing any of the rest of the source or binary files to be
    present; this is useful for when a developer must build a package on
    a machine other than the one on which he is signing

 -- Julian Gilbey <jdg@debian.org>  Wed,  3 Feb 1999 02:31:15 +0000

devscripts (2.0.6) unstable; urgency=low

  * Updated man page for uupdate to reflect change in 2.0.5

 -- Julian Gilbey <jdg@debian.org>  Wed, 20 Jan 1999 12:44:11 +0000

devscripts (2.0.5) unstable; urgency=low

  * Made test invocations POSIX compliant by removing -a connectives
  * Uupdate now also accepts an absolute filename (closes: #31884)
  * Allowed debuild to accept a space after the -r option
  * More checks in uupdate to make it more robust

 -- Julian Gilbey <jdg@debian.org>  Mon, 18 Jan 1999 16:51:16 +0000

devscripts (2.0.4) unstable; urgency=low

  * Changed control file to refer to package libtricks rather than old
    name fakeroot (spotted by Edward Betts)

 -- Julian Gilbey <jdg@debian.org>  Mon, 11 Jan 1999 00:24:02 +0000

devscripts (2.0.3) unstable; urgency=medium

  * Second attempt at correcting critical /tmp security bug (thanks to
    Joey Hess!)

 -- Julian Gilbey <jdg@debian.org>  Thu,  7 Jan 1999 22:46:01 +0000

devscripts (2.0.2) unstable; urgency=low

  * Disallow debchange and uupdate from being run by root or setuid; this
    prevents possible /tmp exploits (Spotted by Joey Hess)
  * Use the TMPDIR environment variable instead of /tmp if it is set
    (requested by Zephaniah E, Hull)

 -- Julian Gilbey <jdg@debian.org>  Thu,  7 Jan 1999 21:56:11 +0000

devscripts (2.0.1) unstable; urgency=low

  * Corrected silly LIBDIR bug in uscan
  * Corrected missing newline characted in debchange

 -- Julian Gilbey <jdg@debian.org>  Thu,  7 Jan 1999 18:24:58 +0000

devscripts (2.0.0) unstable; urgency=low

  * New maintainer
  * Standards: 2.5.0.0
  * New version numbering scheme: major.minor.patchlevel
  * Changed the name of build to debuild.  build now just prints an error
    message and will disappear completely in the near future.
  * Correct handling of epochs in debc, debi and release (closes: #29855)
  * Use environment variables EDITOR, then VISUAL, and failing that,
    /usr/bin/editor in accordance with policy 5.3 (except that VISUAL is
    not mentioned there)  (closes: #28605)
  * Many modifications to uscan: it now compares version numbers
    correctly, using a Perl script which works in a similar way to
    dpkg --compare-versions, and it no longer has the extra 0 bug
    (closes: #19235, #19467); it no longer uses ncftp but only ftp
    (closes: #20968)
  * uscan now expects the watch file to explicitly indicate how to deduce
    the version number from the filename, by writing the filename as a
    Perl regular expression and enclosing the version number part in (...)
  * uupdate now allows a version number as an argument after the archive
    filename, allowing it to work in harmony with uscan (closes: #20278)
  * uupdate no longer tries to remove *.orig files, as the only ones which
    are created by GNU patch are those where the patch failed, and we
    probably _want_ to keep those (closes: #25774)
  * build rewritten in Perl (now called debuild); has a nicer handling of
    command line options (can accept a -r option with one of binary etc.,
    and doesn't need an explicit -r option if there are other
    dpkg-buildpackage options)  (closes: #27752)
  * debpkg rewritten in Perl as well
  * This package is now an Architecture: all package as there are no
    binaries left
  * debchange now uses the last distributions mentioned in the changelog
    as the default for the new version (closes: #30204)
  * debchange now uses the environment variables DEBFULLNAME and EMAIL as
    the uploader's details if these are set
  * release has been deprecated in favour of dupload, and now just prints
    a message suggesting the use of dupload instead (Closes: #29826,
    #29978)
  * The debchange command line options have been changed.  debchange no
    longer pays attention to the presence of a RELEASED file.  The -i
    option is for Increasing the Debian release number; the -a option is
    for Appending to the current version, and the -v option specifies a
    specific version number.  One of these is mandatory
  * Debchange now adds new changelog entries to the END of the current
    section, rather than the beginning
  * Improved logic of upgrading the Debian release number in debchange
  * Debchange does not supply a release number if there is an explicit
    version number provided
  * Now debchange works on a version of the changelog in /tmp and only
    overwrites the current changelog if everything is OK; this is much
    safer than the original version.  Also, all system calls have their
    return status checked
  * release and build now print error messages suggesting their
    replacements
  * debuild now runs lintian by default if it is installed; there is an
    override facility etc., as described in the manpage (Closes: #18254)
  * Added Roderick Schertler's dscverify program to devscripts
  * Rewrote many bits of many man pages
  * debian/rules and Makefile modified to use debhelper

 -- Julian Gilbey <jdg@debian.org>  Thu,  7 Jan 1999 02:46:04 +0000

devscripts (1.7.1) frozen unstable; urgency=medium

  * Corrected file permissions (Closes: #31447)

 -- Julian Gilbey <jdg@debian.org>  Mon,  4 Jan 1999 10:29:19 +0000

devscripts (1.7) frozen unstable; urgency=low

  * Changed uupdate to be more choosy about the version numbers
    automatically recognised  (Closes: #30838)
  * New maintainer

 -- Julian Gilbey <jdg@debian.org>  Thu, 24 Dec 1998 13:07:13 +0000

devscripts (1.6) unstable; urgency=low

  * #23098 build manpage update
  * #23097 build: Preserve FAKEROOTKEY
  * #19172 remove description for deblint
  * #18564 depend on mailx
  * #14314 release: epochs work now.
  * #18498 conffiles are now absolute
  * #24455 #24074 release: new scp requires -q option

 -- Christoph Lameter <clameter@debian.org>  Sat, 11 Jul 1998 21:45:47 -0700

devscripts (1.5) unstable; urgency=low

  * #18235: build checks for executable bit on debian/rules and sets it if
    not set before building package. build fails when debian/rules is not
    present.

 -- Christoph Lameter <clameter@debian.org>  Sun, 15 Feb 1998 20:01:09 -0800

devscripts (1.4) unstable; urgency=low

  * Upgrade to 2.4.0.0
  * remove deblint from the package since there is now lintian which is much
    better.

 -- Christoph Lameter <clameter@debian.org>  Sat, 14 Feb 1998 14:37:42 -0800

devscripts (1.3) unstable; urgency=low

  * build: change default path. Remove sbin dirs add /usr/local/bin

 -- Christoph Lameter <clameter@debian.org>  Wed,  4 Feb 1998 13:07:04 -0800

devscripts (1.2) unstable; urgency=low

  * Fix a problem with anonymous ftp upload of larger lists of files.
  * Remove ftp.fuller.edu and lalug.org upload queue since they no longer exist.
  * Add anonymous ftp type upload capability.
  * Add third party site upload capability.
  * Add debs.fuller.edu site information

 -- Christoph Lameter <clameter@debian.org>  Tue,  2 Dec 1997 12:53:18 -0800

devscripts (1.1) unstable; urgency=low

  * Remove release fix for epochs introduced in 1.0 since it breaks lots of
    things until I figure out what is wrong.
  * Drop dependency on fileutils.

 -- Christoph Lameter <clameter@debian.org>  Wed, 29 Oct 1997 17:14:26 -0800

devscripts (1.0) unstable; urgency=low

  * release: Make scp not ask anything so release does not hang when scp
    wants a password.
  * #13908 Try to fix release so that it handles epochs.
  * #13681 Fix manpage for release to indicate that no annoucements will be
    generated when dupload is used.
  * #13777 no longer use printf in debchange (dch)
  * #13846 Output Format of release changed
  * Suggest fakeroot
  * Split off from debmake
  * Update documentation

 -- Christoph Lameter <clameter@debian.org>  Mon, 20 Oct 1997 21:02:27 -0700
