Get rid of Lintian warnings
This commit is contained in:
parent
33cdc183d9
commit
d6126fb7b8
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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
|
||||
|
||||
|
6
debian/control
vendored
6
debian/control
vendored
@ -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.
|
||||
|
2
debian/copyright
vendored
2
debian/copyright
vendored
@ -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
4
debian/init.d
vendored
@ -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
2
debian/rules
vendored
@ -1,4 +1,6 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
export PREFIX=/usr
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
2
debian/watch
vendored
Normal file
2
debian/watch
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
version=3
|
||||
http://www.tuhox.com/ndppd/files/ndppd_(.+).tar.gz
|
Loading…
x
Reference in New Issue
Block a user