diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-26 20:47:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-26 20:47:44 -0400 |
commit | 33fe8eee9a25751b9fd94e9ef09e51dd20fef897 (patch) | |
tree | 6ec281f6b53e2f4949377d8a6e4bff61864a3793 /debian/control | |
parent | cdbfdf7257770a44b2a544d89ab19c7f5aef3e4f (diff) |
fix syntax
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index ba8f571c8..4de0223f3 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Build-Depends: libghc-edit-distance-dev, libghc-hinotify-dev [linux-any], libghc-stm-dev (>= 2.3), - libghc-dbus-dev [linux-any] (>= 0.10.3), + libghc-dbus-dev (>= 0.10.3) [linux-any], libghc-yesod-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64], libghc-yesod-static-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64], libghc-yesod-default-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64], |