diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/libsmbclient.lintian-overrides | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 795afe77d9..221bc9c8e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,6 +31,9 @@ samba (2:3.5.11~dfsg-2) UNRELEASED; urgency=low extra wrapper library into our binaries that we don't want. * Drop a few configure options from debian/rules that shadow the built-in defaults. + * debian/libsmbclient.lintian-overrides: yes, we know the package name + doesn't match the soname - and it never should until there's an ABI + change. -- Steve Langasek <vorlon@debian.org> Sat, 24 Sep 2011 13:36:50 -0700 diff --git a/debian/libsmbclient.lintian-overrides b/debian/libsmbclient.lintian-overrides new file mode 100644 index 0000000000..19d73ff325 --- /dev/null +++ b/debian/libsmbclient.lintian-overrides @@ -0,0 +1,3 @@ +# changing a library package name needlessly is always worse than having a +# name that doesn't match the soname. +libsmbclient: package-name-doesnt-match-sonames libsmbclient0 |