Package: stopmotion
Version: 0.5.2-1
Severity: important
Tags: patch

Hi

The package fails to build for the second time, because of the
config.status target.
Renaming the target config.stats to e.g. config would solve the
problem. Also cleaning up the package during the clean target is
IMHO a good idea :)
A patch is attached.

Greetings
Steffen
--- old/stopmotion-0.5.2/debian/rules	2006-06-13 12:10:37.000000000 +0200
+++ stopmotion-0.5.2/debian/rules	2006-06-13 12:08:11.000000000 +0200
@@ -13,14 +13,14 @@
 	CFLAGS += -O2
 endif
 
-config.status: configure
+config: configure
 	dh_testdir
 	# Add here commands to configure the package.
 	CFLAGS="$(CFLAGS)" ./configure --prefix=/usr
 
 build: build-stamp
 
-build-stamp:  config.status
+build-stamp:  config
 	dh_testdir
 
 	# Add here commands to compile the package.
@@ -30,7 +30,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp 
+	rm -f build-stamp config.log config.status
 
 	# Add here commands to clean up after the build process.
 	-$(MAKE) distclean

Reply via email to