~ubuntu-branches/ubuntu/raring/graphviz/raring

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-04-03 10:02:23 UTC
  • mfrom: (6.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20130403100223-9rxw7u6cbvy16m20
Tags: 2.26.3-14ubuntu1
* Merge with Debian; remaining changes:
  - debian/patches/linkage: Add more explicit library linkage to cope with
    'ld --no-copy-dt-needed-entries'.
  - Build using dh_python2.
  - Stop trying to install /usr/lib/graphviz/python26.
  - Drop unused build-dependency on pdksh.
  - Mark graphviz Multi-Arch: foreign.
  - Handle multiarch Python.
  - Build using guile-2.0.
  - Configure with --disable-silent-rules.
* Configure for the Tcl/Tk 8.5 multiarch installation. LP: #1163136.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
12
12
export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
13
13
export DEB_HOST_ARCH_OS   ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 
14
export DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
14
15
 
15
16
ifeq ($(DEB_HOST_ARCH_OS),hurd)
16
17
CONFIGURE_LIBS    = LIBS="-Wl,--no-as-needed -Wl,-lpthread -Wl,--as-needed"