diff options
author | Jay Freeman <saurik@saurik.com> | 2009-04-15 21:56:57 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2009-04-15 21:56:57 +0000 |
commit | d17a5ee06c0c2960d319d4cc3ea9b0c04896d125 (patch) | |
tree | 5f43c099dcfe5d506dd153d71e76b5e48ce60c53 /data/apt/textdomain.diff | |
parent | 7aaf9e3588662f4d7e50434b4c41a15ad49b5b45 (diff) |
Upgraded to APT 0.7.
git-svn-id: http://svn.telesphoreo.org/trunk@589 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/apt/textdomain.diff')
-rw-r--r-- | data/apt/textdomain.diff | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/data/apt/textdomain.diff b/data/apt/textdomain.diff new file mode 100644 index 000000000..6ef3853e5 --- /dev/null +++ b/data/apt/textdomain.diff @@ -0,0 +1,72 @@ +diff -ru apt-0.7.20.2/cmdline/apt-cache.cc apt-0.7.20.2+iPhone/cmdline/apt-cache.cc +--- apt-0.7.20.2/cmdline/apt-cache.cc 2009-02-07 15:09:35.000000000 +0000 ++++ apt-0.7.20.2+iPhone/cmdline/apt-cache.cc 2009-04-14 16:10:02.000000000 +0000 +@@ -1810,7 +1810,7 @@ + + // Set up gettext support + setlocale(LC_ALL,""); +- textdomain(PACKAGE); ++ //textdomain(PACKAGE); + + // Parse the command line and initialize the package library + CommandLine CmdL(Args,_config); +diff -ru apt-0.7.20.2/cmdline/apt-cdrom.cc apt-0.7.20.2+iPhone/cmdline/apt-cdrom.cc +--- apt-0.7.20.2/cmdline/apt-cdrom.cc 2009-02-07 15:09:35.000000000 +0000 ++++ apt-0.7.20.2+iPhone/cmdline/apt-cdrom.cc 2009-04-14 16:10:02.000000000 +0000 +@@ -188,7 +188,7 @@ + + // Set up gettext support + setlocale(LC_ALL,""); +- textdomain(PACKAGE); ++ //textdomain(PACKAGE); + + // Parse the command line and initialize the package library + CommandLine CmdL(Args,_config); +diff -ru apt-0.7.20.2/cmdline/apt-config.cc apt-0.7.20.2+iPhone/cmdline/apt-config.cc +--- apt-0.7.20.2/cmdline/apt-config.cc 2009-02-07 15:09:35.000000000 +0000 ++++ apt-0.7.20.2+iPhone/cmdline/apt-config.cc 2009-04-14 16:10:02.000000000 +0000 +@@ -103,7 +103,7 @@ + + // Set up gettext support + setlocale(LC_ALL,""); +- textdomain(PACKAGE); ++ //textdomain(PACKAGE); + + // Parse the command line and initialize the package library + CommandLine CmdL(Args,_config); +diff -ru apt-0.7.20.2/cmdline/apt-extracttemplates.cc apt-0.7.20.2+iPhone/cmdline/apt-extracttemplates.cc +--- apt-0.7.20.2/cmdline/apt-extracttemplates.cc 2009-02-07 15:09:35.000000000 +0000 ++++ apt-0.7.20.2+iPhone/cmdline/apt-extracttemplates.cc 2009-04-14 16:10:02.000000000 +0000 +@@ -361,7 +361,7 @@ + + // Set up gettext support + setlocale(LC_ALL,""); +- textdomain(PACKAGE); ++ //textdomain(PACKAGE); + + // Parse the command line and initialize the package library + CommandLine CmdL(Args,_config); +diff -ru apt-0.7.20.2/cmdline/apt-get.cc apt-0.7.20.2+iPhone/cmdline/apt-get.cc +--- apt-0.7.20.2/cmdline/apt-get.cc 2009-02-07 15:09:35.000000000 +0000 ++++ apt-0.7.20.2+iPhone/cmdline/apt-get.cc 2009-04-15 19:38:48.000000000 +0000 +@@ -2758,7 +2759,7 @@ + + // Set up gettext support + setlocale(LC_ALL,""); +- textdomain(PACKAGE); ++ //textdomain(PACKAGE); + + // Parse the command line and initialize the package library + CommandLine CmdL(Args,_config); +diff -ru apt-0.7.20.2/cmdline/apt-sortpkgs.cc apt-0.7.20.2+iPhone/cmdline/apt-sortpkgs.cc +--- apt-0.7.20.2/cmdline/apt-sortpkgs.cc 2009-02-07 15:09:35.000000000 +0000 ++++ apt-0.7.20.2+iPhone/cmdline/apt-sortpkgs.cc 2009-04-14 16:10:02.000000000 +0000 +@@ -174,7 +174,7 @@ + + // Set up gettext support + setlocale(LC_ALL,""); +- textdomain(PACKAGE); ++ //textdomain(PACKAGE); + + // Parse the command line and initialize the package library + CommandLine CmdL(Args,_config); |