~ubuntu-branches/ubuntu/oneiric/cups/oneiric-proposed

« back to all changes in this revision

Viewing changes to data/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt, Till Kamppeter, Martin Pitt
  • Date: 2011-08-07 12:53:12 UTC
  • mfrom: (1.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20110807125312-s323cyb3oqaxaemo
Tags: 1.5.0-1
[ Till Kamppeter ]
* New upstream release
* debian/patches/usb-backend-no-segfault-on-bad-device-id.patch,
  debian/patches/usb-backend-accept-old-usblp-uris.patch,
  debian/patches/use-ps2write-ghostscript-device-for-pdftops-filter.patch:
  Removed, included upstream.
* debian/patches/poppler-based-pdftops-fixes.patch,
  debian/patches/do-not-emit-ps-level-3-with-poppler.patch: Replaced patch
  by a new one only containing the parts which remain after removing the
  parts included upstream.
* debian/patches/pidfile.patch,
  debian/patches/ppd-poll-with-client-conf.patch,
  debian/patches/cups-avahi.patch,
  debian/patches/drop_unnecessary_dependencies.patch,
  debian/patches/do-not-broadcast-with-hostnames.patch,
  debian/patches/ppdc-dynamic-linking.patch,
  debian/patches/pstops-based-workflow-only-for-printing-ps-on-a-ps-printer.patch:
  Manually regenerated to adapt to upstream changes.
* debian/patches/manpage-translations.patch,
  debian/patches/rootbackends-worldreadable.patch,
  debian/patches/no-conffile-timestamp.patch,
  debian/patches/read-embedded-options-from-incoming-postscript-and-add-to-ipp-attrs.patch,
  debian/patches/cups-snmp-oids-device-id-hp-ricoh.patch,
  debian/patches/configure-default-browse-protocols.patch,
  debian/patches/logfiles_adm_readable.patch,
  debian/patches/confdirperms.patch,
  debian/patches/printer-filtering.patch,
  debian/patches/show-compile-command-lines.patch,
  debian/patches/log-debug-history-nearly-unlimited.patch:
  Refreshed using quilt.
* debian/patches/default-ripcache-size-auto.patch: Dropped, as once,
  Ghostscript 9.04 is ignoring the cache size value as it crashes easily
  otherwise (Ghostscript upstream bug #691586) and second, CUPS defaults to
  more reasonable 128 MB (now only used for imagetops).
* debian/patches/support-gzipped-charmaps.patch: Dropped, as the SBCS and
  VBCS character maps are not used any more by CUPS.
* debian/rules: Enable threads in the ./configure command line, as otherwise
  CUPS 1.5.0 does not build at all.
* debian/local/filters/pdf-filters/filter/pdftoijs.cxx,
  debian/local/filters/pdf-filters/filter/pdftoraster.cxx,
  debian/local/filters/pdf-filters/pdftoopvp/pdftoopvp.cxx,
  debian/local/filters/pdf-filters/pdftopdf/pdftopdf.cxx: Under CUPS 1.5.x.
  all programs using the PPD API of CUPS need to explicitly include
  "<cups/ppd.h>". Updated the PDF filter add-on package.
* debian/local/filters/pdf-filters/addtocups: Make the addition of the
  pdftopdf and pdftoopvp directories also work with CUPS 1.5.x.
* debian/local/filters/pdf-filters/addtocups,
  debian/local/filters/pdf-filters/removefromcups: Added a symbolic link
  cups/i18n.h, so that texttopdf builds.
* debian/cups-client.install: Install the new ipptool and its sample
  files and manpages.
* debian/cups-client.install: Commented out lines for dropped man page
  translations: ipptool, lppasswd, client.conf, ipptoolfile, cupsenable,
  lpadmin, lpinfo, cupsreject, cupsdisable, cupsaccept
* debian/cups-common.install, debian/rules: The /usr/share/cups/charmaps
  directory got removed from CUPS.
* debian/libcups2-dev.install: cups/i18n.h got renamed to
  cups/language-private.h. Install this as /usr/include/cups/i18n.h.
* debian/libcups2.symbols, debian/libcupsmime1.symbols: Updated.
* debian/cups.lintian-overrides, debian/cups.postinst, debian/cups.prerm,
  debian/cups.templates, debian/local/apparmor-profile: The "scsi"
  CUPS backend got dropped upstream, removed its treatment from these files.

[ Martin Pitt ]
* Add Serbian (Cyrillic) debconf translations, thanks Zlatan Todoric.
  (Closes: #635105)
* Add Serbian (Latin) debconf translations, thanks Zlatan Todoric.
  (Closes: #635108)
* debian/local/apparmor-profile: Allow access to serial printers on USB
  adapters. (LP: #677432)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# "$Id: Makefile 8116 2008-11-12 19:30:57Z mike $"
3
 
#
4
 
#   Datafile makefile for the Common UNIX Printing System (CUPS).
5
 
#
6
 
#   Copyright 2007-2008 by Apple Inc.
 
2
# "$Id: Makefile 9771 2011-05-12 05:21:56Z mike $"
 
3
#
 
4
#   Datafile makefile for CUPS.
 
5
#
 
6
#   Copyright 2007-2011 by Apple Inc.
7
7
#   Copyright 1993-2006 by Easy Software Products.
8
8
#
9
9
#   These coded instructions, statements, and computer programs are the
27
27
                topsecret \
28
28
                unclassified
29
29
 
30
 
CHARMAPS =      \
31
 
                euc-cn.txt \
32
 
                euc-jp.txt \
33
 
                euc-kr.txt \
34
 
                euc-tw.txt \
35
 
                iso-8859-10.txt \
36
 
                iso-8859-11.txt \
37
 
                iso-8859-13.txt \
38
 
                iso-8859-14.txt \
39
 
                iso-8859-15.txt \
40
 
                iso-8859-16.txt \
41
 
                iso-8859-1.txt \
42
 
                iso-8859-2.txt \
43
 
                iso-8859-3.txt \
44
 
                iso-8859-4.txt \
45
 
                iso-8859-5.txt \
46
 
                iso-8859-6.txt \
47
 
                iso-8859-7.txt \
48
 
                iso-8859-8.txt \
49
 
                iso-8859-9.txt \
50
 
                jis-x0213.txt \
51
 
                koi8-r.txt \
52
 
                koi8-u.txt \
53
 
                mac-roman.txt \
54
 
                windows-1250.txt \
55
 
                windows-1251.txt \
56
 
                windows-1252.txt \
57
 
                windows-1253.txt \
58
 
                windows-1254.txt \
59
 
                windows-1255.txt \
60
 
                windows-1256.txt \
61
 
                windows-1257.txt \
62
 
                windows-1258.txt \
63
 
                windows-1361.txt \
64
 
                windows-874.txt \
65
 
                windows-932.txt \
66
 
                windows-936.txt \
67
 
                windows-949.txt \
68
 
                windows-950.txt
69
 
 
70
30
CHARSETS =      \
71
31
                utf-8
72
32
 
73
33
DATAFILES =     \
74
 
                HPGLprolog \
75
34
                psglyphs \
76
35
                testprint
77
36
 
137
96
        for file in $(BANNERS); do \
138
97
                $(INSTALL_DATA) $$file $(DATADIR)/banners; \
139
98
        done
140
 
        $(INSTALL_DIR) -m 755 $(DATADIR)/charmaps
141
 
        for file in $(CHARMAPS); do \
142
 
                $(INSTALL_DATA) $$file $(DATADIR)/charmaps; \
143
 
        done
144
99
        $(INSTALL_DIR) -m 755 $(DATADIR)/charsets
145
100
        if test "x$(BANNERTOPS)" != x -o "x$(TEXTTOPS)" != x; then \
146
101
                for file in $(CHARSETS); do \
188
143
        for file in $(BANNERS); do \
189
144
                $(RM) $(DATADIR)/banners/$$file; \
190
145
        done
191
 
        for file in $(CHARMAPS); do \
192
 
                $(RM) $(DATADIR)/charmaps/$$file; \
193
 
        done
194
146
        for file in $(CHARSETS); do \
195
147
                $(RM) $(DATADIR)/charsets/$$file; \
196
148
        done
205
157
        -$(RMDIR) $(DATADIR)/model
206
158
        -$(RMDIR) $(DATADIR)/data
207
159
        -$(RMDIR) $(DATADIR)/charsets
208
 
        -$(RMDIR) $(DATADIR)/charmaps
209
160
        -$(RMDIR) $(DATADIR)/banners
210
161
        -$(RMDIR) $(DATADIR)
211
162
 
212
163
 
213
164
#
214
 
# End of "$Id: Makefile 8116 2008-11-12 19:30:57Z mike $".
 
165
# End of "$Id: Makefile 9771 2011-05-12 05:21:56Z mike $".
215
166
#