mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
sponsor-patch: Use ubuntu profile when running lintian.
This commit is contained in:
parent
60e063e484
commit
34ca8072ff
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
ubuntu-dev-tools (0.146) UNRELEASED; urgency=low
|
||||
|
||||
* sponsor-patch: Use ubuntu profile when running lintian.
|
||||
|
||||
-- Benjamin Drung <bdrung@debian.org> Thu, 08 Nov 2012 19:27:03 +0100
|
||||
|
||||
ubuntu-dev-tools (0.145) experimental; urgency=low
|
||||
|
||||
[ Stefano Rivera ]
|
||||
|
@ -426,7 +426,8 @@ class SourcePackage(object):
|
||||
# Check lintian
|
||||
assert os.path.isfile(changes_for_lintian), "%s does not exist." % \
|
||||
(changes_for_lintian)
|
||||
cmd = ["lintian", "-IE", "--pedantic", "-q", changes_for_lintian]
|
||||
cmd = ["lintian", "-IE", "--pedantic", "-q", "--profile", "ubuntu",
|
||||
changes_for_lintian]
|
||||
lintian_filename = os.path.join(self._workdir,
|
||||
self._package + "_" +
|
||||
strip_epoch(self._version) + ".lintian")
|
||||
|
Loading…
x
Reference in New Issue
Block a user