~ubuntu-branches/ubuntu/natty/quilt/natty

« back to all changes in this revision

Viewing changes to debian/patches/fr.po

  • Committer: Bazaar Package Importer
  • Author(s): Martin Quinson
  • Date: 2006-11-23 16:17:11 UTC
  • mfrom: (2.1.6 feisty)
  • Revision ID: james.westby@ubuntu.com-20061123161711-b17ess0ls8t959ca
Tags: 0.45-6
* [debian/patches/override_mail_sender_in_testsuite]
  Fix the patch to catch all occurences of 'quilt mail' since each of them
  will cause a FTBFS on misconfigured hosts (thanks to Goswin Brederlow).
  (Closes: #397285, #395482, #393985) I hope, at least.
  
* [debian/patches/doc_improvement]
  Fix some more typos in the manpages
  (Closes: #386548, #395447)

* [debian/control]
   Add procmail to suggest list to help users locating the 'formail' tool.
   (Closes: #396093)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
---
 
2
 Makefile.in |    1 +
 
3
 po/fr.po    |    4 ----
 
4
 2 files changed, 1 insertion(+), 4 deletions(-)
 
5
 
 
6
--- quilt-0.45.orig/Makefile.in
 
7
+++ quilt-0.45/Makefile.in
 
8
@@ -132,6 +132,7 @@
 
9
        $(MSGFMT) --statistics -o $@ $<
 
10
 
 
11
 %.po : po/quilt.pot
 
12
+       $(MSGUNIQ) -o $@.tmp $@ && mv $@.tmp $@
 
13
        $(MSGMERGE) -o $@ $@ $^
 
14
 
 
15
 scripts : $(BIN:%=bin/%) $(QUILT:%=quilt/%)                            \