~ubuntu-branches/debian/experimental/cups/experimental

« back to all changes in this revision

Viewing changes to man/Makefile

  • Committer: Package Import Robot
  • Author(s): Didier Raboud, Till Kamppeter, Didier Raboud, Helge Kreutzmann, Julien Patriarca, Vincent McIntyre
  • Date: 2013-02-14 21:35:20 UTC
  • Revision ID: package-import@ubuntu.com-20130214213520-oeltg8e9407un435
Tags: 1.6.1-2
[ Till Kamppeter ]
* In upstart, let the CUPS daemon start after avahi-daemon, to assure
  that the Bonjour broadcasting of shared printers works.
* Import upstream patch to add support for specifying the IPP version
  of a remote CUPS server in /etc/cups/client.conf (LP: #1069671),
  refresh the other ones affected.

[ Didier Raboud ]
* Cherry-pick more upstream enhancements:
  - Add french translation (CUPS STR: #4247)
* Refresh po4a translations
* Merge the 1.5.3-2.14 Debian release.
* Correct Replaces/Breaks versions of cups-daemon against cups to cope
  with recent Ubuntu releases (LP: #1099242).
* Make sure /e/cups/raw.{convs,types} are deleted during purge.
  (Closes: #698213)
* Take manpage translations out of the manpage-translations patch to
  ease external contributions to the .po files.
* Add usb-backend quirk for Epson Stylus Photo 750 (Closes: #697970)

[ Helge Kreutzmann ]
* Update German manpages translation. (Closes: #698965)

[ Julien Patriarca ]
* Update French manpages translation. (Closes: #700295)

[ Vincent McIntyre ]
* Document the way to make sure LPD support, as provided by cups-bsd,
  is kept enabled across upgrades. (Closes: #671347)

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
 
79
79
translations:
80
80
        # Update the translations and build the translated material
81
 
        po4a --previous po4a/cups.cfg
 
81
        po4a --previous ../debian/manpage-po4a/cups.cfg
82
82
        for lang in $(LANGUAGES); do $(MAKE) -C $$lang; done
83
83
 
84
84
 
122
122
        for lang in $(LANGUAGES); do $(MAKE) -C $$lang clean; done
123
123
        # Make sure the PO files are updated and remove generated
124
124
        # translations.
125
 
        po4a --previous --rm-translations po4a/cups.cfg
126
 
        $(RM) po4a/po/cups.pot
 
125
        po4a --previous --rm-translations ../debian/manpage-po4a/cups.cfg
 
126
        $(RM) ../debian/manpage-po4a/po/cups.pot
127
127
 
128
128
 
129
129
#