Merge of master-melb:xfs-cmds:26349a by kenmcd.
#
PKG_MAJOR=2
PKG_MINOR=8
-PKG_REVISION=3
+PKG_REVISION=4
PKG_BUILD=1
+xfsprogs (2.8.4-1) unstable; urgency=low
+
+ * New upstream release.
+ * Improved udeb packaging, thanks to Frans Pop (closes: #375439)
+ * Fix filesystem-from-path detection logic (closes: #374687)
+
+ -- Nathan Scott <nathans@debian.org> Mon, 26 Jun 2006 10:04:18 +1000
+
xfsprogs (2.8.3-1) unstable; urgency=low
* New upstream release.
develop XFS filesystem-specific programs.
Package: xfsprogs-udeb
+XC-Package-Type: udeb
Section: debian-installer
Priority: optional
Architecture: any
$(pkgdi) $(MAKE) -C debian install-d-i
$(pkgme) $(MAKE) -C build src-manifest
- dh_installdocs -p$(package) -p$(develop)
- dh_installchangelogs -N$(bootpkg)
+ dh_installdocs
+ dh_installchangelogs
dh_strip
dh_compress
dh_fixperms
- dh_makeshlibs -p$(package)
- dh_installdeb -N$(bootpkg)
+ dh_makeshlibs
+ dh_installdeb
dh_shlibdeps
- dh_gencontrol -N$(bootpkg)
- dh_gencontrol -p$(bootpkg) -- -n$(udebpkg)
-
- dh_md5sums -N$(bootpkg)
- dh_builddeb -N$(bootpkg)
- dh_builddeb -p$(bootpkg) --filename=$(udebpkg)
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
binary: binary-indep binary-arch
+xfsprogs-2.8.4 (23 June 2006)
+ - Improve Debian udeb package handling, thanks to Frans Pop.
+ - Fix a situation where xfs_growfs can fail to match a block
+ device to a filesystem correctly; thanks to Bastian Kleineidam.
+ - Minor corrections to the xfs_growfs man page.
+
xfsprogs-2.8.3 (21 June 2006)
- - Fix a possible segv in xfs_growfs.
+ - Fix a possible segv in xfs_growfs; thanks to Bastian Kleineidam.
xfsprogs-2.8.2 (17 June 2006)
- More updates to repair/libxfs for improving performance
.TP
.B \-t
Specifies an alternate mount table file (default is
+.I /proc/mounts
+if it exists, else
.IR /etc/mtab ).
This is used when working with filesystems mounted without writing to
.I /etc/mtab
is most often used in conjunction with
logical volumes
(see
+.IR md (4)
+and
.IR lvm (8)
-).
+on Linux).
However, it can also be used on a regular disk partition, for example if a
partition has been enlarged while retaining the same starting block.
.SH PRACTICAL USE
Adding the space is often done through the use of a logical volume manager.
.SH SEE ALSO
mkfs.xfs(8),
+md(4),
lvm(8),
mount(8).