~ubuntu-branches/ubuntu/trusty/hyperestraier/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2006-11-14 05:28:32 UTC
  • mfrom: (2.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061114052832-0lzqzcefn8mt4yqe
Tags: 1.4.9-1.1
* Non-maintainer upload.
* High-urgency upload for RC bugfix.
* Set HOME=$(CURDIR)/junkhome when building, otherwise the package build
  will incorrectly look for headers there -- and fail when the directory
  exists and is unreadable, as happens sometimes on sudo-using
  autobuilders!

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
# This has to be exported to make some magic below work.
17
17
export DH_OPTIONS
18
18
 
 
19
# work-around for upstream build that thinks $(HOME) belongs in the
 
20
# include path for all builds!
 
21
export HOME=$(CURDIR)/junkhome
 
22
 
19
23
# These are used for cross-compiling and for saving the configure script
20
24
# from having to guess our platform (since we know it already)
21
25
DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
42
46
                     --includedir=\$${prefix}/include/estraier \
43
47
                     --libexecdir=\$${prefix}/lib/estraier
44
48
 
45
 
BINARY_PKGS = hyperestraier libestraier7 libestraier-dev libestraier-ruby1.8
 
49
BINARY_PKGS = hyperestraier libestraier8 libestraier-dev libestraier-ruby1.8
46
50
 
47
51
JAVA_UNSUPPORTED_CPUS = zhppaz zmipsz zmipselz
48
52
JAVA_UNSUPPORTED_SYSTEMS = zgnuz zkfreebsd-gnuz zknetbsd-gnuz
191
195
        dh_fixperms
192
196
#       dh_perl
193
197
#       dh_python
194
 
        dh_makeshlibs
 
198
        dh_makeshlibs -V
195
199
        dh_installdeb
196
 
        dh_shlibdeps -l debian/libestraier7/usr/lib
 
200
        dh_shlibdeps -l debian/libestraier8/usr/lib
197
201
        for pkg in $(BINARY_PKGS); \
198
202
        do \
199
203
          dh_gencontrol -p$$pkg; \