~ubuntu-branches/ubuntu/raring/pyabiword/raring

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Jonas Smedegaard
  • Date: 2012-01-17 23:26:08 UTC
  • mfrom: (3.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120117232608-hjnix9ze7j1unl04
Tags: 0.8.0-9
* Update package relations:
  + Build-depend on librdf-dev, librasqal-dev, libgtk-3-dev (and not
    libgtk2.0-dev), libwmf-dev, libfreetype6-dev, libz-dev,
    libx11-dev, libexpat-dev, libjpeg-dev, libpng-dev, libxml2-dev.
  + Stop build-depending on libgoffice-0.8-dev.
  Above are (updates to) workarounds for libabiword-2.9-dev and
  libwv-dev lacking needed build-dependencies (bug#656252 and
  #656263).
  Closes: bug#655802.
  + Build-depend unversioned generally (needed versions satisfied even
    in oldstable).
* Bump debhelper compat level to 7.
* Git-ignore quilt .pc dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
DEB_INSTALL_EXAMPLES_python-abiword = examples/*
32
32
 
33
33
# Needed by upstream build process
34
 
CDBS_BUILD_DEPENDS += , dh-autoreconf, libabiword-2.9-dev (>= 2.9.0), python-gtk2-dev
35
 
 
36
 
# workaround for missing build-dependencies of libabiword-2.8-dev
37
 
CDBS_BUILD_DEPENDS += , libfribidi-dev (>= 0.10.4), libglib2.0-dev (>= 2.6.0), libgsf-1-dev (>= 1.12), libwv-dev (>= 1.2.0), libenchant-dev (>= 1.2.0), libgoffice-0.8-dev, libcairo-dev, libpango1.0-dev, libgtk2.0-dev (>= 2.12.0), librsvg2-dev (>= 2.16.0)
38
 
 
39
 
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
40
 
DEB_CONFIGURE_EXTRA_FLAGS := LDFLAGS="-L/usr/lib/$(DEB_HOST_MULTIARCH) $(LDFLAGS)"
 
34
CDBS_BUILD_DEPENDS += , dh-autoreconf, libabiword-2.9-dev, python-gtk2-dev
 
35
 
 
36
# workaround for missing build-dependencies of libabiword-2.8-dev (bug#656252)
 
37
CDBS_BUILD_DEPENDS += , libfribidi-dev, libglib2.0-dev, libgsf-1-dev, libwv-dev, libenchant-dev, librdf-dev, librasqal-dev, libcairo-dev, libpango1.0-dev, libgtk-3-dev, librsvg2-dev
 
38
 
 
39
# workaround for missing build-dependencies of libwv-1.2-dev (bug#656263)
 
40
CDBS_BUILD_DEPENDS += , libwmf-dev, libfreetype6-dev, libz-dev, libx11-dev, libexpat-dev, libjpeg-dev, libpng-dev, libxml2-dev, libglib2.0-dev, libgsf-1-dev
41
41
 
42
42
# Avoid .la files - see http://wiki.debian.org/ReleaseGoals/LAFileRemoval
43
43
common-binary-post-install-arch::