[Reportbug-maint] Bug#893825: reportbug --mh does not work with mmh

2018-03-23 Thread KAction

[2018-03-22 16:52] Sandro Tosi 
> thanks; you attached a patch, which seems more targetting dput-ng -
> did you prepare a patch for this bug too and you attached the wrong
> file?

Wrong file; no patch for you, sorry.

___
Reportbug-maint mailing list
Reportbug-maint@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reportbug-maint


[Reportbug-maint] Bug#893825: reportbug --mh does not work with mmh

2018-03-22 Thread KAction

Package: reportbug
Version: 7.1.10
Severity: normal

reportbug(1) assumes, that /usr/bin/mh/comp supports -file option, which
comp(1mh) from bin:mmh does not.

Please consider using -form option instead {is it supported by nmh} or
manually creating message at $(mhpath +drafts b) and calling $EDITOR.
>From c097349b42099784319f3f7a3836ad7de74a0d83 Mon Sep 17 00:00:00 2001
From: Dmitry Bogatov 
Date: Thu, 22 Mar 2018 23:06:49 +0300
Subject: [PATCH] Make bin:dput-ng recommend py3 version of paramiko

Since dput-ng is written in Python3, there is no use from extra Python2
library. python3-paramiko is needed for `scp` method, which, although
considered deprecated by dput-ng, is recommended by
debomatic-*.debian.net services.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 55d3455..bf38540 100644
--- a/debian/control
+++ b/debian/control
@@ -43,7 +43,7 @@ Depends:
  ${python3:Depends},
 Recommends:
  bash-completion,
- python-paramiko,
+ python3-paramiko,
 Description: next generation Debian package upload tool
  dput-ng is a Debian package upload tool which provides an easy to use
  interface to Debian (like) package archive hosting facilities. It allows
___
Reportbug-maint mailing list
Reportbug-maint@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reportbug-maint