Bug#549009: ampache should depends on apache2-mpm-prefork | httpd

2009-09-30 Thread Timothy Redaelli
Package: ampache Version: 3.5.1-1 Severity: minor ampache should not depends only on apache since it works also on others webserver (like nginx or lighttpd). I suggest to add a conditional depend with httpd. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy:

Bug#535654: gxemul: New homepage

2009-07-04 Thread Timothy Redaelli
Package: gxemul Version: 0.4.7.2-1 Severity: minor New homepage since 0.4.7.2 -- System Information: Debian Release: squeeze/sid APT prefers karmic-updates APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'karmic') Architecture: amd64 (x86_64) Kernel: Linux

Bug#521857:

2009-06-30 Thread Timothy Redaelli
I attach the patch to fix that bug --- ettercap-0.7.3.orig/src/protocols/ec_tcp.c +++ ettercap-0.7.3/src/protocols/ec_tcp.c @@ -116,7 +116,7 @@ tcp = (struct tcp_header *)DECODE_DATA; opt_start = (u_char *)(tcp + 1); - opt_end = (u_char *)((int)tcp + tcp-off * 4); + opt_end =

Bug#534561:

2009-06-29 Thread Timothy Redaelli
tags: +patch thanks I attach the patch to fix it diff -u dhcpcd-3.2.3/debian/config dhcpcd-3.2.3/debian/config --- dhcpcd-3.2.3/debian/config +++ dhcpcd-3.2.3/debian/config @@ -21,7 +21,7 @@ #SET_YP='yes' # Add other options here, see man 8 dhcpcd-bin for details. -OPTIONS='' +OPTIONS=() ;;

Bug#534561: debian/dhcpd does not allow spaces in OPTIONS OkCancel

2009-06-25 Thread Timothy Redaelli
Subject: dhcpcd: debian/dhcpd does not allow spaces in OPTIONS Package: dhcpcd Version: 1:3.2.3-3 Severity: normal *** Please type your report below this line *** You can't use spaces in OPTIONS (in /etc/default/dhcpcd) since IFS manage is wrong. For example if you need to use -i MSFT 5.0 as