~ubuntu-branches/ubuntu/utopic/cups/utopic

« back to all changes in this revision

Viewing changes to debian/patches/manpage-translations.patch

  • Committer: Package Import Robot
  • Author(s): Didier Raboud, Till Kamppeter, Steve Langasek, Didier Raboud
  • Date: 2014-01-03 18:42:39 UTC
  • mfrom: (99.2.3 sid)
  • Revision ID: package-import@ubuntu.com-20140103184239-85wju2l7weie4dgo
Tags: 1.7.0-1
* New 1.7.0 upstream release

[ Till Kamppeter ]
* Refresh most patches with quilt
* Removed usb-backend-do-not-crash-if-usb-disabled-in-bios and
  cupsd-no-crash-on-avahi-threaded-poll-shutdown patches as they got
  applied upstream
* Removed drop-arch-specifics-from-doc patch as it is not needed
  anymore
* Updated drop_unnecessary_dependencies, manpage-hyphen-minus,
  manpage-translations and ppd-poll-with-client-conf patches manually
  to apply to the new CUPS version
* Added error counting exception from
  usb-backend-do-not-crash-if-usb-disabled-in-bios to
  tests-ignore-warnings
* Install the newly added ippfind utility and its manpage in
  cups-client
* Added pwg.h to libcups2-dev package
* Call dh_auto_clean only if the file Makedefs is present, to avoid a
  FTBFS
* Added color management extensions from Joe Simon's GSoC 2013
  project.
* Patch cups-files.conf to activate CUPS daemon syncing of files when
  closing, so that config files (like printers.conf) do not
  mysteriously disappear (LP: #1157972)
* In the AppArmor profile, allow execution of programs in
  /etc/cups/interfaces/, needed to make CUPS working with queues based
  on System V interface scripts, especially PPD-less queues
  auto-generated by cups-browsed from cups-filters 1.0.41 on.
* Silenced AppArmor noise from udev.conf in syslog (LP: #1229766)

[ Steve Langasek ]
* Add cups-filters (>= 1.0.42) as alternative to foomatic-filters
  (which is deprecated) in package relationships

[ Didier Raboud ]
* Remove Roger Leigh from uploaders on his request with thanks for his
  past work!
* Switch avahi LSB Should-Start dependency to be avahi-daemon; also
  bump package relationship to >= 0.6.31-3~ (Closes: #731608)
* Refresh the manpage translation files
* Move the USB backend quirk rules file to cups-server-common
* Add 38 new 1.7.0 libcups2 symbols
* Mark one C++ libcupsppdc1 symbol as optional as it isn't exported in
  1.7.0 anymore
* Import Fedora patches:
  - to avoid sign-extending CRCs in gz decompression
  - to build with full read-only relocations
  - to fix job history logging (upstream patch)
  - to set the internal default for SyncOnClose to Yes, instead of
    only configuring it to Yes
  - to fix a stringpool corruption issue
  - to prevent USB timeouts causing incorrect print output
* Import Fedora patch updates:
  - to dont-use-dbus-from-two-threads patch so it removes a call to
    avahi_threaded_poll_stop()
  - to avoid_stale_lockfile_in_dbus_notifier patch to call _exit when
    handling SIGTERM
* Move manpage-translations patch at the very end of the patch series
  to have it include all our patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Description: po4a infrastructure and translations for manpages.
2
2
Author: Nicolas François <nicolas.francois@centraliens.net>, Helge Kreutzmann <debian@helgefjell.de>
 
3
Origin: vendor
3
4
Bug-Debian: http://bugs.debian.org/478597
 
5
Last-Update: 2014-01-03
4
6
 
5
7
--- a/man/Makefile
6
8
+++ b/man/Makefile
24
26
 
25
27
 
26
28
 #
27
 
@@ -144,6 +150,7 @@
 
29
@@ -97,6 +103,11 @@
 
30
 clean:
 
31
        $(RM) mantohtml mantohtml.o
 
32
        $(RM) $(MAN1) $(MAN5) $(MAN7) $(MAN8)
 
33
+       for lang in $(LANGUAGES); do $(MAKE) -C $$lang clean; done
 
34
+       # Make sure the PO files are updated and remove generated
 
35
+       # translations.
 
36
+       po4a --previous --rm-translations ../debian/manpage-po4a/cups.cfg
 
37
+       $(RM) ../debian/manpage-po4a/po/cups.pot
 
38
 
 
39
 
 
40
 #
 
41
@@ -144,6 +155,7 @@
28
42
        done
29
43
        $(RM) $(AMANDIR)/man$(MAN8DIR)/cupsdisable.$(MAN8EXT)
30
44
        $(LN) cupsenable.$(MAN8EXT) $(AMANDIR)/man$(MAN8DIR)/cupsdisable.$(MAN8EXT)
32
46
 
33
47
 
34
48
 #
35
 
@@ -192,6 +199,7 @@
 
49
@@ -192,6 +204,7 @@
36
50
        $(RM) $(AMANDIR)/man$(MAN8DIR)/reject.$(MAN8EXT)
37
51
        $(RM) $(AMANDIR)/man$(MAN8DIR)/cupsdisable.$(MAN8EXT)
38
52
        -$(RMDIR) $(AMANDIR)/man$(MAN8DIR)
40
54
 
41
55
 
42
56
 #
43
 
@@ -216,6 +224,11 @@
44
 
                echo "    $$file..."; \
45
 
                ./mantohtml `basename $$file .$(MAN8EXT)`.man >../doc/help/man-`basename $$file .$(MAN8EXT)`.html; \
46
 
        done
47
 
+       for lang in $(LANGUAGES); do $(MAKE) -C $$lang clean; done
48
 
+       # Make sure the PO files are updated and remove generated
49
 
+       # translations.
50
 
+       po4a --previous --rm-translations ../debian/manpage-po4a/cups.cfg
51
 
+       $(RM) ../debian/manpage-po4a/po/cups.pot
52
 
 
53
 
 mantohtml:     mantohtml.o
54
 
        $(CC) $(ARCHFLAGS) $(LDFLAGS) -o $@ mantohtml.o
55
57
--- /dev/null
56
58
+++ b/man/Makefile.l10n
57
59
@@ -0,0 +1,210 @@