]> git.llucax.com Git - software/mutt-debian.git/blobdiff - debian/patches/debian-specific/dont_rebuild_po_files.diff
mutt (1.5.15+20070412-1) experimental; urgency=low
[software/mutt-debian.git] / debian / patches / debian-specific / dont_rebuild_po_files.diff
index 9897f7c58017102d10569e528c213a0c73be8dfd..28a107696f0da26c08c86a2f97e3dc32def43b4a 100644 (file)
@@ -1,11 +1,11 @@
---- mutt-1.5.11.orig/po/Makefile.in.in
-+++ mutt-1.5.11/po/Makefile.in.in
+--- po/Makefile.in.in.orig
++++ po/Makefile.in.in
 @@ -85,7 +85,7 @@
  # otherwise packages like GCC can not be built if only parts of the source
  # have been downloaded.
  
 -$(srcdir)/$(PACKAGE).pot: $(POTFILES) $(srcdir)/POTFILES.in
 +$(srcdir)/$(PACKAGE).pot: #$(POTFILES) $(srcdir)/POTFILES.in
 @@ -85,7 +85,7 @@
  # otherwise packages like GCC can not be built if only parts of the source
  # have been downloaded.
  
 -$(srcdir)/$(PACKAGE).pot: $(POTFILES) $(srcdir)/POTFILES.in
 +$(srcdir)/$(PACKAGE).pot: #$(POTFILES) $(srcdir)/POTFILES.in
+       rm -f $@
        $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
          --add-comments --keyword=_ --keyword=N_ \
        $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
          --add-comments --keyword=_ --keyword=N_ \
-         --files-from=$(srcdir)/POTFILES.in \