~ubuntu-branches/ubuntu/raring/wxwidgets2.8/raring

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-08-19 08:45:53 UTC
  • Revision ID: james.westby@ubuntu.com-20110819084553-80x6dj77ebrneoda
Tags: 2.8.11.0-0ubuntu10
debian/patches/multiarch_paths.patch: look in the multiarch path
when detecting libraries.  Closes LP: #828999.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
include /usr/share/quilt/quilt.make
15
15
export DH_OPTIONS
16
16
 
 
17
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
18
export DEB_HOST_MULTIARCH
 
19
 
17
20
# WXPYTHON_VERSION = $(shell dpkg-parsechangelog | sed -ne '/^Version: /s@Version: \(.*\)@\1@p')
18
21
 
19
22
ifdef CONCURRENCY_LEVEL