From 1be2ce0f494ce88b42bd9a4d90e84c7d7277ec93 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 1 Sep 2009 20:27:29 -0400 Subject: [PATCH] debian: Make sure libblkid1 and libblkid1-dbg have changelogs Thanks to Scott James Remnant for pointing this problem and suggesting a fix. Signed-off-by: "Theodore Ts'o" --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 403f776..b4fa513 100755 --- a/debian/rules +++ b/debian/rules @@ -465,7 +465,8 @@ endif -plibcomerr2-dbg -plibss2-dbg ifneq ($(UTIL_LINUX_NG),yes) DH_OPTIONS= dh_installchangelogs -plibuuid${UUID_SOVERSION} \ - -puuid-dev -puuid-runtime -puuid-runtime-dbg -plibuuid1-dbg + -puuid-dev -puuid-runtime -puuid-runtime-dbg -plibuuid1-dbg \ + -plibblkid${BLKID_SOVERSION} -plibblkid1-dbg endif dh_fixperms -- 1.8.3.1