1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<!-- Manual page for apt-listchanges, DocBook source file
Copyright (C) 2000 Matt Zimmerman <mdz@debian.org>
Copyright (C) 2016-2017 Robert Luberda <robert@debian.org>
Copyright (C) 2024 THE PACKAGE'S COPYRIGHT HOLDER
Based on the example page docbook-to-man.sgml from docbook-to-man
-->
<refentry>
<refentryinfo>
<productname>apt-listchanges</productname>
<address><email>mdz@debian.org</email></address>
<author>
<firstname>Matt</firstname>
<surname>Zimmerman</surname>
<contrib/>
</author>
<date>2017-07-08</date>
</refentryinfo>
<refmeta>
<refentrytitle>apt-listchanges</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class="manual">Debian</refmiscinfo>
</refmeta>
<refnamediv>
<refname>apt-listchanges</refname>
<refpurpose>Show new changelog entries from Debian package archives</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>apt-listchanges</command>
<group choice="opt">
<arg rep="repeat"><replaceable>options</replaceable></arg>
</group>
<group choice="req">
<arg><option>--apt</option></arg>
<arg rep="repeat"><replaceable>package.deb</replaceable></arg>
</group>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>DESCRIPTION</title>
<para><command>apt-listchanges</command> is a tool to show what
has been changed in a new version of a Debian package, as
compared to the version currently installed on the
system.</para>
<para>It does this by extracting the relevant entries from both the
NEWS.Debian and changelog<optional>.Debian</optional> files, usually found in
<filename>/usr/share/doc/</filename><replaceable>package</replaceable>,
from Debian package archives.
</para>
<para>Please note that in the default installation
if <command>apt-listchanges</command> is run during upgrades as an APT
plugin, it displays NEWS.Debian entries only. This can be changed with
the <option>--which</option> option.
</para>
<para>If changelog entries are displayed and the
<replaceable>package</replaceable> does not contain
changelog<optional>.Debian</optional> file, <command>apt-listchanges</command>
calls <command>apt-get changelog</command> command to download the changelog
from network. This behavior can be disabled with the <option>--no-network</option>
option.
</para>
<para>
Given a set of filenames as arguments (or read from apt when
using <option>--apt</option>),
<command>apt-listchanges</command> will scan the files (assumed
to be Debian package archives) for the relevant changelog
entries, and display them all in a summary grouped by source package.
The groups are sorted by the urgency of the most urgent change,
and then by the package name. Changes within each package group are
displayed in the order of their appearance in the changelog files,
i.e. starting from the latest to the oldest; the
<option>--reverse</option> option can be used to alter this order.
</para>
</refsect1>
<refsect1>
<title>OPTIONS</title>
<para>
<command>apt-listchanges</command> provides the following options
to control its behavior. Most of them have their equivalent entries
in the configuration file, see the "CONFIGURATION FILE" below for
details.
</para>
<variablelist>
<varlistentry>
<term><option>--apt</option></term>
<listitem>
<para>Read filenames from a specially-formatted pipeline (as
provided by apt), rather than from command line arguments,
and honor certain apt-specific options in the config
file. This pipeline must be in "version 2" format,
specified in the apt configuration.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-v, --verbose</option></term>
<listitem>
<para>Display additional (usually unwanted) information.
For instance, print a message when a package of the same
or older version is to be installed, or when a package is
to be newly installed.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f, --frontend</option></term>
<listitem>
<para>
Select which frontend to use to display information to the
user. Current frontends include:
</para>
<variablelist>
<varlistentry>
<term>pager</term>
<listitem>
<para>
Uses <citerefentry><refentrytitle>sensible-pager</refentrytitle>
<manvolnum>1</manvolnum></citerefentry> command to
display output. The command uses PAGER environment
variable to choose your favourite pager. The "pager" option
may be specified in the configuration file to select a specific pager for
use with apt-listchanges.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>browser</term>
<listitem>
<para>
Displays an HTML-formatted changelog with hyperlinks for bugs
and email addresses using the <citerefentry>
<refentrytitle>sensible-browser</refentrytitle><manvolnum>1</manvolnum>
</citerefentry> command that examines BROWSER environment variable
to choose your favourite browser. The "browser" option may be
specified in the configuration file to select a specific browser for
use with apt-listchanges.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>xterm-pager</term>
<listitem>
<para>
Uses your favorite pager to display output, but does
so in an xterm (using the x-terminal-emulator
alternative) in the background. This allows you
to go on with the upgrade if you like, and continue
to browse the changelogs. You can override the
terminal emulator to be used with the "xterm"
configuration option.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>xterm-browser</term>
<listitem>
<para>
The logical combination of xterm-pager and browser.
Only appropriate for text-mode browsers.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>text</term>
<listitem>
<para>
Dumps output to stdout, with no pauses.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>syslog</term>
<listitem>
<para>
Dumps output to syslog.
Disabling the titled option is recommended.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>log</term>
<listitem>
<para>
Appends output to a log file,
with an optional filter process.
Disabling the titled option is recommended.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>mail</term>
<listitem>
<para>
Sends mail to the address specified with
--email-address, and does not display changelogs.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>gtk</term>
<listitem>
<para>
Spawns a gtk window to display the changelogs. Needs
python3-gi to be installed.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>none</term>
<listitem>
<para>
Does nothing. Can be used to prevent
apt-listchanges from running when configured to run
automatically from apt.
</para>
</listitem>
</varlistentry>
</variablelist>
<para>
Please note that apt-listchanges will try to switch to an unprivileged
user before spawning commands in "browser", "xterm-browser",
and "xterm-pager" frontends. However this currently does not apply
to the "pager" frontend. See also "ENVIRONMENT VARIABLES" below.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--hide</option></term>
<listitem>
<para>
For frontends which support it (currently only gtk), hide the
window by default.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--email-address=<replaceable>address</replaceable></option></term>
<listitem>
<para>
In addition to displaying it, mail a copy of the changelog
data to the specified address. To only mail changelog
entries, use this option with the special frontend 'mail'.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--email-format={text|html}</option></term>
<listitem>
<para>
If sending mail copies is enabled (see <option>--email-address</option> above),
this option selects whether the mail should be sent
as an old good plain text data (which is the default behavior),
or as html data with clickable links, which might be more
convenient for people using graphical mail clients.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-c, --confirm</option></term>
<listitem>
<para>
Once changelogs have been displayed, ask the user whether
or not to proceed. If the user chooses not to proceed, a
nonzero exit status will be returned, and apt will abort.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-a, --show-all</option></term>
<listitem>
<para>
Rather than trying to display changelog entries that are
newer than the currently installed version of the package,
simply display all changelog entries for all packages.
This is useful for viewing the entire changelog of a .deb
before extracting it.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-n, --no-network</option></term>
<listitem>
<para>
In rare cases when a binary package (or to be more precise: none
of the binary packages built from the same source package that
are processed together as a group) does not contain a changelog file,
<command>apt-listchanges</command> by default executes
<command>apt-get changelog</command> to download changelogs
from the network servers usually provided by your operating system
distribution. This option will disable this behavior, what might
be useful for example for systems behind a firewall.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--save-seen=<replaceable>file</replaceable></option></term>
<listitem>
<para>
This option will cause apt-listchanges to keep track of
the last version of a package for which changelogs have
been displayed, to avoid redisplaying the same changelogs
in a future invocation. The database is stored in the
named file. Specify 'none' to disable this feature.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--dump-seen</option></term>
<listitem>
<para>
Display the contents of the seen database to standard output
as a list of lines consisting of source package name and its
latest seen version, separated by space. This option requires
the path to the seen database to be known: please either specify
it using <option>--save-seen</option> option or pass
<option>--profile=apt</option> option to have it read from the
configuration file.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--since=<replaceable>version</replaceable></option></term>
<listitem>
<para>
This option will cause apt-listchanges to show the entries later
than the specified version. With this option, the only other
argument you can pass is the path to a .deb file.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--latest=<replaceable>N</replaceable></option></term>
<listitem>
<para>
This option will cause apt-listchanges to show only the latest
<replaceable>N</replaceable> entries.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--which={news|changelogs|both}</option></term>
<listitem>
<para>
This option selects whether news (from NEWS.Debian et
al.), changelogs (from changelog.Debian et al.) or both
should be displayed. The default is to display news when
running as an APT plugin, or both otherwise.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--help</option></term>
<listitem>
<para>
Displays syntax information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-h, --headers</option></term>
<listitem>
<para>
These options will cause apt-listchanges to insert a
header before each package's changelog showing the name of
the package, and the names of the binary packages which
are being upgraded (if there is more than one, or it
differs from the source package name).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--debug</option></term>
<listitem>
<para>Display some debugging information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--profile=<replaceable>name</replaceable></option></term>
<listitem>
<para>Select an option profile.
<replaceable>name</replaceable> corresponds to a section in
<filename>/etc/apt/listchanges.conf</filename>. The default
when invoked from apt is "apt", and "cmdline" otherwise.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--log=<replaceable>file</replaceable></option></term>
<listitem>
<para>
Select the file appended to by the log frontend.
The default is <filename>/var/log/apt/listchanges.log</filename>.
The filter command option can be used to modify the output
before it is appended to the log file.
Please ensure that you setup log rotation for this file.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--filter=<replaceable>command</replaceable></option></term>
<listitem>
<para>
Select the command used to filter output
before it is appended to the log file
by the log frontend.
stdin will receive the <command>apt-listchanges</command> output
and stdout will be appended to the log file.
Separate arguments with spaces and
quote arguments containing spaces.
The command will not be run using the shell
unless the shell is included in the command:
<command>sh -c 'date ; cat'</command>
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reverse</option></term>
<listitem>
<para>
Show the changelog entries in reverse order.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--ignore-apt-assume</option>, <option>--ignore-debian-frontend</option></term>
<listitem>
<para>
Disable forcing non-interactive frontend in some of the cases described in the
"AUTOMATIC FRONTEND OVERRIDE" section below.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--titled</option>, <option>--untitled</option></term>
<listitem>
<para>
Enable or disable the title at the beginning of the output.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--select-frontend</option></term>
<listitem>
<para>
Choose frontend interactively. This option is mainly for testing purposes,
please do not use it.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>
<title>AUTOMATIC FRONTEND OVERRIDE</title>
<para>
For a better integration with existing package management tools,
<command>apt-listchanges</command> tries to detect if package upgrades
are done in a non-interactive way, and automatically switches its frontend
to 'text' when <emphasis>any</emphasis> of the following conditions is satisfied:
<itemizedlist mark="opencircle">
<listitem>
<para>the standard output is not connected to terminal;</para>
</listitem>
<listitem>
<para>the <option>--quiet</option> (<option>-q</option>) option is given
to <citerefentry><refentrytitle>apt-get</refentrytitle><manvolnum>8</manvolnum>
</citerefentry> (or <citerefentry><refentrytitle>aptitude</refentrytitle>
<manvolnum>8</manvolnum></citerefentry>); note however that when the option
is used more than once, apt-listchanges switches the frontend to 'mail';</para>
</listitem>
<listitem>
<para>the <option>--assume-yes</option> (<option>-y</option>) option is given
to <citerefentry><refentrytitle>apt-get</refentrytitle>
<manvolnum>8</manvolnum></citerefentry>;</para>
</listitem>
<listitem>
<para>the <envar>DEBIAN_FRONTEND</envar> environment variable is set to
"noninteractive", and <envar>APT_LISTCHANGES_FRONTEND</envar> is not set.</para>
</listitem>
</itemizedlist>
</para>
<para>
For backward compatibility purposes the last two of the above checks can be disabled
either with "ignore_apt_assume=true" or "ignore_debian_frontend=true" configuration file
entries (see "CONFIGURATION FILE" below) or by using the command line
options: <option>--ignore-apt-assume</option> or <option>--ignore-debian-frontend</option>.
</para>
<para>
Please also note that the "mail" frontend is already non-interactive one, so it is never
switched to the "text" frontend.
</para>
<para>
Additionally <command>apt-listchanges</command> overrides X11-based frontends
("gtk", "xterm-pager", "xterm-browser") with "pager" (or "browser" in case
of "xterm-browser") when the environment variable <envar>DISPLAY</envar>
is not set.
</para>
<para>
Please note that these silent frontends are not subject to the overrides:
syslog, log.
</para>
</refsect1>
<refsect1>
<title>CONFIGURATION FILE</title>
<para>
<command>apt-listchanges</command> reads its configuration from
<filename>/etc/apt/listchanges.conf</filename>. The file consists of
<replaceable>sections</replaceable> with names enclosed in square
brackets. Each section should contain lines in the
<replaceable>key</replaceable>=<replaceable>value</replaceable> format.
Lines starting with the "#" sign are treated as comments and ignored.
Files named <filename><replaceable>name</replaceable>.conf</filename>
in the <filename>/etc/apt/listchanges.conf.d</filename> directory
are also read in the same way and override values set in the
main configuration file.
</para>
<para>
<replaceable>Section</replaceable> is a name of profile that can be
used as parameter of the <option>--profile</option> option.
</para>
<para>
The configuration of the "apt" section can be managed by
<citerefentry><refentrytitle>debconf</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
and most of the settings there can be changed with the help of the
<command>dpkg-reconfigure apt-listchanges</command> command.
</para>
<para>
<replaceable>Key</replaceable> is a name of some command-line option
(except for <option>--apt</option>, <option>--profile</option>,
<option>--help</option>) with the initial hyphens removed, and the
remaining hyphens translated to underscores, for example: "email_format"
or "save_seen".
</para>
<para>
<replaceable>Value</replaceable> represents the value of the corresponding
option. For command-line options that do not take argument, like "confirm"
or "headers", the <replaceable>value</replaceable> should be set either to
"1", "yes", "true", and "on" in order to enable the option, or to "0",
"no", "false", and "off" to disable it.
</para>
<para>
Additionally <replaceable>key</replaceable> can be one of the following
keywords: "browser", "pager" or "xterm". The <replaceable>value</replaceable>
of such configuration entry should be the name of an appropriate command,
eventually followed by its arguments, for example: "pager=less -R".
</para>
<example>
<title>Example configuration file</title>
<programlisting>
[cmdline]
frontend=pager
[apt]
frontend=xterm-pager
email_address=root
confirm=1
[custom]
frontend=browser
browser=mozilla
</programlisting>
</example>
<para>The above configuration file specifies that in
command-line mode, the default frontend is "pager".
In apt mode, the xterm-pager frontend is default, a copy
of the changelogs (if any) should be emailed to root, and
apt-listchanges should ask for confirmation. If
apt-listchanges is invoked with --profile=custom, the
browser frontend will be used, and invoke mozilla.</para>
</refsect1>
<refsect1>
<title>ENVIRONMENT</title>
<variablelist>
<varlistentry>
<term>APT_LISTCHANGES_FRONTEND</term>
<listitem><para>Frontend to use.</para></listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>APT_LISTCHANGES_USER, SUDO_USER, USERNAME</term>
<listitem><para>The value of the first existing of the above variables
will be used as the name of user to switch to when running
commands spawned by the "browser", "xterm-browser",
and "xterm-pager" frontends if <command>apt-listchanges</command> is
started by a privileged user.</para></listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>DEBIAN_FRONTEND</term>
<listitem><para>If set to "noninteractive", then it can force
<command>apt-listchanges</command> to use non-interactive frontend,
see the "AUTOMATIC FRONTEND OVERRIDE" section for details.</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>BROWSER</term>
<listitem><para>Used by
the browser frontend, should be set to a command expecting a
file: URL for an HTML file to display.</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>PAGER</term>
<listitem><para>Used by the pager frontend.</para></listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>APT_HOOK_INFO_FD</term>
<listitem><para>File descriptor to read package names from in
the <option>--apt</option> mode. (Apt is expected to set
this variable to a proper file descriptor number).</para></listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>
<title>SEEN DATABASE INITIALIZATION</title>
<para>
When <command>apt-listchanges</command> is installed for the
first time or upgraded from an old version that did not use the
current seen database format, it enables a
<command>systemd</command> timer,
<command>apt-listchanges.timer</command>, which attempts hourly
to activate <command>apt-listchanges.service</command>, which
scans the changelog and NEWS files of all installed packages and
uses their contents to populate the seen database.
</para>
<para>
Pre-populating the database like this makes
<command>apt-listchanges</command> run faster because it then
doesn't have to parse the changelog and NEWS files of currently
installed packages during upgrades when determining which new
entries to display.
</para>
<para>
Pre-populating the database should only need to be done once on
any given host, since from that point forward
<command>apt-listchanges</command> updates the database
automatically during upgrades. Therefore, after the service runs
successfully to completion, the timer is automatically disabled.
</para>
<para>
If for some reason you believe the
<command>apt-listchanges</command> seen database is incomplete
or inaccurate, you can rebuild it by removing
<filename>/var/lib/apt/listchanges</filename> and then executing
<command>systemctl start apt-listchanges.service</command>. Note
that this runs to completion in the foreground.
</para>
</refsect1>
<refsect1>
<title>FILES</title>
<variablelist>
<varlistentry>
<term>/etc/apt/listchanges.conf</term>
<listitem><para>Configuration file.</para></listitem>
</varlistentry>
<varlistentry>
<term>/etc/apt/listchanges.conf.d/*.conf</term>
<listitem><para>Configuration file override files.</para></listitem>
</varlistentry>
<varlistentry>
<term>/etc/apt/apt.conf.d/20listchanges</term>
<listitem><para>File used for registering apt-listchanges into apt system.</para></listitem>
</varlistentry>
<varlistentry>
<term>/var/lib/apt/listchanges</term>
<listitem><para>Database used for save-seen.</para></listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>
<title>AUTHOR</title>
<para>
apt-listchanges was written by Matt Zimmerman
<mdz@debian.org>
</para>
<para>
The current maintainer is Jonathan Kamens
<jik@kamens.us>
</para>
</refsect1>
<refsect1>
<title>SEE ALSO</title>
<para>
<citerefentry><refentrytitle>sensible-pager</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
<citerefentry><refentrytitle>sensible-browser</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
<citerefentry><refentrytitle>apt-get</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
<citerefentry><refentrytitle>aptitude</refentrytitle><manvolnum>8</manvolnum></citerefentry>
</para>
</refsect1>
</refentry>
<!-- vim:set fileencoding=utf-8 et ts=2 sts=2 sw=2: -->
|