~ubuntu-branches/ubuntu/trusty/dvd95/trusty

« back to all changes in this revision

Viewing changes to po/Makefile.in.in

  • Committer: Bazaar Package Importer
  • Author(s): William Grant
  • Date: 2007-11-10 08:33:32 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071110083332-pry0uz9nx4u1s1xz
Tags: 1.3p0-0ubuntu1
* New upstream release.
* debian/control:
  - Move homepage to Homepage field.
  - Comply with DebianMaintainerField.
  - Build-Depend on libmpeg-2-4-dev.
* debian/rules: Check if Makefile exists before cleaning, rather than
  ignoring all errors.
* Fix up .desktop:
  - debian/rules: Use dpatch.
  - debian/control: Build-Depend on dpatch.
  - debian/patches/01_fix_desktop_file.dpatch: Convince dvd95.desktop to
    comply with .desktop file standards.
* Add debian/watch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
prefix = @prefix@
27
27
exec_prefix = @exec_prefix@
 
28
datarootdir = @datarootdir@
28
29
datadir = @datadir@
29
30
libdir = @libdir@
30
31
localedir = $(libdir)/locale
40
41
GENCAT = @GENCAT@
41
42
GMSGFMT = @GMSGFMT@
42
43
MSGFMT = @MSGFMT@
 
44
MSGFMT_OPTS = @MSGFMT_OPTS@
43
45
XGETTEXT = @XGETTEXT@
44
46
MSGMERGE = msgmerge
45
47
 
78
80
 
79
81
.po.gmo:
80
82
        file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
81
 
          && rm -f $$file && $(GMSGFMT) -c -o $$file $<
 
83
          && rm -f $$file && $(GMSGFMT) $(MSGFMT_OPTS) -o $$file $<
82
84
 
83
85
.po.cat:
84
86
        sed -f ../intl/po2msg.sed < $< > $*.msg \