[elbe-devel] [PATCH 2/2] contrib: drop debathena-transform-lighttpd

Thomas Weißschuh thomas.weissschuh at linutronix.de
Wed Feb 28 11:44:57 CET 2024


With the switch to the in-process repo server this package is not needed
anymore.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
 .../debian/changelog                          | 40 -------------------
 .../debian/control                            | 16 --------
 .../debian/copyright                          | 24 -----------
 .../debathena-transform-lighttpd.postinst     |  6 ---
 .../debathena-transform-lighttpd.transform    |  1 -
 .../debathena-transform-lighttpd/debian/rules |  7 ----
 .../debian/source/format                      |  1 -
 7 files changed, 95 deletions(-)
 delete mode 100644 contrib/debathena-transform-lighttpd/debian/changelog
 delete mode 100644 contrib/debathena-transform-lighttpd/debian/control
 delete mode 100644 contrib/debathena-transform-lighttpd/debian/copyright
 delete mode 100755 contrib/debathena-transform-lighttpd/debian/debathena-transform-lighttpd.postinst
 delete mode 100644 contrib/debathena-transform-lighttpd/debian/debathena-transform-lighttpd.transform
 delete mode 100755 contrib/debathena-transform-lighttpd/debian/rules
 delete mode 100644 contrib/debathena-transform-lighttpd/debian/source/format

diff --git a/contrib/debathena-transform-lighttpd/debian/changelog b/contrib/debathena-transform-lighttpd/debian/changelog
deleted file mode 100644
index e41525efd293..000000000000
--- a/contrib/debathena-transform-lighttpd/debian/changelog
+++ /dev/null
@@ -1,40 +0,0 @@
-debathena-transform-lighttpd (1.4) unstable; urgency=medium
-
-  * Team upload
-  * Make package team-maintained
-  * Lintian fixes:
-    W: maintainer-script-ignores-errors postinst
-    W: package-uses-deprecated-debhelper-compat-version 9
-    W: priority-extra-is-replaced-by-priority-optional
-    W: unknown-section config
-    P: no-dep5-copyright debian/copyright
-    P: package-lacks-versioned-build-depends-on-debhelper 9
-    P: silent-on-rules-requiring-root
-    P: trailing-whitespace debian/rules (line 8)
-
- -- Bastian Germann <bage at linutronix.de>  Fri, 19 Aug 2022 15:57:26 +0200
-
-debathena-transform-lighttpd (1.3) unstable; urgency=medium
-
-  * make contrib debathena lighttpd build with pbuilder
-  * Workaround for missing 'create-mime.assign.pl' on buster
-
- -- Torben Hohn <torben.hohn at linutronix.de>  Wed, 02 Oct 2019 22:10:11 +0200
-
-debathena-transform-lighttpd (1.2) unstable; urgency=medium
-
-  * fix typo in postinst script
-
- -- Manuel Traut <manut at linutronix.de>  Thu, 25 Aug 2016 07:46:21 +0200
-
-debathena-transform-lighttpd (1.1) unstable; urgency=medium
-
-  * add path for invoke.rc.d
-
- -- Manuel Traut <manut at linutronix.de>  Wed, 24 Aug 2016 19:29:21 +0200
-
-debathena-transform-lighttpd (1.0) unstable; urgency=low
-
-  * Initial release.
-
- -- John Ogness <john.ogness at linutronix.de>  Tue, 23 Aug 2016 22:28:16 +0200
diff --git a/contrib/debathena-transform-lighttpd/debian/control b/contrib/debathena-transform-lighttpd/debian/control
deleted file mode 100644
index 0f9f8d7ad058..000000000000
--- a/contrib/debathena-transform-lighttpd/debian/control
+++ /dev/null
@@ -1,16 +0,0 @@
-Source: debathena-transform-lighttpd
-Section: httpd
-Priority: optional
-Maintainer: Linutronix GmbH <info at linutronix.de>
-Build-Depends: debhelper-compat (= 12), config-package-dev (>= 4.15), lighttpd
-Standards-Version: 3.9.2
-Rules-Requires-Root: no
-
-Package: debathena-transform-lighttpd
-Architecture: all
-Depends: ${misc:Depends}, lighttpd
-Provides: ${diverted-files}
-Conflicts: ${diverted-files}
-Description: lighttpd config-package-dev package
- This config-package-dev package updates the lighttpd configuration for
- use within the elbe initvm.
diff --git a/contrib/debathena-transform-lighttpd/debian/copyright b/contrib/debathena-transform-lighttpd/debian/copyright
deleted file mode 100644
index b21c1a6fed7e..000000000000
--- a/contrib/debathena-transform-lighttpd/debian/copyright
+++ /dev/null
@@ -1,24 +0,0 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Comment: Author: John Ogness <john.ogness at linutronix.de>
-
-Files: *
-Copyright: 2016 Linutronix GmbH
-License: Expat
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- "Software"), to deal in the Software without restriction, including
- without limitation the rights to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to
- permit persons to whom the Software is furnished to do so, subject to
- the following conditions:
- .
- The above copyright notice and this permission notice shall be
- included in all copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/contrib/debathena-transform-lighttpd/debian/debathena-transform-lighttpd.postinst b/contrib/debathena-transform-lighttpd/debian/debathena-transform-lighttpd.postinst
deleted file mode 100755
index a7a4db314caf..000000000000
--- a/contrib/debathena-transform-lighttpd/debian/debathena-transform-lighttpd.postinst
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-set -e
-
-#DEBHELPER#
-/usr/sbin/invoke-rc.d lighttpd stop
-/usr/sbin/invoke-rc.d lighttpd start
diff --git a/contrib/debathena-transform-lighttpd/debian/debathena-transform-lighttpd.transform b/contrib/debathena-transform-lighttpd/debian/debathena-transform-lighttpd.transform
deleted file mode 100644
index cdd009bb8584..000000000000
--- a/contrib/debathena-transform-lighttpd/debian/debathena-transform-lighttpd.transform
+++ /dev/null
@@ -1 +0,0 @@
-/etc/lighttpd/lighttpd.conf.debathena sed -e 's/^server.bind.*//' -e 's/^\(server.\)port\(.*=\).*/\1port\2 8080\n\1bind\2 "127.0.0.1"\n$HTTP["url"] =~ "^\/var\/cache\/elbe\/" { url.access-deny = ( "disable" ) }/' -e 's/^\(server.document-root.*=\).*/\1 "\/"/' -e 's/^\(url.access-deny.*=\).*/\1 ( "" )/' -e 's/create-mime.assign.pl/create-mime.conf.pl/'
diff --git a/contrib/debathena-transform-lighttpd/debian/rules b/contrib/debathena-transform-lighttpd/debian/rules
deleted file mode 100755
index 9e05afa6e26e..000000000000
--- a/contrib/debathena-transform-lighttpd/debian/rules
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/make -f
-
-%:
-	dh $@ --with=config-package
-
-override_dh_clean:
-	dh_clean dh_configpackage.1
diff --git a/contrib/debathena-transform-lighttpd/debian/source/format b/contrib/debathena-transform-lighttpd/debian/source/format
deleted file mode 100644
index 89ae9db8f88b..000000000000
--- a/contrib/debathena-transform-lighttpd/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (native)
-- 
2.44.0



More information about the elbe-devel mailing list