Bug#598226: clean deletes .pc dir breaking quilt
Goswin von Brederlow
goswin-v-b at web.de
Mon Sep 27 17:53:27 UTC 2010
Package: freeciv
Version: 2.2.2-1
Severity: normal
Hi,
I spotted another little bug. This doesn't prevent the source from
building but it is damn anoying working with it. The debian/rules
clean target removes the .pc dir while the quilt series is still
applied. I assume this is a left over from before the package was
changed to 3.0 (quilt) format. Attached patch removes the faulty line.
MfG
Goswin
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.31.5-book-1 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
-------------- next part --------------
--- debian/rules~ 2010-08-28 23:26:51.000000000 +0200
+++ debian/rules 2010-09-27 19:49:25.000000000 +0200
@@ -97,7 +97,6 @@
-rm -f config.cache config.sub config.guess
-rm -f bootstrap/config.sub bootstrap/config.guess
-rm -rf build-stamp build-xaw3d build-gtk build-sdl build-server
- -rm -rf .pc/
dh_clean
More information about the Pkg-games-devel
mailing list