summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2003-05-13 23:53:20 -0400
committerTheodore Ts'o <tytso@mit.edu>2003-05-13 23:53:20 -0400
commit813bde19f5d3743e8978ed5ee053d92c0e99036c (patch)
tree686f40b9c01c1bb9f7cb60f7ca1a981ad65ae8d0 /debian/rules
parentb8a953157bce577bff6f9d8437e8d7f2c881fe63 (diff)
downloade2fsprogs-813bde19f5d3743e8978ed5ee053d92c0e99036c.tar.gz
Add package dependency to shlibs for comerr to indicate support
for kth compatibility. (Closes Debian bug #193096)
Diffstat (limited to 'debian/rules')
-rw-r--r--debian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 8edc9135..4450ac3c 100644
--- a/debian/rules
+++ b/debian/rules
@@ -352,7 +352,7 @@ binary-arch: install install-udeb
>> debian/e2fsprogs/DEBIAN/shlibs
echo "libuuid ${UUID_SOVERSION} libuuid${UUID_SOVERSION}" \
>> debian/e2fsprogs/DEBIAN/shlibs
- echo "libcom_err ${COMERR_SOVERSION} libcomerr${COMERR_SOVERSION}" \
+ echo "libcom_err ${COMERR_SOVERSION} libcomerr${COMERR_SOVERSION}, libcomerr-kth-compat" \
>> debian/e2fsprogs/DEBIAN/shlibs
echo "libss ${SS_SOVERSION} libss${SS_SOVERSION}" \
>> debian/e2fsprogs/DEBIAN/shlibs