~ubuntu-branches/ubuntu/natty/poppler/natty-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-03-08 10:46:40 UTC
  • mfrom: (1.5.5) (4.3.2 experimental)
  • Revision ID: package-import@ubuntu.com-20110308104640-de1rwygu2cx2t0yt
Tags: 0.16.3-1ubuntu1
* Merge with Debian experimental. Remaining Ubuntu changes:
  - debian/control: Lower poppler-data to Suggests: (handled by
    language-selector).
  - Add 10_fix-a4-page-shift-on-brother-ps-printers.patch: Fix page shifts
    when printing on A4 paper with Brother PostScript printers.
    (LP #293832)
  - debian/control, debian/rules: Disable OpenJPEG, it's in universe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
include /usr/share/cdbs/1/rules/debhelper.mk
4
4
include /usr/share/cdbs/1/class/autotools.mk
 
5
include /usr/share/cdbs/1/rules/utils.mk
5
6
 
6
7
# use qt4's moc as the default moc is qt3's when both are installed
7
8
PATH := /usr/share/qt4/bin:$(PATH)
18
19
        --enable-cairo-output                   \
19
20
        --enable-poppler-glib                   \
20
21
        --enable-poppler-qt4                    \
21
 
        --enable-a4-paper                       \
 
22
        --enable-poppler-cpp                    \
22
23
        --enable-gtk-doc                        \
 
24
        --enable-xpdf-headers                   \
 
25
        --disable-poppler-qt                    \
23
26
        --disable-gtk-test
24
27
 
25
 
DEB_DH_MAKESHLIBS_ARGS_libpoppler7 += -V"libpoppler7"
26
 
DEB_DH_MAKESHLIBS_ARGS_libpoppler-glib5 += -V"libpoppler-glib5"
27
 
DEB_DH_MAKESHLIBS_ARGS_libpoppler-qt2 += -V"libpoppler-qt2 (>= 0.12)"
28
 
DEB_DH_MAKESHLIBS_ARGS_libpoppler-qt4-3 += -V"libpoppler-qt4-3 (>= 0.12)"
29
 
 
 
28
DEB_DH_MAKESHLIBS_ARGS_libpoppler13 += -V"libpoppler13"
 
29
DEB_DH_MAKESHLIBS_ARGS_libpoppler-glib6 += -V"libpoppler-glib6 (>= 0.16)"
 
30
DEB_DH_MAKESHLIBS_ARGS_libpoppler-qt4-3 += -V"libpoppler-qt4-3 (>= 0.16)"
 
31
DEB_DH_MAKESHLIBS_ARGS_libpoppler-cpp0 += -V"libpoppler-cpp0 (>= 0.16)"