Bug#212838: /etc/ppp/ip-up.d/0xisp-dns not disabled on package removal

2003-09-26 Thread Thomas Hood
Package: xisp
Version: 2.7p1-2 (not installed)
Severity: important

/etc/ppp/ip-up.d/0xisp-dns should be a no-op if the package is
removed.  It needs a 

   [ -x usr/bin/xispid ] || exit 0

near the top.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux thanatos 2.4.22 #1 Mon Sep 1 09:45:41 CEST 2003 i686
Locale: LANG=C, LC_CTYPE=C




Bug#212841: xisp: Please support resolvconf

2003-09-26 Thread Thomas Hood
Package: xisp
Version: unavailable; reported 2003-09-26
Severity: wishlist

Xisp's /etc/ppp/ip-up.d/0xisp-dns and /etc/ppp/ip-down.d/0xisp-dns
add and remove nameserver lines from /etc/resolv.conf .  This is
incompatible with the functioning of the resolvconf package which
itself wants to take control of /etc/resolv.conf .

To make the above scripts resolvconf-compatible, please surround
the code that changes /etc/resolv.conf with an if ... then, as
follows

if [ ! -x /sbin/resolvconf ] ; then
... current code that changes /etc/resolv.conf ...
fi

This change needs to be made in both /etc/ppp/ip-up.d/0xisp-dns
and /etc/ppp/ip-down.d/0xisp-dns.  Thanks.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux thanatos 2.4.22 #1 Mon Sep 1 09:45:41 CEST 2003 i686
Locale: LANG=C, LC_CTYPE=C




Bug#212842: xisp: Can now use dh_installppp

2003-09-26 Thread Thomas Hood
Package: xisp
Version: unavailable; reported 2003-09-26
Severity: wishlist

This is just FYI.

The scripts /etc/ppp/ip-up.d/0xisp-dns and /etc/ppp/ip-down.d/0xisp-dns
can now be installed using dh_installppp.  You need to Build-Depend on
debhelper >= 4.1.68 to use this.

To make use of it you need to rename
debian/ip-up.xisp.dns to debian/xisp.0xisp-dns.ppp.ip-up and
debian/ip-down.xisp.dns to debian/xisp.0xisp-dns.ppp.ip-down .
Replace the two "cp" commands in debian/rules with the single
line "dh_installppp --name=0xisp-dns".  dh_installppp will install
the scripts with the correct permissions.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux thanatos 2.4.22 #1 Mon Sep 1 09:45:41 CEST 2003 i686
Locale: LANG=C, LC_CTYPE=C




Bug#212871: distributed-net: debian/apm misuses on_ac_power

2003-09-26 Thread Thomas Hood
Package: distributed-net
Version: 2.9001.478-2 (not installed)
Severity: minor

If on_ac_power returns a non-true status that means either that the
machine is not on AC power (exit status 1) or that on_ac_power couldn't
tell whether or not the machine is on AC power (exit status 255).
Please make sure that you really want to stop distributed-net in the
latter case.  If you don't then you should check the exit status of
on_ac_power and act accordingly.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux thanatos 2.4.22 #1 Mon Sep 1 09:45:41 CEST 2003 i686
Locale: LANG=C, LC_CTYPE=C




Bug#212874: distributed-net: Can now use dh_installppp

2003-09-26 Thread Thomas Hood
Package: distributed-net
Version: 2.9001.478-2 (not installed)
Severity: wishlist

This is FYI.

The script /etc/ppp/ip-up.d/distributed-net can now be installed using
dh_installppp.  You need to Build-Depend on debhelper >= 4.1.68 to use this.

For this to work you need to rename
debian/ip-up to debian/distributed-net.ppp.ip-up and then replace the
"install" lines for this with the line:

dh_installppp


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux thanatos 2.4.22 #1 Mon Sep 1 09:45:41 CEST 2003 i686
Locale: LANG=C, LC_CTYPE=C




Bug#212899: gshield: Can now use dh_installppp

2003-09-26 Thread Thomas Hood
Package: gshield
Version: 2.8-11 (not installed)
Severity: wishlist

This is FYI.

The scripts /etc/ppp/ip-up.d/gshield and /etc/ppp/ip-down.d/gshield
can now be installed using dh_installppp.  You need to Build-Depend
on debhelper >= 4.1.68 to use this.

For this to work you need to rename
debian/gshield.ip-up to debian/gshield.ppp.ip-up and
debian/gshield.ip-down to debian/gshield.ppp.ip-down , then replace the
two "install" lines for these in debian/rules with a single line:

dh_installppp


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux thanatos 2.4.22 #1 Mon Sep 1 09:45:41 CEST 2003 i686
Locale: LANG=C, LC_CTYPE=C




Bug#212936: fails to un-install

2003-09-26 Thread Norbert Veber
Package: multi-gnome-terminal
Version: 1.6.2-2
Severity: serious

I'm pretty sure this violates some section of policy.  If not, then it
should. :)

Removing multi-gnome-terminal ...
update-alternatives: --slave only allowed with --install

Debian update-alternatives 1.10.15.
Copyright (C) 1995 Ian Jackson.
Copyright (C) 2000-2002 Wichert Akkerman
This is free software; see the GNU General Public Licence
version 2 or later for copying conditions.  There is NO warranty.

Usage: update-alternatives --install
  [--slave   ] ...
   update-alternatives --remove  
   update-alternatives --remove-all 
   update-alternatives --auto 
   update-alternatives --display 
   update-alternatives --list 
   update-alternatives --config 
   update-alternatives --set  
   update-alternatives --all
 is the name in /etc/alternatives.
 is the name referred to.
 is the link pointing to /etc/alternatives/.
 is an integer; options with higher numbers are chosen.

Options:  --verbose|--quiet  --test  --help  --version
  --altdir   --admindir 
dpkg: error processing multi-gnome-terminal (--remove):
 subprocess pre-removal script returned error exit status 2
Errors were encountered while processing:
 multi-gnome-terminal
E: Sub-process /usr/bin/dpkg returned an error code (1)


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux pyre.virge.net 2.4.22-1-k7 #1 Sat Sep 6 02:13:04 EST 2003 i686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8

Versions of packages multi-gnome-terminal depends on:
ii  debconf 1.3.14   Debian configuration management sy
ii  gdk-imlib1  1.9.14-13imaging library for use with gtk (
ii  libart2 1.4.2-15 The GNOME canvas widget - runtime 
ii  libaudiofile0   0.2.3-4  The Audiofile Library
ii  libc6   2.3.2-8  GNU C Library: Shared libraries an
ii  libdb3  3.2.9-19 Berkeley v3 Database Libraries [ru
ii  libesd0 0.2.29-1 Enlightened Sound Daemon - Shared 
ii  libglade-gnome0 1:0.17-2.10  Library to load .glade files at ru
ii  libglade0   1:0.17-2.10  Library to load .glade files at ru
ii  libglib1.2  1.2.10-9 The GLib library of C routines
ii  libgnome32  1.4.2-15 The GNOME libraries
ii  libgnomesupport01.4.2-15 The GNOME libraries (Support libra
ii  libgnomeui321.4.2-15 The GNOME libraries (User Interfac
ii  libgnorba27 1.4.2-15 GNOME CORBA services
ii  libgtk1.2   1.2.10-16The GIMP Toolkit set of widgets fo
ii  liborbit0   0.5.17-9 Libraries for ORBit - a CORBA ORB
ii  libpopt01.7-2lib for parsing cmdline parameters
ii  libwrap07.6-ipv6.1-3 Wietse Venema's TCP wrappers libra
ii  libxml1 1:1.8.17-3   GNOME XML library
ii  xlibs   4.2.1-11 X Window System client libraries
ii  zlib1g  1:1.1.4-15   compression library - runtime

-- debconf information excluded