~ubuntu-branches/ubuntu/wily/qgis/wily

« back to all changes in this revision

Viewing changes to build_debian_package.sh

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
set -x
3
 
if [ -d `pwd`/src ]
4
 
then
5
 
  #src exists so we are prolly in the right dir
6
 
  echo "good we are in  qgis checkout dir!"
7
 
else
8
 
  echo "You must run this from the top level qgis checkout dir!"
9
 
  exit 1
10
 
fi
11
 
 
12
 
if [ -d `pwd`/debian ]
13
 
then
14
 
  cd debian
15
 
  svn update
16
 
  cd ..
17
 
else
18
 
  svn co https://svn.qgis.org/repos/qgis/trunk/debian
19
 
fi
20
 
 
21
 
export DEBFULLNAME="Tim Sutton"
22
 
export DEBEMAIL=tim@linfiniti.com
23
 
#dch -v 0.7.9+svn`date +%Y%m%d`
24
 
dch -v 0.8.1
25
 
fakeroot dpkg-buildpackage