~ubuntu-branches/debian/sid/bristol/sid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2011-05-09 00:46:41 UTC
  • Revision ID: james.westby@ubuntu.com-20110509004641-ydfy8b31s2ur3wv2
Tags: 0.60.8-3
* debian/rules:
  - Enable parallel builds.
  - Get rid of unneeded *.la files (Closes: #621266).
* debian/control:
  - Suggests jackd.
  - Bump Standards.
* Rewrite debian/copyright as per DEP-5 rev.174.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
endif
12
12
 
13
13
%:
14
 
        dh --with autotools_dev $@
 
14
        dh $@ --parallel --with autotools_dev
15
15
 
16
16
override_dh_auto_configure:
17
17
        dh_auto_configure -- --prefix=/usr --libdir=\$${prefix}/lib/bristol \
21
21
        dh_auto_install -- DESTDIR=$(CURDIR)/debian/tmp install
22
22
        find $(CURDIR)/debian/tmp/usr/share/bristol/ -type d -empty -delete
23
23
        find $(CURDIR)/debian/tmp/usr/share/ -type f | xargs chmod -x
 
24
        find $(CURDIR)/debian/tmp/usr/lib/bristol -type f -name '*.la' -delete
24
25
 
25
26
override_dh_makeshlibs:
26
27
        dh_makeshlibs -n