I'm using a D type hook target now to install EXTRAPACKAGES in the
meantime.  For anyone else who experiences this issue and would be
interested in the same fix, have a look into the pbuilder manpage under
--hookdir

$ cat ~/pbuilder/private-hooks/D95install_EXTRAPACKAGES 
#!/bin/bash
set -e
install_packages() {
    apt-get -y "${APTGETOPT[@]}" install "$@"
}
install_packages initscripts

You still need to make sure the hooks are actually called.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1307909

Title:
  EXTRAPACKAGES not installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pbuilder/+bug/1307909/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to