~ubuntu-branches/ubuntu/hardy/gnome-applets/hardy-updates

« back to all changes in this revision

Viewing changes to intltool-update.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-05-28 22:47:18 UTC
  • mfrom: (1.1.29 upstream)
  • Revision ID: james.westby@ubuntu.com-20080528224718-b5t5ncp301baiure
Tags: 2.22.2-0ubuntu1
* New upstream version:
  - Fix the launching of the gnome-keyboard-properties dialog from the 
    access applet. (lp: #191168)
* debian/patches/98_autoreconf.patch:
  - new version update
* debian/patches/99_ltmain_as-needed.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
## Release information
32
32
my $PROGRAM = "intltool-update";
33
 
my $VERSION = "0.37.0";
 
33
my $VERSION = "0.37.1";
34
34
my $PACKAGE = "intltool";
35
35
 
36
36
## Loaded modules
124
124
 
125
125
&Console_Write_IntltoolHelp if $arg_count > 1;
126
126
 
127
 
my $MODULE = $GETTEXT_PACKAGE || FindPackageName() || "unknown";
 
127
my $PKGNAME = FindPackageName ();
 
128
 
 
129
# --version and --help don't require a module name
 
130
my $MODULE = $GETTEXT_PACKAGE || $PKGNAME || "unknown";
128
131
 
129
132
if ($POT_ARG)
130
133
{