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

Bug#536434: marked as done ([checks/changelog-file] don't check debian-changelog-file-is-a-symlink for Ubuntu packages)



Your message dated Mon, 15 Aug 2011 22:39:10 +0200
with message-id <4E4983EE.3050208@thykier.net>
and subject line Re: [checks/changelog-file] don't check debian-changelog-file-is-a-symlink for Ubuntu packages
has caused the Debian Bug report #536434,
regarding [checks/changelog-file] don't check debian-changelog-file-is-a-symlink for Ubuntu packages
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
536434: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536434
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: lintian
Version: 2.2.13

Ubuntu allows symlinked changelog files. So please do not report
debian-changelog-file-is-a-symlink if the package is an Ubuntu package.

I tried to write a patch for it, but Perl does not like me (or the other
way round). The check rule should look like

if (-l 'changelog' && !($version =~ /$UBUNTU_REGEX/ or $distribution =~ /$UBUNTU_REGEX/)) {
    tag "debian-changelog-file-is-a-symlink", "";
    return 0;
}

but I don't know how to determine $distribution.

Cheers,
Benjamin

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


--- End Message ---
--- Begin Message ---
Source: lintian
Source-Version: 2.5.2

Done, as a part of the vendor profiles.



--- End Message ---

Reply to: