Your message dated Sun, 28 Jun 2015 16:36:28 +0200
with message-id <[email protected]>
and subject line Re: #686828: dnsreplay and other tools are not included in any 
pdns-package
has caused the Debian Bug report #686828,
regarding pdns-server: dnsreplay and other tools are not included in any 
pdns-package
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 [email protected]
immediately.)


-- 
686828: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686828
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pdns-server
Version: 3.1-4
Severity: wishlist
Tags: patch

Some debug helper tools from the upstream source are not yet
included in any pdns package.

The tools are:
dnsreplay is a tool to replay a series of queries from a pcap file.
dnsscope does some statistics stuff
dnswascher cleans a pcap from non-DNS traffic.

Attached is a patch adding a new subpackage to the debian/control file
and a patch against upstream to enable the build of these tools without 
modifying
debian/rules.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-42-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff --git a/.pc/.quilt_patches b/.pc/.quilt_patches
deleted file mode 100644
index 6857a8d..0000000
--- a/.pc/.quilt_patches
+++ /dev/null
@@ -1 +0,0 @@
-debian/patches
diff --git a/.pc/.quilt_series b/.pc/.quilt_series
deleted file mode 100644
index c206706..0000000
--- a/.pc/.quilt_series
+++ /dev/null
@@ -1 +0,0 @@
-series
diff --git a/.pc/.version b/.pc/.version
deleted file mode 100644
index 0cfbf08..0000000
--- a/.pc/.version
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/debian/control b/debian/control
index a6d5a55..32bf0eb 100644
--- a/debian/control
+++ b/debian/control
@@ -157,3 +157,18 @@ Description: lua backend for PowerDNS
 # .
 # This package contains a mongodb backend for PowerDNS.
 
+Package: pdns-tools
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: dnsreplay dnsscope and dnswasher are tools to debug (Power)DNS Servers
+ PowerDNS is a versatile nameserver which supports a large number
+ of different backends ranging from simple zonefiles to relational
+ databases and load balancing/failover algorithms.
+ PowerDNS tries to emphasize speed and security.
+ .
+ dnsreplay is a tool to replay a series of queries from a pcap file,
+ dnsscope does some statistics stuff and dnswascher cleans a pcap from
+ non-DNS traffic.
+ .
+ These might help to debug (Power)DNS Servers.
+
diff --git a/debian/patches/enable-additional-pdns-tools b/debian/patches/enable-additional-pdns-tools
index 20f2a86..e9ef389 100644
--- a/debian/patches/enable-additional-pdns-tools
+++ b/debian/patches/enable-additional-pdns-tools
@@ -1,3 +1,8 @@
+Description: Enable the built of DNS debugging utils without
+  adding extra magic in debian/rules
+Origin: [email protected]
+Copyright: public domain
+
 --- a/pdns/Makefile.am.orig	2012-08-27 16:02:24.000000000 +0200
 +++ b/pdns/Makefile.am	2012-08-27 16:36:40.126552169 +0200
 @@ -24,10 +24,10 @@
diff --git a/debian/patches/series b/debian/patches/series
index 33e33f1..2e22061 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@ upstream-2608
 upstream-2609+2612
 upstream-2611
 upstream-2622
+enable-additional-pdns-tools

--- End Message ---
--- Begin Message ---
Closing this, as AFAICT dnsreplay and other tools have been included
in the pdns-server package for a while.

Best,
-- 
 ,''`.  Christian Hofstaedtler <[email protected]>
: :' :  Debian Developer
`. `'   7D1A CFFA D9E0 806C 9C4C  D392 5C13 D6DB 9305 2E03
  `-

Attachment: pgpNlJyp2U1ki.pgp
Description: PGP signature


--- End Message ---

Reply via email to