[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#533571: marked as done ([checks/init.d] multiple corrections and enhancements)



Your message dated Fri, 19 Jun 2009 01:02:04 +0000
with message-id <E1MHSUW-0001wK-Bd@ries.debian.org>
and subject line Bug#533571: fixed in lintian 2.2.12
has caused the Debian Bug report #533571,
regarding [checks/init.d] multiple corrections and enhancements
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 owner@bugs.debian.org
immediately.)


-- 
533571: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533571
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: lintian
Version: 2.2.10
Severity: minor
Tags: patch

Hi,

I planned to send all my init.d-related changes together, but since I'm going 
to have a very busy weekend I might not finish the other checks I planned.
So, here it is what I've done so far:

commit 26c1bc2a690cbed63b2d31117141e3275df5d169
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Wed Jun 17 08:29:26 2009 -0500

    Check for init scripts not testing before sourcing /etc/default files

    Init scripts not making sure the /etc/default file exists are very likely
    to break in the event the administrator deletes one or more files, which 
is
    allowed by policy.

commit e61537249dd53ef7195943bd84bad0ee416687e7
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Tue Jun 16 15:07:40 2009 -0500

    Don't treat /etc/init.d/README as an init script

commit 944679215a631861d0a099c9db4d5623d7bbaf5c
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Tue Jun 16 14:44:50 2009 -0500

    Fix a bug where init scripts not being registered were not checked

    Some packages do not register their init scripts on the maintainer
    scripts, leading to lintian completely ignoring them when performing
    other checks.

commit f9e8c4cd363e37d9754bf6c610996288b2f75aee
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Sun Jun 14 21:12:19 2009 -0500

    Check for init scripts with a /usr shebang

commit 39486536877fe1a095936309708da790d07b5d7a
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Sun Jun 14 19:57:25 2009 -0500

    Fix a bug when looking for required init.d options in comments

    The regular expression in use was not correctly dealing with comments,
    which could result in many false negatives wheen finding the required
    option keyword in a comment.

Cheers,
-- 
Raphael Geissert - Debian Maintainer
www.debian.org - get.debian.net

Attachment: lintian_initd.mbox
Description: application/mbox


--- End Message ---
--- Begin Message ---
Source: lintian
Source-Version: 2.2.12

We believe that the bug you reported is fixed in the latest version of
lintian, which is due to be installed in the Debian FTP archive:

lintian_2.2.12.dsc
  to pool/main/l/lintian/lintian_2.2.12.dsc
lintian_2.2.12.tar.gz
  to pool/main/l/lintian/lintian_2.2.12.tar.gz
lintian_2.2.12_all.deb
  to pool/main/l/lintian/lintian_2.2.12_all.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 533571@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Russ Allbery <rra@debian.org> (supplier of updated lintian 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 18 Jun 2009 17:19:03 -0700
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.2.12
Distribution: unstable
Urgency: low
Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
Changed-By: Russ Allbery <rra@debian.org>
Description: 
 lintian    - Debian package checker
Closes: 522384 528003 528377 531164 532394 532892 532984 533202 533571
Changes: 
 lintian (2.2.12) unstable; urgency=low
 .
   The "Policy 3.8.2" release.
 .
   * Summary of tag changes:
     + Added:
       - debug-symbols-directly-in-usr-lib-debug
       - dh_desktop-is-deprecated
       - dh_scrollkeeper-is-deprecated
       - file-in-discouraged-x11-font-directory
       - file-in-unknown-x11-font-directory
       - init.d-script-sourcing-without-test
       - init.d-script-uses-usr-interpreter
       - missing-separator-between-items
       - package-contains-multiple-dpi-fonts
       - package-mixes-misc-and-dpi-fonts
     + Removed:
       - missing-comma-between-items
 .
   * checks/binaries{,.desc}:
     + [RA] Diagnose installing detached debugging symbols directly in
       /usr/lib/debug instead of in an appropriate subdirectory.  Patch
       from Raphael Geissert.  (Closes: #532394)
   * checks/control-file{,.desc}:
     + [ADB] Allow both comma and pipe as valid separators between items when
       detecting whether a separator has been omitted.  As a consequence,
       rename the missing-comma-between-items tag to the more descriptive
       missing-separator-between-items.  Based on a patch by Rafael
       Laboissiere.  (Closes: #533202)
     + [RA] Allow a newline immediately after the field name, since this
       does work with fields that can be wrapped (such as Build-Depends).
       Thanks, Stephane Glondu.  (Closes: #528377)
   * checks/debhelper{,.desc}:
     + [RA] Issue package-lacks-versioned-build-depends-on-debhelper always
       if the debhelper dependency isn't properly versioned, not just for
       compat levels newer than 5.  (Closes: #522384)
     + [RA] Warn about dh_desktop calls since the command is now
       deprecated.   Thanks, Nelson A. de Oliveira.  (Closes: #531164)
     + [RA] Include the line number in deprecated and obsolete dh_* command
       tags.
     + [ADB] Warn about dh_scrollkeeper calls since the command is now
       deprecated.
   * checks/fields{,.desc}:
     + [RA] Update source-field-malformed to serious and don't allow
       capital letters in source package names.  Check source package names
       for validity even when checking only source packages to be sure the
       package name is syntactically valid.
     + [RA] Permit quilt in Build-Depends for arch-independent packages if
       dh_quilt_* programs are called in the clean target.  Thanks, Daniel
       Moerner.  (Closes: #528003)
     + [RA] If one of the gnome-pkg-tools makefile fragments is included,
       gnome-pkg-tools is allowed and required in Build-Depends.  Thanks,
       Emilio Pozuelo Monfort.  (Closes: #532892)
   * checks/files{,.desc}:
     + [RA] Diagnose files installed into discouraged or unknown
       subdirectories of /usr/share/fonts/X11 per Policy 11.8.5.
     + [RA] Diagnose packages including both 100dpi and 75dpi fonts or
       mixing misc and Xdpi fonts.
   * checks/init.d{,.desc}:
     + [RA] Also check unregistered init scripts for other syntax problems.
       Patch from Raphael Geissert.
     + [RA] Don't think required init.d options are implemented just
       because they occur in a comment.  Patch from Raphael Geissert.
     + [RA] Diagnose init scripts sourcing /etc/default files without
       checking first whether they're present.  Patch from Raphael
       Geissert.  (Closes: #533571)
     + [RA] Diagnose init scripts that use interpreters in /usr.  Patch
       from Raphael Geissert.
   * checks/menus{,.desc}:
     + [RA] Read menu-methods files from the collected location instead of
       the unpacked binary package and change the unpack level of menus to
       1.  Patch from Raphael Geissert.
   * checks/scripts{,.desc}:
     + [RA] Per Policy 3.8.2, read-in-maintainer-script is now of serious
       severity.
     + [RA] Catch obsolete dpkg checks in more contexts.
     + [RA] Check for invocations of fc-cache in maintainer scripts.
       Thanks, Josselin Mouette.  (Closes: #532984)
     + [RA] Catch more commands with paths in maintainer scripts.  Thanks,
       Raphael Geissert.
 .
   * collection/menu-files{,.desc}:
     + [RA] Collect menu-methods as well as menu files.  Refactor to remove
       code duplication.  Patch from Raphael Geissert.
 .
   * data/standards-version/release-dates:
     + [RA] Add the release date for Policy 3.8.2.
 .
   * debian/control:
     + [RA] Update standards version to 3.8.2 (no changes required).
 .
   * t/runtests:
     + [RA] Update standards version to 3.8.2.
Checksums-Sha1: 
 c9c2116ca0df942e8af584eb8070e8f067d1cb96 1167 lintian_2.2.12.dsc
 a40396bef7eead7f4bb22206667f81093bb41cc1 696602 lintian_2.2.12.tar.gz
 bb9b8dfea63f6fb4dc76eb9c367f8f94b8bbe4cb 455400 lintian_2.2.12_all.deb
Checksums-Sha256: 
 65fb4a538a05d9cad256b19ac23bca93938d5e7d2f626644d909ed3869856250 1167 lintian_2.2.12.dsc
 8503b0f736804b0cd901beb90d71bc96aa13eadced507dd4b159dc506c9fbe45 696602 lintian_2.2.12.tar.gz
 6e1b210b9ff48a0941026ffde1792fb3b99d7091c26bf26b66f40642faa502b3 455400 lintian_2.2.12_all.deb
Files: 
 aaf8a2387ed23cf50912352b9d7dd10e 1167 devel optional lintian_2.2.12.dsc
 096b55e433809ffbc7e8ea0011acffd4 696602 devel optional lintian_2.2.12.tar.gz
 0296f0d4776a1bce31f9e7ebbbd29118 455400 devel optional lintian_2.2.12_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAko64dUACgkQ+YXjQAr8dHZbvwCfTXPkM6DJ9jR0nSGiwOZqjR3a
1AoAn13LWlL5MQPGy4UpLFWq1eFof7nX
=cmJ1
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: