Merge with Michael and add update-po as a pre-req for binary
authorChristian Perrier <bubulle@debian.org>
Tue, 25 Oct 2005 15:43:35 +0000 (15:43 +0000)
committerChristian Perrier <bubulle@debian.org>
Tue, 25 Oct 2005 15:43:35 +0000 (15:43 +0000)
* po/makefile: Add update-po as a prerequisite of binary. Closes: #329910

Patches applied:

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-78
   * fix a incorrect example

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-79
   * revert patch from patch-59, causes all sorts of trouble

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-80
   * fix changelog

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-81
   * be extra carefull in cmdline/apt-get.cc:FindSrc() and check VF.File() for NULL

1  2 
po/makefile

diff --cc po/makefile
@@@ -62,7 -62,7 +62,7 @@@ $(MOFILES) : $(PO_DOMAINS)/%.mo : $(PO_
  stats:
        for i in *.pot *.po; do echo -n "$$i: "; msgfmt --statistics $$i; done
  
--binary: $(POTFILES) $(PACKAGE)-all.pot $(MOFILES)
++binary: $(POTFILES) $(PACKAGE)-all.pot $(MOFILES) update-po
  
  .PHONY: update-po
  update-po: $(PACKAGE)-all.pot