~ubuntu-branches/ubuntu/trusty/xiphos/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs, Dmitrijs Ledkovs
  • Date: 2012-03-11 18:43:32 UTC
  • mfrom: (17.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20120311184332-splq3ecpx7tyi87d
Tags: 3.1.5+dfsg-1
[ Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com> ]  
* New upstream release.
* Build using webkit backend
* Contains unpacked source for waf binary (Closes: #654511)
* Update debian/copyright to latest specification

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
%:
5
5
        dh $@
6
6
override_dh_auto_configure:
7
 
        ./waf configure --nocache --prefix=/usr --enable-gtkhtml
 
7
        ./waf configure --nocache --prefix=/usr
8
8
override_dh_auto_build:
9
9
        ./waf build --nocache
10
10
override_dh_auto_install:
11
11
        ./waf install --nocache --destdir=debian/tmp
 
12
override_dh_install:
 
13
        dh_install --list-missing
12
14
override_dh_strip:
13
15
        dh_strip --dbg-package=xiphos-dbg
14
16
override_dh_auto_clean:
15
17
        ./waf distclean --nocache
16
18
override_dh_clean:
 
19
        find . -name '*.pyc' -delete
17
20
        dh_clean
18
 
        rm -rf .waf*
19
 
        rm -rf waffles/*.pyc
20
21
override_dh_builddeb:
21
22
        dh_builddeb $(if $(ppa),-- -Zlzma)