~ubuntu-branches/ubuntu/precise/ghostscript/precise

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Till Kamppeter
  • Date: 2012-02-03 17:39:41 UTC
  • mfrom: (1.1.30)
  • Revision ID: package-import@ubuntu.com-20120203173941-5kza3knm2pvgsgh4
Tags: 9.05~dfsg~20120203-0ubuntu1
* New upstream release
   - GIT snapshot from February, 2 2012.
   - Upstream fix for X11 display output device (LP: #925950).
   - Additional fix for paper size matching of CUPS Raster output device.
* debian/rules: Reverted changes of last package, problem fixed upstresm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
gs_opts = SHARE_JPEG=1 SHARE_LIBPNG=1 SHARE_LIBTIFF=1 SHARE_ZLIB=1 SHARE_JBIG2=1 SHARE_JPX=1 SHARE_IJS=1 SHARE_EXPAT=1
75
75
 
76
76
# FIXME: build without PIC for -dev package
77
 
# Force in '-DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/usr/lib/ghostscript/9.05\"'
78
 
CFLAGS += -fPIC -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\\\"/usr/lib/ghostscript/9.05\\\"
 
77
CFLAGS += -fPIC
79
78
 
80
79
DEB_CONFIGURE_EXTRA_FLAGS = \
81
80
        --with-ijs --with-jbig2dec --with-jasper --with-system-libtiff \