diff options
Diffstat (limited to 'data/common/dbg-pkg')
-rw-r--r-- | data/common/dbg-pkg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/common/dbg-pkg b/data/common/dbg-pkg new file mode 100644 index 0000000..2cb1515 --- /dev/null +++ b/data/common/dbg-pkg @@ -0,0 +1,4 @@ +# gcc and valgrind need glibc package +^libc\d+-dbg$ +# python module build against python debug +^python\d*-.*-dbg$ |