This is the patch I used in my NMU. diff -u fcron-3.0.1/debian/changelog fcron-3.0.1/debian/changelog --- fcron-3.0.1/debian/changelog +++ fcron-3.0.1/debian/changelog @@ -1,3 +1,12 @@ +fcron (3.0.1-1.1) unstable; urgency=low + + * Non-maintainer upload to solve release goal. + * Add LSB dependency header to init.d scripts (Closes: #466982). + * Fix build problem on kfreebsd-amd64 (Closes: #416121). Patch from + Aurelien Jarno. + + -- Petter Reinholdtsen <[EMAIL PROTECTED]> Sun, 30 Mar 2008 13:15:03 +0200 + fcron (3.0.1-1) unstable; urgency=medium
* New upstream source (closes: #353339, #392057) diff -u fcron-3.0.1/debian/init fcron-3.0.1/debian/init --- fcron-3.0.1/debian/init +++ fcron-3.0.1/debian/init @@ -1,4 +1,11 @@ #! /bin/sh +### BEGIN INIT INFO +# Provides: fcron +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +### END INIT INFO # # fcron fcron is a scheduler especially useful for people \ # who are not running their system all the time. diff -u fcron-3.0.1/debian/control fcron-3.0.1/debian/control --- fcron-3.0.1/debian/control +++ fcron-3.0.1/debian/control @@ -3,7 +3,7 @@ Priority: extra Maintainer: Henrique de Moraes Holschuh <[EMAIL PROTECTED]> Uploaders: Russell Coker <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5), libpam0g-dev, libselinux1-dev (>= 1.2-1.1) [!kfreebsd-i386 !hurd-i386] +Build-Depends: debhelper (>= 5), libpam0g-dev, libselinux1-dev (>= 1.2-1.1) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386] Standards-Version: 3.7.2 Package: fcron -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

