* Update Standards-Version to 3.7.3 (no changes needed to be made)
* Promote XS-Vcs-* fields to Vcs-* fields, since they are now natively
supported by dpkg.
+ * Don't ignore a make clean error (check for the existance of Makefile
+ instead)
- -- John Wright <jsw@debian.org> Thu, 13 Dec 2007 00:18:40 -0700
+ -- John Wright <jsw@debian.org> Wed, 02 Jan 2008 12:46:50 -0700
fmit (0.97.7-1) unstable; urgency=low
rm -f build-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) distclean
+ [ ! -f Makefile ] || $(MAKE) distclean
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
cp -f /usr/share/misc/config.sub config.sub
endif