Skip to content

Commit 7953402

Browse files
committed
Merge pull request #503 from BobBall/ubuntu-speedup
Cache more packages for the ubuntu build
2 parents 08496b3 + a4ea0b1 commit 7953402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deb/templates/pbuilderrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ OTHERMIRROR="deb file:@PWD@/RPMS/ ./|deb-src file:@PWD@/SRPMS/ ./\
33
@APT_REPOS@"
44
BINDMOUNTS="@PWD@/RPMS @PWD@/SRPMS"
55
HOOKDIR="@PWD@/pbuilder"
6-
EXTRAPACKAGES="apt-utils"
6+
EXTRAPACKAGES="apt-utils fakeroot gettext intltool-debian python bsdmainutils debhelper dh-apparmor dh-ocaml file gettext-base groff-base man-db"
77
ALLOWUNTRUSTED=yes
88
DISTRIBUTION=@DIST@
99
PBUILDERSATISFYDEPENDSCMD="/usr/lib/pbuilder/pbuilder-satisfydepends-gdebi"

0 commit comments

Comments
 (0)