mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 15:02:51 +03:00
buildserver: install gettext from jessie-backports
In order to install a package from jessie-backports, apt-get has to be told to get it from there rather than the main archive. It will not use jessie-backports by default even if it is added as an apt source. closes #224
This commit is contained in:
parent
fcba707c86
commit
8caf98a00b
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ packages="
|
||||||
expect
|
expect
|
||||||
faketime
|
faketime
|
||||||
flex
|
flex
|
||||||
gettext
|
gettext/jessie-backports
|
||||||
|
gettext-base/jessie-backports
|
||||||
git-core
|
git-core
|
||||||
git-svn
|
git-svn
|
||||||
gperf
|
gperf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue