summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnit 193 <unit193@ubuntu.com>2017-04-23 01:12:26 -0400
committerJulian Andres Klode <jak@debian.org>2017-04-25 20:56:19 +0200
commit3e26e4e97a6f15bc0fbe16e67aa21165d96a5581 (patch)
tree0e6a6c102daa5c133041f6ce4729881537aa3e67
parent6267b47f85588fdd00f6e667598abe52887385ae (diff)
apt-ftparchive: Support '.ddeb' dbgsym packages
(cherry picked from commit c832379bb1163800ed24412fbc19c53eea606a66)
-rw-r--r--ftparchive/writer.cc2
1 files changed, 1 insertions, 1 deletions
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