Skip to content
Snippets Groups Projects
Commit 4a5ca781 authored by Rich Lane's avatar Rich Lane
Browse files

debian packaging: fix lintian warnings

parent 51f8fe1c
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,6 @@ Vcs-Browser: https://github.com/floodlight/floodlight
Package: floodlight
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Description: An Apache licensed, Java based OpenFlow controller
Floodlight is a Java based OpenFlow controller originally written by David Erickson at Stanford
University. It is available under the Apache 2.0 license.
Description: Java based OpenFlow controller
Floodlight is a Java based OpenFlow controller originally written by David
Erickson at Stanford University.
......@@ -25,6 +25,3 @@ License: Apache-2.0
.
On Debian systems, the complete text of the Apache version 2.0 license
can be found in "/usr/share/common-licenses/Apache-2.0".
# Please also look if there are files or directories which have a
# different copyright/license attached and list them here.
LICENSE.txt
NOTICE.txt
README.txt
README.txt
#!/bin/sh
### BEGIN INIT INFO
# Provides: floodlight
# 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: An Apache licensed, Java based OpenFlow controller
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment