Skip to content

Debian Changelog drift (2.2.3-2)

2008

drift (2.2.3-2) unstable; urgency=low

   * Added README.Debian which explains how to rebuild DrIFT in case you
     want to add your own derivation rules. (Closes: #433412)
   * Fix lintian warning "doc-base-unknown-section drift-manual:6
     Apps/Programming"
   * debian/control:
     - Let the Vcs-* fields point to the trunk branch.
     - Add doc-base to the Suggests.
   * debian/rules:
     - Remove src/Rules.hs on clean which is generated during the build.

 -- Arjan Oosting <arjan@debian.org>  Sun, 16 Mar 2008 23:35:33 +0100

drift (2.2.3-1) unstable; urgency=low

   * New upstream release.
   * debian/control.in: Old cruft thus removed.
   * debian/patches/10_update-autotools.dpatch: Removed.
   * debian/watch: Don't execute svn-upgrade automatically after
     downloading a new upstream version of DrIFT.

 -- Arjan Oosting <arjan@debian.org>  Mon, 11 Feb 2008 07:13:01 +0100

drift (2.2.1-3) unstable; urgency=low

   * debian/control:
     - Update XS-Vcs-* fields as the packages has moved to the pkg-haskell
       subversion archive.
     - Remove Hompage from the long descriptions and a the new Homepage
       field.
     - Replace Xs-Vcs-* fields for the new official Vcs-* fields.
     - Bump Standards-Version to 3.7.3. No changes needed.
   * debian/drift.doc-base:
     - Fix lintian warning doc-base-file-separator-extra-whitespaces.

 -- Arjan Oosting <arjan@debian.org>  Mon, 07 Jan 2008 17:58:01 +0100

2007

drift (2.2.1-2) unstable; urgency=low

   * debian/compat: Change to debhelper compatibility level 5.
   * debian/control:
     - Add XS-Vcs-Browser field.
     - Bump dependency on debhelper to debhelper 5 or higher.
     - Prefer to build against texlive instead of tetex by replacing the
       build dependency on tetex-bin with a build dependency on
       texlive-latex-base | tetex-bin.

 -- Arjan Oosting <arjan@debian.org>  Thu, 12 Apr 2007 00:58:31 +0200

drift (2.2.1-1) experimental; urgency=low

   * New upstream release.
   * debian/rules: enclose paths in double quotes because directories can
     contain spaces.

 -- Arjan Oosting <arjan@debian.org>  Fri, 26 Jan 2007 10:39:43 +0100

2006

drift (2.2.0-5) unstable; urgency=low

   * Make drift Architecture: any as ghc6 is available on all architectures
     now.
   * Stop using update-haskell-control and $ghc6_* variables, as it is not
     necessary and not using it simplifies the work for porters and for me.

 -- Arjan Oosting <arjan@debian.org>  Wed, 8 Nov 2006 19:06:14 +0100

drift (2.2.0-4) unstable; urgency=low

   * debian/control.in.in:
     - Add XS-Vcs-Svn field pointing to subversion archive which contains
       this package.
     - Change maintainer email adress.

 -- Arjan Oosting <arjan@debian.org>  Thu, 19 Oct 2006 18:09:00 +0200

drift (2.2.0-3) unstable; urgency=low

   * debian/control.in.in: Build-Depends on tex-common (>= 0.23) to make
     sure the font cache is writeable. This will fix the empty pages in the
     manual. (Closes: #367413)
   * debian/copyright: added Debian packaging copyright notice.
   * debian/drift.doc-base: change section to Apps/Programming. The
     section should follow the sections outlined in the Debian menu
     policy.

 -- Arjan Oosting <arjanoosting@home.nl>  Fri, 30 Jun 2006 21:56:38 +0200

drift (2.2.0-2) unstable; urgency=low

   * debian/changelog: fix some spelling mistakes.
   * debian/drift.doc-base: add missing Index field for info format.
     (Closes: #366198)
   * debian/control.in: update to policy version 3.7.2. No changes needed.

 -- Arjan Oosting <arjanoosting@home.nl>  Sat, 6 May 2006 18:29:16 +0200

drift (2.2.0-1) unstable; urgency=low

   * New upstream release.
   * debian/control: update build dependencies.

 -- Arjan Oosting <arjanoosting@home.nl>  Tue, 7 Mar 2006 23:59:52 +0100

2005

drift (2.1.2-2) unstable; urgency=low

   * Only build drift with ghc6 as nhc98 is removed from the Debian
     archive.
   * debian/control: Update build dependencies because ghc6 is also
     available on GNU/kFreeBSD. (Closes: #345205)

 -- Arjan Oosting <arjanoosting@home.nl>  Thu, 29 Dec 2005 20:20:34 +0100

drift (2.1.2-1) unstable; urgency=low

   * New upstream release.
   * added debian/patches/01_update-autotools.patch: update files
     generated by autotools.

 -- Arjan Oosting <arjanoosting@home.nl>  Wed, 28 Sep 2005 14:37:51 +0200

drift (2.1.1-5) unstable; urgency=low

   * Updated man pages to Branden Robinson's recommendations.
   * Don't install the README which does not contain useful information
     for us.
   * debian/control.in.in: updated to Standards-Version 3.6.2. No changes
     needed.
   * DrIFT now Depends on libgmp3c2. (Closes: #327491).

 -- Arjan Oosting <arjanoosting@home.nl>  Mon, 15 Aug 2005 18:33:36 +0200

drift (2.1.1-4) unstable; urgency=low

   * debian/rules: added update-haskell-control target to update
     /debian/control.
   * Disable DEB_AUTO_UPDATE_DEBIAN_CONTROL. Updating debian/control
     during regular builds is considered bad feature of cdbs.
     The update-debian-control target of debian/rules can be used to
     update debian/control.

 -- Arjan Oosting <arjanoosting@home.nl>  Thu, 9 Jun 2005 16:15:27 +0200

drift (2.1.1-3) unstable; urgency=low

   * Use update-haskell-control to generate the build dependencies.
   * debian/rules: add update-haskell-control --check to see if the build
     dependencies are still in sync (between debian/control.in.in and
     debian/control.in).

 -- Arjan Oosting <arjanoosting@home.nl>  Sat, 4 Jun 2005 15:07:42 +0200

drift (2.1.1-2) unstable; urgency=low

   * debian/rules: if ghc6 is not available build DrIFT with nhc98.
   * debian/control.in: add nhc98 to Build-Depends for arm mips and
     mipsel.

 -- Arjan Oosting <arjanoosting@home.nl>  Wed, 1 Jun 2005 22:56:47 +0200

drift (2.1.1-1) unstable; urgency=low

   * New upstream release.
   * Change from tarball-in-tarball packaging to normal upstream is
     orig.tar.gz packaging.
   * debian/rules: install drift-ghc again, which provides preprocessor
     capabilities for using DrIFT with ghc.
   * debian/control.in: fix typo in cdbs version number (thanks linda).
   * debian/control.in: dvips is a virtual package, change build
     dependency to tetex-bin.
   * debian/drift-ghc.1, debian/manpages: added man page for drift-ghc.
   * debian/watch: added watch file.

 -- Arjan Oosting <arjanoosting@home.nl>  Wed, 4 May 2005 02:38:51 +0200

drift (2.1.0-5) unstable; urgency=low

   * Close ITP. (Closes: #295927).

 -- Arjan Oosting <arjanoosting@home.nl>  Sat, 19 Feb 2005 05:56:30 +0100

drift (2.1.0-4) unstable; urgency=low

   * debian/rules: do not install /usr/bin/drift-ghc, which lacks
     documentation and does not seem very useful.

 -- Arjan Oosting <arjanoosting@home.nl>  Sat, 19 Feb 2005 05:36:30 +0100

drift (2.1.0-3) unstable; urgency=low

   * debian/rules: support DEB_BUILD_OPTIONS=noopt.
   * debian/DrIFT.1, debian/manpages:
     - added man page for DrIFT.

 -- Arjan Oosting <arjanoosting@home.nl>  Sun, 13 Feb 2005 19:48:37 +0100

drift (2.1.0-2) unstable; urgency=low

   * debian/control.in: added.
   * debian/rules: generated debian/control on clean.
   * debian/copyright: corrected license.

 -- Arjan Oosting <arjanoosting@home.nl>  Sun, 13 Feb 2005 19:36:37 +0100

drift (2.1.0-1) unstable; urgency=low

   * New upstream release.

 -- Arjan Oosting <arjanoosting@home.nl>  Sun, 9 Jan 2005 02:46:26 +0100

2004

drift (2.0.4-3) unstable; urgency=low

   * debian/rules:
     - regenerated drift.html.
   * debian/control:
     - added texi2html to Build-Depends.

 -- Arjan Oosting <arjanoosting@home.nl>  Wed, 1 Dec 2004 02:25:31 +0100

drift (2.0.4-2) unstable; urgency=low

   * debian/drift.doc-base:
     - corrected syntax error.

 -- Arjan Oosting <arjanoosting@home.nl>  Wed, 1 Dec 2004 01:52:15 +0100

drift (2.0.4-1) unstable; urgency=low

   * Initial Release.

 -- Arjan Oosting <arjanoosting@home.nl>  Tue, 30 Nov 2004 23:42:03 +0100