~ubuntu-branches/ubuntu/vivid/net-dns-fingerprint/vivid

« back to all changes in this revision

Viewing changes to Fingerprint.pm

  • Committer: Bazaar Package Importer
  • Author(s): Thorsten Alteholz
  • Date: 2009-10-09 18:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20091009180000-jqm13awijpkjs9lz
Tags: 0.9.3-3
* new maintainer (closes: #508842)
* debian/control: moved Homepage: field from description to header
* debian/control: changed Homepage: to new URL
* debian/rules: no upstream changelog -> used debian/changelog
* debian/rules: nothing to do for binary arch, so removed it
* debian/compat changed from 4 to 5
* watch file added
* changes in src moved to patches
* debian/README.source added
* debian/control: standards raised from 3.6.2 to 3.8.3 (no change required)
* debian/control: changed priority from extra to optional
* debian/control: changed typo in description (closes: #343707)
* applied patch from Thomas Parmelan (closes: #548307)
* Fingerprint.pm: - marked NLD versions as uncertain (closes: #282096)
                  - changed bind entries to latest version

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    debug    => 0,
47
47
    qversion => 0,
48
48
    qchaos   => 0,
49
 
    separator => " ",
50
49
);
51
50
 
52
51
my $versionlength = 40;
471
470
 
472
471
    push @s, "($r{state};$r{id})" if($self->{debug});
473
472
 
474
 
    return join($self->{separator}, @s);
 
473
    return join(" ", @s);
475
474
}
476
475
 
477
476
sub query_version