diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-08-04 13:20:31 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-08-04 13:20:31 -0400 |
commit | d2be218a4b4a5e2e25659db1e5438b0fca6b83e0 (patch) | |
tree | 99458aa3aa435424cadb66a933ad11d1d277d313 /debian | |
parent | b959c36c0a29272de3199b0c87d1058abd71eadb (diff) | |
download | debhelper-d2be218a4b4a5e2e25659db1e5438b0fca6b83e0.tar.gz |
perl_build: Avoid failing if forced to be used in dh_auto_clean when Build does not exist (ie due to being run twice in a row). Closes: #539848
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 20667098..9fa71cf2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +debhelper (7.3.10) UNRELEASED; urgency=low + + * perl_build: Avoid failing if forced to be used in dh_auto_clean + when Build does not exist (ie due to being run twice in a row). + Closes: #539848 + + -- Joey Hess <joeyh@debian.org> Tue, 04 Aug 2009 13:19:31 -0400 + debhelper (7.3.9) unstable; urgency=low * cmake: Avoid forcing rpath off as this can break some test suites. |