Get rid of Lintian warnings

This commit is contained in:
Daniel Adolfsson 2011-10-10 21:28:31 +02:00 committed by Daniel Adolfsson
parent 33cdc183d9
commit d6126fb7b8
6 changed files with 12 additions and 6 deletions

2
debian/changelog vendored
View File

@ -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

4
debian/control vendored
View File

@ -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
@ -16,3 +16,5 @@ Description: daemon that proxies IPv6 NDP messages
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".
.
The daemon is partially compliant with (experimental) RFC4389.

2
debian/copyright vendored
View File

@ -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

4
debian/init.d vendored
View File

@ -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

2
debian/rules vendored
View File

@ -1,4 +1,6 @@
#!/usr/bin/make -f
export PREFIX=/usr
%:
dh $@

2
debian/watch vendored Normal file
View File

@ -0,0 +1,2 @@
version=3
http://www.tuhox.com/ndppd/files/ndppd_(.+).tar.gz