Skip to content

Commit 4be81a9

Browse files
committed
fix: control file fix of deb packaging for Debian 11/12
Debian 11/12 is using different libicu version from Ubuntu, so the dependency declaration should be compatible.
1 parent f5e7493 commit 4be81a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: polardb-for-postgresql
22
Maintainer: mrdrivingduck <mrdrivingduck@gmail.com>
3-
Depends: libicu66 | libicu70 | libicu74, libkrb5-3, libldap-2.4-2 | libldap-2.5-0 | libldap2
3+
Depends: libicu66 | libicu67 | libicu70 | libicu72 | libicu74, libkrb5-3, libldap-2.4-2 | libldap-2.5-0 | libldap2
44
Section: database
55
Priority: optional
66
Homepage: https://github.com/ApsaraDB/PolarDB-for-PostgreSQL

0 commit comments

Comments
 (0)