slgsl (0.7.0-5.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix FTBFS: use --with-slanglib multiarch path (Closes: #640685)

 -- Simon Paillard <spaillard@debian.Org>  Sat, 17 Dec 2011 10:30:39 +0100

slgsl (0.7.0-5) unstable; urgency=low

  * debian/control:
    + Bump Standards-Version to 3.8.1 (add debian/README.source file telling
      that quilt is used to obtain the upstream sources patched for Debian)
    + 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
  * debian/patches/use-fPIC.patch: Add description (fix Lintian warning)
  * debian/watch: Add file for uscan

 -- Rafael Laboissiere <rafael@debian.org>  Sun, 26 Apr 2009 13:02:08 +0200

slgsl (0.7.0-4) unstable; urgency=low

  * Switch from CDBS' simple patchsys to quilt
  * debian/control: Fix spelling of S-Lang in description

 -- Rafael Laboissiere <rafael@debian.org>  Mon, 17 Mar 2008 16:47:16 +0100

slgsl (0.7.0-3) unstable; urgency=low

  * debian/control:
    + 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 17:40:24 +0100

slgsl (0.7.0-2) unstable; urgency=low

  * debian/patches/use-fPIC.patch: Added patch for compiling files with
    -fPIC (closes: #444316)

 -- Rafael Laboissiere <rafael@debian.org>  Thu, 27 Sep 2007 23:45:23 +0200

slgsl (0.7.0-1) unstable; urgency=low

  * New upstream release
  * debian/control: Added Homepage field

 -- Rafael Laboissiere <rafael@debian.org>  Fri, 21 Sep 2007 17:23:43 +0200

slgsl (0.5.4-1) unstable; urgency=low

  * New upstream release

 -- Rafael Laboissiere <rafael@debian.org>  Mon, 18 Dec 2006 11:15:28 +0100

slgsl (0.5.2-5) 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:27:44 +0200

slgsl (0.5.2-4) unstable; urgency=low

   +++ Changes by Rafael Laboissiere

  * debian/watch: Added file

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

slgsl (0.5.2-3) 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>  Tue,  8 Nov 2005 23:06:25 +0100

slgsl (0.5.2-2) unstable; urgency=low

   +++ Changes by Rafael Laboissiere

  * debian/control: Build-Depend on slsh (closes: #337980)

 -- Debian JED Group <pkg-jed-devel@lists.alioth.debian.org>  Mon,  7 Nov 2005 21:56:19 +0100

slgsl (0.5.2-1) unstable; urgency=low

   +++ Changes by Rafael Laboissiere

  * First official release  (closes: #336255)

 -- Debian JED Group <pkg-jed-devel@lists.alioth.debian.org>  Sat, 29 Oct 2005 18:26:09 +0200

slgsl (0.5.2-0.1) unstable; urgency=low

   +++ Changes by Rafael Laboissiere

  * Initial release

 -- Debian JED Group <pkg-jed-devel@lists.alioth.debian.org>  Wed, 26 Oct 2005 15:43:11 +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: