On Mon, Apr 29, 2024 at 10:23:04PM +0100, Sudip Mukherjee wrote:
> Control: tags -1 patch
> --
> 
> On Wed, Apr 10, 2024 at 01:38:17PM +0100, Sudip Mukherjee wrote:
> > Package: quickml
> > Version: 0.8-1
> > Severity: normal
> >
> > Dear Maintainer,
> >
> > quickml fails to install with the error:
> 
> debdiff attached.

Modified debdiff attached. The old debdiff will introduce a problem.

--
Regards
Sudip
diff -Nru quickml-0.8/debian/changelog quickml-0.8/debian/changelog
--- quickml-0.8/debian/changelog        2022-12-28 14:47:16.000000000 +0000
+++ quickml-0.8/debian/changelog        2024-05-14 21:18:57.000000000 +0100
@@ -1,3 +1,12 @@
+quickml (0.8-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix quickml failure to install. (Closes: #1068759)
+    - d/control: Add runtime dependency on ruby-thwait.
+    - d/postinst: Create /etc/mailname if it does not exist.
+
+ -- Sudip Mukherjee <sudipm.mukher...@gmail.com>  Tue, 14 May 2024 21:18:57 
+0100
+
 quickml (0.8-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru quickml-0.8/debian/control quickml-0.8/debian/control
--- quickml-0.8/debian/control  2022-12-28 14:47:01.000000000 +0000
+++ quickml-0.8/debian/control  2024-05-14 21:18:55.000000000 +0100
@@ -9,7 +9,7 @@
 Package: quickml
 Architecture: all
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ruby:any, lsb-base, ${misc:Depends}
+Depends: ruby:any, lsb-base, ruby-thwait, ${misc:Depends}
 Description: Very-easy-to-use mailing list system
  quickml server is a very-easy-to-use mailing list system.
  quickml server provides very-easy-to-use mailing list service.
diff -Nru quickml-0.8/debian/postinst quickml-0.8/debian/postinst
--- quickml-0.8/debian/postinst 2022-12-28 14:43:34.000000000 +0000
+++ quickml-0.8/debian/postinst 2024-05-14 21:18:55.000000000 +0100
@@ -26,6 +26,9 @@
 case "$1" in
     configure)
        chown list:list /var/lib/quickml /var/log/quickml
+       if [ ! -e /etc/mailname ]; then
+               touch /etc/mailname
+       fi
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)

Reply via email to