which was recently introduced.
#
PKG_MAJOR=2
PKG_MINOR=0
-PKG_REVISION=2
+PKG_REVISION=3
PKG_BUILD=0
+xfsprogs (2.0.3-1) unstable; urgency=low
+
+ * New upstream bugfix release
+
+ -- Nathan Scott <nathans@debian.org> Sat, 13 Apr 2002 09:45:06 +1000
+
xfsprogs (2.0.2-1) unstable; urgency=low
* New upstream bugfix release
-xfsprogs-2.0.2 (4 April 2002)
+xfsprogs-2.0.3 (13 April 2002)
+ - Important build system update, was causing libxfs to be
+ built incorrectly, which can cause xfs_repair to fail by
+ tripping asserts in additional libxfs debug code.
+
+xfsprogs-2.0.2 (04 April 2002)
- Bumped version of libhandle to libhandle.so.1.0.1
This changes open_by_handle() and friends so that
O_LARGEFILE is added to the open flags.
# @configure_input@
#
+ifndef _BUILDMACROS_INCLUDED_
+_BUILDMACROS_INCLUDED_ = 1
+
DEBUG = @debug_build@
OPTIMIZER = @opt_build@
MALLOCLIB = @malloc_lib@
-D_FILE_OFFSET_BITS=64 -DXFS_BIG_FILES=1 -DXFS_BIG_FILESYSTEMS=1
include $(TOPDIR)/include/buildmacros
+
+endif
+
+#
+# For targets that should always be rebuilt,
+# define a target that is never up-to-date.
+# Targets needing this should depend on $(_FORCE)
+_FORCE = __force_build
# http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
#
-ifndef _BUILDMACROS_INCLUDED_
-_BUILDMACROS_INCLUDED_ = 1
-
BUILDRULES = $(TOPDIR)/include/buildrules
# LCFLAGS, LLDFLAGS, LLDLIBS, LSRCFILES and LDIRT may be specified in
$(MAKEF) DIR=$$DIR/$$d -C $$d $@ || exit $$?; \
fi; \
done
-
-endif
-
-#
-# For targets that should always be rebuilt,
-# define a target that is never up-to-date.
-# Targets needing this should depend on $(_FORCE)
-_FORCE = __force_build