~ubuntu-branches/ubuntu/edgy/ecasound2.2/edgy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2005-11-26 03:23:46 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051126032346-q593755kgs16l71x
Tags: 2.4.3-2ubuntu1
* Resynchronise with Debian:
  - Build against python2.4-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# Uncomment this to turn on verbose mode.
6
6
#export DH_VERBOSE=1
7
7
 
 
8
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
9
 
8
10
include /usr/share/dpatch/dpatch.make
9
11
 
10
12
#specify the changeable names here...
154
156
        dh_shlibdeps -a
155
157
        dh_compress -a
156
158
        dh_fixperms -a
 
159
ifeq (linux,$(DEB_HOST_ARCH_OS))
 
160
        dh_gencontrol -a -- -Vlibasound2-dev="libasound2-dev"
 
161
else
157
162
        dh_gencontrol -a
 
163
endif
158
164
        dh_installdeb -a
159
165
        dh_md5sums -a
160
166
        dh_builddeb -a