slpvm (0.1.5-13) unstable; urgency=medium

  * QA (group) upload
  * d/control:
    + Remove myself from the Uploaders list (closes: #571881)
    + Set Maintainer to Debian QA Group (orhpaned package)
  * d/rules: Set correct path for the pvm3 library

 -- Rafael Laboissiere <rafael@debian.org>  Mon, 01 Aug 2016 17:08:30 -0300

slpvm (0.1.5-12.1) unstable; urgency=low

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

 -- Simon Paillard <spaillard@debian.org>  Sat, 17 Dec 2011 10:56:54 +0100

slpvm (0.1.5-12) 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
  * debian/watch: Add PASV to the options in order to access the upstream
    FTP server

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

slpvm (0.1.5-11) unstable; urgency=low

  * debian/control: Build-depend on autotools-dev, such that
    config.{guess,sub} files are updated
  * debian/source.intian-overrides: Drop Lintian override

 -- Rafael Laboissiere <rafael@debian.org>  Tue, 18 Mar 2008 17:36:43 +0100

slpvm (0.1.5-10) 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 23:43:57 +0100

slpvm (0.1.5-9) unstable; urgency=low

  * Oops, debian/rules was not changed in the last upload.  Uploading
    again...

 -- Rafael Laboissiere <rafael@debian.org>  Sat,  5 May 2007 11:07:09 +0200

slpvm (0.1.5-8) unstable; urgency=low

  * debian/rules: Removed regression test, which is not working on the
    autobuilders (closes: #422241)

 -- Rafael Laboissiere <rafael@debian.org>  Sat,  5 May 2007 10:32:35 +0200

slpvm (0.1.5-7) unstable; urgency=low

  * Use absolute paths for the SLANG_MODULE_PATH and SLSH_PATH environment
    variables, making the master/slave examples really work and avoiding
    the error messages that fill the hard disk (closes: #422155)

  * debian/examples: Renamed from debian/slang-pvm.examples

 -- Rafael Laboissiere <rafael@debian.org>  Fri,  4 May 2007 10:29:00 +0200

slpvm (0.1.5-6) unstable; urgency=low

  * Make regression tests really work:
    + debian/control: Added slsh to build-dependencies (closes: #422113)
    + debian/rules: Set the appropriate values for the SLANG_MODULE_PATH
      and SLSH_PATH environment variables

 -- Rafael Laboissiere <rafael@debian.org>  Thu,  3 May 2007 22:49:30 +0200

slpvm (0.1.5-5) unstable; urgency=low

  * debian/watch: Added file
  * debian/control:
    - Added space before pseudo-header Homepage, complying with the Debian
      Best Packaging Practices
    - Added XS-Vcs-Svn and XS-Vcs-Browser fields to the Source section
    - Changed the priority of the package "extra", because it depends on
      libpvm3, which has also priority "extra" (comply with Policy Section
      2.5: Priorities)
  * debian/source.lintian-overrides: Add a lintian override for
    outdated-autotools-helper-file, since we're using CDBS' autotools.mk
  * debian/rules: Remove config.log in clean target

 -- Rafael Laboissiere <rafael@debian.org>  Thu,  3 May 2007 22:24:13 +0200

slpvm (0.1.5-4) 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:19:38 +0200

slpvm (0.1.5-3) 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:43:07 +0100

slpvm (0.1.5-2) 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:11:34 +0100

slpvm (0.1.5-1) unstable; urgency=low

   +++ Changes by Rafael Laboissiere

  * First official release (closes: #336256)

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

slpvm (0.1.5-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: