Package: debreaper
Version: 0.2.1
Followup-For: Bug #489869
My first attempt required a change in reportbug.py
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491219
As per this response to my bugreport I made this new version of the
patch.
Best regards
Alban
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.25-rc7-00025-gacaef06-dirty (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages debreaper depends on:
ii bsd-mailx [mail-re 8.1.2-0.20071201cvs-3 A simple mail user agent
ii debconf [debconf-2 1.5.22 Debian configuration management sy
ii emacs21 [mail-read 21.4a+1-5.4 The GNU Emacs editor
ii evolution [mail-re 2.22.3.1-1 groupware suite with mail client a
ii gdb 6.8-3.3 The GNU Debugger
ii gnome-terminal [x- 2.22.3-1 The GNOME 2 terminal emulator appl
ii iceape-mailnews [m 1.1.11-1 Iceape Mail & Newsgroups and Addre
ii icedove [mail-read 2.0.0.14-1 free/unbranded thunderbird mail/ne
ii kmail [mail-reader 4:4.0.80-1 KDE Email client
ii konsole [x-termina 4:4.0.80-1 X terminal emulator for KDE 4
ii libc6 2.7-12 GNU C Library: Shared libraries
ii mutt [mail-reader] 1.5.18-2 text-based mailreader supporting M
ii python 2.5.2-1 An interactive high-level object-o
ii python-gtk2 2.12.1-6 Python bindings for the GTK+ widge
ii python-support 0.8.4 automated rebuilding support for P
ii reportbug 3.43 reports bugs in the Debian distrib
ii sunbird [mail-read 0.2.99+0.3alpha1-3 Sunbird standalone mail client
ii terminal.app [x-te 0.9.4+cvs20051125-5 Terminal Emulator for GNUstep
ii xdg-utils 1.0.2-6 desktop integration utilities from
ii xterm [x-terminal- 235-1 X terminal emulator
debreaper recommends no packages.
debreaper suggests no packages.
-- debconf information:
* debreaper/use_viaticum: All X sessions
--- bug_iface.py.orig 2008-07-17 19:22:19.000000000 +0200
+++ bug_iface.py 2008-07-18 19:18:46.000000000 +0200
@@ -3,7 +3,7 @@
# Licensed under the GPL (v2 only)
import sys
-sys.path.append("/usr/share/reportbug")
+sys.path.insert(0,"/usr/share/reportbug/reportbuglib")
import reportbug
bug_version = reportbug.VERSION_NUMBER