Bug#961709: lintian: Warn if R binary packages don't depend on virtual r-api-* package

2020-05-29 Thread Dylan Aïssi
Hi Dirk, Le jeu. 28 mai 2020 à 18:03, Dirk Eddelbuettel a écrit : > > OTOH the way we implement the tag doesn't it get added automagically by the > r-base-core package when constructing an r-{cran,bioc,...}-* package? > Yes, it is. But, in one week I found by chance two packages

Bug#961709: lintian: Warn if R binary packages don't depend on virtual r-api-* package

2020-05-28 Thread Dylan Aïssi
Hi, Le jeu. 28 mai 2020 à 10:15, Dylan Aïssi a écrit : > > I just saw a R binary package (r-cran-isospec) with wrong dependencies > Some days ago, I found another package with similar bug (r-bioc-mofa). Already fixed in unstable but the version in testing has wrong dependencies.

Bug#961709: lintian: Warn if R binary packages don't depend on virtual r-api-* package

2020-05-28 Thread Dylan Aïssi
Package: lintian Version: 2.77.1 Severity: wishlist X-Debbugs-CC: debia...@lists.debian.org Hi, I just saw a R binary package (r-cran-isospec) with wrong dependencies (bug not yet opened). Lintian doesn't warn about a problem in its dependencies, so it would be cool to add a new warning (maybe

Bug#904985: lintian: Check for R packages wrongly set Architecture to any instead all

2018-07-30 Thread Dylan Aïssi
Package: lintian Version: 2.5.94 Severity: wishlist Hi, A common mistake in R packaging is to set Architecture to any instead all [1]. Only R packages with "NeedsCompilation: yes" in their DESCRIPTION files (Debian Control File format) must be marked any [1]. So, all R packages (r-cran- or

Bug#894747: lintian: Re-enable YAML parsing for d/upstream/metadata files

2018-04-03 Thread Dylan Aïssi
Package: lintian Version: 2.5.80 Severity: wishlist Control: block 731340 by -1 Hi, Currently, the lintian checks for validity of d/u/metadata are disabled since 2.5.50.4 [1] due to a security problem [2] (CVE-2017-8829), but now we can safety use YAML::XS with the $LoadBlessed option [3]. I

Bug#660165: Source package names for R libraries (and others)

2018-02-26 Thread Dylan Aïssi
Hi Chris, 2018-02-26 15:24 GMT+01:00 Chris Lamb : > Again, not sure what this has to do with tests or the reference to > "recommendation" :) (Did you reply to the right bug here?) Yes :-) , I tried to give an example (ok a bad one) how to have the same source and binary names

Bug#660165:

2018-02-26 Thread Dylan Aïssi
Hi, Just my two cents, all Debian R packages without r-*** source package name don't profit of the R autodep8 tests. So, increase the application of this "recommendation" will also increase number of automatic tested R packages. Best, Dylan

Bug#891231: lintian: Improve r-data-without-readme-source by comparing r-data filenames to README.source contents

2018-02-26 Thread Dylan Aïssi
Hi Chris, 2018-02-23 17:22 GMT+01:00 Chris Lamb : >> To improve the check r-data-without-readme-source and to avoid unmaintained >> README.source, lintian could check if the filename of all .RData files from >> a package are referenced into the README.source. > > Good idea! > >>

Bug#891231: lintian: Improve r-data-without-readme-source by comparing r-data filenames to README.source contents

2018-02-23 Thread Dylan Aïssi
Package: lintian Version: 2.5.76 Severity: wishlist Hi, To improve the check r-data-without-readme-source and to avoid unmaintained README.source, lintian could check if the filename of all .RData files from a package are referenced into the README.source. A simple example where it could be

Bug#815234: lintian: Detect Rdata files with embedded code

2018-02-22 Thread Dylan Aïssi
Hi Chris, On Tue, 30 Jan 2018 13:33:28 +0530 Chris Lamb wrote: > > > determine if any code is embedded in the file > > So, how does one do this? :) > Not sure but maybe this [1] could be useful here. Best, Dylan [1] http://search.cpan.org/dist/Statistics-R-IO/

Bug#883121: lintian: Add R CRAN & Bioconductor repositories homepage to the list of known insecure URIs

2017-11-29 Thread Dylan Aïssi
Package: lintian Version: 2.5.60 Severity: wishlist Tags: patch Hi, Please find attached a patch which add R CRAN & Bioconductor repositories homepages to the list of known insecure URIs for the tag homepage-field-uses-insecure-uri. Best, Dylan From 11d3cdffa24bca1f5d2e5701919146a3b9621f8b Mon

Bug#833007: lintian: suggest adding upstream metadata

2017-07-24 Thread Dylan Aïssi
Hi, Any news for this check? Although some tests related to d/upstream/metadata are disabled due to security issues, it would be very useful to know if the file is missing. The Debian Med project is working to add some ID (RRID, OMICtools, etc) for software related to biomedical research and

Bug#868462: lintian: obsolete-url-in-packaging doesn't check the Homepage: field

2017-07-20 Thread Dylan Aïssi
Hi, The Homepage field is checked here: debian/control http://code.google.com/p/autokey/ Best regards, Dylan

Bug#868178: lintian: enable r-data-without-readme-source check also for .RData files

2017-07-12 Thread Dylan Aïssi
Package: lintian Severity: wishlist Tags: patch Hi, Please find attached a patch that enable r-data-without-readme-source check also for .RData files (with a upper-case D that is found in some R packages [1]). The patch also add reference about the decision from the FTP team. Best regards,

Bug#866322: lintian: false positive: r-data-without-readme-source

2017-07-06 Thread Dylan Aïssi
Hi, It seems that lintian checks for "debian/README.source" in the binary package. So, it cannot find it. Best regards, Dylan

Bug#827941:

2017-07-03 Thread Dylan Aïssi
tags 827941 + patch thanks Hi, Please find attached a patch. Best regards, Dylan From 3f9598162e23edbdbe86f995c6f1ea3caeed98c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dylan=20A=C3=AFssi?= Date: Mon, 3 Jul 2017 23:01:58 +0200 Subject: [PATCH] Add more Lenna ---