~ubuntu-branches/ubuntu/oneiric/irssi/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/03help-URL-fix

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2009-05-05 15:50:50 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090505155050-aoqlnpes7che9rtd
Tags: 0.8.13-1ubuntu1
* Merge from debian unstable (LP: #372411), remaining changes:
  - debian/patches: 03firsttimer_text
    + Adapt it so it tells you about connecting to irc.ubuntu.com and
      joining #ubuntu instead of irc.debian.org and #debian.
  - debian/patches: 90irc-ubuntu-com
* Fixed debian/patches/90irc-ubuntu-com for new irssi.conf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Author: Geert   vim:ft=diff:
2
 
Description: Fix broken URI, BTS #483673 (upstream svn r4612)
3
 
 
4
 
Index: irssi-0.8.12/irssi.conf
5
 
===================================================================
6
 
--- irssi-0.8.12.orig/irssi.conf
7
 
+++ irssi-0.8.12/irssi.conf
8
 
@@ -124,7 +124,7 @@ statusbar = {
9
 
     prompt = "{prompt $[.15]itemname}";
10
 
     prompt_empty = "{prompt $winname}";
11
 
     topic = " $topic";
12
 
-    topic_empty = " Irssi v$J - http://irssi.org/help/";
13
 
+    topic_empty = " Irssi v$J - http://www.irssi.org";
14
 
 
15
 
     # all of these treated specially, they're only displayed when needed
16
 
     lag = "{sb Lag: $0-}";
17
 
Index: irssi-0.8.12/src/fe-text/irssi.c
18
 
===================================================================
19
 
--- irssi-0.8.12.orig/src/fe-text/irssi.c
20
 
+++ irssi-0.8.12/src/fe-text/irssi.c
21
 
@@ -86,7 +86,7 @@ static const char *firsttimer_text =
22
 
        "Looks like this is the first time you've run irssi.\n"
23
 
        "This is just a reminder that you really should go read\n"
24
 
        "startup-HOWTO if you haven't already. You can find it\n"
25
 
-       "and more irssi beginner info at http://irssi.org/help/\n"
26
 
+       "and more irssi beginner info at http://www.irssi.org\n"
27
 
        "\n"
28
 
        "For the truly impatient people who don't like any automatic\n"
29
 
        "window creation or closing, just type: /MANUAL-WINDOWS";