chrooted apt doesn't know about backported packages
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Prevu |
New
|
Undecided
|
Unassigned |
Bug Description
I'm using prevu 1:0.5.0-
deb file:/var/
However in order to allow pbuilder to automatically install backported dependencies (libbar as example in bug #63255) an `apt-get update` command is required in chrooted environment, which is not done. Currently I use the following workaround (of course, need to be run only once):
echo ' HOOKDIR=
mkdir -p /some/where/
cd /some/where/
( echo '#!/bin/bash'; echo 'exec apt-get update' ) >> F20apt-get-update
chmod +x F20apt-get-update
It would be nice if something similar would be done by prevu automatically.