]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
debian/rules: remove extra pkg-config
authorDarrick J. Wong <djwong@kernel.org>
Mon, 13 Oct 2025 18:11:13 +0000 (11:11 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 17 Oct 2025 23:34:21 +0000 (16:34 -0700)
commitd50e6b0465e01379ccc46bab558db2006efb35d4
treee0cd6779c547221713f94a17808abc3b5fe394a2
parent4b02eb164221c079b428566499343af2766c2ec3
debian/rules: remove extra pkg-config

Not sure why the definition for deb_udevudevdir calls pkg-config with
the string "pkg-config" as its first argument.  Even more crazily, this
happens on Debian 12:

$ pkg-config --variable=udevdir udev
/lib/udev
$ pkg-config pkg-config --variable=udevdir udev
 /lib/udev

Note the leading space!  Given the sed script in the same definition,
I'm guessing that the extra space is NOT the desired behavior.

Cc: <linux-ext4@vger.kernel.org> # v1.47.1
Fixes: 288de9fb396811 ("debian: acknowledge NMU'ed changes to 1.47.0-2.4")
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
debian/rules