[pkg-ggz-maintainers] Build problems

Peter Eisentraut peter_e at gmx.net
Tue Jan 10 17:11:21 UTC 2006


I've tried to build libggz, which works, but only the first time.  On
the second time, the clean target does not work correctly so the build
fails.

The following patch fixes that:

--- rules.common.mk     2006-01-09 21:38:13.000000000 +0100
+++ ../__debian_work__/libggz-0.0.12/debian/rules.common.mk     2006-01-09 22:06:07.000000000 +0100
@@ -50,11 +51,8 @@

 clean: checkroot
        dh_clean
-       rm -f *-stamp
-       rm -f config.log
-       rm -f config.status
-       rm -f debian/files
        -$(MAKE) distclean
+       rm -f *-stamp

 ### misc rules

I see that the master copy of rules.common.mk is in ggz-utils, but
where does the changelog go?  ggz-utils has its own changelog but
is that actually a package of its own?



More information about the pkg-ggz-maintainers mailing list