/trunk/debian/changelog |
---|
5,6 → 5,7 |
* Build liboop-doc in binary-indep target (Closes: #475573). |
* Add debian/compat; remove DH_COMPAT from debian/rules. |
* Add dpatch. |
* Don't ignore "make distclean" errors. |
-- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 10:50:23 +0200 |
/trunk/debian/rules |
---|
106,8 → 106,8 |
dh_testroot |
rm -f build-stamp configure-stamp |
-$(MAKE) distclean |
-$(MAKE) -C liboop.org distclean |
[ ! -f Makefile ] || $(MAKE) distclean |
[ ! -f liboop.org/Makefile ] || $(MAKE) -C liboop.org distclean |
-test -r /usr/share/misc/config.sub && \ |
cp -f /usr/share/misc/config.sub config.sub |