[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#916750: lighttpd: reorganize lighttpd binary packages to reduce dependencies (ldap/mysql) and package count



On Thu, Jan 03, 2019 at 02:21:07PM +0100, Helmut Grohne wrote:
>  * lighttpd Recommends all modules that it formerly included and puts up
>    a NEWS.Debian explaining the split.

I noticed that the NEWS update went missing. Also for going through NEW
a copyright update seems prudent. So we need two further changes. Unless
I hear something, I'll go ahead with an upload to experimental soon.

Helmut
>From b1045ee7ba47e6a53ee3014b50a87c298fd31cb7 Mon Sep 17 00:00:00 2001
From: Helmut Grohne <helmut.grohne@intenta.de>
Date: Fri, 4 Jan 2019 08:34:26 +0100
Subject: [PATCH 3/4] update NEWS for new layout

---
 debian/NEWS | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/debian/NEWS b/debian/NEWS
index 69c120b..7fce2b6 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,18 @@
+lighttpd (1.4.52-2+exp1) UNRELEASED; urgency=medium
+
+  This version changes the way binary packages are laid out. Modules are
+  coalesced to reduce the binary package count and runtime dependencies.
+  Therefore two modules got moved out of the main lighttpd package:
+   * mod_vhostdb_ldap -> lighttpd-modules-ldap
+   * mod_vhostdb_mysql -> lighttpd-modules-mysql
+  If you use Recommends, these packages will be installed automatically in
+  buster to ease upgrading. After that, the recommendation will be dropped.
+
+  Do not depend on lighttpd-modules-* or lighttpd for using specific modules.
+  Do depend on virtual packages lighttpd-mod-* instead.
+
+ -- Helmut Grohne <helmut.grohne@intenta.de>  Fri, 04 Jan 2019 08:23:03 +0100
+
 lighttpd (1.4.31-4) unstable; urgency=high
 
   The default Debian configuration file for PHP invoked from FastCGI was
-- 
2.11.0

>From 2fddbc99d49a89c84d99dce44efa02ccf0ebe9b2 Mon Sep 17 00:00:00 2001
From: Helmut Grohne <helmut.grohne@intenta.de>
Date: Fri, 4 Jan 2019 08:34:36 +0100
Subject: [PATCH 4/4] debian/copyright update

---
 debian/copyright | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/debian/copyright b/debian/copyright
index f64a10c..ac52bed 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -13,6 +13,20 @@ Files: src/md5.h src/md5.c
 Copyright: Copyright (c) 1991-2, RSA Data Security , Inc.  All rights reserved.
 License: RSA
 
+Files: src/algo_sha1.*
+Copyright: -
+License: public domain
+ NO COPYRIGHT - THIS IS 100% IN THE PUBLIC DOMAIN
+
+Files: src/lemon.c src/lempar.c src/configparser.c
+Copyright: -
+License: public domain
+ The author disclaims copyright to this source code.
+
+Files: src/mod_wstunnel.c
+Copyright: Copyright 2017 Glenn Strauss, Copyright 2010 Norio Kobota
+License: BSD-3-clause
+
 License: BSD-3-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
-- 
2.11.0


Reply to: