diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-10-27 12:13:08 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-10-27 12:13:08 +0200 |
commit | 69338edb185ed48ab999dbd148474f7a51b87a32 (patch) | |
tree | 6c4647b4df2ab555c63ce50424f44187d0db463c /debian/rules | |
parent | e97e0882ffc87a91e7818137196f1b74134566df (diff) |
Transition from libunistring2 to linunistring5
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 2e22b6b..5a0855a 100755 --- a/debian/rules +++ b/debian/rules @@ -22,4 +22,4 @@ VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\- override_dh_makeshlibs: dh_makeshlibs - dpkg-gensymbols -v$(VERSION) -plibunistring2 + dpkg-gensymbols -v$(VERSION) -plibunistring5 |