summaryrefslogtreecommitdiff
path: root/data/apt/timestamp.diff
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-06-17 22:20:22 +0000
committerJay Freeman <saurik@saurik.com>2008-06-17 22:20:22 +0000
commitb67347bbf4b0f5a2ad102c00fc1b213ad30993d0 (patch)
tree48c31abd7e013c022d5866075ddd1b3d64af5be9 /data/apt/timestamp.diff
parent00f9a8f26321d0e37ecab72777bd77aab249d4ab (diff)
Removed a number of evil timestamps from builds.
git-svn-id: http://svn.telesphoreo.org/trunk@323 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/apt/timestamp.diff')
-rw-r--r--data/apt/timestamp.diff98
1 files changed, 98 insertions, 0 deletions
diff --git a/data/apt/timestamp.diff b/data/apt/timestamp.diff
new file mode 100644
index 000000000..bedb9cadf
--- /dev/null
+++ b/data/apt/timestamp.diff
@@ -0,0 +1,98 @@
+diff -ru apt-0.6.46.4.1/cmdline/apt-cache.cc apt-0.6.46.4.1+iPhone/cmdline/apt-cache.cc
+--- apt-0.6.46.4.1/cmdline/apt-cache.cc 2006-12-04 14:37:35.000000000 +0000
++++ apt-0.6.46.4.1+iPhone/cmdline/apt-cache.cc 2008-06-16 19:48:11.000000000 +0000
+@@ -1649,8 +1649,8 @@
+ /* */
+ bool ShowHelp(CommandLine &Cmd)
+ {
+- ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION,
+- COMMON_OS,COMMON_CPU,__DATE__,__TIME__);
++ ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION,
++ COMMON_OS,COMMON_CPU);
+
+ if (_config->FindB("version") == true)
+ return true;
+diff -ru apt-0.6.46.4.1/cmdline/apt-cdrom.cc apt-0.6.46.4.1+iPhone/cmdline/apt-cdrom.cc
+--- apt-0.6.46.4.1/cmdline/apt-cdrom.cc 2006-12-04 14:37:35.000000000 +0000
++++ apt-0.6.46.4.1+iPhone/cmdline/apt-cdrom.cc 2008-06-16 19:47:49.000000000 +0000
+@@ -135,8 +135,8 @@
+ /* */
+ int ShowHelp()
+ {
+- ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION,
+- COMMON_OS,COMMON_CPU,__DATE__,__TIME__);
++ ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION,
++ COMMON_OS,COMMON_CPU);
+ if (_config->FindB("version") == true)
+ return 0;
+
+diff -ru apt-0.6.46.4.1/cmdline/apt-config.cc apt-0.6.46.4.1+iPhone/cmdline/apt-config.cc
+--- apt-0.6.46.4.1/cmdline/apt-config.cc 2006-12-04 14:37:35.000000000 +0000
++++ apt-0.6.46.4.1+iPhone/cmdline/apt-config.cc 2008-06-16 19:47:55.000000000 +0000
+@@ -67,8 +67,8 @@
+ /* */
+ int ShowHelp()
+ {
+- ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION,
+- COMMON_OS,COMMON_CPU,__DATE__,__TIME__);
++ ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION,
++ COMMON_OS,COMMON_CPU);
+ if (_config->FindB("version") == true)
+ return 0;
+
+diff -ru apt-0.6.46.4.1/cmdline/apt-extracttemplates.cc apt-0.6.46.4.1+iPhone/cmdline/apt-extracttemplates.cc
+--- apt-0.6.46.4.1/cmdline/apt-extracttemplates.cc 2006-12-04 14:37:35.000000000 +0000
++++ apt-0.6.46.4.1+iPhone/cmdline/apt-extracttemplates.cc 2008-06-16 19:48:06.000000000 +0000
+@@ -222,8 +222,8 @@
+ /* */
+ int ShowHelp(void)
+ {
+- ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION,
+- COMMON_OS,COMMON_CPU,__DATE__,__TIME__);
++ ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION,
++ COMMON_OS,COMMON_CPU);
+
+ if (_config->FindB("version") == true)
+ return 0;
+diff -ru apt-0.6.46.4.1/cmdline/apt-get.cc apt-0.6.46.4.1+iPhone/cmdline/apt-get.cc
+--- apt-0.6.46.4.1/cmdline/apt-get.cc 2006-12-04 14:37:35.000000000 +0000
++++ apt-0.6.46.4.1+iPhone/cmdline/apt-get.cc 2008-06-16 19:47:43.000000000 +0000
+@@ -2384,8 +2384,8 @@
+ /* */
+ bool ShowHelp(CommandLine &CmdL)
+ {
+- ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION,
+- COMMON_OS,COMMON_CPU,__DATE__,__TIME__);
++ ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION,
++ COMMON_OS,COMMON_CPU);
+
+ if (_config->FindB("version") == true)
+ {
+diff -ru apt-0.6.46.4.1/cmdline/apt-sortpkgs.cc apt-0.6.46.4.1+iPhone/cmdline/apt-sortpkgs.cc
+--- apt-0.6.46.4.1/cmdline/apt-sortpkgs.cc 2006-12-04 14:37:35.000000000 +0000
++++ apt-0.6.46.4.1+iPhone/cmdline/apt-sortpkgs.cc 2008-06-16 19:48:00.000000000 +0000
+@@ -141,8 +141,8 @@
+ /* */
+ int ShowHelp()
+ {
+- ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION,
+- COMMON_OS,COMMON_CPU,__DATE__,__TIME__);
++ ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION,
++ COMMON_OS,COMMON_CPU);
+ if (_config->FindB("version") == true)
+ return 0;
+
+diff -ru apt-0.6.46.4.1/ftparchive/apt-ftparchive.cc apt-0.6.46.4.1+iPhone/ftparchive/apt-ftparchive.cc
+--- apt-0.6.46.4.1/ftparchive/apt-ftparchive.cc 2006-12-04 14:37:36.000000000 +0000
++++ apt-0.6.46.4.1+iPhone/ftparchive/apt-ftparchive.cc 2008-06-16 19:48:17.000000000 +0000
+@@ -547,8 +547,8 @@
+ /* */
+ bool ShowHelp(CommandLine &CmdL)
+ {
+- ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION,
+- COMMON_OS,COMMON_CPU,__DATE__,__TIME__);
++ ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION,
++ COMMON_OS,COMMON_CPU);
+ if (_config->FindB("version") == true)
+ return true;
+