~ubuntu-core-dev/ubuntu/xenial/ubuntu-release-upgrader/xenial

« back to all changes in this revision

Viewing changes to pre-build.sh

  • Committer: Michael Vogt
  • Date: 2015-03-31 19:20:38 UTC
  • Revision ID: michael.vogt@ubuntu.com-20150331192038-74ju8mztez4qezz8
Tags: 1:15.04.13
pre-build.sh: update build-deps

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
export LANG='C.UTF-8'
7
7
 
8
8
dpkg-checkbuilddeps -d 'python3-apt, apt-btrfs-snapshot, parsewiki, python-feedparser,
9
 
                        python3-mock, xvfb, gir1.2-gtk-3.0, python3-gi, python3-nose'
 
9
                        python3-mock, xvfb, gir1.2-gtk-3.0, python3-gi, python3-nose, pep8, python3-distutils-extra'
10
10
 
11
11
# update demotions
12
12
(cd utils && ./demotions.py utopic vivid > demoted.cfg)