# See libsanitizer/configure.tgt for supported architectures.
Architecture: amd64-linux-any
Platform: all
Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends},
Description: LeakSanitizer (LSan), a memory leak detector
 LeakSanitizer is a run-time memory leak detector.  It can be combined with
 AddressSanitizer to get both memory error and leak detection, or used in a
 stand-alone mode.