* Fix clean target in debian/rules to allow for proper failure handling.

This commit is contained in:
martin f. krafft 2008-03-05 17:10:54 +01:00
parent fc1796e609
commit dcf15ff009
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View File

@ -2,8 +2,9 @@ offlineimap (5.99.8) UNRELEASED; urgency=low
* Bump Standards-Version to 3.7.3 — no changes required. * Bump Standards-Version to 3.7.3 — no changes required.
* Bump debhelper compatibility level to 6 — no changes required. * Bump debhelper compatibility level to 6 — no changes required.
* Fix clean target in debian/rules to allow for proper failure handling.
-- martin f. krafft <madduck@debian.org> Wed, 05 Mar 2008 17:09:32 +0100 -- martin f. krafft <madduck@debian.org> Wed, 05 Mar 2008 17:10:26 +0100
offlineimap (5.99.7) unstable; urgency=low offlineimap (5.99.7) unstable; urgency=low

2
debian/rules vendored
View File

@ -44,7 +44,7 @@ clean:
rm -f build-stamp configure-stamp rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process. # Add here commands to clean up after the build process.
-$(MAKE) clean [ ! -f Makefile ] || $(MAKE) clean
dh_clean dh_clean