* Fix clean target in debian/rules to allow for proper failure handling.
This commit is contained in:
parent
fc1796e609
commit
dcf15ff009
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -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
2
debian/rules
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user