~ubuntu-branches/ubuntu/utopic/kdevelop-php/utopic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-08-10 19:17:35 UTC
  • Revision ID: james.westby@ubuntu.com-20110810191735-ntujnrklgirqbdvh
Tags: 1.2.3-0ubuntu2
* Merge 1.2.2-1 from Debian, remaining changes:
  - Bump build-depends: kdevplatform-dev (>= 1.2.3), kdevelop-pg-qt (>= 0.9.5)
  - Keep locales in the kdevelop-php package.
  - Mark kdevelop-php as enhancing the kdevelop package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# Uncomment this to turn on verbose mode.
4
4
#export DH_VERBOSE=1
5
5
 
 
6
override_dh_auto_configure:
 
7
        dh_auto_configure -Skde -- -DCMAKE_MODULE_PATH=/usr/share/cmake/modules/
 
8
 
6
9
%:
7
 
        dh $@ --parallel --list-missing --with kde
 
10
        dh $@ --parallel --list-missing --with kde --dbg-package=kdevelop-php-dbg
8
11
 
9
12
.PHONY: override_dh_auto_test