~ubuntu-branches/ubuntu/edgy/ircii-pana/edgy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Fabio M. Di Nitto
  • Date: 2006-10-04 06:46:52 UTC
  • Revision ID: james.westby@ubuntu.com-20061004064652-cyikhscpmwqirakz
Tags: 1:1.1-4ubuntu1

* debian/rules
  + Set default server to irc.ubuntu.com.
    (Closes Ubuntu: #52690)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
VERSION := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
27
27
 
28
28
CONFARGS =      --with-non-blocking=posix \
29
 
                --with-default-server=irc.debian.org:6667 \
 
29
                --with-default-server=irc.ubuntu.com:6667 \
30
30
                --without-socks --enable-ipv6 --prefix=/usr
31
31
 
32
32
NORMAL_CONFARGS = $(CONFARGS) --with-plugins=all