diff options
author | Michael Vogt <mvo@debian.org> | 2014-04-25 09:47:50 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-04-25 10:01:01 +0200 |
commit | 77da39b95870498431fc21df65900acc5ce2f7ea (patch) | |
tree | ad4136dfeeb75eb82d1309244a21cfd244a4f045 /apt-pkg/deb/debindexfile.h | |
parent | a49e7948029d8219d7cb182fbc1b0adb587691b8 (diff) |
add support for apt-get build-dep unpacked-source-dir
Diffstat (limited to 'apt-pkg/deb/debindexfile.h')
-rw-r--r-- | apt-pkg/deb/debindexfile.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apt-pkg/deb/debindexfile.h b/apt-pkg/deb/debindexfile.h index 88abfdd9d..64ca558d2 100644 --- a/apt-pkg/deb/debindexfile.h +++ b/apt-pkg/deb/debindexfile.h @@ -182,4 +182,9 @@ class debDscFileIndex : public pkgIndexFile virtual ~debDscFileIndex() {}; }; +class debDebianSourceDirIndex : public debDscFileIndex +{ + virtual const Type *GetType() const APT_CONST; +}; + #endif |