r4501 - packages/trunk/ketm/debian
Barry deFreese
bddebian at comcast.net
Wed Oct 31 14:09:52 UTC 2007
Gerfried Fuchs wrote:
> Hi!
>
> * Barry deFreese <bddebian-guest at alioth.debian.org> [2007-10-31 03:06:18 CET]:
>
>> Modified: packages/trunk/ketm/debian/rules
>> ===================================================================
>> --- packages/trunk/ketm/debian/rules 2007-10-30 20:01:00 UTC (rev 4500)
>> +++ packages/trunk/ketm/debian/rules 2007-10-31 02:06:18 UTC (rev 4501)
>> @@ -29,7 +29,7 @@
>> dh_testdir
>> dh_testroot
>> rm -f build-stamp configure-stamp
>> - [ ! -f Makefile ] || $(MAKE) distclean
>> + [ ! -f Makefile ] || $(MAKE) clean
>> QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
>> dh_clean
>>
>
> Besides that you didn't mention that change in neither debian/changelog
> nor the commit message, did you test it if it doesn't leave files in the
> soure dir? Did you do a complete build, a clean and then build the
> source package again to take a look at if it does give you a different
> result?
>
> So long,
> Rhonda
Doh, honestly that shouldn't have been committed. I need some advice on
that package. It currently does (well did) the make distclean but there
is no distclean target until it's patched so it actually fails on the
initial build unless you make it make clean. Subsequent builds seem to
fail entirely because it seems to wipe all of the autotools files.
Unfortunately it's kind of a work in progress because of these issues.
Thanks,
Barry deFreese
More information about the Pkg-games-devel
mailing list