From 6ea8d0f7c84985a3243330d4029a263c78689074 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Fri, 24 Sep 2004 12:15:14 -0400 Subject: [PATCH] Make sure /usr/lib is creaeted when installing e2initrd_helper. (Addresses Debian Bug #272698) --- debian/changelog | 4 +++- debian/e2fsprogs.files | 1 + e2fsprogs.spec.in | 2 ++ misc/ChangeLog | 5 +++++ misc/Makefile.in | 2 +- 5 files changed, 12 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8a371dc5..d3d46cb7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,10 @@ e2fsprogs (1.35-8) unstable; urgency=low * Make sure the configure files are newer than configure.in the debian/rules file so that a dpkg-source created patch won't trigger an attempt rebuild of the configure script. (Closes: #272558) + * Make sure /usr/lib/e2initrd_helper is in the e2fsprogs package. + (Closes: #272698) - -- Theodore Y. Ts'o Wed, 22 Sep 2004 00:50:20 -0400 + -- Theodore Y. Ts'o Fri, 24 Sep 2004 11:51:36 -0400 e2fsprogs (1.35-7) unstable; urgency=low diff --git a/debian/e2fsprogs.files b/debian/e2fsprogs.files index ecbe891d..7ec75024 100644 --- a/debian/e2fsprogs.files +++ b/debian/e2fsprogs.files @@ -2,5 +2,6 @@ lib sbin usr/bin usr/sbin +usr/lib/e2initrd_helper usr/share/man usr/share/locale diff --git a/e2fsprogs.spec.in b/e2fsprogs.spec.in index 10b079cd..7de65f85 100644 --- a/e2fsprogs.spec.in +++ b/e2fsprogs.spec.in @@ -110,6 +110,8 @@ exit 0 %{_root_libdir}/libss.so.* %{_root_libdir}/libuuid.so.* +%{_libdir}/e2initrd_helper + %{_bindir}/chattr %{_bindir}/lsattr %{_bindir}/uuidgen diff --git a/misc/ChangeLog b/misc/ChangeLog index 649b1421..10af4874 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,8 @@ +2004-09-24 Theodore Ts'o + + * Makefile.in: Make sure /usr/lib is created for when we install + e2initrd_helper. + 2004-09-19 Theodore Ts'o * badblocks.c: Use _() around done_string, so that it gets diff --git a/misc/Makefile.in b/misc/Makefile.in index 7a11497c..8decf58f 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -178,7 +178,7 @@ filefrag.8: $(DEP_SUBSTITUTE) $(srcdir)/filefrag.8.in installdirs: $(top_srcdir)/mkinstalldirs $(DESTDIR)$(sbindir) \ $(DESTDIR)$(root_sbindir) $(DESTDIR)$(bindir) \ - $(DESTDIR)$(man1dir) $(DESTDIR)$(man8dir) + $(DESTDIR)$(man1dir) $(DESTDIR)$(man8dir) $(DESTDIR)$(libdir) install: all $(SMANPAGES) $(UMANPAGES) installdirs for i in $(SPROGS); do \