pkgsrc/misc/dpkg/PLIST
adam 2707ff0247 dpkg: updated to 1.18.24
dpkg 1.18.24:
* Add missing symbols to the libdpkg map file.
* Fix dpkg-shlibdeps to preserve the Dpkg::Shlibs::find_library() order
  when scanning symbols/shlibs files. This was causing generation of bogus
  dependencies when multiple packages provide the same SONAME on different
  directories. Regression introduced in dpkg 1.18.17.
* Make dpkg-maintscript-helper print all unowned files from a directory
  when printing the error message, to ease debugging those problems after
  the fact.
  Based on a patch by Bastien ROUCARI?<88>S <roucaries.bastien@gmail.com>.
* Add duplicate prevention code for debian/files to dpkg-genbuildinfo, so
  that successive runs with different versions and equivalent build types
  do not generate multiple .buildinfo entries to be uploaded, which is
  similar to what dpkg-gencontrol is doing for .deb files.
* Fix conffile takeover handling during unpack in dpkg on --root or
  on diversions.
* Fix digest inference for shared conffiles, causing bogus takeover
  unpack errors. Regression introduced in dpkg 1.16.9.
* Improve tar entry metadata parsing in dpkg:
  - Do not parse device numbers for non block nor char tar entry objects.
  - Make the existing octal parser more robust, by checking for the
    expected format of leading zeros or spaces, followed by any ASCII
    octal characters (0-7), followed by zero or more space or NULs.
  - Add support for base-256 encoded numeric fields, to support large
    values, for UID/GID, device number, size and even signed timestamps.
    This is necessary not only to be able to store larger values, but to
    cover packages that can already be generated by dpkg-deb, given that
    it uses the system GNU tar when building.
* Architecture support:
  - Add support for ARM64 ILP32.
* Perl modules:
  - Remove obsolete hardening-wrapper support from Dpkg::Vendor::Ubuntu.
  - Bump $Dpkg::Deps::VERSION to match the one documented in CHANGES.
  - Ignore by default debian/files.new and debian/files for all source
    formats in Dpkg::Source::Package, because these are generated files
    with well known pathnames, part of the public interface, and with
    dpkg-genbuildinfo always injecting .buildinfo entries into
    debian/files, this meant this could disrupt previous workflows based
    on not cleaning the source tree.
* Documentation:
  - Many spelling fixes.
  - Do not include mispellings in changelogs, as that makes detecting them
    more difficult.
* Build system:
  - Use libexec variable for auxiliary internal programs, and set it to
    /usr/lib on Debian and derivatives.
  - Check that the detected tar is a GNU tar.
  - Check that the detected patch is a GNU patch, so that we get a directory
    traversal resistant patch implementation. This fixes CVE-2017-8283 by
    delegating those checks to patch(1), so that we trap blank-indented
    diff hunks trying to escape from the source tree.
* Test suite:
  - Add a test case for blank-indented patches which were the cause for
    CVE-2017-8283.
  - Handle files with non-zero sizes in c-tarextract libdpkg test code.
2017-12-07 12:35:41 +00:00

559 lines
17 KiB
Text

@comment $NetBSD: PLIST,v 1.12 2017/12/07 12:35:41 adam Exp $
bin/dpkg
bin/dpkg-architecture
bin/dpkg-buildflags
bin/dpkg-buildpackage
bin/dpkg-checkbuilddeps
bin/dpkg-deb
bin/dpkg-distaddfile
bin/dpkg-divert
bin/dpkg-genbuildinfo
bin/dpkg-genchanges
bin/dpkg-gencontrol
bin/dpkg-gensymbols
bin/dpkg-maintscript-helper
bin/dpkg-mergechangelogs
bin/dpkg-name
bin/dpkg-parsechangelog
bin/dpkg-query
bin/dpkg-scanpackages
bin/dpkg-scansources
bin/dpkg-shlibdeps
bin/dpkg-source
bin/dpkg-split
bin/dpkg-statoverride
bin/dpkg-trigger
bin/dpkg-vendor
bin/dselect
bin/update-alternatives
include/dpkg/ar.h
include/dpkg/arch.h
include/dpkg/atomic-file.h
include/dpkg/buffer.h
include/dpkg/c-ctype.h
include/dpkg/color.h
include/dpkg/command.h
include/dpkg/compress.h
include/dpkg/deb-version.h
include/dpkg/debug.h
include/dpkg/dir.h
include/dpkg/dpkg-db.h
include/dpkg/dpkg.h
include/dpkg/ehandle.h
include/dpkg/error.h
include/dpkg/fdio.h
include/dpkg/file.h
include/dpkg/glob.h
include/dpkg/macros.h
include/dpkg/namevalue.h
include/dpkg/options.h
include/dpkg/parsedump.h
include/dpkg/path.h
include/dpkg/pkg-array.h
include/dpkg/pkg-format.h
include/dpkg/pkg-list.h
include/dpkg/pkg-queue.h
include/dpkg/pkg-show.h
include/dpkg/pkg-spec.h
include/dpkg/pkg.h
include/dpkg/progname.h
include/dpkg/program.h
include/dpkg/progress.h
include/dpkg/report.h
include/dpkg/string.h
include/dpkg/subproc.h
include/dpkg/tarfn.h
include/dpkg/treewalk.h
include/dpkg/trigdeferred.h
include/dpkg/triglib.h
include/dpkg/varbuf.h
include/dpkg/version.h
lib/libdpkg.la
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Arch.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Build/Env.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Build/Info.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Build/Types.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/BuildFlags.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/BuildOptions.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/BuildProfiles.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Changelog.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Changelog/Debian.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Changelog/Entry.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Changelog/Entry/Debian.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Changelog/Parse.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Checksums.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Compression.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Compression/FileHandle.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Compression/Process.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Conf.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Control.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Control/Changelog.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Control/Fields.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Control/FieldsCore.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Control/Hash.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Control/HashCore.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Control/Info.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Control/Tests.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Control/Tests/Entry.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Control/Types.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Deps.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Dist/Files.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/ErrorHandling.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Exit.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/File.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Getopt.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Gettext.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/IPC.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Index.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Interface/Storable.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Package.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Path.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Shlibs.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Shlibs/Cppfilt.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Shlibs/Objdump.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Shlibs/Symbol.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Shlibs/SymbolFile.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Source/Archive.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Source/Functions.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Source/Package.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Source/Package/V1.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Source/Package/V2.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Source/Package/V3/Bzr.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Source/Package/V3/Custom.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Source/Package/V3/Git.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Source/Package/V3/Native.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Source/Package/V3/Quilt.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Source/Patch.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Source/Quilt.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Substvars.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Util.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Vars.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Vendor.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Vendor/Debian.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Vendor/Default.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Vendor/Ubuntu.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dpkg/Version.pm
${PERL5_SUB_INSTALLVENDORLIB}/Dselect/Ftp.pm
lib/pkgconfig/libdpkg.pc
libexec/dpkg/methods/disk/desc.cdrom
libexec/dpkg/methods/disk/desc.harddisk
libexec/dpkg/methods/disk/desc.mounted
libexec/dpkg/methods/disk/desc.nfs
libexec/dpkg/methods/disk/install
libexec/dpkg/methods/disk/names
libexec/dpkg/methods/disk/setup
libexec/dpkg/methods/disk/update
libexec/dpkg/methods/floppy/desc.floppy
libexec/dpkg/methods/floppy/install
libexec/dpkg/methods/floppy/names
libexec/dpkg/methods/floppy/setup
libexec/dpkg/methods/floppy/update
libexec/dpkg/methods/ftp/desc.ftp
libexec/dpkg/methods/ftp/install
libexec/dpkg/methods/ftp/names
libexec/dpkg/methods/ftp/setup
libexec/dpkg/methods/ftp/update
libexec/dpkg/methods/multicd/desc.multi_cd
libexec/dpkg/methods/multicd/desc.multi_mount
libexec/dpkg/methods/multicd/desc.multi_nfs
libexec/dpkg/methods/multicd/install
libexec/dpkg/methods/multicd/names
libexec/dpkg/methods/multicd/setup
libexec/dpkg/methods/multicd/update
man/de/man1/dpkg-architecture.1
man/de/man1/dpkg-buildflags.1
man/de/man1/dpkg-buildpackage.1
man/de/man1/dpkg-checkbuilddeps.1
man/de/man1/dpkg-deb.1
man/de/man1/dpkg-distaddfile.1
man/de/man1/dpkg-divert.1
man/de/man1/dpkg-genbuildinfo.1
man/de/man1/dpkg-genchanges.1
man/de/man1/dpkg-gencontrol.1
man/de/man1/dpkg-gensymbols.1
man/de/man1/dpkg-maintscript-helper.1
man/de/man1/dpkg-mergechangelogs.1
man/de/man1/dpkg-name.1
man/de/man1/dpkg-parsechangelog.1
man/de/man1/dpkg-query.1
man/de/man1/dpkg-scanpackages.1
man/de/man1/dpkg-scansources.1
man/de/man1/dpkg-shlibdeps.1
man/de/man1/dpkg-source.1
man/de/man1/dpkg-split.1
man/de/man1/dpkg-statoverride.1
man/de/man1/dpkg-trigger.1
man/de/man1/dpkg-vendor.1
man/de/man1/dpkg.1
man/de/man1/dselect.1
man/de/man1/update-alternatives.1
man/de/man5/deb-buildinfo.5
man/de/man5/deb-changelog.5
man/de/man5/deb-changes.5
man/de/man5/deb-conffiles.5
man/de/man5/deb-control.5
man/de/man5/deb-extra-override.5
man/de/man5/deb-old.5
man/de/man5/deb-origin.5
man/de/man5/deb-override.5
man/de/man5/deb-postinst.5
man/de/man5/deb-postrm.5
man/de/man5/deb-preinst.5
man/de/man5/deb-prerm.5
man/de/man5/deb-shlibs.5
man/de/man5/deb-split.5
man/de/man5/deb-src-control.5
man/de/man5/deb-src-files.5
man/de/man5/deb-substvars.5
man/de/man5/deb-symbols.5
man/de/man5/deb-triggers.5
man/de/man5/deb-version.5
man/de/man5/deb.5
man/de/man5/deb822.5
man/de/man5/dpkg.cfg.5
man/de/man5/dsc.5
man/de/man5/dselect.cfg.5
man/de/man8/start-stop-daemon.8
man/es/man1/dpkg-distaddfile.1
man/es/man1/dpkg-divert.1
man/es/man1/dpkg-gencontrol.1
man/es/man1/dpkg-mergechangelogs.1
man/es/man1/dpkg-name.1
man/es/man1/dpkg-scansources.1
man/es/man1/dpkg-split.1
man/es/man1/dpkg-vendor.1
man/es/man1/update-alternatives.1
man/es/man5/deb-extra-override.5
man/es/man5/deb-old.5
man/es/man5/deb-override.5
man/es/man5/deb-split.5
man/es/man8/start-stop-daemon.8
man/fr/man1/dpkg-architecture.1
man/fr/man1/dpkg-distaddfile.1
man/fr/man1/dpkg-divert.1
man/fr/man1/dpkg-gencontrol.1
man/fr/man1/dpkg-gensymbols.1
man/fr/man1/dpkg-maintscript-helper.1
man/fr/man1/dpkg-mergechangelogs.1
man/fr/man1/dpkg-name.1
man/fr/man1/dpkg-query.1
man/fr/man1/dpkg-scansources.1
man/fr/man1/dpkg-shlibdeps.1
man/fr/man1/dpkg-split.1
man/fr/man1/dpkg-statoverride.1
man/fr/man1/dpkg-trigger.1
man/fr/man1/dpkg-vendor.1
man/fr/man1/update-alternatives.1
man/fr/man5/deb-extra-override.5
man/fr/man5/deb-old.5
man/fr/man5/deb-override.5
man/fr/man5/deb-split.5
man/fr/man8/start-stop-daemon.8
man/it/man1/dpkg-architecture.1
man/it/man1/dpkg-distaddfile.1
man/it/man1/dpkg-maintscript-helper.1
man/it/man1/dpkg-name.1
man/it/man1/dpkg-query.1
man/it/man1/dpkg-scansources.1
man/it/man1/dpkg-split.1
man/it/man1/dpkg-statoverride.1
man/it/man1/dpkg-vendor.1
man/it/man1/update-alternatives.1
man/it/man5/deb-extra-override.5
man/it/man5/deb-old.5
man/it/man5/deb-override.5
man/it/man5/deb-split.5
man/it/man8/start-stop-daemon.8
man/ja/man1/dpkg-distaddfile.1
man/ja/man1/dpkg-divert.1
man/ja/man1/dpkg-gencontrol.1
man/ja/man1/dpkg-mergechangelogs.1
man/ja/man1/dpkg-name.1
man/ja/man1/dpkg-scansources.1
man/ja/man1/dpkg-split.1
man/ja/man1/dpkg-vendor.1
man/ja/man1/update-alternatives.1
man/ja/man5/deb-extra-override.5
man/ja/man5/deb-old.5
man/ja/man5/deb-override.5
man/ja/man5/deb-split.5
man/ja/man8/start-stop-daemon.8
man/man1/dpkg-architecture.1
man/man1/dpkg-buildflags.1
man/man1/dpkg-buildpackage.1
man/man1/dpkg-checkbuilddeps.1
man/man1/dpkg-deb.1
man/man1/dpkg-distaddfile.1
man/man1/dpkg-divert.1
man/man1/dpkg-genbuildinfo.1
man/man1/dpkg-genchanges.1
man/man1/dpkg-gencontrol.1
man/man1/dpkg-gensymbols.1
man/man1/dpkg-maintscript-helper.1
man/man1/dpkg-mergechangelogs.1
man/man1/dpkg-name.1
man/man1/dpkg-parsechangelog.1
man/man1/dpkg-query.1
man/man1/dpkg-scanpackages.1
man/man1/dpkg-scansources.1
man/man1/dpkg-shlibdeps.1
man/man1/dpkg-source.1
man/man1/dpkg-split.1
man/man1/dpkg-statoverride.1
man/man1/dpkg-trigger.1
man/man1/dpkg-vendor.1
man/man1/dpkg.1
man/man1/dselect.1
man/man1/update-alternatives.1
man/man3/Dpkg.3
man/man3/Dpkg::Arch.3
man/man3/Dpkg::Build::Env.3
man/man3/Dpkg::Build::Info.3
man/man3/Dpkg::Build::Types.3
man/man3/Dpkg::BuildFlags.3
man/man3/Dpkg::BuildOptions.3
man/man3/Dpkg::BuildProfiles.3
man/man3/Dpkg::Changelog.3
man/man3/Dpkg::Changelog::Debian.3
man/man3/Dpkg::Changelog::Entry.3
man/man3/Dpkg::Changelog::Entry::Debian.3
man/man3/Dpkg::Changelog::Parse.3
man/man3/Dpkg::Checksums.3
man/man3/Dpkg::Compression.3
man/man3/Dpkg::Compression::FileHandle.3
man/man3/Dpkg::Compression::Process.3
man/man3/Dpkg::Conf.3
man/man3/Dpkg::Control.3
man/man3/Dpkg::Control::Changelog.3
man/man3/Dpkg::Control::Fields.3
man/man3/Dpkg::Control::FieldsCore.3
man/man3/Dpkg::Control::Hash.3
man/man3/Dpkg::Control::HashCore.3
man/man3/Dpkg::Control::Info.3
man/man3/Dpkg::Control::Tests.3
man/man3/Dpkg::Control::Tests::Entry.3
man/man3/Dpkg::Control::Types.3
man/man3/Dpkg::Deps.3
man/man3/Dpkg::Exit.3
man/man3/Dpkg::Gettext.3
man/man3/Dpkg::IPC.3
man/man3/Dpkg::Index.3
man/man3/Dpkg::Interface::Storable.3
man/man3/Dpkg::Path.3
man/man3/Dpkg::Source::Package.3
man/man3/Dpkg::Substvars.3
man/man3/Dpkg::Vendor.3
man/man3/Dpkg::Vendor::Debian.3
man/man3/Dpkg::Vendor::Default.3
man/man3/Dpkg::Vendor::Ubuntu.3
man/man3/Dpkg::Version.3
man/man5/deb-buildinfo.5
man/man5/deb-changelog.5
man/man5/deb-changes.5
man/man5/deb-conffiles.5
man/man5/deb-control.5
man/man5/deb-extra-override.5
man/man5/deb-old.5
man/man5/deb-origin.5
man/man5/deb-override.5
man/man5/deb-postinst.5
man/man5/deb-postrm.5
man/man5/deb-preinst.5
man/man5/deb-prerm.5
man/man5/deb-shlibs.5
man/man5/deb-split.5
man/man5/deb-src-control.5
man/man5/deb-src-files.5
man/man5/deb-substvars.5
man/man5/deb-symbols.5
man/man5/deb-triggers.5
man/man5/deb-version.5
man/man5/deb.5
man/man5/deb822.5
man/man5/dpkg.cfg.5
man/man5/dsc.5
man/man5/dselect.cfg.5
man/man8/start-stop-daemon.8
man/nl/man1/dpkg-architecture.1
man/nl/man1/dpkg-buildflags.1
man/nl/man1/dpkg-buildpackage.1
man/nl/man1/dpkg-checkbuilddeps.1
man/nl/man1/dpkg-deb.1
man/nl/man1/dpkg-distaddfile.1
man/nl/man1/dpkg-divert.1
man/nl/man1/dpkg-genbuildinfo.1
man/nl/man1/dpkg-genchanges.1
man/nl/man1/dpkg-gencontrol.1
man/nl/man1/dpkg-gensymbols.1
man/nl/man1/dpkg-maintscript-helper.1
man/nl/man1/dpkg-mergechangelogs.1
man/nl/man1/dpkg-name.1
man/nl/man1/dpkg-parsechangelog.1
man/nl/man1/dpkg-query.1
man/nl/man1/dpkg-scanpackages.1
man/nl/man1/dpkg-scansources.1
man/nl/man1/dpkg-shlibdeps.1
man/nl/man1/dpkg-source.1
man/nl/man1/dpkg-split.1
man/nl/man1/dpkg-statoverride.1
man/nl/man1/dpkg-trigger.1
man/nl/man1/dpkg-vendor.1
man/nl/man1/dpkg.1
man/nl/man1/dselect.1
man/nl/man1/update-alternatives.1
man/nl/man5/deb-buildinfo.5
man/nl/man5/deb-changelog.5
man/nl/man5/deb-changes.5
man/nl/man5/deb-conffiles.5
man/nl/man5/deb-control.5
man/nl/man5/deb-extra-override.5
man/nl/man5/deb-old.5
man/nl/man5/deb-origin.5
man/nl/man5/deb-override.5
man/nl/man5/deb-postinst.5
man/nl/man5/deb-postrm.5
man/nl/man5/deb-preinst.5
man/nl/man5/deb-prerm.5
man/nl/man5/deb-shlibs.5
man/nl/man5/deb-split.5
man/nl/man5/deb-src-control.5
man/nl/man5/deb-src-files.5
man/nl/man5/deb-substvars.5
man/nl/man5/deb-symbols.5
man/nl/man5/deb-triggers.5
man/nl/man5/deb-version.5
man/nl/man5/deb.5
man/nl/man5/deb822.5
man/nl/man5/dpkg.cfg.5
man/nl/man5/dsc.5
man/nl/man5/dselect.cfg.5
man/nl/man8/start-stop-daemon.8
man/pl/man1/dpkg-distaddfile.1
man/pl/man1/dpkg-divert.1
man/pl/man1/dpkg-gencontrol.1
man/pl/man1/dpkg-mergechangelogs.1
man/pl/man1/dpkg-name.1
man/pl/man1/dpkg-scansources.1
man/pl/man1/dpkg-split.1
man/pl/man1/dpkg-vendor.1
man/pl/man1/update-alternatives.1
man/pl/man5/deb-extra-override.5
man/pl/man5/deb-old.5
man/pl/man5/deb-override.5
man/pl/man5/deb-split.5
man/pl/man8/start-stop-daemon.8
man/sv/man1/dpkg-architecture.1
man/sv/man1/dpkg-distaddfile.1
man/sv/man1/dpkg-divert.1
man/sv/man1/dpkg-gencontrol.1
man/sv/man1/dpkg-gensymbols.1
man/sv/man1/dpkg-maintscript-helper.1
man/sv/man1/dpkg-mergechangelogs.1
man/sv/man1/dpkg-name.1
man/sv/man1/dpkg-query.1
man/sv/man1/dpkg-scansources.1
man/sv/man1/dpkg-shlibdeps.1
man/sv/man1/dpkg-split.1
man/sv/man1/dpkg-statoverride.1
man/sv/man1/dpkg-trigger.1
man/sv/man1/dpkg-vendor.1
man/sv/man1/update-alternatives.1
man/sv/man5/deb-extra-override.5
man/sv/man5/deb-old.5
man/sv/man5/deb-override.5
man/sv/man5/deb-split.5
man/sv/man8/start-stop-daemon.8
sbin/start-stop-daemon
share/dpkg/abitable
share/dpkg/alternatives/README
share/dpkg/architecture.mk
share/dpkg/buildflags.mk
share/dpkg/cputable
share/dpkg/default.mk
share/dpkg/no-pie-compile.specs
share/dpkg/no-pie-link.specs
share/dpkg/ostable
share/dpkg/pie-compile.specs
share/dpkg/pie-link.specs
share/dpkg/pkg-info.mk
share/dpkg/tupletable
share/dpkg/vendor.mk
share/locale/ast/LC_MESSAGES/dpkg.mo
share/locale/bs/LC_MESSAGES/dpkg.mo
share/locale/bs/LC_MESSAGES/dselect.mo
share/locale/ca/LC_MESSAGES/dpkg-dev.mo
share/locale/ca/LC_MESSAGES/dpkg.mo
share/locale/ca/LC_MESSAGES/dselect.mo
share/locale/cs/LC_MESSAGES/dpkg.mo
share/locale/cs/LC_MESSAGES/dselect.mo
share/locale/da/LC_MESSAGES/dpkg.mo
share/locale/da/LC_MESSAGES/dselect.mo
share/locale/de/LC_MESSAGES/dpkg-dev.mo
share/locale/de/LC_MESSAGES/dpkg.mo
share/locale/de/LC_MESSAGES/dselect.mo
share/locale/dz/LC_MESSAGES/dpkg.mo
share/locale/el/LC_MESSAGES/dpkg.mo
share/locale/el/LC_MESSAGES/dselect.mo
share/locale/eo/LC_MESSAGES/dpkg.mo
share/locale/es/LC_MESSAGES/dpkg-dev.mo
share/locale/es/LC_MESSAGES/dpkg.mo
share/locale/es/LC_MESSAGES/dselect.mo
share/locale/et/LC_MESSAGES/dpkg.mo
share/locale/et/LC_MESSAGES/dselect.mo
share/locale/eu/LC_MESSAGES/dpkg.mo
share/locale/eu/LC_MESSAGES/dselect.mo
share/locale/fr/LC_MESSAGES/dpkg-dev.mo
share/locale/fr/LC_MESSAGES/dpkg.mo
share/locale/fr/LC_MESSAGES/dselect.mo
share/locale/gl/LC_MESSAGES/dpkg.mo
share/locale/gl/LC_MESSAGES/dselect.mo
share/locale/hu/LC_MESSAGES/dpkg.mo
share/locale/hu/LC_MESSAGES/dselect.mo
share/locale/id/LC_MESSAGES/dpkg.mo
share/locale/id/LC_MESSAGES/dselect.mo
share/locale/it/LC_MESSAGES/dpkg.mo
share/locale/it/LC_MESSAGES/dselect.mo
share/locale/ja/LC_MESSAGES/dpkg.mo
share/locale/ja/LC_MESSAGES/dselect.mo
share/locale/km/LC_MESSAGES/dpkg.mo
share/locale/ko/LC_MESSAGES/dpkg.mo
share/locale/ko/LC_MESSAGES/dselect.mo
share/locale/ku/LC_MESSAGES/dpkg.mo
share/locale/lt/LC_MESSAGES/dpkg.mo
share/locale/mr/LC_MESSAGES/dpkg.mo
share/locale/nb/LC_MESSAGES/dpkg.mo
share/locale/nb/LC_MESSAGES/dselect.mo
share/locale/ne/LC_MESSAGES/dpkg.mo
share/locale/nl/LC_MESSAGES/dpkg.mo
share/locale/nl/LC_MESSAGES/dselect.mo
share/locale/nn/LC_MESSAGES/dpkg.mo
share/locale/nn/LC_MESSAGES/dselect.mo
share/locale/pa/LC_MESSAGES/dpkg.mo
share/locale/pl/LC_MESSAGES/dpkg-dev.mo
share/locale/pl/LC_MESSAGES/dpkg.mo
share/locale/pl/LC_MESSAGES/dselect.mo
share/locale/pt/LC_MESSAGES/dpkg.mo
share/locale/pt/LC_MESSAGES/dselect.mo
share/locale/pt_BR/LC_MESSAGES/dpkg.mo
share/locale/pt_BR/LC_MESSAGES/dselect.mo
share/locale/ro/LC_MESSAGES/dpkg.mo
share/locale/ro/LC_MESSAGES/dselect.mo
share/locale/ru/LC_MESSAGES/dpkg-dev.mo
share/locale/ru/LC_MESSAGES/dpkg.mo
share/locale/ru/LC_MESSAGES/dselect.mo
share/locale/sk/LC_MESSAGES/dpkg.mo
share/locale/sk/LC_MESSAGES/dselect.mo
share/locale/sv/LC_MESSAGES/dpkg-dev.mo
share/locale/sv/LC_MESSAGES/dpkg.mo
share/locale/sv/LC_MESSAGES/dselect.mo
share/locale/th/LC_MESSAGES/dpkg.mo
share/locale/tl/LC_MESSAGES/dpkg.mo
share/locale/tl/LC_MESSAGES/dselect.mo
share/locale/tr/LC_MESSAGES/dpkg.mo
share/locale/vi/LC_MESSAGES/dpkg.mo
share/locale/vi/LC_MESSAGES/dselect.mo
share/locale/zh_CN/LC_MESSAGES/dpkg.mo
share/locale/zh_CN/LC_MESSAGES/dselect.mo
share/locale/zh_TW/LC_MESSAGES/dpkg.mo
share/locale/zh_TW/LC_MESSAGES/dselect.mo