diff options
author | Unit 193 <unit193@ubuntu.com> | 2017-04-23 01:12:26 -0400 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-04-25 21:00:00 +0200 |
commit | a584151be500d10c6ed6ab177adcb5c70a822a78 (patch) | |
tree | 0f3c3ce488369e2bb4579de0706950eaafaadc8f /ftparchive/writer.cc | |
parent | a95647bfe29578b67a4790ab6080bee4604e64b3 (diff) |
apt-ftparchive: Support '.ddeb' dbgsym packages
(cherry picked from commit c832379bb1163800ed24412fbc19c53eea606a66)
(cherry picked from commit 3e26e4e97a6f15bc0fbe16e67aa21165d96a5581)
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 5488a7be2..25963820a 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 |