Followup-For: Bug #965743
Control: tag -1 pending

Hi, I've just uploaded a NMU switching to debhelper-compat (= 13) and
fixing some more packaging issues to DELAYED/10.

Andreas
diff -Nru mysqmail-0.4.9/debian/changelog mysqmail-0.4.9/debian/changelog
--- mysqmail-0.4.9/debian/changelog     2017-01-12 17:53:31.000000000 +0100
+++ mysqmail-0.4.9/debian/changelog     2022-01-17 02:08:05.000000000 +0100
@@ -1,3 +1,13 @@
+mysqmail (0.4.9-10.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to debhelper-compat (= 13).  (Closes: #965743)
+  * Switch Priority to optional.
+  * Add Pre-Depends: ${misc:Pre-Depends}.
+  * Set Rules-Requires-Root: no.
+
+ -- Andreas Beckmann <a...@debian.org>  Mon, 17 Jan 2022 02:08:05 +0100
+
 mysqmail (0.4.9-10.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru mysqmail-0.4.9/debian/compat mysqmail-0.4.9/debian/compat
--- mysqmail-0.4.9/debian/compat        2017-01-12 17:34:32.000000000 +0100
+++ mysqmail-0.4.9/debian/compat        1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-5
diff -Nru mysqmail-0.4.9/debian/control mysqmail-0.4.9/debian/control
--- mysqmail-0.4.9/debian/control       2017-01-12 17:43:07.000000000 +0100
+++ mysqmail-0.4.9/debian/control       2022-01-17 01:59:25.000000000 +0100
@@ -1,12 +1,13 @@
 Source: mysqmail
 Section: mail
-Priority: extra
+Priority: optional
 Maintainer: Thomas Goirand <z...@debian.org>
 Build-Depends:
- debhelper (>= 5),
+ debhelper-compat (= 13),
  po-debconf,
  libdotconf-dev,
  default-libmysqlclient-dev,
+Rules-Requires-Root: no
 Standards-Version: 3.8.3
 Vcs-Browser: http://git.gplhost.com/gitweb/?p=mysqmail.git
 Vcs-Git: http://git.gplhost.com/mysqmail.git
@@ -14,6 +15,7 @@
 
 Package: mysqmail
 Architecture: all
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, debconf, ${shlibs:Depends}
 Description: real-time logging system in MySQL
  MySQMail is a set of tiny daemon loggers for mail and FTP servers that
@@ -25,6 +27,7 @@
 
 Package: mysqmail-pure-ftpd-logger
 Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, lsb-base, pure-ftpd | pure-ftpd-mysql, mysqmail, 
${shlibs:Depends}
 Description: real-time logging system in MySQL - Pure-FTPd traffic-logger
  MySQMail is a set of tiny daemon loggers for mail and FTP servers that
@@ -36,6 +39,7 @@
 
 Package: mysqmail-postfix-logger
 Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, lsb-base, postfix, mysqmail, ${shlibs:Depends}
 Description: real-time logging system in MySQL - Postfix traffic-logger
  MySQMail is a set of tiny daemon loggers for mail and FTP servers that
@@ -47,6 +51,7 @@
 
 Package: mysqmail-courier-logger
 Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, courier-imap-ssl | courier-imap | courier-pop | 
courier-pop-ssl, lsb-base, mysqmail, ${shlibs:Depends}
 Description: real-time logging system in MySQL - Courier traffic-logger
  MySQMail is a set of tiny daemon loggers for mail and FTP servers that
@@ -58,6 +63,7 @@
 
 Package: mysqmail-dovecot-logger
 Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, dovecot-pop3d, dovecot-imapd, lsb-base, mysqmail, 
${shlibs:Depends}
 Description: real-time logging system in MySQL - Dovecot traffic-logger
  MySQMail is a set of tiny daemon loggers for mail and FTP servers that
diff -Nru mysqmail-0.4.9/debian/copyright mysqmail-0.4.9/debian/copyright
--- mysqmail-0.4.9/debian/copyright     2017-01-12 17:34:32.000000000 +0100
+++ mysqmail-0.4.9/debian/copyright     2022-01-17 02:02:18.000000000 +0100
@@ -29,4 +29,4 @@
        Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
 On Debian systems, the complete text of the GNU Lesser General Public
-License (LGPL) may be found in /usr/share/common-licenses/LGPL.
+License (LGPL) may be found in /usr/share/common-licenses/LGPL-2.
diff -Nru mysqmail-0.4.9/debian/rules mysqmail-0.4.9/debian/rules
--- mysqmail-0.4.9/debian/rules 2017-01-12 17:52:54.000000000 +0100
+++ mysqmail-0.4.9/debian/rules 2022-01-17 01:55:24.000000000 +0100
@@ -25,7 +25,7 @@
        # Add here commands to clean up after the build process.
        $(MAKE) clean
 
-       dh_clean 
+       dh_clean
 
        # As per advice from Christian Perrier
        debconf-updatepo

Reply via email to