happstack-debianization (0.16) unstable; urgency=low

  * Bump version to generate one more upload, we need to
    convert two packages to use cabal-debian instead of this.

 -- David Fox <dsf@seereason.com>  Fri, 16 Nov 2012 11:19:05 -0800

happstack-debianization (0.15) unstable; urgency=low

  * Re-apply rolled back patch, this is now equivalent to
    version 0.13.  The only difference is passing the --top
    option instead of the --store option in the three init.d
    scripts.

 -- David Fox <dsf@seereason.com>  Sat, 31 Mar 2012 05:20:48 -0700

happstack-debianization (0.14) unstable; urgency=low

  * Revert

 -- David Fox <dsf@seereason.com>  Fri, 30 Mar 2012 17:42:34 -0700

happstack-debianization (0.13) unstable; urgency=low

  * Changed --store option to --top.  This will be the topmost directory
    that is owned by the application, where it can write and read data files.
    It will compute the value of the store path (where the acid database files
    live) from this.

 -- David Fox <dsf@seereason.com>  Fri, 30 Mar 2012 13:27:35 -0700

happstack-debianization (0.12) unstable; urgency=low

  * Add scripts for a staging server.

 -- David Fox <dsf@seereason.com>  Tue, 27 Mar 2012 11:03:39 -0700

happstack-debianization (0.11) unstable; urgency=low

  * Don't combine the -v and -quiet options of start-stop-deamon, its
    silly.  Use -v for start and stop.
  * Change the server's log name so they are near the corresponding apache
    logs defined in /etc/apache2/sites-available.

 -- David Fox <dsf@seereason.com>  Tue, 13 Mar 2012 09:23:01 -0700

happstack-debianization (0.10) unstable; urgency=low

  * Use the site name rather than the app name to construct the base uri.
  * Run a2enmod proxy and a2enmod proxy_http from the postinst.

 -- David Fox <dsf@seereason.com>  Mon, 12 Mar 2012 13:14:02 -0700

happstack-debianization (0.9) unstable; urgency=low

  * Add a .install file to handle the
    /etc/apache2/sites-available/domainname.com file.

 -- David Fox <dsf@seereason.com>  Mon, 12 Mar 2012 12:38:28 -0700

happstack-debianization (0.8) unstable; urgency=low

  * Make testing init script more similar to production.
  * Cosmetic changes to production init script.

 -- David Fox <dsf@seereason.com>  Fri, 14 Oct 2011 12:58:43 -0700

happstack-debianization (0.7) unstable; urgency=low

  * Make sure there's a package name ending with -production.

 -- David Fox <dsf@seereason.com>  Wed, 12 Oct 2011 14:49:48 -0700

happstack-debianization (0.6) unstable; urgency=low

  * Added closing -RTS flag to +RTS -IO in OPTIONS so that additional
    OPTIONS added by defaults file do not get interpreted as RTS options.

 -- Jeremy Shaw <jeremy@seereason.com>  Mon, 10 Oct 2011 13:53:47 -0500

happstack-debianization (0.5) unstable; urgency=low

  * Fix the argument to --logs in the init scripts.

 -- David Fox <dsf@seereason.com>  Mon, 15 Aug 2011 15:20:56 -0700

happstack-debianization (0.4) unstable; urgency=low

  * Most of the settings in the defaults file have been moved into the
    init file.  The idea is that the defaults file is both optional and
    editable.  Therefore, we need to move required parameters into the
    init file, and we need to set values for the other paremeters there
    too.
  * Change the code in the init file so it doesn't die or exit without
    starting if the defaults file doesn't exist.
  * We can still stop the script even if the server binary is missing,
    so move the code that aborts into the "start" case.

 -- David Fox <dsf@seereason.com>  Tue, 02 Aug 2011 06:00:24 -0700

happstack-debianization (0.3) unstable; urgency=low

  * Fix problems in the defaults and init.d file.

 -- David Fox <dsf@seereason.com>  Mon, 01 Aug 2011 12:28:17 -0700

happstack-debianization (0.2) unstable; urgency=low

  * Add messages to the output files explaining that they were generated
    by the happstack-debianization package.

 -- David Fox <dsf@seereason.com>  Sat, 23 Jul 2011 07:05:55 -0700

happstack-debianization (0.1) unstable; urgency=low

  * New package.

 -- David Fox <dsf@seereason.com>  Mon, 18 Jul 2011 09:07:04 -0700

