diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-29 14:31:54 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-29 14:31:54 -0400 |
| commit | a5842683349d6d5f41c46414e1721253f5b4779e (patch) | |
| tree | ddfdf32d14d149bd8f7b250c3f7e5d59686abbb3 /debian | |
| parent | cdce8317c707eb3bfc0fd3eb87da65a3d3503db5 (diff) | |
Ensure build deps are installed before building propellor in --spin and cron job, even if propellor was already built before, to deal with upgrades that add new dependencies.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 592c75a7..5c166f0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,9 @@ propellor (2.4.0) UNRELEASED; urgency=medium * Merged Utility changes from git-annex. * Switched from MonadCatchIO-transformers to the newer transformers and exceptions libraries. + * Ensure build deps are installed before building propellor in --spin + and cron job, even if propellor was already built before, to deal with + upgrades that add new dependencies. -- Joey Hess <id@joeyh.name> Wed, 22 Apr 2015 20:59:59 -0400 |
