From: Ian Kelling Date: Mon, 28 May 2018 22:42:11 +0000 (-0400) Subject: comments X-Git-Url: https://iankelling.org/git/?p=buildscripts;a=commitdiff_plain;h=4482a7d6ec82e87d6ddf345193be12326c91a5bc comments --- diff --git a/emacs b/emacs index 7f09842..e99db99 100755 --- a/emacs +++ b/emacs @@ -41,7 +41,10 @@ pkgs=(gawk attr autoconf-archive) if $show_pkgs; then echo ${pkgs[*]} for x in emacs25 maildir-utils; do - apt-rdepends --build-depends --follow=DEPENDS $x|sed -rn 's/^\s*Build-Depends: (\S+).*/\1/p' + # todo, this gives fake provided packages like mailx, and then + # fai ignores them. + # https://askubuntu.com/questions/21379/how-do-i-find-the-build-dependencies-of-a-package + apt-rdepends --build-depends --follow=DEPENDS $x|sed -rn 's/^\s*Build-Depends: (\S+).*/\1/p' done exit 0 fi