Package: xarchiver
Version: 0.4.6-7
Severity: minor
Tags: patch
Due to two mistakes in debian/rules configure is called multiple times
during build (and thus also some parts in the make process).
Attached patch fixes:
- config.status depending on the phony target patch (instead of stamp-patch)
- declaring configure phony (it is a real file, telling make it should
not be treated as such makes it go havoc)
Hochachtungsvoll,
Bernhard R. Link
--
"Never contain programs so few bugs, as when no debugging tools are available!"
Niklaus Wirth
--- xarchiver-0.4.6.old/debian/rules 2008-07-23 11:14:55.000000000 +0200
+++ xarchiver-0.4.6/debian/rules 2008-07-23 11:27:35.000000000 +0200
@@ -18,7 +18,7 @@
CFLAGS += -O2
endif
-config.status: configure patch
+config.status: configure ${DPATCH_STAMPFN}
dh_testdir
# Configuring package
@@ -94,4 +94,4 @@
dh_builddeb
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install