diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-07-18 22:18:46 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-07-18 22:18:46 +0400 |
commit | 9451d4c8f6be36b4f06f7ad12f0038697f138e5a (patch) | |
tree | e9012e521e568b51cb405568b236923f89e39cdc | |
parent | 8aaa5891149f731a0975998f5d81d9a264cf8bb9 (diff) | |
download | lighttpd-9451d4c8f6be36b4f06f7ad12f0038697f138e5a.tar.gz |
Added build-dep dh-smf [illumos-any]
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 5e52e90..f9714ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -lighttpd (1.4.32-1) UNRELEASED; urgency=low +lighttpd (1.4.32-1+dyson1) UNRELEASED; urgency=low + [ Arno Töll ] * Drop the connection-dos.patch - merged upstream. * Fix "mod_extforward missing configuration file": ship requested configuration file (Closes: #697304) @@ -8,7 +9,10 @@ lighttpd (1.4.32-1) UNRELEASED; urgency=low * Push debhelper's compat mode to 9, the use of maintscript helper requires 8.1 so we had to push the debhelper b-d anyway. - -- Arno Töll <arno@debian.org> Sun, 17 Mar 2013 19:29:34 +0100 + [ Igor Pashev ] + * Added build-dep dh-smf [illumos-any] + + -- Igor Pashev <pashev.igor@gmail.com> Thu, 18 Jul 2013 22:17:47 +0400 lighttpd (1.4.31-4) unstable; urgency=high diff --git a/debian/control b/debian/control index 10881fe..ea926b5 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>, Arno Töll <arno@debian.org> Homepage: http://lighttpd.net/ Build-Depends: debhelper (>= 9), mime-support, libssl-dev, + dh-smf [illumos-any], zlib1g-dev, libbz2-dev, libattr1-dev, libpcre3-dev, libmysqlclient-dev, libfam-dev, libldap2-dev, libfcgi-dev, libgdbm-dev, libmemcache-dev, liblua5.1-0-dev, pkg-config, uuid-dev, libsqlite3-dev, |