Skip to content
Snippets Groups Projects
Commit 9e32e78d authored by abat's avatar abat
Browse files

Merge into master from pull request #113:

debian packaging: fix lintian warnings (https://github.com/floodlight/floodlight/pull/113)
parents 2615aa57 4a5ca781
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,6 @@ Vcs-Browser: https://github.com/floodlight/floodlight ...@@ -11,6 +11,6 @@ Vcs-Browser: https://github.com/floodlight/floodlight
Package: floodlight Package: floodlight
Architecture: all Architecture: all
Depends: ${java:Depends}, ${misc:Depends} Depends: ${java:Depends}, ${misc:Depends}
Description: An Apache licensed, Java based OpenFlow controller Description: Java based OpenFlow controller
Floodlight is a Java based OpenFlow controller originally written by David Erickson at Stanford Floodlight is a Java based OpenFlow controller originally written by David
University. It is available under the Apache 2.0 license. Erickson at Stanford University.
...@@ -25,6 +25,3 @@ License: Apache-2.0 ...@@ -25,6 +25,3 @@ License: Apache-2.0
. .
On Debian systems, the complete text of the Apache version 2.0 license On Debian systems, the complete text of the Apache version 2.0 license
can be found in "/usr/share/common-licenses/Apache-2.0". 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 NOTICE.txt
README.txt README.txt
README.txt
#!/bin/sh #!/bin/sh
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: floodlight # Provides: floodlight
# 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: An Apache licensed, Java based OpenFlow controller # 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