summaryrefslogtreecommitdiffstats
path: root/debian/wheezy/applications/adept/debian/patches/remove_apport.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/wheezy/applications/adept/debian/patches/remove_apport.diff')
-rw-r--r--debian/wheezy/applications/adept/debian/patches/remove_apport.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/wheezy/applications/adept/debian/patches/remove_apport.diff b/debian/wheezy/applications/adept/debian/patches/remove_apport.diff
new file mode 100644
index 000000000..e768486eb
--- /dev/null
+++ b/debian/wheezy/applications/adept/debian/patches/remove_apport.diff
@@ -0,0 +1,12 @@
+diff -ur adept/adept/adept/dpkgpm.cpp adept/adept/adept/dpkgpm.cpp
+--- adept/adept/adept/dpkgpm.cpp
++++ adept/adept/adept/dpkgpm.cpp
+@@ -330,7 +330,7 @@
+ char* list[5];
+ char *line = strdup(m_statusBuffer.c_str());
+ TokSplitString(':', line, list, sizeof(list)/sizeof(list[0]));
+- WriteApportReport(list[1], list[3]);
++// WriteApportReport(list[1], list[3]);
+ free(line);
+ return;
+ }