* Restructure rules file to use dh
* Only require the udev, systemd, and cron build dependencies when
building on Linux. (Closes: #931266)
+ * Move logsave to its own package. (Closes: #923372)
- -- Theodore Y. Ts'o <tytso@mit.edu> Sat, 13 Jul 2019 16:13:38 -0400
+ -- Theodore Y. Ts'o <tytso@mit.edu> Sat, 13 Jul 2019 17:28:38 -0400
e2fsprogs (1.45.2-1) unstable; urgency=medium
writing from devices or image files containing ext2, ext3, and ext4
file systems.
+Package: logsave
+Priority: optional
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: e2fsprogs (<< 1.45.2-1)
+Breaks: e2fsprogs (<< 1.45.2-1)
+Architecture: linux-any kfreebsd-any
+Description: save the output of a command in a log file
+ The logsave program will execute cmd_prog with the specified
+ argument(s), and save a copy of its output to logfile. If the
+ containing directory for logfile does not exist, logsave will
+ accumulate the output in memory until it can be written out. A copy
+ of the output will also be written to standard output.
+
Package: e2fsck-static
Priority: optional
Depends: ${misc:Depends}
XB-Important: yes
Pre-Depends: ${shlibs:Depends}, ${misc:Depends}, libblkid1, libuuid1
Multi-Arch: foreign
-Suggests: gpart, parted, fuse2fs, e2fsck-static
+Suggests: gpart, parted, fuse2fs, e2fsck-static, logsave
Recommends: e2fsprogs-l10n
Architecture: any
Description: ext2/ext3/ext4 file system utilities
sbin/e2scrub_all
sbin/e2undo
sbin/fsck.ext?
-sbin/logsave
sbin/mke2fs
sbin/mkfs.ext?
sbin/resize2fs
usr/share/man/man8/e4defrag.8
usr/share/man/man8/filefrag.8
usr/share/man/man8/fsck.ext?.8
-usr/share/man/man8/logsave.8
usr/share/man/man8/mke2fs.8
usr/share/man/man8/mkfs.ext?.8
usr/share/man/man8/mklost+found.8
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
-Fixed various debian packaging issues. (Addresses Debian Bug: #931266)
+Fixed various debian packaging issues. (Addresses Debian Bug: #931266,
+#923372)
Fixed error checking for calls to posix_{memalign,fadvise}.