~ubuntu-branches/ubuntu/raring/wxwidgets2.8/raring

« back to all changes in this revision

Viewing changes to distrib/scripts/build-environ.cfg

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2012-01-07 13:59:25 UTC
  • mfrom: (1.1.9) (5.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20120107135925-2601miy9ullcon9j
Tags: 2.8.12.1-6ubuntu1
* Resync from Debian, changes that were kept:
  - debian/rules: re-enable mediactrl. This allows libwx_gtk2u_media-2.8 to be
    built, as this is required by some applications (LP: #632984)
  - debian/control: Build-dep on libxt-dev for mediactrl.
  - Patches
    + fix-bashism-in-example
* Add conflict on python-wxgtk2.8 (<< 2.8.12.1-6ubuntu1~) to python-wxversion
  to guarantee upgrade ordering when moving from pycentral to dh_python2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# you should create your own settings file and specify that to create-release.sh.
4
4
 
5
5
 
6
 
# the local spot that we put everything when done, before possibly copying 
 
6
# the local spot that we put everything when done, before possibly copying
7
7
# to remote hosts
8
8
STAGING_DIR=./BUILD
9
9
 
18
18
CURDATE=`date -I`
19
19
 
20
20
# build info
21
 
BUILD_VERSION=2.8.11
 
21
BUILD_VERSION=2.8.12
22
22
BUILD_TAG=HEAD
23
23
 
24
24
 
31
31
fi
32
32
 
33
33
echo "Building for ${BUILD_VERSION}"
34
 
                
 
34
 
35
35
# Default build settings
36
36
skipwin=no
37
37
skipmac=no