slgdbm (1.7.1-4) unstable; urgency=low

  * debian/control:
    + Bump Standards-Version to 3.8.1 (no changes needed)
    + The package is now maintained with Git at alioth.debian.org.  Add
      Vcs-Git field and change Vcs-Browser accordingly.
    + Fix Lintian warning debhelper-but-no-misc-depends
    + Bump build dependency on debhelper to >= 7
  * debian/compat: Set compatibility level of debhelper to 7

 -- Rafael Laboissiere <rafael@debian.org>  Sun, 26 Apr 2009 00:56:16 +0200

slgdbm (1.7.1-3) unstable; urgency=low

  * debian/copyright: Add proper copyright notices, both for the upstream
    sources and the Debian packaging

 -- Rafael Laboissiere <rafael@debian.org>  Tue, 18 Mar 2008 14:57:31 +0100

slgdbm (1.7.1-2) unstable; urgency=low

  * debian/control:
    + Added Homepage field
    + Use the now official Vcs-* fields instead of the obsolete XS-Vcs-*
    + Dropped the Homepage pseudo-header from the extended description
    + Bumped Standards-Version to 3.7.3

 -- Rafael Laboissiere <rafael@debian.org>  Sat, 15 Dec 2007 22:54:03 +0100

slgdbm (1.7.1-1) unstable; urgency=low

  * New upstream release
  * debian/watch: Added file
  * debian/rules: Install slgdbm.sl file in /usr/share/slsh/local-packages,
    as this is the default in the upstream Makefile
  * debian/docs: Install file slgdbm.txt

 -- Rafael Laboissiere <rafael@debian.org>  Wed, 19 Sep 2007 13:55:50 +0200

slgdbm (1.7-2) unstable; urgency=low

  * debian/control:
    - Added my name to the Uploaders list
    - Bumped Standards-Version to 3.7.2 (no changes needed)

 -- Rafael Laboissiere <rafael@debian.org>  Tue, 15 Aug 2006 23:11:41 +0200

slgdbm (1.7-1) unstable; urgency=low

   +++ Changes by Rafael Laboissiere

  * New upstream release

 -- Debian JED Group <pkg-jed-sl-modules@lists.alioth.debian.org>  Fri, 11 Nov 2005 00:48:54 +0100

slgdbm (1.6-4) unstable; urgency=low

   +++ Changes by Rafael Laboissiere

  * debian/control: Changed the maintainer to
    pkg-jed-sl-modules@lists.alioth.debian.org

 -- Debian JED Group <pkg-jed-sl-modules@lists.alioth.debian.org>  Wed,  9 Nov 2005 13:46:04 +0100

slgdbm (1.6-3) unstable; urgency=low

   +++ Changes by Rafael Laboissiere

  * Changed the name of the binary package to slang-gdbm

 -- Debian JED Group <pkg-jed-devel@lists.alioth.debian.org>  Mon, 10 Oct 2005 21:43:11 +0200

slgdbm (1.6-2) unstable; urgency=low

   +++ Changes by Rafael Laboissiere

  * Oops, the maintainer in the previous upload was wrong.  Fixing it.

 -- Debian JED Group <pkg-jed-devel@lists.alioth.debian.org>  Mon, 26 Sep 2005 09:44:08 +0200

slgdbm (1.6-1) unstable; urgency=low

  * Initial release (closes: #329695)

 -- Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>  Mon, 26 Sep 2005 08:59:46 +0200

Local Variables:
eval: (add-local-hook
  'debian-changelog-add-version-hook
  (lambda ()
    (save-excursion
      (forward-line -1)
      (beginning-of-line)
      (insert "\n   [ "
        (or (getenv "DEBFULLNAME") (user-full-name)) "]"))))
End: