summaryrefslogtreecommitdiff
path: root/data/aptitude
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-06-18 07:22:07 +0000
committerJay Freeman <saurik@saurik.com>2008-06-18 07:22:07 +0000
commit2893b4289e0e13e22470908a0326515b9c1ec333 (patch)
tree3ce4223c038d8531ff5d013331a05405eebd4451 /data/aptitude
parent056bad3691237101d94ac0e747a1bab418ba13ae (diff)
Went through and did my best to remove timestamping.
git-svn-id: http://svn.telesphoreo.org/trunk@326 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/aptitude')
-rw-r--r--data/aptitude/timestamp.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/aptitude/timestamp.diff b/data/aptitude/timestamp.diff
new file mode 100644
index 000000000..7276fa8ed
--- /dev/null
+++ b/data/aptitude/timestamp.diff
@@ -0,0 +1,14 @@
+diff -ru aptitude-0.4.4.orig/src/main.cc aptitude-0.4.4.orig+iPhone/src/main.cc
+--- aptitude-0.4.4.orig/src/main.cc 2006-10-27 04:26:08.000000000 +0000
++++ aptitude-0.4.4.orig+iPhone/src/main.cc 2008-06-18 06:36:30.000000000 +0000
+@@ -96,8 +96,8 @@
+
+ static void show_version()
+ {
+- printf(_("%s %s compiled at %s %s\n"),
+- PACKAGE, VERSION, __DATE__, __TIME__);
++ printf(_("%s %s\n"),
++ PACKAGE, VERSION);
+ #ifdef __GNUC__
+ printf(_("Compiler: g++ %s\n"), __VERSION__);
+ #endif