-
74144845
by Tiago Bortoletto Vaz
at 2018-08-08T08:28:13Z
Fixes contributors URL when using a key id. This should close #845217.
-
a6fbc59a
by Chris Lamb
at 2018-09-20T11:49:57Z
Use daklib.daksubprocess.check_output over do_command to prevent HTML tag wrapping. (Closes: #909252)
This was adding <pre>..</pre> tags which were then getting mangled by a
subsquent os.bath.basename into "pre> check for ...".
Thanks, Ansgar!
-
1c2c6624
by Chris Lamb
at 2018-09-22T16:53:25Z
lintian.tags: Add distribution-and-changes-mismatch
This tag is triggered when the Distribution in the .changes file indicates that
packages should be installed into one suite but the distribution in the
Changes field copied from debian/changelog indicates that a different
distribution was intended.
This is an easy mistake to make when invoking "sbuild ... foo.dsc"...
-
dde6088c
by Chris Lamb
at 2018-09-22T16:59:32Z
lintian.tags: Add distribution-and-experimental-mismatch
This tag is enabled when the Distribution in the .changes file indicates that
packages should be installed into a non-experimental suite, but the
distribution in the Changes field copied from debian/changelog indicates that
experimental was actually intended.
Should save some manual rejects / dcuts due to accidents.
-
14390b85
by Chris Lamb
at 2018-09-22T16:59:56Z
lintian.tags: Add source-only-upload-to-non-free-without-autobuild
Missing XS-Autobuild: yes
-
1a4a8c29
by Chris Lamb
at 2018-09-22T17:01:40Z
lintian.tags: Add latest-debian-changelog-entry-reuses-existing-version
Emitted when the latest changelog entry has a version that matches one used in
the specified previous entry.
-
c8c50d0a
by Chris Lamb
at 2018-09-22T17:03:31Z
lintian.tags: Add debhelper-compat-file-contains-multiple-levels
This was likely due to the use of >> instead of > in one's shell when updating
the level.
-
3857e24a
by Chris Lamb
at 2018-09-22T17:06:57Z
lintian.tags: Add invalid-date-in-debian-changelog
-
6f5296e6
by Chris Lamb
at 2018-09-22T17:09:47Z
lintian.tags: Add {python-module,header,manpage}-has-overly-generic-name
Should avoid some tedious inter-package file conflict RC bugs.
-
342c4901
by Ansgar Burchardt
at 2018-10-03T08:06:06Z
Merge remote-tracking branch 'origin/909252-new-package-summary-contains-pre'
-
40e60e07
by Ansgar Burchardt
at 2018-10-03T08:08:29Z
Merge remote-tracking branch 'origin/add-more-autoreject-lintian-tags'
-
7981dbc9
by Ansgar Burchardt
at 2018-10-03T08:12:31Z
Merge remote-tracking branch 'tiago/master'
-
1bb9a902
by Ansgar Burchardt
at 2018-10-03T08:13:52Z
Merge branch 'master' into deploy