~ubuntu-branches/ubuntu/saucy/soundconverter/saucy

« back to all changes in this revision

Viewing changes to po/Makefile.in.in

  • Committer: Package Import Robot
  • Author(s): Lars Wirzenius
  • Date: 2011-11-26 12:14:13 UTC
  • mfrom: (1.1.19) (0.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20111126121413-my5eo99qryqp4qux
Tags: 1.5.4-1
* New upstream version. This should fix the following bugs in Debian:
  - soundconverter stops converting m4a files sudently.. (Closes: #468846)
  - should depend on package gstreamer0.10-lame (Closes: #571521)
  - please support gnome audio profiles (Closes: #500239)
  - please package new version (Closes: #606764)
* New Debian package maintainer. Thanks, Jason Heeris, for the previous
  uploads.
* Removed debian/patches: the only patch is no longer required.
* Removed debian/watch: it didn't work after upstream moved from
  Berlios, and I can't be bothered. (I would prefer watch files
  to be maintained in a central location, and not require packaging
  updates when upstream moves.)
* Packaging re-done to use dh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 
57
57
PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi)
58
58
 
59
 
USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep '^$$lang$$' $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep '^$$lang$$'`"; then printf "$$lang "; fi; done; fi)
 
59
USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi)
60
60
 
61
61
USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)
62
62
 
129
129
        done
130
130
 
131
131
# Empty stubs to satisfy archaic automake needs
132
 
dvi info tags TAGS ID:
 
132
dvi info ctags tags CTAGS TAGS ID:
133
133
 
134
134
# Define this as empty until I found a useful application.
135
135
install-exec installcheck: