Skip to content

Debian Changelog gnuit (4.9.5-3)

2009

gnuit (4.9.5-3) unstable; urgency=low

   * Build-Depend on libreadline-dev instead of libreadline5-dev
     (Closes: #553773).

 -- Ian Beckwith <ianb@debian.org>  Wed, 11 Nov 2009 01:22:34 +0000

gnuit (4.9.5-2) unstable; urgency=low

   * debian/control:
     + Remove Provides/Replaces/Conflicts: git,
       left over from transition (Closes: #531519).
     + Depend on ${misc:Depends}.
     + Change maintainer email.
     + Add Homepage field.
     + Standards-Version: 3.8.3.
     + remove DM-Upload-Allowed.
   * debian/copyright:
     + explicitly point to GPL-3 in common-licenses.
     + remove text of GFDL 1.3, replace with pointer
       to common-licenses.
   * debian/rules install: remove usr/share/info/dir{,.gz}.
   * debian/doc-base: register gnuit.html with doc-base.

 -- Ian Beckwith <ianb@debian.org>  Wed, 09 Sep 2009 00:01:03 +0100

gnuit (4.9.5-1) unstable; urgency=low

   * New upstream version.
   * GFDL version bumped to 1.3+ (still with No Invariant Sections, no
     Front-Cover Texts, no Back-Cover Texts). debian/copyright updated
     to match.
   * Suggests: xdg-utils (for xdg-open(1)).
   * Remove git transitional package:
     + debian/control: Remove git stanza + Provides/Replaces/Conflicts.
     + Remove debian/presubj and debian/git.install.
     + This makes #507014 obsolete (Closes: #507014).

 -- Ian Beckwith <ianb@erislabs.net>  Tue, 10 Feb 2009 00:58:15 +0000

2008

gnuit (4.9.4-1) unstable; urgency=low

   * New upstream version.
   * Fix debian/rules bashism, thanks to Chris Lamb (Closes: #484388).
   * Fix typo in long description (Closes: #479175).
   * Update debian/copyright to match updated gnulib.
   * Add Vcs- headers.
   * Add debian/watch.
   * Standards-Version: 3.8.0 (no changes).
   * Add reportbug presubj to git transitional package.

 -- Ian Beckwith <ianb@erislabs.net>  Mon, 16 Jun 2008 20:47:46 +0100

gnuit (4.9.3-1) unstable; urgency=low

   * New upstream version.
   * Updated license info in debian/copyright.

 -- Ian Beckwith <ianb@erislabs.net>  Fri, 15 Feb 2008 21:41:15 +0000

gnuit (4.9.2-1) unstable; urgency=low

   * New upstream version.
   * Package name changed to gnuit.
   * Added transitional git package.
   * Set DM-Upload-Allowed: yes.
   * Updated debian/copyright, gnuit is now GPL-3+, with info docs under
     GFDL-1.2+, with no Invariant Sections, no Front-Cover Texts and
     no Back-Cover Texts.
   * Removed unneeded postinst and prerm.
   * preinst: when removing alternatives, check for presence of git
     alternative instead of going by version number.
   * Updated NEWS.Debian with user-visible changes.
   * No longer install obsolete subdir ChangeLogs.
   * Update maintainer email address.
   * Standards-Version: 3.7.3 (no changes).
   * Bump debhelper compat level to 6.
   * Tweak long description.

 -- Ian Beckwith <ianb@erislabs.net>  Thu, 10 Jan 2008 22:04:26 +0000

2007

git (4.3.20-12) unstable; urgency=low

   * Use debhelper to handle install-info calls.
   * Bump debhelper version to 5.
   * Stop ignoring make distclean return code.
   * git.texinfo: add @dircategory Utilities.

 -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Mon, 06 Aug 2007 20:00:43 +0100

git (4.3.20-11) unstable; urgency=low

   * Finish /usr/bin/git transition (Closes: #379982, #405641):
     + No longer provide /usr/bin/git, use gitfm instead.
     + preinst: remove alternatives if upgrading from version before 4.3.20-11.
     + prerm, postinst: drop alternatives manipulation.
     + Add explanation to NEWS.Debian.
   * Thanks to Bruce Sass for the following patches:
     + Add ^C^D commands to manipulate .deb files (Closes: #396797).
     + Fix ^Xh help documentation (Closes: #396794).
   * Add gitdpkgname helper script for ^C^D commands that work on packages.
   * rules: remove unused debhelper calls.

 -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Tue, 1 May 2007 01:57:38 +0100

2006

git (4.3.20-10) unstable; urgency=low

   * Change git.transition so it runs git-scm if run non-interactively.
   * Standards-Version: 3.7.2 (No changes).

 -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Sat, 5 Aug 2006 00:42:33 +0100

git (4.3.20-9) unstable; urgency=low

   * Fix git.transition to not interfere with kernel builds (Closes #362543).
     Thanks to Peter Cordes.

 -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Tue, 25 Apr 2006 23:33:56 +0100

2005

git (4.3.20-8) unstable; urgency=low

   * Renamed /usr/bin/git to gitfm (Closes: #316676):
     + Added NEWS.Debian with further explanation.
     + Added git.transition to warn users.
     + Use update-alternatives to manage /usr/bin/git,
       so admins can finish transition early.
     + Updated documentation.
     + Changed all instances of [GIT-* in config files to [GITFM-*.
     + Updated code to use [GITFM- sections, but accept old [GIT- sections too.
   * gitps: fixed segfault on refresh when selected process has been killed.
   * debian/control:
     + Tightened Build-Depends to libreadline5-dev (Closes: #326356).
     + Added my sponsor, MJ Ray, to Uploaders.
     + Bumped Standards-Version to 3.6.2 (No changes).
   * debian/copyright: Updated FSF address.
   * debian/changelog: added fake dates to earliest two entries to silence linda.

 -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Tue, 25 Oct 2005 21:11:44 +0100

git (4.3.20-7) unstable; urgency=low

   * panel.c: Fixes to cope with 64-bit uintmax_t (Closes: #277716).
   * Moved pre-build cleanup code to configure target.

 -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Wed, 19 Jan 2005 13:00:54 +0000

2004

git (4.3.20-6) unstable; urgency=low

   * Updated to automake1.9 and autoconf2.50.
   * Updated fsusage, fnmatch and getopt from latest gnulib
   * Added update-gnulib script to source tree.
   * git.info: fixed formatting, updated bin-packing docs.
   * Switched from texi2html to makeinfo for formatting html docs.

 -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Mon, 15 Nov 2004 16:49:37 +0000

git (4.3.20-5) unstable; urgency=low

   * Updated debian/copyright.
   * Updated Standards-Version.

 -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Wed, 30 Jun 2004 23:20:59 +0100

git (4.3.20-4) unstable; urgency=low

   * New maintainer (Closes: #227778).
   * Rewrote debian/rules to use debhelper.
   * Added config files for Eterm (Closes: #122034) and linux-m.
   * Added man pages for gitps, gitview, gitwipe, gitwhich and gitxgrep,
     and links from gitr[ef]grep to gitrgrep (Closes: #233237, #233239).
   * Set default ModeHelp lines to help rather than system info in
     all term/.gitrc.TERM files (Closes: #156647).
   * src/fsusage.c: include <stdlib.h> or "ansi_stdlib.h" (for abort(3)).
   * term/Makefile.am: added DESTDIR support to install-data-hook
     and uninstall-local, converted hard links to symlinks.
   * debian/control:
     + added Build-Depends on texinfo, texi2html, debhelper, autotools-dev
     + removed Build-Depends on file.
     + rewrote Description.
     + changed Section to utils.
   * Updated Standards-Version to 3.6.1.
   * configure.in:
     + unconditionally define HAVE_LONG_FILE_NAMES to get round fakeroot
       problems with AC_SYS_LONG_FILE_NAMES.
     + added AM_MAINTAINER_MODE
   * debian/rules: added touch commands to autotools output in clean target to
     avoid buildd problems
   * src/git.c: set default GIT_EDITOR, GIT_PAGER and GIT_BROWSER
     to sensible-editor, sensible-pager and sensible-browser.
   * doc/git.texinfo, doc/gitaction.1: changed paths to match debian,
     documented new sensible-* defaults.
   * doc/git.texinfo: corrected keys for panel minor modes
     (prefix is ESC e, not ESC d)

 -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Thu, 1 Apr 2004 11:46:00 +0100

git (4.3.20-3) unstable; urgency=low

   * Uploading with maintainer set to QA group

 -- Andrew Pollock <apollock@debian.org>  Tue, 10 Feb 2004 08:03:30 +1100

2001

git (4.3.20-2) unstable; urgency=low

   * Update to standards version 3.5.6.
   * Include file package in build-depends. (closes: #107055)

 -- Martin Mitchell <martin@debian.org>  Fri, 28 Sep 2001 22:25:52 +1000

2000

git (4.3.20-1) unstable; urgency=low

   * New upstream release. (closes: #43307)
   * Update to standards version 3.1.1.

 -- Martin Mitchell <martin@debian.org>  Sat, 18 Mar 2000 11:19:30 +1100

1999

git (4.3.19-1) unstable; urgency=low

   * New upstream release.
   * Update to standards version 3.0.1.
   * Update copyright information.

 -- Martin Mitchell <martin@debian.org>  Mon, 9 Aug 1999 02:27:06 +1000

1998

git (4.3.17-1) unstable; urgency=low

   * New upstream release.
   * Update to standards version 2.4.1.
   * Provide link for rxvt term support. (#28291)

 -- Martin Mitchell <martin@debian.org>  Wed, 21 Oct 1998 16:24:06 +1000

git (4.3.16-6) unstable; urgency=low

   * Update FSF address in copyright file.
   * Provide manpage links for all binaries.

 -- Martin Mitchell <martin@debian.org>  Mon, 9 Mar 1998 20:16:45 +1100

1997

git (4.3.16-5) unstable; urgency=low

   * Compress manpages.

 -- Martin Mitchell <martin@debian.org>  Sun, 21 Dec 1997 04:35:58 +1100

git (4.3.16-4) unstable; urgency=low

   * Install only documentation relevant for using the program. (#13199)

 -- Martin Mitchell <martin@debian.org>  Fri, 12 Dec 1997 18:53:09 +1100

git (4.3.16-3) unstable; urgency=low

   * New maintainer.
   * Update to standards version 2.3.0.1.

 -- Martin Mitchell <martin@debian.org>  Wed, 26 Nov 1997 17:11:52 +1100

git (4.3.16-2.1) unstable; urgency=low

   * Non-maintainer release.
   * Libc6 compile.

 -- Martin Mitchell <martin@debian.org>  Fri, 7 Nov 1997 04:08:36 +1100

git (4.3.16-2) unstable; urgency=low

   * Makefiles were detecting prefix change and recompiling binaries with
     incorrect pathnames on 'make install'.  Removed check for prefix-change
     in Makefile.in and src/Makefile.in (Fixes #7434).

 -- Klee Dienes <klee@debian.org>  Sun, 16 Feb 1997 20:25:10 -0500

git (4.3.16-1) unstable; urgency=low

   * New upstream version.
   * New maintainer.
   * Converted to new source format.
   * Change /usr/lib/git/term/.gitrc.* to /usr/lib/git/term/gitrc.*
   * Move /usr/bin/.gitaction to /usr/lib/git/gitaction.

 -- Klee Dienes <klee@debian.org>  Sat, 8 Feb 1997 14:51:21 -0500

git (4.3.9-2) unstable; urgency=low

   * initial upload -- replaces git-4.3.7-6
   * revised NormalModeHelp line in /usr/lib/git/term/.git* files

 -- Bill Mitchell <mitchell@mdd.comm.mot.com>  Sat, 8 Feb 1997 14:51:20 -0500

git (4.3.9-1) unstable; urgency=low

   * added gitxgrep script and gitfgrep, gitregrep symlinks

 -- Bill Mitchell <mitchell@mdd.comm.mot.com>  Sat, 8 Feb 1997 14:51:19 -0500