[Pkg-zsh-devel] zsh-syntax-highlighting 0.6.0~rc1-1 uploaded to mentors.debian.net

Daniel Shahaf d.s at daniel.shahaf.name
Tue Aug 1 00:49:56 UTC 2017


Axel Beckert wrote on Tue, Aug 01, 2017 at 02:30:14 +0200:
> Daniel Shahaf wrote:
> > > > Good morning Axel,
> > > 
> > > Oh, ah, different time zones? 1:30 in the late night here. (Ok, can be
> > > considered morning technically.)
> > 
> > In a manner of speaking, yes.  I was writing the greeting in UGT. :-)
> 
> Universal Greeting Time? :-)
> 

Yes :)

> > I think it's because my ~/.devscripts and ~/.sbuildrc are configured to
> > run lintian (with «--display-info --display-experimental --pedantic»),
> > but my ~/.pbuilderrc is not.  I'm looking into using a 'B' or 'I'
> > pbuilder hook to get pdebuild to run lintian automagically.  (Is there a
> > better way?)
> 
> I must admit, I usually use debuild for testing stuff. That runs
> lintian (IIRC) by default.

I don't recall what the default behaviour is, but I have
DEBUILT_LINTIAN_OPTS configured in ~/.devscripts.

> If I used pbuilder, I always run lintian
> manually afterwards. So in case you'll find a nice pbuilder hook for
> running lintian (and maybe also duck :-), please tell.

Right now, I'm using:

[[[
% cat B50lintian
#!/bin/sh
apt install -y lintian
lintian -i --display-info --display-experimental --pedantic --color=always /build/*.changes /build/*.dsc /build/*.deb
]]]

… but I'm not sure whether it should be a B50 or I50 hook (before or
after copying artifacts out of the chroot).

> > When I ran lintian, it also complained about
> > testsuite-autopkgtest-missing,
⋮
> But since you seem to be full aware of it and aware of of the issues
> hindering from fixing it, I'm quite satisfied. :-)
> 

:-)

> > > I noticed the signed tags btw. due to having this in my global
> > > .gitconfig:
> > > 
> > > [log]
> > >         showSignature = true
> > 
> > Good to know… but on my system (stretch), this only shows signatures
> > on commits, not on tags?
> 
> Ah, might be. The other thing is that I run "git log" usually with
> "--decorate=full". Might come from there, too.

Even with that flag, «git log 0.6.0-rc1» doesn't show the signature.
Interestingly, however, «git -c log.showSignature=1 show 4a80dd94cc12»
does show a signature; 0.6.0-rc1 is 4a80dd94cc12's second parent.

> [dput vs dput-ng]
> > I use dput-0.12.1.  I gather dput-ng is a drop-in replacement.  I should
> > probably upgrade, but it might break something…
> 
> If dput works fine for you, feel free to stay with it. The one was
> meant as replacement when the other's development stalled, but then
> the other gained momentum again and now we have two of them.

That's a good problem to have :-)

>

You'll have seen that I pushed an rc1-2 tag.  I'll try to dput it, and
if that fails, try again once dm.txt has been updated.

Cheers,

Daniel



More information about the Pkg-zsh-devel mailing list