devscripts (2.5.8.2) stable; urgency=medium

  * Fix insecure regex's in debian.procmail example filter reported by
    Shane Wegner <shane@debian.org>

 -- Julian Gilbey <jdg@debian.org>  Sat,  5 May 2001 23:05:15 +0100

devscripts (2.5.8.1) frozen; urgency=low

  * Fix checkgettext.pm so it actually works when liblocale-gettext-perl
    is not installed (conflict with POSIX module) - RM: this makes most of
    the package unusable in such a case, so is RC
  * Modify dscverify to see the keyrings on ftp-master as well as on
    master.

 -- Julian Gilbey <jdg@debian.org>  Mon, 22 May 2000 09:32:07 +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
