]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
debian: fix libcom-err2 package name in d/rules
authorJochen Sprickerhof <jspricke@debian.org>
Thu, 19 Jun 2025 19:42:04 +0000 (21:42 +0200)
committerJochen Sprickerhof <git@jochen.sprickerhof.de>
Mon, 23 Jun 2025 06:53:43 +0000 (08:53 +0200)
libcomerr2 was renamed to libcom-err2 in 146649cd ("Update release
notes, etc., for the 1.43.9 release").

Signed-off-by: Jochen Sprickerhof <git@jochen.sprickerhof.de>
debian/rules

index 21328b2e66f08ad6b8bc2b08998792c8bc71f222..4cb80652115317af708b7aaa77d5964d35f62712 100755 (executable)
@@ -40,7 +40,7 @@ INSTALL ?= install
 INSTALL_PROGRAM ?= $(INSTALL) -p -m 0755
 
 ifneq (,$(findstring update-symbols,$(DEB_BUILD_OPTIONS)))
-SYMBOL_LIBS := libext2fst64 libcomerr2 libss2
+SYMBOL_LIBS := libext2fst64 libcom-err2 libss2
 endif
 
 CFLAGS_SHLIB = $(CFLAGS)