Package: unworkable
Version: 0.51-2
Severity: normal
Tags: patch

debian/rules' clean target must clean some woking files, such as *.o, but 
does not clean. So package rebuild cause error.

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages unworkable depends on:
ii  libc6                         2.7-18     GNU C Library: Shared libraries
ii  libevent1                     1.3e-3     An asynchronous event notification
ii  libssl0.9.8                   0.9.8g-15  SSL shared libraries

unworkable recommends no packages.

unworkable suggests no packages.

-- no debconf information
diff -Nru --exclude changelog unworkable-0.51/debian/rules unworkable-0.51/debian/rules
--- unworkable-0.51/debian/rules	2009-01-25 19:57:02.000000000 +0900
+++ unworkable-0.51/debian/rules	2009-01-25 19:57:02.000000000 +0900
@@ -28,7 +28,7 @@
 	rm -f build-stamp
 
 	# Add here commands to clean up after the build process.
-	[ ! -f Makefile ] || $(MAKE) distclean
+	$(MAKE) -f GNUmakefile distclean
 
 	dh_clean 
 

Reply via email to