root / trunk / data / apt / timestamp.diff
| Revision 323, 4.0 kB (checked in by saurik, 5 months ago) |
|---|
-
cmdline/apt-cache.cc
diff -ru apt-0.6.46.4.1/cmdline/apt-cache.cc apt-0.6.46.4.1+iPhone/cmdline/apt-cache.cc
old new 1649 1649 /* */ 1650 1650 bool ShowHelp(CommandLine &Cmd) 1651 1651 { 1652 ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION,1653 COMMON_OS,COMMON_CPU ,__DATE__,__TIME__);1652 ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION, 1653 COMMON_OS,COMMON_CPU); 1654 1654 1655 1655 if (_config->FindB("version") == true) 1656 1656 return true; -
cmdline/apt-cdrom.cc
diff -ru apt-0.6.46.4.1/cmdline/apt-cdrom.cc apt-0.6.46.4.1+iPhone/cmdline/apt-cdrom.cc
old new 135 135 /* */ 136 136 int ShowHelp() 137 137 { 138 ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION,139 COMMON_OS,COMMON_CPU ,__DATE__,__TIME__);138 ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION, 139 COMMON_OS,COMMON_CPU); 140 140 if (_config->FindB("version") == true) 141 141 return 0; 142 142 -
cmdline/apt-config.cc
diff -ru apt-0.6.46.4.1/cmdline/apt-config.cc apt-0.6.46.4.1+iPhone/cmdline/apt-config.cc
old new 67 67 /* */ 68 68 int ShowHelp() 69 69 { 70 ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION,71 COMMON_OS,COMMON_CPU ,__DATE__,__TIME__);70 ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION, 71 COMMON_OS,COMMON_CPU); 72 72 if (_config->FindB("version") == true) 73 73 return 0; 74 74 -
cmdline/apt-extracttemplates.cc
diff -ru apt-0.6.46.4.1/cmdline/apt-extracttemplates.cc apt-0.6.46.4.1+iPhone/cmdline/apt-extracttemplates.cc
old new 222 222 /* */ 223 223 int ShowHelp(void) 224 224 { 225 ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION,226 COMMON_OS,COMMON_CPU ,__DATE__,__TIME__);225 ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION, 226 COMMON_OS,COMMON_CPU); 227 227 228 228 if (_config->FindB("version") == true) 229 229 return 0; -
cmdline/apt-get.cc
diff -ru apt-0.6.46.4.1/cmdline/apt-get.cc apt-0.6.46.4.1+iPhone/cmdline/apt-get.cc
old new 2384 2384 /* */ 2385 2385 bool ShowHelp(CommandLine &CmdL) 2386 2386 { 2387 ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION,2388 COMMON_OS,COMMON_CPU ,__DATE__,__TIME__);2387 ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION, 2388 COMMON_OS,COMMON_CPU); 2389 2389 2390 2390 if (_config->FindB("version") == true) 2391 2391 { -
cmdline/apt-sortpkgs.cc
diff -ru apt-0.6.46.4.1/cmdline/apt-sortpkgs.cc apt-0.6.46.4.1+iPhone/cmdline/apt-sortpkgs.cc
old new 141 141 /* */ 142 142 int ShowHelp() 143 143 { 144 ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION,145 COMMON_OS,COMMON_CPU ,__DATE__,__TIME__);144 ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION, 145 COMMON_OS,COMMON_CPU); 146 146 if (_config->FindB("version") == true) 147 147 return 0; 148 148 -
ftparchive/apt-ftparchive.cc
diff -ru apt-0.6.46.4.1/ftparchive/apt-ftparchive.cc apt-0.6.46.4.1+iPhone/ftparchive/apt-ftparchive.cc
old new 547 547 /* */ 548 548 bool ShowHelp(CommandLine &CmdL) 549 549 { 550 ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION,551 COMMON_OS,COMMON_CPU ,__DATE__,__TIME__);550 ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION, 551 COMMON_OS,COMMON_CPU); 552 552 if (_config->FindB("version") == true) 553 553 return true; 554 554
Note: See TracBrowser
for help on using the browser.
