From 95b92b32e331c017f5f791596da2b7d1781b9bd7 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 02 Jul 2019 01:04:55 -0400 Subject: Render build dependencies --- diff --git a/bin/depsdot b/bin/depsdot index 84a7ee9..696cb6f 100755 --- a/bin/depsdot +++ b/bin/depsdot @@ -17,7 +17,7 @@ use POSIX qw(strftime); my $SOURCE_URL = 'http://git.proteanos.com/depsdot/depsdot.git/'; my $BASE_URL = 'http://files.proteanos.com/pub/proteanos/feeds/dev/trunk'; -my @DEP_FIELDS = qw(Depends Recommends Suggests Pre-Depends); +my @DEP_FIELDS = qw(Build-Depends Depends Recommends Suggests Pre-Depends); my @IGNORE_DEPS = qw(libc.6); my @src_pkgs; -- cgit v0.9.1