diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-22 19:08:14 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-22 19:08:14 -0400 |
| commit | 55f16b25a5ea5a9f257760fdc765cbf2b40aed5e (patch) | |
| tree | f007d3a2747b2b87025d97336e85ad8748038548 | |
| parent | 0c087e47c9aca20b74907d50cf2518b10946feb4 (diff) | |
Add missing build deps and deps. Closes: #745459
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 723d554d..97ffa34f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +propellor (0.5.1) UNRELEASED; urgency=medium + + * Add missing build deps and deps. Closes: #745459 + + -- Joey Hess <joeyh@debian.org> Tue, 22 Apr 2014 19:07:59 -0400 + propellor (0.5.0) unstable; urgency=medium * Removed root domain records from SOA. Instead, use RootDomain diff --git a/debian/control b/debian/control index bfdc5880..a4dc2466 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,8 @@ Build-Depends: libghc-unix-compat-dev, libghc-ansi-terminal-dev, libghc-ifelse-dev, + libghc-network-dev, + libghc-quickcheck2-dev, libghc-mtl-dev, libghc-monadcatchio-transformers-dev, Maintainer: Joey Hess <joeyh@debian.org> @@ -30,6 +32,8 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, libghc-unix-compat-dev, libghc-ansi-terminal-dev, libghc-ifelse-dev, + libghc-network-dev, + libghc-quickcheck2-dev, libghc-mtl-dev, libghc-monadcatchio-transformers-dev, git, |
