From 3e26e4e97a6f15bc0fbe16e67aa21165d96a5581 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 23 Apr 2017 01:12:26 -0400 Subject: apt-ftparchive: Support '.ddeb' dbgsym packages (cherry picked from commit c832379bb1163800ed24412fbc19c53eea606a66) --- ftparchive/writer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftparchive/writer.cc b/ftparchive/writer.cc index 018cf0052..5dab8b1e7 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 -- cgit v1.2.3