[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ITP: r-cran-estimability



Hi Jonathon,

On Fri, Aug 28, 2015 at 02:31:42PM +0200, Jonathon Love wrote:
> > I doubt t his if I see the long description that stretches over a single
> > line.  If you are using cme from unstable you can simply do:
> 
> my lintian *really* doesn't give me a warning about this. neither when i
> build the package (debuild -S) or when i run lintian directly. is there
> a switch i'm missing?

There is no specific switch since as far as I know warnings are
displayed by default.  In any case it might be helpful to have the
following:

$ cat ~/.lintianrc 
color=always
display-experimental=no
display-info=yes
pedantic=no
## show-overrides=yes

Make sure you always are using the latest lintian from unstable.

For me the following waring remains:

W: r-cran-estimability: debian-changelog-has-wrong-weekday 2015-07-29 is a Wednesday
N: 
N:    The date in the changelog entry is not consistent with the actual
N:    weekday. Either the date is wrong or the weekday is wrong.
N:    
N:    To avoid problems like this, consider using a tool like dch(1) or
N:    date(1) to generate the date. Example:
N:    
N:      $ date -R -ud '2013-11-05 23:59:59'
N:      Tue, 05 Nov 2013 23:59:59 +0000
N:    
N:    Severity: normal, Certainty: certain
N:    
N:    Check: changelog-file, Type: binary
N: 

It seems you are doing manual editing of d/changelog.  If you
do so you should insert the output of

    date -R

as timestamp.  It is better to use dch for editing.  I'm using


    dch -i   # create a new changelog entry
    dch      # keep on editing
    dch -r   # final edit

This saves you from this kind of problems.  (For vcdextra I fixed this -
but now I'll leave it to you for "pedagocial reasons" ;-))
 
> > to fix this easily.  Your repository is also lacking upstream and
> > pristine-tar branch - may be you missed `git push --all`.
> 
> ah, yes. i've done that now.

ACK - this is fixed.
 
> > I moved it to the packages subdirectory to fit what you have in your
> > d/control file - make sure you update your local clone about this move.
> 
> shit, sorry.
> 
> should be ready now.
> 
> thanks for bearing with me.

You are welcome

       Andreas.

-- 
http://fam-tille.de


Reply to: