~ubuntu-branches/ubuntu/saucy/libjpeg6b/saucy-updates

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Benjamin Drung
  • Date: 2012-11-29 13:52:49 UTC
  • Revision ID: bdrung@ubuntu.com-20121129135249-ugq6k4d1r2i9w5yg
Drop remaining difference in multiarch support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
8
8
export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
9
 
export DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
10
9
 
11
10
export CFLAGS=-D_REENTRANT -g -Wall -Wno-main
12
11
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
47
46
        dh_clean -k
48
47
        dh_installdirs 
49
48
        mkdir --parents debian/tmp/usr/bin \
50
 
                        debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH) \
 
49
                        debian/tmp/usr/lib \
51
50
                        debian/tmp/usr/include \
52
51
                        debian/tmp/usr/share/man/man1
53
52
        $(MAKE) install \