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

« back to all changes in this revision

Viewing changes to debian/control

  • 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:
1
1
Source: net-dns-fingerprint
2
2
Section: net
3
 
Priority: extra
4
 
Maintainer: Anand Kumria <wildfire@progsoc.org>
5
 
Build-Depends: debhelper (>= 4.0.0), perl (>= 5.6.0-16)
6
 
Standards-Version: 3.6.2
 
3
Priority: optional
 
4
Maintainer: Thorsten Alteholz <debian@alteholz.de>
 
5
Build-Depends: debhelper (>= 7.0.0), perl (>= 5.6.0-16), dpatch
 
6
Standards-Version: 3.8.3
 
7
Homepage: http://code.google.com/p/fpdns/
7
8
 
8
9
Package: libnet-dns-fingerprint-perl
9
10
Section: perl
10
 
Priority: extra
 
11
Priority: optional
11
12
Architecture: all
12
13
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libnet-dns-perl (>=0.42)
13
14
Description: library to determine DNS server vendor, product and version
77
78
 
78
79
Package: fpdns
79
80
Section: net
80
 
Priority: extra
 
81
Priority: optional
81
82
Architecture: all
82
83
Depends: libnet-dns-fingerprint-perl, libio-socket-inet6-perl
83
84
Description: remotely determine DNS server version
85
86
 obvious requirement here. The standard protocol behaviour of different 
86
87
 DNS implementations is expected to be the same.
87
88
 .
88
 
 The realty is quite different though. fpdns uses a series of borderline 
 
89
 The reality is quite different though. fpdns uses a series of borderline 
89
90
 DNS queries to determine the vendor, product and version of a nameserver. 
90
 
 .
91
 
 Homepage: http://www.rfc.se/fpdns/