diff options
author | Krzysztof Krzyżaniak <eloy@debian.org> | 2006-10-05 08:26:40 +0000 |
---|---|---|
committer | Krzysztof Krzyżaniak <eloy@debian.org> | 2006-10-05 08:26:40 +0000 |
commit | b01d8392f0f4dde45edf65a5dd25e62abbe831b0 (patch) | |
tree | 08e397130a5472bec444dade791e6bfa5a2f9d16 | |
parent | 7e845d286d0ded002a3a6b314bc31edeee9417a8 (diff) | |
download | lighttpd-b01d8392f0f4dde45edf65a5dd25e62abbe831b0.tar.gz |
eloy: compiled with attr support
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index df3cfc6..9ec0f7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ lighttpd (1.4.13~r1370-1) unstable; urgency=low - * New upstream release (closes: #390877) + * New upstream release (closes: #390877) (closes: #389911) + * Compiled with --with-attr param (closes: #389712) * dropped 01-lua5.1.dpatch, issue fixed by upstream -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org> Thu, 5 Oct 2006 10:08:19 +0200 diff --git a/debian/control b/debian/control index 3f35c42..1555dda 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Section: web Priority: optional Maintainer: Debian lighttpd maintainers <pkg-lighttpd-maintainers@lists.alioth.debian.org> Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>, Torsten Marek <shlomme@debian.org> -Build-Depends: debhelper (>= 5.0.0), cdbs, mime-support, libssl-dev, zlib1g-dev, libbz2-dev, libpcre3-dev, libmysqlclient15-dev, libldap2-dev, libfcgi-dev, libgdbm-dev, libmemcache-dev, liblua5.1-0-dev, dpatch, patchutils, pkg-config -Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 5.0.0), cdbs, mime-support, libssl-dev, zlib1g-dev, libbz2-dev, libattr1-dev, libpcre3-dev, libmysqlclient15-dev, libldap2-dev, libfcgi-dev, libgdbm-dev, libmemcache-dev, liblua5.1-0-dev, dpatch, patchutils, pkg-config +Standards-Version: 3.7.2.1 Package: lighttpd Architecture: any diff --git a/debian/rules b/debian/rules index e10cf69..3e1a03d 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ include /usr/share/dpatch/dpatch.make DEB_CONFIGURE_EXTRA_FLAGS += --libdir=/usr/lib/lighttpd \ --with-openssl --with-pcre --with-bz2 --with-ldap \ --with-mysql --with-memcache --with-lua=lua5.1\ - --with-gdbm + --with-gdbm --with-attr configure/lighttpd:: -mkdir debian/conf-enabled |