~ubuntu-branches/ubuntu/wily/moonshot-ui/wily

« back to all changes in this revision

Viewing changes to po/Rules-quot

  • Committer: Package Import Robot
  • Author(s): Sam Hartman
  • Date: 2015-07-15 11:30:32 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20150715113032-d3fy8gherq85i9a8
Tags: 0.7.2-1
* New upstream Version, Closes: #787880
* Force vala run and support libgee-dev and libgee-0.8-dev so we can
  build wheezy and jessie versions from the same sources.
* High urgency to avoid moonshot-ui being removed from jessie.  The
  actual code change is very simple and will either cause a build
  failure or just work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        ll=`echo $$lang | sed -e 's/@.*//'`; \
21
21
        LC_ALL=C; export LC_ALL; \
22
22
        cd $(srcdir); \
23
 
        if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
 
23
        if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
24
24
          if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
25
25
            rm -f $$tmpdir/$$lang.new.po; \
26
26
          else \