Bug#916285: RFS: extsmail/2.2-1 -- enables the robust sending of e-mail to external commands

2018-12-20 Thread Dmitry Bogatov
[2018-12-19 02:23] Olivier Girondel 
> Hi Dmitry,
> 
> I use this repository to host the debian/ directory usesd to build the
> package: https://github.com/oliv3/extsmail-debian

Yes, use it.

> Or should I just drop Vcs-Git ?

No! Missing Vcs-Git is very bad.



Bug#916285: RFS: extsmail/2.2-1 -- enables the robust sending of e-mail to external commands

2018-12-20 Thread Dmitry Bogatov


[2018-12-19 14:01] Olivier Girondel 
> On Wed, 19 Dec 2018 02:12:11 +0100 Olivier Girondel  
> wrote:
> > On Thu, 13 Dec 2018 16:15:40 +0100 Adam Borowski 
> > wrote:
> > > Alas, it doesn't build:  http://ix.io/1vVp
> > > 
> > > common.c:37:10: fatal error: conf_parser.tab.h: No such file or directory
> > >  #include "conf_parser.tab.h"
> > >   ^~~
> > > 
> > > (I didn't review further.)
> > 
> > Hi Adam,
> > 
> > (...)
> > dh_auto_build: make V=1 -j6 returned exit code 2
> > 
> > It's a parallel build issue, most likely due to missing Makefile
> > dependencies, upstream is aware of this.
> > 
> I'll make a patch to address this issue.

You could pass --no-parallel to `dh', you know?



Bug#916285: RFS: extsmail/2.2-1 -- enables the robust sending of e-mail to external commands

2018-12-19 Thread Olivier Girondel
On Wed, 19 Dec 2018 02:12:11 +0100 Olivier Girondel  wrote:
> On Thu, 13 Dec 2018 16:15:40 +0100 Adam Borowski 
> wrote:
> > Alas, it doesn't build:  http://ix.io/1vVp
> > 
> > common.c:37:10: fatal error: conf_parser.tab.h: No such file or directory
> >  #include "conf_parser.tab.h"
> >   ^~~
> > 
> > (I didn't review further.)
> 
> Hi Adam,
> 
> (...)
> dh_auto_build: make V=1 -j6 returned exit code 2
> 
> It's a parallel build issue, most likely due to missing Makefile
> dependencies, upstream is aware of this.
> 
I'll make a patch to address this issue. 

-- 
Olivier 

Bug#916285: RFS: extsmail/2.2-1 -- enables the robust sending of e-mail to external commands

2018-12-18 Thread Olivier Girondel
On Thu, 13 Dec 2018 16:15:40 +0100 Adam Borowski 
wrote:
> Alas, it doesn't build:  http://ix.io/1vVp
> 
> common.c:37:10: fatal error: conf_parser.tab.h: No such file or directory
>  #include "conf_parser.tab.h"
>   ^~~
> 
> (I didn't review further.)

Hi Adam,

(...)
dh_auto_build: make V=1 -j6 returned exit code 2

It's a parallel build issue, most likely due to missing Makefile
dependencies, upstream is aware of this.

It compiles fine with 4 cores, more may produce bugs.

Thanks,

--
Olivier



signature.asc
Description: OpenPGP digital signature


Bug#916285: RFS: extsmail/2.2-1 -- enables the robust sending of e-mail to external commands

2018-12-18 Thread Olivier Girondel
On Thu, 13 Dec 2018 23:47:00 + Dmitry Bogatov 
wrote:
> 
> [2018-12-12 17:38] Olivier Girondel 
> > Severity: normal
> > 
> >   Dear mentors,
> > 
> >   I am looking for a sponsor for my package "extsmail"
> > 
> >  * Package name: extsmail
> >Version : 2.2-1
> >Upstream Author : Laurence Tratt 
> >  * URL : https://tratt.net/laurie/src/extsmail/
> >  * License : BSD/MIT
> >Section : mail
> > 
> >   It builds this binary package:
> > 
> > extsmail   - enables the robust sending of e-mail to external commands
> > 
> >   The package appears to be lintian-clean
> > 
> >   To access further information about this package, please visit the
> > following URL:
> > 
> >   https://mentors.debian.net/package/extsmail
> 
> Seems you have Vcs-* fields in `debian/control' wrong. They must point
> to debianization Git, not to upstream Git.

Hi Dmitry,

I use this repository to host the debian/ directory usesd to build the
package: https://github.com/oliv3/extsmail-debian

Is this url correct/enough to replace the current Vcs-Git url ?
Or should I just drop Vcs-Git ?

Thanks,

--
Olivier



signature.asc
Description: OpenPGP digital signature


Bug#916285: RFS: extsmail/2.2-1 -- enables the robust sending of e-mail to external commands

2018-12-13 Thread Dmitry Bogatov


[2018-12-12 17:38] Olivier Girondel 
> Severity: normal
> 
>   Dear mentors,
> 
>   I am looking for a sponsor for my package "extsmail"
> 
>  * Package name: extsmail
>Version : 2.2-1
>Upstream Author : Laurence Tratt 
>  * URL : https://tratt.net/laurie/src/extsmail/
>  * License : BSD/MIT
>Section : mail
> 
>   It builds this binary package:
> 
> extsmail   - enables the robust sending of e-mail to external commands
> 
>   The package appears to be lintian-clean
> 
>   To access further information about this package, please visit the
> following URL:
> 
>   https://mentors.debian.net/package/extsmail

Seems you have Vcs-* fields in `debian/control' wrong. They must point
to debianization Git, not to upstream Git.



Bug#916285: RFS: extsmail/2.2-1 -- enables the robust sending of e-mail to external commands

2018-12-13 Thread Adam Borowski
On Wed, Dec 12, 2018 at 05:38:01PM +0100, Olivier Girondel wrote:
>  * Package name: extsmail
>Version : 2.2-1

> https://mentors.debian.net/debian/pool/main/e/extsmail/extsmail_2.2-1.dsc
> 
>   Changes since the last upload:
> 
>   * New upstream release 2.2. (Closes: #748739)
>   * debian/compat: Upgrade to 11.
>   * debian/control: Priority: optional.
>   * debian/control: Vcs-Browser: https://github.com/ltratt/extsmail.
>   * debian/control: Vcs-Git: https://github.com/ltratt/extsmail.git.
>   * debian/control: Build-Depends: Remove dh-autoreconf.
>   * debian/control: Build-Depends: Update debhelper (>= 11).
>   * debian/control: Update Homepage.
>   * debian/control: Standards-Version: 4.2.1.
>   * debian/copyright: Update copyright years.
>   * debian/copyright: Update Source URL.
>   * debian/copyright: Use secure copyright format URI.
>   * debian/rules: Remove --with autoreconf.
>   * debian/tests/control: Added.
>   * debian/watch: version=4.
>   * debian/watch: Use secure URI.

Alas, it doesn't build:  http://ix.io/1vVp

common.c:37:10: fatal error: conf_parser.tab.h: No such file or directory
 #include "conf_parser.tab.h"
  ^~~

(I didn't review further.)


Meow!
-- 
⢀⣴⠾⠻⢶⣦⠀ 
⣾⠁⢠⠒⠀⣿⡁ Ivan was a worldly man: born in St. Petersburg, raised in
⢿⡄⠘⠷⠚⠋⠀ Petrograd, lived most of his life in Leningrad, then returned
⠈⠳⣄ to the city of his birth to die.



Bug#916285: RFS: extsmail/2.2-1 -- enables the robust sending of e-mail to external commands

2018-12-12 Thread Olivier Girondel
Package: sponsorship-requests
Severity: normal

  Dear mentors,

  I am looking for a sponsor for my package "extsmail"

 * Package name: extsmail
   Version : 2.2-1
   Upstream Author : Laurence Tratt 
 * URL : https://tratt.net/laurie/src/extsmail/
 * License : BSD/MIT
   Section : mail

  It builds this binary package:

extsmail   - enables the robust sending of e-mail to external commands

  The package appears to be lintian-clean

  To access further information about this package, please visit the
following URL:

  https://mentors.debian.net/package/extsmail


  Alternatively, one can download the package with dget using this command:

dget -x
https://mentors.debian.net/debian/pool/main/e/extsmail/extsmail_2.2-1.dsc

  Changes since the last upload:

  * New upstream release 2.2. (Closes: #748739)
  * debian/compat: Upgrade to 11.
  * debian/control: Priority: optional.
  * debian/control: Vcs-Browser: https://github.com/ltratt/extsmail.
  * debian/control: Vcs-Git: https://github.com/ltratt/extsmail.git.
  * debian/control: Build-Depends: Remove dh-autoreconf.
  * debian/control: Build-Depends: Update debhelper (>= 11).
  * debian/control: Update Homepage.
  * debian/control: Standards-Version: 4.2.1.
  * debian/copyright: Update copyright years.
  * debian/copyright: Update Source URL.
  * debian/copyright: Use secure copyright format URI.
  * debian/rules: Remove --with autoreconf.
  * debian/tests/control: Added.
  * debian/watch: version=4.
  * debian/watch: Use secure URI.

  Regards,

--
Olivier