--- squirrelmail-quicksave-2.4.5.orig/debian/postrm +++ squirrelmail-quicksave-2.4.5/debian/postrm @@ -0,0 +1,18 @@ +#!/bin/sh +set -e + +# Source debconf library. +case "$1" in + remove) + if [ `which squirrelmail-configure` ] + then + squirrelmail-configure --remove-plugin quicksave + fi + ;; + *) + ;; +esac + +#DEBHELPER# + +exit 0 --- squirrelmail-quicksave-2.4.5.orig/debian/links +++ squirrelmail-quicksave-2.4.5/debian/links @@ -0,0 +1 @@ +etc/squirrelmail/quicksave-config.php usr/share/squirrelmail/plugins/quicksave/config.php --- squirrelmail-quicksave-2.4.5.orig/debian/rules +++ squirrelmail-quicksave-2.4.5/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +PACKAGE = $(shell dh_listpackages) +TMP = $(CURDIR)/debian/$(PACKAGE) + +%: + dh $@ + +override_dh_install: + dh_install + install -D --mode=644 config_example.php $(TMP)/etc/squirrelmail/quicksave-config.php --- squirrelmail-quicksave-2.4.5.orig/debian/compat +++ squirrelmail-quicksave-2.4.5/debian/compat @@ -0,0 +1 @@ +7 --- squirrelmail-quicksave-2.4.5.orig/debian/control +++ squirrelmail-quicksave-2.4.5/debian/control @@ -0,0 +1,23 @@ +Source: squirrelmail-quicksave +Section: web +Priority: optional +Maintainer: Jan Hauke Rahm +Build-Depends: debhelper (>= 7.0.50) +Standards-Version: 3.8.4 +Homepage: http://www.squirrelmail.org/plugin_view.php?id=8 +Vcs-Svn: http://debsvn.jhr-online.de/squirrelmail-quicksave/trunk +Vcs-Browser: https://cgi.jhr-online.de/viewvc.cgi/debian/squirrelmail-quicksave/trunk + +Package: squirrelmail-quicksave +Architecture: all +Depends: squirrelmail-compatibility (>= 2.0.7), ${misc:Depends} +Description: SquirrelMail plugin: Auto-save messages while composing + This plugin automatically saves messages as they are being composed in order + to prevent accidental loss of message content due to having browsed away from + the compose screen or more serious problems such as browser or computer + crashes. When a message appears to have been lost and is available for + recovery, the user will be prompted about whether or not the recovery should + proceed. + . + SquirrelMail is a standards-based webmail package written in PHP. It runs on + top of any IMAP server. --- squirrelmail-quicksave-2.4.5.orig/debian/install +++ squirrelmail-quicksave-2.4.5/debian/install @@ -0,0 +1,3 @@ +*.php usr/share/squirrelmail/plugins/quicksave +templates usr/share/squirrelmail/plugins/quicksave +locale usr/share/squirrelmail/plugins/quicksave --- squirrelmail-quicksave-2.4.5.orig/debian/watch +++ squirrelmail-quicksave-2.4.5/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://squirrelmail.org/plugin_list.php http://squirrelmail.org/plugins/quicksave.([\da-zA-Z\.]+).* debian --- squirrelmail-quicksave-2.4.5.orig/debian/docs +++ squirrelmail-quicksave-2.4.5/debian/docs @@ -0,0 +1 @@ +docs/README --- squirrelmail-quicksave-2.4.5.orig/debian/postinst +++ squirrelmail-quicksave-2.4.5/debian/postinst @@ -0,0 +1,15 @@ +#!/bin/sh +set -e + +case "$1" in + configure) + squirrelmail-configure --remove-plugin quicksave + squirrelmail-configure --install-plugin quicksave + ;; + *) + ;; +esac + +#DEBHELPER# + +exit 0 --- squirrelmail-quicksave-2.4.5.orig/debian/copyright +++ squirrelmail-quicksave-2.4.5/debian/copyright @@ -0,0 +1,29 @@ +Original source may be found at: http://www.squirrelmail.org/plugin_view.php?id=8 + +Files: * +Copyright: © 2001-2003 Ray Black (until version 1.1.1) + © 2003-2010 Paul Lesniewski +License: GPL-2 + This program is free software; you can redistribute it and/or modify it under + the terms of the GNU General Public License version 2 as published by the Free + Software Foundation. + +Files: */index.php +Copyright: © 1999-2010 The SquirrelMail Project Team +License: GPL-2 + This program is free software; you can redistribute it and/or modify it under + the terms of the GNU General Public License version 2 as published by the Free + Software Foundation. + +Files: debian/* +Copyright: © 2008-2010 Jan Hauke Rahm +License: GPL-2+ + This package is free software; you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation; either version 2 of the License, or (at your option) any later + version. + +On Debian systems, the complete text of the GNU General Public License version +2 can be found in file "/usr/share/common-licenses/GPL-2". Possible later +versions are found within the same directory (e.g. +"/usr/share/common-licenses/GPL-3"). --- squirrelmail-quicksave-2.4.5.orig/debian/changelog +++ squirrelmail-quicksave-2.4.5/debian/changelog @@ -0,0 +1,37 @@ +squirrelmail-quicksave (2.4.5-1) unstable; urgency=low + + * New upstream release + * Bumped Standards-Version: 3.8.4 + + -- Jan Hauke Rahm Fri, 05 Feb 2010 17:14:26 +0100 + +squirrelmail-quicksave (2.4.3-1) unstable; urgency=low + + * New upstream release + * Bumped standards-version to 3.8.3: no changes + + -- Jan Hauke Rahm Sun, 20 Dec 2009 09:27:56 +0100 + +squirrelmail-quicksave (2.4.2-3) UNRELEASED; urgency=low + + * debian/control: Added VCS info + * Bumped to new policy 3.8.1: no changes + * debian/post{inst,rm} cleanup (lintian warnings) + * debian/control: ${misc:Depends} added + * Switching to dh7 + + -- Jan Hauke Rahm Wed, 27 May 2009 18:15:20 +0200 + +squirrelmail-quicksave (2.4.2-2) unstable; urgency=low + + * Added debian/watch file + * Changed package description + * Changed debian/copyright to be machine-interpretable + + -- Jan Hauke Rahm Sat, 29 Mar 2008 09:31:59 +0100 + +squirrelmail-quicksave (2.4.2-1) unstable; urgency=low + + * Initial release. (Closes: #468964) + + -- Jan Hauke Rahm Sun, 02 Mar 2008 17:28:29 +0100