[elbe-devel] [PATCH] contrib: debathena-transform-lighttpd: Release 1.4

Bastian Germann bage at linutronix.de
Fri Aug 19 16:06:47 CEST 2022


Fix some lintian messages for the helper package debathena-transform-lighttpd.

Signed-off-by: Bastian Germann <bage at linutronix.de>
---
 .../debian/changelog                          | 16 +++++++
 .../debian/compat                             |  1 -
 .../debian/control                            |  9 ++--
 .../debian/copyright                          | 46 +++++++++----------
 .../debathena-transform-lighttpd.postinst     |  1 +
 .../debathena-transform-lighttpd/debian/rules |  1 -
 6 files changed, 45 insertions(+), 29 deletions(-)
 delete mode 100644 contrib/debathena-transform-lighttpd/debian/compat

diff --git a/contrib/debathena-transform-lighttpd/debian/changelog b/contrib/debathena-transform-lighttpd/debian/changelog
index 83c581b809..e41525efd2 100644
--- a/contrib/debathena-transform-lighttpd/debian/changelog
+++ b/contrib/debathena-transform-lighttpd/debian/changelog
@@ -1,3 +1,19 @@
+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
diff --git a/contrib/debathena-transform-lighttpd/debian/compat b/contrib/debathena-transform-lighttpd/debian/compat
deleted file mode 100644
index ec635144f6..0000000000
--- a/contrib/debathena-transform-lighttpd/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/contrib/debathena-transform-lighttpd/debian/control b/contrib/debathena-transform-lighttpd/debian/control
index 8974a7adaa..0f9f8d7ad0 100644
--- a/contrib/debathena-transform-lighttpd/debian/control
+++ b/contrib/debathena-transform-lighttpd/debian/control
@@ -1,9 +1,10 @@
 Source: debathena-transform-lighttpd
-Section: config
-Priority: extra
-Maintainer: John Ogness <john.ogness at linutronix.de>
-Build-Depends: debhelper (>= 7.0.0~), config-package-dev (>= 4.15), 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
diff --git a/contrib/debathena-transform-lighttpd/debian/copyright b/contrib/debathena-transform-lighttpd/debian/copyright
index f0822b3a40..b21c1a6fed 100644
--- a/contrib/debathena-transform-lighttpd/debian/copyright
+++ b/contrib/debathena-transform-lighttpd/debian/copyright
@@ -1,24 +1,24 @@
-lighttpd config-package-dev package.
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Comment: Author: John Ogness <john.ogness at linutronix.de>
 
-Author: John Ogness <john.ogness at linutronix.de>
-
-Copyright 2016 Linutronix GmbH
-
-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.
+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
index 9832ad60db..a7a4db314c 100755
--- a/contrib/debathena-transform-lighttpd/debian/debathena-transform-lighttpd.postinst
+++ b/contrib/debathena-transform-lighttpd/debian/debathena-transform-lighttpd.postinst
@@ -1,4 +1,5 @@
 #!/bin/sh
+set -e
 
 #DEBHELPER#
 /usr/sbin/invoke-rc.d lighttpd stop
diff --git a/contrib/debathena-transform-lighttpd/debian/rules b/contrib/debathena-transform-lighttpd/debian/rules
index 5342000ab4..9e05afa6e2 100755
--- a/contrib/debathena-transform-lighttpd/debian/rules
+++ b/contrib/debathena-transform-lighttpd/debian/rules
@@ -5,4 +5,3 @@
 
 override_dh_clean:
 	dh_clean dh_configpackage.1
-
-- 
2.30.2



More information about the elbe-devel mailing list