~ubuntu-branches/ubuntu/vivid/ghostscript/vivid-security

« back to all changes in this revision

Viewing changes to base/unixinst.mak

  • Committer: Package Import Robot
  • Author(s): Till Kamppeter
  • Date: 2013-08-09 20:01:36 UTC
  • mfrom: (1.1.37)
  • Revision ID: package-import@ubuntu.com-20130809200136-amb6zrr7hnjb5jq9
Tags: 9.08~rc1~dfsg-0ubuntu1
* New upstream release
   - Ghostscript 9.08rc1.
   - We are using the system's liblcms2 and libopenjpeg now.
* debian/patches/020130401-852e545-pxl-xl-driver-produced-drawing-commands-without-setting-color-space.patch:
  Removed patch backported from upstream.
* debian/patches/ojdk-8007925+8007926.patch,
  debian/patches/ojdk-8007927.patch,
  debian/patches/ojdk-8007929.patch,
  debian/patches/ojdk-8009654.patch: Removed patches on build in liblcms2, we
  use the system's liblcms2 now.
* debian/patches/2001_docdir_fix_for_debian.patch: Manually updated to new
  upstream source code.
* debian/patches/2003_support_multiarch.patch: Refreshed with quilt.
* debian/control: Added build dependencies on liblcms2-dev and
  libopenjpeg-dev.
* debian/rules: Check for removed lcms2/ and openjpeg/ subdirectories in
  the repackaging check again, also set build options for shared liblcms2
  and libopenjpeg libraries.
* debian/rules: Makefile.in and configure.ac are in the root directory of
  the source now and do not need to get linked from base/. Also there is no
  gstoraster and gstopxl CUPS filter in the package any more and no
  "install-cups" make target any more.
* debian/control, debian/rules, debian/ghostscript-cups.install,
  debian/ghostscript-cups.ppd-updater: Removed the ghostscript-cups binary
  package. The files are now provided by cups-filters.
* debian/symbols.common: Updated for new upstream source. Applied patch
  which dpkg-gensymbols generated for debian/libgs9.symbols to this file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        -mkdir -p $(DESTDIR)$(scriptdir)
40
40
        $(SH) -c 'for f in \
41
41
gsbj gsdj gsdj500 gslj gslp gsnd \
42
 
bdftops dumphint dvipdf eps2eps font2c \
43
 
pdf2dsc pdf2ps pdfopt pf2afm pfbtopfa pphs printafm \
 
42
bdftops dvipdf eps2eps font2c \
 
43
pdf2dsc pdf2ps pf2afm pfbtopfa pphs printafm \
44
44
ps2ascii ps2epsi ps2pdf ps2pdf12 ps2pdf13 ps2pdf14 ps2pdfwr ps2ps ps2ps2 \
45
45
wftopfa fixmswrd.pl lprsetup.sh pj-gs.sh pv.sh sysvlp.sh unix-lpr.sh ;\
46
46
        do if ( test -f $(PSLIBDIR)/$$f ); then \
69
69
$(EXTRA_INIT_FILES) Fontmap.GS \
70
70
ht_ccsto.ps \
71
71
acctest.ps addxchar.ps align.ps bdftops.ps \
72
 
caption.ps cid2code.ps decrypt.ps docie.ps dumphint.ps \
 
72
caption.ps cid2code.ps decrypt.ps docie.ps \
73
73
errpage.ps font2c.ps font2pcl.ps gslp.ps gsnup.ps image-qa.ps impath.ps \
74
74
jispaper.ps landscap.ps level1.ps lines.ps markhint.ps markpath.ps \
75
75
mkcidfm.ps PDFA_def.ps PDFX_def.ps \
82
82
viewcmyk.ps viewgif.ps viewjpeg.ps viewmiff.ps \
83
83
viewpcx.ps viewpbm.ps viewps2a.ps \
84
84
winmaps.ps wftopfa.ps wrfont.ps zeroline.ps \
85
 
pdf2dsc.ps pdfopt.ps ;\
 
85
pdf2dsc.ps ;\
86
86
        do if ( test -f $(PSLIBDIR)/$$f ); then $(INSTALL_DATA) $(PSLIBDIR)/$$f $(DESTDIR)$(gsdatadir)/lib; fi;\
87
87
        done'
88
88
        $(SH) -c 'for f in $(PSLIBDIR)/gs_*.ps $(PSLIBDIR)/pdf*.ps;\