From 35ba1041133035bf3c534ca8aa9292ce1b187cad Mon Sep 17 00:00:00 2001 From: thib Date: Sun, 14 Nov 2004 16:25:52 +0000 Subject: [PATCH] merged patch from debian maintainer --- debian/README.Debian | 1 - debian/changelog | 26 ++++++++++++++++++++++++++ debian/config | 1 - debian/control | 2 +- debian/fcron-update-crontabs | 1 - debian/init | 3 +-- debian/postinst | 1 - debian/postrm | 1 - debian/rules | 1 - 9 files changed, 28 insertions(+), 9 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index 1ffd8f2..79adfb4 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1,5 +1,4 @@ fcron for Debian -$Id: README.Debian,v 1.1 2004-01-29 10:32:15 thib Exp $ ----------------------------------------------------------------- While in principle this would be possible, the Debian package of fcron does diff --git a/debian/changelog b/debian/changelog index 24b9b38..0f90381 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +fcron (2.9.5-1) unstable; urgency=low + + * New upstream version. + + * Fix init script. + Closes: #262886 + + * Merged change from BSP. + Closes: #232986 + + -- Russell Coker Sun, 31 Oct 2004 05:39:00 +1100 + +fcron (2.9.4-3.1) unstable; urgency=low + + * NMU during BSP. + * ./configure uses now --with-sendmail without checks (closes: #232986). + + -- Sebastian Muszynski Fri, 19 Mar 2004 16:54:57 +0100 + +fcron (2.9.4-3) unstable; urgency=high + + * Made it depend on exim4|mail-transport-agent. + Closes: #228570 + + -- Russell Coker Tue, 20 Jan 2004 17:36:00 +1100 + fcron (2.9.4-2) unstable; urgency=high * Accidentally uploaded a version compiled with debugging code, so this diff --git a/debian/config b/debian/config index 302a01e..51509a9 100644 --- a/debian/config +++ b/debian/config @@ -1,6 +1,5 @@ #! /bin/sh # Debconf config file for fcron -# $Id: config,v 1.1 2004-01-29 10:31:56 thib Exp $ set -e . /usr/share/debconf/confmodule diff --git a/debian/control b/debian/control index 385ab70..4341077 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: fcron Section: admin Priority: extra Maintainer: Russell Coker -Build-Depends: debhelper (>= 4.1.16), mail-transport-agent, libpam0g-dev, libselinux1-dev (>= 1.2-1.1) +Build-Depends: debhelper (>= 4.1.16), libpam0g-dev, libselinux1-dev (>= 1.2-1.1) Standards-Version: 3.5.9 Package: fcron diff --git a/debian/fcron-update-crontabs b/debian/fcron-update-crontabs index 60f87f0..2d48ec6 100644 --- a/debian/fcron-update-crontabs +++ b/debian/fcron-update-crontabs @@ -4,7 +4,6 @@ # # Copyright (c) 2000 Thibault Godouet # Released under the same license as the fcron program. -# $Id: fcron-update-crontabs,v 1.1 2004-01-29 10:31:24 thib Exp $ fcrontabdir=/var/spool/fcron diff --git a/debian/init b/debian/init index d2eb104..ec96466 100644 --- a/debian/init +++ b/debian/init @@ -10,7 +10,6 @@ # Modified for Debian GNU/Linux # by Ian Murdock . # -# $Id: init,v 1.1 2004-01-29 10:31:05 thib Exp $ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin DAEMON=/usr/sbin/fcron @@ -42,8 +41,8 @@ case "$1" in ;; reload|force-reload) echo "Reloading $DESC configuration files." + fcron-update-crontabs >/dev/null 2>&1 stopdaemon --signal 1 - update-fcron-crontabs >/dev/null 2>&1 ;; restart) echo -n "Restarting $DESC: " diff --git a/debian/postinst b/debian/postinst index 51d48d8..ba244cb 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,6 +1,5 @@ #! /bin/sh # postinst script for fcron -# $Id: postinst,v 1.1 2004-01-29 10:31:51 thib Exp $ set -e . /usr/share/debconf/confmodule diff --git a/debian/postrm b/debian/postrm index c517078..d60f020 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,6 +1,5 @@ #! /bin/sh # postrm script for fcron -# $Id: postrm,v 1.1 2004-01-29 10:32:21 thib Exp $ # # see: dh_installdeb(1) diff --git a/debian/rules b/debian/rules index 4d68631..38e786c 100644 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,6 @@ # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. # Modified for package fcron -# $Id: rules,v 1.1 2004-01-29 10:31:20 thib Exp $ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -- 2.40.0