mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
Massively overhaul the debian packaging to bring it up to 0.8.10rc5
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3855 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
a06efdc97c
commit
ae62c8f9c7
21 changed files with 1046 additions and 140 deletions
21
debian/patches/01glib-errors.dpatch
vendored
Executable file
21
debian/patches/01glib-errors.dpatch
vendored
Executable file
|
|
@ -0,0 +1,21 @@
|
|||
#! /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);
|
||||
|
||||
if (setup_changed)
|
||||
signal_emit("setup changed", 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue