Revision 43ffd839 devel/build_chroot

b/devel/build_chroot
116 116

  
117 117
#Install selected packages from backports
118 118
in_chroot -- \
119
  apt-get -y --no-install-recommends -t squeeze-backports install \
119
  $APT_INSTALL -t squeeze-backports install \
120 120
    git \
121 121
    vim
122 122

  
......
207 207

  
208 208
#Tools for creating debian packages
209 209
in_chroot -- \
210
  apt-get install python-docutils debhelper quilt
210
  $APT_INSTALL python-docutils debhelper quilt
211 211

  
212 212
#Set default editor
213 213
in_chroot -- \

Also available in: Unified diff