frown (0.6.2.3-4) unstable; urgency=medium

  * Upload to unstable as part of GHC 8 transition.

 -- Clint Adams <clint@debian.org>  Thu, 27 Oct 2016 18:32:16 -0400

frown (0.6.2.3-3) experimental; urgency=medium

  * Temporarily build-depend on ghc 8.

 -- Clint Adams <clint@debian.org>  Sun, 16 Oct 2016 12:44:24 -0400

frown (0.6.2.3-2) unstable; urgency=medium

  [ Dmitry Bogatov ]
  * Use secure (https) uri in Vcs-Git field in 'debian/control'
  * Bump standards version to 3.9.8 (no changes needed)
  * Convert `debian/copyright' to dep5 format

  [ Ilias Tsitsimpis ]
  * Propagate the changes from experimental (0.6.2.3-1) to unstable
  * Drop the 04_manual-typos patch.
    The above patch produces the wrong output by trying to add
    backslashes where they are not needed.
  * Disable dbgsym generation.
    GHC cannot produce debugging symbols, so the dbgsym package ends
    up being empty.
  * Add patch 'fix-pdf-generation'.
    Due to an error in the way Makefile produces the doc files, the
    Manual.pdf file was not generated correctly. This has been fixed
    by patching the Makefile.
  * Update d/copyright file with missing copyright notices.
    Some files under 'Examples/Haskell' directory are distributed under
    the Glasgow Haskell Compiler License.

 -- Ilias Tsitsimpis <i.tsitsimpis@gmail.com>  Sun, 22 May 2016 14:40:46 +0300

frown (0.6.2.3-1) experimental; urgency=medium

  * New upstream release.

 -- Joachim Breitner <nomeata@debian.org>  Wed, 16 Mar 2016 10:52:50 +0100

frown (0.6.2.2-1) experimental; urgency=medium

  * Upgrade to hackage release of frown.

 -- Joachim Breitner <nomeata@debian.org>  Sun, 07 Feb 2016 13:03:49 +0100

frown (0.6.1-14.1) experimental; urgency=medium

  [ Helmut Grohne ]
  * Mark frown as Multi-Arch:foreign.

  [ Joachim Breitner ]
  * Bump standards-version to 3.9.6

 -- Joachim Breitner <nomeata@debian.org>  Thu, 20 Aug 2015 10:26:52 +0200

frown (0.6.1-14) unstable; urgency=low

  * s/^ ,$/^ .$/ in description (Closes: #675088, #675084)
  * Bump standards version, no change
  * Enable compat level 9

 -- Joachim Breitner <nomeata@debian.org>  Fri, 24 May 2013 12:49:43 +0200

frown (0.6.1-13) unstable; urgency=low

  * Extend TeX build-dependencies (Closes: #669547)

 -- Joachim Breitner <nomeata@debian.org>  Fri, 20 Apr 2012 21:25:24 +0200

frown (0.6.1-12) unstable; urgency=low

  * GHC 7.4.1 compatibility, Closes: #643120, I hope.
  * Debian compat level 7, for debian/clean

 -- Joachim Breitner <nomeata@debian.org>  Thu, 15 Mar 2012 14:24:47 +0100

frown (0.6.1-11.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix "OOM on compiling any remotely valid grammer" fix logic error in
    debian/patches/07_no-n-plus-k-pattern (Closes: #650808)

 -- Helmut Grohne <helmut@subdivi.de>  Wed, 07 Dec 2011 17:35:30 +0100

frown (0.6.1-11) unstable; urgency=low

  [ Marco Silva ]
  * Use ghc instead of ghc6

  [ Joachim Breitner ]
  * Desurgar n+k patterns, not supported by ghc any more (Closes: #628317)

 -- Joachim Breitner <nomeata@debian.org>  Thu, 02 Jun 2011 20:33:57 +0200

frown (0.6.1-10) unstable; urgency=low

  * Use source format 3.0 (quilt).
  * Fix "Package should be arch all" changing Architecture: to all
    (Closes: #517603)
  * debian/control: Addopt for the Debian Haskell Group.
  * Remove old upstream homepage.
  * debian/control: Bump Standards-Version to 3.8.4, no changes needed.
  * Remove control.in.
  * Fix "FTBFS on kfreebsd-amd64: lhs2TeX: ./Manual.lhs: hGetContents:
    invalid argument (Invalid or incomplete multibyte or wide
    character)" including patch to change the encoding to UTF-8
    (Closes: #570868)
  * debian/copyright: Use versioned file in common-licenses.

 -- Marco Túlio Gontijo e Silva <marcot@debian.org>  Fri, 05 Mar 2010 22:10:35 -0300

frown (0.6.1-9) unstable; urgency=low

  * debian/control:
    - Drop all build dependencies on tetex packages as tetex is removed.
    - Bump Standards-Version to 3.8.0
  * debian/frown-doc.doc-base:
    - Change the section from Programming to Programming/Haskell as
      suggested by the doc-base manual.
  * debian/README.source: Added.

 -- Arjan Oosting <arjan@debian.org>  Mon, 07 Jul 2008 09:36:42 +0200

frown (0.6.1-8) unstable; urgency=low

  * Fix lintian warnings:
    - Replace apps/devel section with Programming section to fix lintian
      warning "doc-base-unknown-section frown-guide:6 apps/devel."
    - Split of the documentation into a separate frown-doc package to fix
      lintian warning "arch-dep-package-has-big-usr-share 1648kB 52%"
  * debian/control:
    - Let the Vcs-* fields point to the trunk branch.
    - Add doc-base to the Suggests of frown-doc.

 -- Arjan Oosting <arjan@debian.org>  Sun, 16 Mar 2008 22:11:28 +0100

frown (0.6.1-7) unstable; urgency=low

  * debian/control:
    - Replace XS-Vcs-* fields with the new official Vcs-* fields.
    - Add Homepage field.
    - Bump Standards-Version to 3.7.3. No changes needed.

 -- Arjan Oosting <arjan@debian.org>  Tue, 08 Jan 2008 07:12:51 +0100

frown (0.6.1-6) unstable; urgency=low

  * debian/control:
    - Add XS-Vcs-Browser field.
    - Change build dependencies to prefer to build against texlive instead
      of tetex.
  * debian/rules: enclose paths in double quotes because directories can
    contain spaces.

 -- Arjan Oosting <arjan@debian.org>  Fri, 13 Apr 2007 09:37:14 +0200

frown (0.6.1-5) unstable; urgency=low

  * Make frown 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>  Sat, 13 Jan 2007 10:25:59 +0100

frown (0.6.1-4) unstable; urgency=low

  * First upload to Debian archive. (Closes:  #336978).
  * debian/control.in.in:
    - change maintainer email address.
    - rename XS-X-Vcs-Svn field to XS-Vcs-Svn

 -- Arjan Oosting <arjan@debian.org>  Tue, 17 Oct 2006 04:01:36 +0200

frown (0.6.1-3) unstable; urgency=low

  * debian/control.in.in:
    - ident Homepage field with two spaces. (Thanks James Westby).
    - add ppc64 to the list of supported arches as ghc6 is available on
      ppc64 as well.
    - add XS-X-Vcs-Svn field pointing to subversion archive which contains
      this package.
    - document some of the differences with happy in the long description.
  * debian/compat: switch to debhelper 5.
  * debian/rules: switch from simple-patchsys to dpatch.

 -- Arjan Oosting <arjanoosting@home.nl>  Thu, 28 Sep 2006 01:53:20 +0200

frown (0.6.1-2) unstable; urgency=low

  * debian/control.in.in: bump Standards-Version to 3.7.2. No changes
    needed.
  * debian/copyright: add Debian packaging copyright.
  * debian/frown.doc-base: added entry for PDF format.
  * debian/frown.install: include the examples from the QuickStart,
    Manual/Examples and Examples directories.
  * debian/patches/04_manual-typos.patch: add missing backslashes before
    LaTeX ldots command.
  * debian/patches/05_only-build-pdf.patch: don't build and install the
    manual in PS format.
  * debian/rules: don't compress the pdf documentation.

 -- Arjan Oosting <arjanoosting@home.nl>  Wed, 17 May 2006 14:46:09 +0200

frown (0.6.1-1) unstable; urgency=low

  * New upstream release.
  * debian/rules:
    - rebuild manual during build.
    - don't run tests during build yet.
  * added patches:
    - 01imagen-creates-png-files.patch: imagen generates png files
      instead of gif files on a Debian system.
    - 02ignore-hugs-version-in-test-frown.patch: ignore the version
      header of Hugs in the output of the test cases.
    - 03update-empty.out.patch: update the Empty example to match
      the output given by the version of Hugs in unstable.
  * debian/frown.doc-base: added doc-base support.

 -- Arjan Oosting <arjanoosting@home.nl>  Tue, 17 Jan 2006 22:29:35 +0100

frown (0.6-1) unstable; urgency=low

  * Initial release (Closes: #336978).

 -- Arjan Oosting <arjanoosting@home.nl>  Wed,  2 Nov 2005 00:24:43 +0100
