~matttbe/ubuntu/raring/poppler/lp1072129

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2011-04-05 16:23:40 UTC
  • mfrom: (1.5.7) (4.4.5 sid)
  • Revision ID: package-import@ubuntu.com-20110405162340-le5fy9fxqmxmvd6a
Tags: 0.16.7-2ubuntu1
* Merge with Debian experimental. Remaining Ubuntu changes:
* debian/control: 
  - Lower poppler-data to Suggests: (handled by language-selector).
* debian/control, 
  debian/rules: 
  - disable OpenJPEG, it's in universe.
* debian/patches/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/patches/11_set-font-weight-medium.patch: added
  - set FC_WEIGHT_MEDIUM when the font name contains "Medium", LP: #769827

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
PATH := /usr/share/qt4/bin:$(PATH)
9
9
export PATH
10
10
 
 
11
# avoid overlinking and reduce library dependencies
 
12
export LDFLAGS := -Wl,--as-needed
 
13
 
11
14
# a trick to fix xpdfrc location without modifying autotools stuff
12
15
DEB_CONFIGURE_SYSCONFDIR := /etc/xpdf
13
16
 
14
17
# disable gtk stuff to minimize Build-Depends
15
18
DEB_CONFIGURE_EXTRA_FLAGS +=                    \
16
19
        --enable-libjpeg                        \
17
 
        --disable-openjpeg                      \
18
20
        --enable-splash-output                  \
19
21
        --enable-cairo-output                   \
20
22
        --enable-poppler-glib                   \
23
25
        --enable-gtk-doc                        \
24
26
        --enable-xpdf-headers                   \
25
27
        --disable-poppler-qt                    \
 
28
        --enable-introspection=no               \
 
29
        --disable-abiword-output                \
26
30
        --disable-gtk-test
27
31
 
28
32
DEB_DH_MAKESHLIBS_ARGS_libpoppler13 += -V"libpoppler13"