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. * 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 ndppd (0.2.1~rc1-1) unstable; urgency=low

6
debian/control vendored
View File

@ -3,7 +3,7 @@ Section: net
Priority: extra Priority: extra
Maintainer: Daniel Adolfsson <daniel.adolfsson@tuhox.com> Maintainer: Daniel Adolfsson <daniel.adolfsson@tuhox.com>
Build-Depends: debhelper (>= 7.0.50~), libconfuse-dev (>= 2.7) 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 Homepage: http://www.tuhox.com/ndppd
Vcs-Git: git://github.com/Tuhox/ndppd.git Vcs-Git: git://github.com/Tuhox/ndppd.git
Vcs-Browser: https://github.com/Tuhox/ndppd/tree/debian 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 ndppd is a daemon that proxies certain IPv6 NDP messages between two or
more interfaces. It currently supports proxying Neighbor Solicitation more interfaces. It currently supports proxying Neighbor Solicitation
Messages and Neighbor Advertisement messages in order to allow IPv6 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.

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 Upstream-Name: ndppd
Source: https://github.com/Tuhox/ndppd Source: https://github.com/Tuhox/ndppd

4
debian/init.d vendored
View File

@ -1,8 +1,8 @@
#!/bin/sh #!/bin/sh
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: ndppd # Provides: ndppd
# Required-Start: $network $local_fs # Required-Start: $network $local_fs $remote_fs
# Required-Stop: # Required-Stop: $remote_fs
# Default-Start: 2 3 4 5 # Default-Start: 2 3 4 5
# Default-Stop: 0 1 6 # Default-Stop: 0 1 6
# Short-Description: NDP Proxy Daemon # Short-Description: NDP Proxy Daemon

2
debian/rules vendored
View File

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

2
debian/watch vendored Normal file
View File

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