summaryrefslogtreecommitdiff
path: root/data/aptitude/timestamp.diff
diff options
context:
space:
mode:
Diffstat (limited to 'data/aptitude/timestamp.diff')
-rw-r--r--data/aptitude/timestamp.diff14
1 files changed, 0 insertions, 14 deletions
diff --git a/data/aptitude/timestamp.diff b/data/aptitude/timestamp.diff
deleted file mode 100644
index 7276fa8ed..000000000
--- a/data/aptitude/timestamp.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-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