mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
remove explicit dependencies from Debian package control file
dh_shlibdeps can detect them and their removal makes the control file more suitable for producing package files for Debian/Ubuntu releases other than the current Debian stable release which I am using it for Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
95c9951547
commit
7d82b9c502
1 changed files with 1 additions and 3 deletions
|
@ -15,9 +15,7 @@ Build-Depends: debhelper (>= 9~), libssl-dev, zlib1g-dev, libzstd-dev,
|
|||
|
||||
Package: katie-runtime
|
||||
Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, openssl, zlib1g, libzstd1, libc6,
|
||||
libpng16-16, libjpeg62-turbo, libtiffxx5, libmng1, libcups2, libfreetype6,
|
||||
libfontconfig1, libpcre3, libdbus-1-3, libsqlite3-0, libicu63
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Recommends: unixodbc, libpq5, libmariadbclient, xserver-xorg-core
|
||||
Description: C++ toolkit derived from the Qt 4.8 framework
|
||||
This package is pre-release version of the Katie tookit (includes libraries,
|
||||
|
|
Loading…
Add table
Reference in a new issue