diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2011-07-22 01:46:15 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2011-07-23 18:24:30 +0200 |
commit | 61896fa667257772b1a5df8a16103ce376ffe3bc (patch) | |
tree | 9a9fce9d5760354addf92faa4f8f1201f6bd7b98 /debian | |
parent | f1a33824e83d720da57a581372620e76ce20bddb (diff) |
Fix missing build-dependency on kfreebsd
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 4acb470..71b3eb0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +i3status (2.3-2) unstable; urgency=low + + [ Axel Beckert ] + * Fix missing build-dependency on kfreebsd. + + -- Michael Stapelberg <michael@stapelberg.de> Fri, 22 Jul 2011 01:35:42 +0200 + i3status (2.3-1) unstable; urgency=low [ Michael Stapelberg ] diff --git a/debian/control b/debian/control index 4ca214c..61d286d 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: utils Priority: extra Maintainer: Michael Stapelberg <michael@stapelberg.de> DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 5), libiw-dev [linux-any], libconfuse-dev, asciidoc, xmlto, libcap2-bin [linux-any], libasound2-dev [linux-any] +Build-Depends: debhelper (>= 5), libiw-dev [linux-any], libconfuse-dev, asciidoc, xmlto, libcap2-bin [linux-any], libasound2-dev [linux-any], libbsd-dev [kfreebsd-any] Standards-Version: 3.9.2 Homepage: http://i3wm.org/i3status |