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

« back to all changes in this revision

Viewing changes to debian/patches/03-apps-fpdns-548307

  • 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
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 03-apps-fpdns-548307 patch made by <debian@alteholz.de>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: #548307: fpdns: "-c" option ignored, patch provided by Thomas Parmelan
 
6
 
 
7
@DPATCH@
 
8
 
 
9
--- net-dns-fingerprint-0.9.3/apps/fpdns.orig   2009-09-25 14:04:04.000000000 +0200
 
10
+++ net-dns-fingerprint-0.9.3/apps/fpdns        2009-09-25 14:04:10.000000000 +0200
 
11
@@ -79,7 +79,7 @@
 
12
        timeout  => $opt{t},
 
13
        retry    => $opt{r},
 
14
         forcetcp => $opt{T},
 
15
-       qversion => $opt{v},
 
16
+       qversion => $opt{c},
 
17
        qchaos   => $opt{f},
 
18
        separator=> $opt{S},
 
19
     );
 
20