summaryrefslogtreecommitdiff
path: root/debian/patches/01glib-errors.dpatch
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@irssi.org>2008-01-25 12:13:53 +0000
committerexg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564>2008-01-25 12:13:53 +0000
commitbf6c3e72bbd966817d73f61f3016d0e82b2d6bad (patch)
tree18ee505ef35fdee5887b75a52c618c921f4a0ca6 /debian/patches/01glib-errors.dpatch
parentb52a60e9e061db16ff65f1e31809662768c00eaa (diff)
downloadirssi-bf6c3e72bbd966817d73f61f3016d0e82b2d6bad.zip
Remove debian directory, acked by debian maintainers.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4689 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'debian/patches/01glib-errors.dpatch')
-rwxr-xr-xdebian/patches/01glib-errors.dpatch21
1 files changed, 0 insertions, 21 deletions
diff --git a/debian/patches/01glib-errors.dpatch b/debian/patches/01glib-errors.dpatch
deleted file mode 100755
index ac9e191e..00000000
--- a/debian/patches/01glib-errors.dpatch
+++ /dev/null
@@ -1,21 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01glib-errors.dpatch by David Pashley <david@davidpashley.com>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
-@DPATCH@
-diff -urNad --exclude=CVS --exclude=.svn ./src/fe-common/core/fe-common-core.c /tmp/dpep-work.Z3VDTJ/irssi-0.8.10~rc5/src/fe-common/core/fe-common-core.c
---- ./src/fe-common/core/fe-common-core.c 2004-08-20 03:02:29.000000000 +0300
-+++ /tmp/dpep-work.Z3VDTJ/irssi-0.8.10~rc5/src/fe-common/core/fe-common-core.c 2005-07-15 21:57:54.000000000 +0300
-@@ -430,6 +430,10 @@
- (GLogLevelFlags) (G_LOG_LEVEL_CRITICAL |
- G_LOG_LEVEL_WARNING),
- (GLogFunc) glog_func, NULL);
-+ g_log_set_handler("GLib",
-+ (GLogLevelFlags) (G_LOG_LEVEL_CRITICAL |
-+ G_LOG_LEVEL_WARNING),
-+ (GLogFunc) glog_func, NULL); /* send glib errors to the same place */
-
- if (setup_changed)
- signal_emit("setup changed", 0);