Skip to content

Commit

Permalink
Ignore jar or iamge not in usr/share lintian warnings. Fixes #313 and #…
Browse files Browse the repository at this point in the history
  • Loading branch information
freaktechnik committed Aug 3, 2014
1 parent 00119bc commit 3c5abc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions debian/lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# At the moment all files for Nightingale are stored in a single folder.
# Re-arranging everything would be too much work without really achieving anything.
nightingale binary: image-file-in-usr-lib
nightingale binary: jar-not-in-usr-share

2 comments on commit 3c5abc4

@darealshinji
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are the overrides I'm currently using, based on these comment:
nightingale-media-player/nightingale-deps#21 (comment)
#314 (comment)

# They're private dynamic libraries
nightingale binary: embedded-library */libnss3.so: nss
nightingale binary: embedded-library */libsqlite3.so: sqlite

# This sqlite code differs from the one in libsqlite3.so
nightingale binary: embedded-library */sbDBEngine.so: sqlite

# At the moment all files for Nightingale are stored in a single folder.
# Re-arranging everything would be too much work without really achieving anything.
nightingale binary: image-file-in-usr-lib

# Some of them contain arch dependent data
nightingale binary: jar-not-in-usr-share

@freaktechnik
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, should probably add the lib overrides too, though the sbDBEngine.so one is hopefully only temporary...

Please sign in to comment.