diff options
author | Unit 193 <unit193@ubuntu.com> | 2017-04-23 01:12:26 -0400 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-04-24 18:47:00 +0200 |
commit | c832379bb1163800ed24412fbc19c53eea606a66 (patch) | |
tree | 5446147fbae6420c0ffe1d015e7b02fc62ad5111 /ftparchive/writer.cc | |
parent | 5a97eaeb839470a7d08a8e21a5529e6b4a2a7e25 (diff) |
apt-ftparchive: Support '.ddeb' dbgsym packages
Diffstat (limited to 'ftparchive/writer.cc')
-rw-r--r-- | ftparchive/writer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftparchive/writer.cc b/ftparchive/writer.cc index 5773f3aec..cac1d943d 100644 --- a/ftparchive/writer.cc +++ b/ftparchive/writer.cc @@ -364,7 +364,7 @@ PackagesWriter::PackagesWriter(FileFd * const GivenOutput, TranslationWriter * c string const &Arch, bool const IncludeArchAll) : FTWScanner(GivenOutput, Arch, IncludeArchAll), Db(DB), Stats(Db.Stats), TransWriter(transWriter) { - SetExts(".deb .udeb"); + SetExts(".deb .ddeb .udeb"); DeLinkLimit = 0; // Process the command line options |