From d6126fb7b87a62a5b2b8544e594c37898e822cea Mon Sep 17 00:00:00 2001 From: Daniel Adolfsson <daniel.adolfsson@tuhox.com> Date: Mon, 10 Oct 2011 21:28:31 +0200 Subject: [PATCH] Get rid of Lintian warnings --- debian/changelog | 2 +- debian/control | 6 ++++-- debian/copyright | 2 +- debian/init.d | 4 ++-- debian/rules | 2 ++ debian/watch | 2 ++ 6 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog index 1ea3d6f..cf15cf6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ ndppd (0.2.1-1) unstable; urgency=low * Stable Release. - -- <daniel.adolfsson@tuhox.com> Fri, 07 Oct 2011 10:48:56 +0200 + -- Daniel Adolfsson <daniel.adolfsson@tuhox.com> Fri, 07 Oct 2011 10:48:56 +0200 ndppd (0.2.1~rc1-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 7eb21e0..593dca4 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: net Priority: extra Maintainer: Daniel Adolfsson <daniel.adolfsson@tuhox.com> Build-Depends: debhelper (>= 7.0.50~), libconfuse-dev (>= 2.7) -Standards-Version: 3.8.4 +Standards-Version: 3.9.2 Homepage: http://www.tuhox.com/ndppd Vcs-Git: git://github.com/Tuhox/ndppd.git Vcs-Browser: https://github.com/Tuhox/ndppd/tree/debian @@ -15,4 +15,6 @@ Description: daemon that proxies IPv6 NDP messages ndppd is a daemon that proxies certain IPv6 NDP messages between two or more interfaces. It currently supports proxying Neighbor Solicitation Messages and Neighbor Advertisement messages in order to allow IPv6 - routing without relying on linux "proxy_ndp". + routing without relying on linux "proxy_ndp". + . + The daemon is partially compliant with (experimental) RFC4389. diff --git a/debian/copyright b/debian/copyright index 75bb644..dc9409d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Format: http://dep.debian.net/deps/dep5/ +Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=202 Upstream-Name: ndppd Source: https://github.com/Tuhox/ndppd diff --git a/debian/init.d b/debian/init.d index e8f4e23..dfa51ba 100644 --- a/debian/init.d +++ b/debian/init.d @@ -1,8 +1,8 @@ #!/bin/sh ### BEGIN INIT INFO # Provides: ndppd -# Required-Start: $network $local_fs -# Required-Stop: +# Required-Start: $network $local_fs $remote_fs +# Required-Stop: $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: NDP Proxy Daemon diff --git a/debian/rules b/debian/rules index 4067ba0..eb52f34 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,6 @@ #!/usr/bin/make -f +export PREFIX=/usr + %: dh $@ diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..b02d52d --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.tuhox.com/ndppd/files/ndppd_(.+).tar.gz