diff options
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/shlibs.local | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 637acf2..f818d30 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +util-linux (2.39.3-10) unstable; urgency=medium + + * Tighten dependencies between programs and our own shlibs + + -- Chris Hofstaedtler <zeha@debian.org> Mon, 04 Mar 2024 22:11:55 +0100 + util-linux (2.39.3-9~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-backports, remaining changes: diff --git a/debian/shlibs.local b/debian/shlibs.local new file mode 100644 index 0000000..4ba1838 --- /dev/null +++ b/debian/shlibs.local @@ -0,0 +1,5 @@ +deb: libblkid 1 libblkid1 (= ${binary:Version}) +deb: libfdisk 1 libfdisk1 (= ${binary:Version}) +deb: libmount 1 libmount1 (= ${binary:Version}) +deb: libsmartcols 1 libsmartcols1 (= ${binary:Version}) +deb: libuuid 1 libuuid1 (= ${binary:Version}) |