Your message dated Sun, 25 Oct 2009 22:30:30 +0000
with message-id <[email protected]>
and subject line Bug#549539: fixed in sysvinit 2.87dsf-8
has caused the Debian Bug report #549539,
regarding sysvinit: [debconf_rewrite] Debconf templates and debian/control
review
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.)
--
549539: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549539
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sysvinit
Version: N/A
Severity: normal
Tags: patch
Dear Debian maintainer,
On Saturday, September 12, 2009, I notified you of the beginning of a review
process
concerning debconf templates for sysvinit.
The debian-l10n-english contributors have now reviewed these templates,
and the proposed changes are attached to this bug report.
Please review the suggested changes, and if you have any
objections, let me know in the next 3 days.
However, please try to avoid uploading sysvinit with these changes
right now.
The second phase of this process will begin on Wednesday, October 07, 2009,
when I will
coordinate updates to translations of debconf templates.
The existing translators will be notified of the changes: they will
receive an updated PO file for their language.
Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.
Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.
The call for translation updates and new translations will run until
about Wednesday, October 28, 2009. Please avoid uploading a package with fixed
or changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.
Please note that this is an approximative delay, which depends on my
own availability to process this work and is influenced by the fact
that I simultaneously work on many packages.
Around Thursday, October 29, 2009, I will contact you again and will send a
final patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).
Again, thanks for your attention and cooperation.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- sysvinit.old/debian/sysv-rc.templates 2009-09-08 09:08:03.485746100
+0200
+++ sysvinit/debian/sysv-rc.templates 2009-09-28 07:10:39.132118802 +0200
@@ -1,3 +1,12 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# [email protected] for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
# These templates have not been reviewed by the debian-l10n-english
# team
#
@@ -10,52 +19,30 @@
Template: sysv-rc/convert-legacy
Type: boolean
Default: true
-Description: Migrate legacy boot sequencing to dependency based sequencing?
- The boot system is prepared to migrate to dependency based sequencing.
- It is recommended to migrate for the following reasons:
- .
- * the order of boot and shutdown is calculated dynamically, using
- dependency information declared within each init.d script, which
- ensures optimum and correct boot sequence for the set of installed
- packages
- * protection against problems introduced by new or upgraded packages
- by preserving the boot sequence when problems are detected; the boot
- sequence is only modified if it is safe to do so
- * potential for further optimization by way of concurrent boot
- methodology in order to increase boot efficiency
- * fixes long standing issues with the legacy, static priority based
- boot ordering.
- .
- This migration process is non-reversible. The legacy way of ordering
- boot scripts using static sequence numbers will be made obsolete by
- choosing to migrate. Any boot sequence changes done locally will be
- lost and have to redone using dependencies.
- .
- See http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot for
- more information about dependency based boot sequencing. To
- reattempt the migration process run 'dpkg-reconfigure sysv-rc'.
+Description: Migrate legacy boot sequencing to dependency-based sequencing?
+ The boot system is prepared to migrate to dependency-based sequencing.
+ This is an irreversible step, but one that is recommended: it allows
+ the boot process to be optimized for speed and efficiency, and provides
+ a more resilient framework for development.
+ .
+ A full rationale is detailed in /usr/share/doc/sysvinit/README.Debian.gz.
+ If you choose not to migrate now, you can do so later by running
+ "dpkg-reconfigure sysv-rc".
Template: sysv-rc/unable-to-convert
Type: note
-Description: Unable to migrate to dependency based boot system
+#flag:translate!:3
+Description: Unable to migrate to dependency-based boot system
Tests have determined that problems in the boot system exist which
- prevent migration to dependency based boot sequencing. It is
- recommended to migrate for the following reasons:
+ prevent migration to dependency-based boot sequencing:
.
- * the order of boot and shutdown is calculated dynamically, using
- dependency information declared within each init.d script, which
- ensures optimum and correct boot sequence for the set of installed
- packages
- * protection against problems introduced by new or upgraded packages
- by preserving the boot sequence when problems are detected; the boot
- sequence is only modified if it is safe to do so
+ ${PROBLEMATIC}
.
- If the reported problem is a local modification it needs to be fixed
- manually. If it's a bug in the package it should be reported to the
+ If the reported problem is a local modification, it needs to be fixed
+ manually. If it's a bug in the package, it should be reported to the
BTS and fixed in the package. See
http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot for more
- information about how to fix the problems preventing migration. To
- reattempt the migration process after the problems have been fixed,
- run 'dpkg-reconfigure sysv-rc'.
+ information about how to fix the problems preventing migration.
.
- The following problems were detected: ${PROBLEMATIC}
+ To reattempt the migration process after the problems have been
+ fixed, run "dpkg-reconfigure sysv-rc".
--- sysvinit.old/debian/control 2009-09-08 09:08:03.453775989 +0200
+++ sysvinit/debian/control 2009-09-13 09:14:08.626206059 +0200
@@ -46,7 +46,7 @@
Breaks: initscripts (<< 2.86.ds1-63)
Description: System-V-like runlevel change mechanism
This package provides support for the System-V like system
- for booting, shutting down and changing runlevels,
+ for booting, changing runlevels, and shutting down,
configured through symbolic links in /etc/rc?.d/.
Package: initscripts
@@ -57,6 +57,4 @@
Replaces: libc6, libc6.1, libc0.1, libc0.3
Description: scripts for initializing and shutting down the system
The scripts in this package initialize a standard Debian
- GNU/Linux system at boot time and shut it down at halt or
- reboot time.
-
+ system at boot time and shut it down at halt or reboot time.
--- End Message ---
--- Begin Message ---
Source: sysvinit
Source-Version: 2.87dsf-8
We believe that the bug you reported is fixed in the latest version of
sysvinit, which is due to be installed in the Debian FTP archive:
initscripts_2.87dsf-8_i386.deb
to pool/main/s/sysvinit/initscripts_2.87dsf-8_i386.deb
sysv-rc_2.87dsf-8_all.deb
to pool/main/s/sysvinit/sysv-rc_2.87dsf-8_all.deb
sysvinit-utils_2.87dsf-8_i386.deb
to pool/main/s/sysvinit/sysvinit-utils_2.87dsf-8_i386.deb
sysvinit_2.87dsf-8.diff.gz
to pool/main/s/sysvinit/sysvinit_2.87dsf-8.diff.gz
sysvinit_2.87dsf-8.dsc
to pool/main/s/sysvinit/sysvinit_2.87dsf-8.dsc
sysvinit_2.87dsf-8_i386.deb
to pool/main/s/sysvinit/sysvinit_2.87dsf-8_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 sysvinit 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.8
Date: Sun, 25 Oct 2009 21:49:44 +0100
Source: sysvinit
Binary: sysvinit sysvinit-utils sysv-rc initscripts
Architecture: source i386 all
Version: 2.87dsf-8
Distribution: unstable
Urgency: low
Maintainer: Debian sysvinit maintainers
<[email protected]>
Changed-By: Petter Reinholdtsen <[email protected]>
Description:
initscripts - scripts for initializing and shutting down the system
sysv-rc - System-V-like runlevel change mechanism
sysvinit - System-V-like init utilities
sysvinit-utils - System-V-like utilities
Closes: 549539 550220 550495 551325 551594 551675 551722 551916 551922
Changes:
sysvinit (2.87dsf-8) unstable; urgency=low
.
* Update patch 63_init_keep_utf8_ttyflag.patch to try to get it
working on freebsd and hurd too.
* Debconf templates and debian/control changed based on review
by the debian-l10n- english team as part of the Smith review
project (Closes: #549539). Thanks to Christian Perrier for
the patch.
* Added section in README.Debian for sysv-rc, explaining the
migration in more detail. Thanks to Justin B Rye for the text.
* Debconf translations:
- Added Vietnamese from Clytie Siddall (Closes: #550220).
- Added Swedish from Martin Ågren (Closes: #550495).
- Added Czech from Miroslav Kure (Closes: #551325).
- Added Spanish from Francisco Javier Cuadrado (Closes: #551594).
- Added Portuguese from António Moreira (Closes: #551675).
- Added French from Steve Petruzzello (Closes: #551722).
- Added Finnish from Esko Arajärvi (Closes: #551916).
- Added Italian from Luca Monducci (Closes: #551922).
Checksums-Sha1:
1b56da8099f60aa4aa5860142f8bf532fc2e08d1 1501 sysvinit_2.87dsf-8.dsc
85515bf8beaddddf1601722406106d7795bf6379 159262 sysvinit_2.87dsf-8.diff.gz
19bfc1b92917619c99280def451630777e2aab87 107322 sysvinit_2.87dsf-8_i386.deb
c200841c55c07ceceea53d8ddb67b68f6db29461 106928
sysvinit-utils_2.87dsf-8_i386.deb
be4e6e9ce8754c6eca2118fdb8ca4d0820c968d8 63236 initscripts_2.87dsf-8_i386.deb
90a9b44d8cf694583fe892cc042212136c08269e 54228 sysv-rc_2.87dsf-8_all.deb
Checksums-Sha256:
1dd93c2f431667d0eb3d45cd8a8157662aee1c38a5b86698a4cb5c9a28eb391f 1501
sysvinit_2.87dsf-8.dsc
e884adba744017997a77be471eb45e7f6736eb65aee761a0f658cb1d3f493086 159262
sysvinit_2.87dsf-8.diff.gz
4274b86ddd887be80deb58b5cef4345f72c0046bc0762a4326aa1441d1685d28 107322
sysvinit_2.87dsf-8_i386.deb
f9df0cf0f2e2d7b468ce1ede94a57056d4711e401624153936e84df34826ba60 106928
sysvinit-utils_2.87dsf-8_i386.deb
906d2879bba8acf09fd96d518a411d0813860562ede4a4af72561297eedc253c 63236
initscripts_2.87dsf-8_i386.deb
c21d191b927118ceb3d7129108160055ce428ca8826155d9f337b70c50277669 54228
sysv-rc_2.87dsf-8_all.deb
Files:
2ca3f1034cc34c69788d08edacbb3ff2 1501 admin required sysvinit_2.87dsf-8.dsc
e591189428f6a4ba9cd28dcaccac934e 159262 admin required
sysvinit_2.87dsf-8.diff.gz
2e8bf8b902ca6b38bd57fab4eae56e33 107322 admin required
sysvinit_2.87dsf-8_i386.deb
9def542b8fc59cb5bf0dea93404fd68b 106928 admin required
sysvinit-utils_2.87dsf-8_i386.deb
9b822cdbab659f1fab9f347aa577fddd 63236 admin required
initscripts_2.87dsf-8_i386.deb
ec42989f8bad119fc2c395b06c3259eb 54228 admin required sysv-rc_2.87dsf-8_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFK5L3f20zMSyow1ykRArswAJ4sXKddRHiiqXxN2V6T5hzwbem19gCgj4cu
qprOI+s1Np8jAK7j24UfdZw=
=roFT
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-sysvinit-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-sysvinit-devel