Package: unbound
Version: 1.0.2-1.2
Severity: wishlist
Tags: patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear unbound maintainers,
Here's a patch to fix lintian warning and update watch file.
Could you apply it, please?
- --
Regards,
Hideki Yamane henrich @ debian.or.jp
http://wiki.debian.org/HidekiYamane
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAklJhc8ACgkQIu0hy8THJktHPgCghni2itFcm75wN6amDnFkrh55
a6gAoJrrnpKabmmXZwHjpQvD9vP4NN1k
=BkbG
-----END PGP SIGNATURE-----
diff -urN unbound-1.0.2.orig/debian/control unbound-1.0.2/debian/control
--- unbound-1.0.2.orig/debian/control 2008-12-18 07:59:42.000000000 +0900
+++ unbound-1.0.2/debian/control 2008-12-18 08:02:05.000000000 +0900
@@ -10,7 +10,7 @@
Package: unbound
Section: net
Architecture: any
-Depends: ${shlibs:Depends}, adduser
+Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
Description: validating, recursive, caching DNS resolver
Unbound is a recursive-only caching DNS server which can optionally
perform DNSSEC validation of results. It implements only a minimum amount
@@ -26,7 +26,7 @@
Package: unbound-host
Section: net
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: reimplementation of the 'host' command
This package provides the 'unbound-host' program that is bundled with the
Unbound domain name server. This version differs from the one provided in the
@@ -36,7 +36,7 @@
Package: libunbound0
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library implementing DNS resolution and validation
libunbound performs and validates DNS lookups; it can be used to convert
hostnames to IP addresses and back, and obtain other information from the
@@ -45,7 +45,7 @@
Package: libunbound-dev
Section: libdevel
Architecture: any
-Depends: libunbound0 (= ${binary:Version})
+Depends: libunbound0 (= ${binary:Version}), ${misc:Depends}
Description: static library, header files, and docs for libunbound
Static library, header files, and documentation for libunbound.
.
diff -urN unbound-1.0.2.orig/debian/watch unbound-1.0.2/debian/watch
--- unbound-1.0.2.orig/debian/watch 2008-12-18 07:59:42.000000000 +0900
+++ unbound-1.0.2/debian/watch 2008-12-18 08:00:57.000000000 +0900
@@ -1,3 +1,3 @@
version=3
http://www.unbound.net/download.html \
- downloads/unbound-(.+)\.tar\.gz
+ downloads/unbound-(.+)\.tar\.gz debian uupdate