Package: python-beautifulsoup Version: 3.1.0.1-1 Severity: normal Tags: patch
Hi there, The package pollutes /usr/bin with test scripts (simple patch attached for removing them). $ dpkg -c ../python-beautifulsoup_3.1.0.1-1_all.deb drwxr-xr-x root/root 0 2009-05-12 23:02 ./ drwxr-xr-x root/root 0 2009-05-12 23:02 ./usr/ drwxr-xr-x root/root 0 2009-05-12 23:02 ./usr/bin/ -rwxr-xr-x root/root 99 2009-01-06 19:21 ./usr/bin/testall.sh -rwxr-xr-x root/root 195 2009-01-06 19:21 ./usr/bin/to3.sh [..] Cheers, Serafeim -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=el_GR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages python-beautifulsoup depends on: ii python 2.5.4-2 An interactive high-level object-o ii python-support 1.0.2 automated rebuilding support for P python-beautifulsoup recommends no packages. python-beautifulsoup suggests no packages. -- no debconf information
--- debian/rules.orig 2009-05-12 23:01:44.000000000 +0200 +++ /tmp/rules 2009-05-12 22:58:23.000000000 +0200 @@ -21,6 +21,7 @@ dh_installdirs python setup.py install --no-compile --prefix $(CURDIR)/debian/python-beautifulsoup/usr --install-lib $(CURDIR)/debian/python-beautifulsoup/usr/share/python-support/beautifulsoup + rm -rf debian/python-beautifulsoup/usr/bin # Build architecture-independent files here. binary-indep: build install

