Package: audacious-dumb
Severity: normal

The shared library (libdumb.so) should be removed on clean. Attached is a patch 
to 
fix this bug.


-- System Information:
Debian Release: squeeze/sid
  APT prefers lucid-updates
  APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 'lucid')
Architecture: i386 (i686)

Kernel: Linux 2.6.34-020634rc7-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u audacious-dumb-0.57/debian/rules audacious-dumb-0.57/debian/rules
--- audacious-dumb-0.57/debian/rules
+++ audacious-dumb-0.57/debian/rules
@@ -24,6 +24,7 @@
 	dh_testroot
 	rm -f build-stamp configure-stamp
 	[ ! -f Makefile ] || $(MAKE) clean
+	$(RM) libdumb.so
 	dh_clean 
 
 install: build

Reply via email to