diff options
author | Michael Vogt <mvo@debian.org> | 2013-08-19 14:59:29 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-08-19 15:16:01 +0200 |
commit | ad855ee8629bed7ee611fbd9d18ff5ef03b23592 (patch) | |
tree | 9b3410a75f6e25669e938d36000d3a9957557f3b /debian/apt.install.in | |
parent | 9b151275077ff13d7c6db8c724f34e11975d0fe7 (diff) |
add lintian override for no-shlibs-control-file and only install libapt-private.so.* instead libapt-private.so
Diffstat (limited to 'debian/apt.install.in')
-rw-r--r-- | debian/apt.install.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/apt.install.in b/debian/apt.install.in index 3527f9005..ac12060ce 100644 --- a/debian/apt.install.in +++ b/debian/apt.install.in @@ -2,4 +2,4 @@ bin/apt-* usr/bin/ bin/methods/* usr/lib/apt/methods/ scripts/dselect/* usr/lib/dpkg/methods/apt/ usr/share/locale/*/*/apt.mo -bin/libapt-private* usr/lib/@DEB_HOST_MULTIARCH@/
\ No newline at end of file +bin/libapt-private.so.* usr/lib/@DEB_HOST_MULTIARCH@/
\ No newline at end of file |