Your message dated Fri, 04 Apr 2008 18:32:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#468748: fixed in swapspace 1.10-1.1
has caused the Debian Bug report #468748,
regarding swapspace: Please add LSB formatted dependency info in init.d script
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
468748: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468748
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: swapspace
Version: 1.5
Tags: patch
User: [EMAIL PROTECTED]
Usertags: missing-dependency
To be able to check boot script order, and also to be able to start
boot scripts in parallel, it is important to know the dependencies of
the various boot scripts. The Linux Software Base specifies a init.d
header file format useful for this purpose, and adding such header to
the anacron init.d script would make it possible for me to use this
information to check the current sequence and to speed up the debian
boot.
I am working on a system to update the boot sequence based on these
dependencies, and would like see this as the default in Lenny.
Because of this, it is nice if the dependencies was updated quickly.
<URL:http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/initscrcomconv.html>
documents the LSB header format. Some debian notes are available from
<URL:http://wiki.debian.org/LSBInitScripts>.
Here is a patch to document the dependencies. I hope this is correct.
I was very confused by the current boot sequence numbers (starting
before networking is set up, but also stopping before networking is
taken down), so please check carefully that I picked the correct
dependencies.
diff -ur swapspace-1.10.orig/debian/swapspace.init
swapspace-1.10/debian/swapspace.init
--- swapspace-1.10.orig/debian/swapspace.init 2008-03-01 07:56:53.000000000
+0100
+++ swapspace-1.10/debian/swapspace.init 2008-03-01 07:59:11.000000000
+0100
@@ -1,6 +1,12 @@
#! /bin/sh
-#
-# Linux init script for swapspace
+### BEGIN INIT INFO
+# Provides: swapspace
+# Required-Start: $remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: Linux init script for swapspace
+### END INIT INFO
# Swapspace is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Happy hacking,
--
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
Source: swapspace
Source-Version: 1.10-1.1
We believe that the bug you reported is fixed in the latest version of
swapspace, which is due to be installed in the Debian FTP archive:
swapspace_1.10-1.1.diff.gz
to pool/main/s/swapspace/swapspace_1.10-1.1.diff.gz
swapspace_1.10-1.1.dsc
to pool/main/s/swapspace/swapspace_1.10-1.1.dsc
swapspace_1.10-1.1_i386.deb
to pool/main/s/swapspace/swapspace_1.10-1.1_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Petter Reinholdtsen <[EMAIL PROTECTED]> (supplier of updated swapspace package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Fri, 4 Apr 2008 19:06:56 +0200
Source: swapspace
Binary: swapspace
Architecture: source i386
Version: 1.10-1.1
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar <[EMAIL PROTECTED]>
Changed-By: Petter Reinholdtsen <[EMAIL PROTECTED]>
Description:
swapspace - Dynamic swap space manager
Closes: 438078 468748
Changes:
swapspace (1.10-1.1) unstable; urgency=low
.
* Non-maintainer upload to solve release goal.
* Add LSB dependency header to init.d scripts (Closes: #468748).
* Make sure package build properly with DEB_BUILD_OPTIONS=nostrip
(Closes: #438078).
Files:
1929062f4a7b2775ac2239485aef90a3 575 admin optional swapspace_1.10-1.1.dsc
d920a43d5dd97ac2f6eb871b2d2a5bde 4379 admin optional swapspace_1.10-1.1.diff.gz
2764f92868613cc934078a0e7ae028d2 27930 admin optional
swapspace_1.10-1.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH9mHY20zMSyow1ykRAhRjAKC8RQ2fMQ0sZVfEH/8x6/ULml9CFQCg7jdV
8t5TpLtOSsnChsi7zgzV54c=
=9DWV
-----END PGP SIGNATURE-----
--- End Message ---