Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
7a5e1da8
Commit
7a5e1da8
authored
Jun 22, 2011
by
Sebastian Eichelbaum
Browse files
[FIX] - these option suppress the remaining warnings during debuild
parent
048f7e18
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
2 deletions
+21
-2
tools/packaging/README.Debian
tools/packaging/README.Debian
+4
-1
tools/packaging/debian/docs
tools/packaging/debian/docs
+0
-1
tools/packaging/debian/openwalnut.lintian-overrides
tools/packaging/debian/openwalnut.lintian-overrides
+17
-0
No files found.
tools/packaging/README.Debian
View file @
7a5e1da8
...
...
@@ -35,7 +35,7 @@ How I did the Debian Config
remove debian/init.d.ex
- for files that should be put to /etc/init.d
- removed since not needed
edit
debian/docs
remove
debian/docs
- list of files handled by the doc installer.
- usually automatically contains a list of files in our top-level dir
- README and stuff
...
...
@@ -71,6 +71,9 @@ How I did the Debian Config
remove debian/manpage.*
- for manual pages created with nroff, SGML and XML.
- remove since not needed
edit debian/openwalnut.lintian-overrides
- this file can suppress certain warnings and errors thrown by lintian
- added all lintian tags but commented them
The nice thing is: we have all the installation stuff done in CMake.
- there is no further need for file-copying and similar.
...
...
tools/packaging/debian/docs
deleted
100644 → 0
View file @
048f7e18
README
tools/packaging/debian/openwalnut.lintian-overrides
0 → 100644
View file @
7a5e1da8
# The executable matches the package-name.
openwalnut: package-name-doesnt-match-sonames
# These licenses belong to the liberation fonts we need to embedd.
openwalnut: extra-license-file usr/share/openwalnut/fonts/License.txt
openwalnut: extra-license-file usr/share/openwalnut/fonts/COPYING
# This is an external we compile into OpenWalnut. It internally uses TinyXML.
openwalnut: embedded-library usr/lib/libopenwalnut_biosig.so.1.3.0: tinyxml
# How to turn this off in CMake?
openwalnut: non-dev-pkg-with-shlib-symlink usr/lib/libopenwalnut_niftiio.so.1.3.0 usr/lib/libopenwalnut_niftiio.so
openwalnut: non-dev-pkg-with-shlib-symlink usr/lib/libopenwalnut_niftiznz.so.1.3.0 usr/lib/libopenwalnut_niftiznz.so
openwalnut: non-dev-pkg-with-shlib-symlink usr/lib/libopenwalnut_eep.so.1.3.0 usr/lib/libopenwalnut_eep.so
openwalnut: non-dev-pkg-with-shlib-symlink usr/lib/libopenwalnut_biosig.so.1.3.0 usr/lib/libopenwalnut_biosig.so
openwalnut: non-dev-pkg-with-shlib-symlink usr/lib/libopenwalnut.so.1.3.0 usr/lib/libopenwalnut.so
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment