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

Re: Bug#747697: [LCFC] templates://debian-security-support/{debian-security-support.templates}



Christian PERRIER wrote...

> Please check things carefully as I'm not completly sure that I could
> follow all details discussions during this review....

Aye, same here.

As written before, there are more files that should be part of an l10n
else users will see mixed languages. Therefore I am attaching for
review:

* The current manpage in asciidoc format (check-support-status.txt)
* The updated po/messages.po file for the check-support-status program

In both, Justin's suggestions have been included so they should be
fine now.

    Christoph
CHECK-SUPPORT-STATUS(1)
=======================

NAME
----
check-support-status - check installed packages for security support

VERSION
-------
Version 2014.05.27

SYNOPSIS
--------
Search for packages with ended or limited support:

----
    check-support-status
----

Search for packages with ended support from a custom list, reporting
each package only once:

----
    check-support-status \
        --type ended \
        --status-db /path/to/status-db \
        --list /path/to/security-support-ended
----

OPTIONS
-------
*--list* 'FILE'::

Use the given file as the database of which packages are no longer
supported or have limited support. The file format is plain text in
columns, separated by one or more whitespace characters.
+
For `--type ended`:
+
--
* source package name
* last package version that is supported
* the date support was ended
* the rest (optional): details, and/or a URL for further information.
--
+
For `--type limited`:
+
--
* source package name
* the rest (optional): details, and/or a URL for further information.
--
+
If no "--list" is provided, the script is run for both ended and
limited support, using the lists shipped in the package.

*--no-heading*::

Skips printing a headline.

*--status-db* 'FILE'::

Use the given file to record alerts so each affected package is
reported only once.
+
Default: No records, any affected package will be reported every time.

*--type* 'TYPE'::

One of the following:

   * "ended": Alert for packages where security support has ended.
   * "limited": Alert for packages where security support is limited.

*--version, --Version, -V*::

Show the version number and exit.

BUGS
----
Installations with mixed distributions like half-stable, half-testing
are not supported.

AUTHOR
------
Christoph Biedl <debian.axhn@manchmal.in-ulm.de>

COPYRIGHT & LICENSE
-------------------
----
Copyright (C) 2014 Christoph Biedl <debian.axhn@manchmal.in-ulm.de>

This package is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
version 2 as published by the Free Software Foundation.

This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>

On Debian systems, the complete text of the GNU General Public
License version 2 can be found in
"/usr/share/common-licenses/GPL-2".
----
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-05-28 10:24+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: check-support-status.in:29
msgid "Failed to parse the command line parameters"
msgstr ""

#: check-support-status.in:38
#, sh-format
msgid "$name version $VERSION"
msgstr ""

#: check-support-status.in:63
msgid "E: Internal error"
msgstr ""

#: check-support-status.in:95
msgid "E: Cannot detect dpkg version, assuming wheezy or newer"
msgstr ""

#: check-support-status.in:196
msgid ""
"Ended security support for one or more packages\n"
"\n"
"Unfortunately, it has been necessary to end security support for some\n"
"packages before the end of the regular security maintenance life cycle.\n"
"\n"
"The following packages found on this system are affected by this:"
msgstr ""

#: check-support-status.in:206
msgid ""
"Limited security support for one or more packages\n"
"\n"
"Unfortunately, it has been necessary to limit security support for some\n"
"packages.\n"
"\n"
"The following packages found on this system are affected by this:"
msgstr ""

#: check-support-status.in:224
#, sh-format
msgid "* Source:$SRC_NAME, ended on $ALERT_WHEN at version $ALERT_VERSION"
msgstr ""

#: check-support-status.in:227
#, sh-format
msgid "* Source:$SRC_NAME"
msgstr ""

#: check-support-status.in:231
#, sh-format
msgid "  Details: $ALERT_WHY"
msgstr ""

#: check-support-status.in:234
msgid "  Affected binary package:"
msgstr ""

#: check-support-status.in:236
msgid "  Affected binary packages:"
msgstr ""

#: check-support-status.in:239
#, sh-format
msgid "  - $BIN_NAME (installed version: $BIN_VERSION)"
msgstr ""

Attachment: signature.asc
Description: Digital signature


Reply to: