#
PKG_MAJOR=1
PKG_MINOR=1
-PKG_REVISION=2
+PKG_REVISION=3
PKG_BUILD=0
MANIFEST=src-manifest
SRCTAR=$(PKG_NAME)-$(PKG_VERSION).src.tar.gz
-LDIRT = $(MANIFEST) $(SRCTAR) bin-manifest $(TOPDIR)/$(PKG_NAME)-$(PKG_VERSION)
+LDIRT = *-manifest *.gz $(TOPDIR)/$(PKG_NAME)-*
# for clean and clobber
SUBDIRS = tar rpm
+xfsprogs (1.1.3) unstable; urgency=low
+
+ * Minor changes to xfs_logprint tail verification
+ * Update build Makefile to pick up extra dirt before packaging
+
+ -- Nathan Scott <nathans@debian.org> Thu, 1 Mar 2001 12:24:28 +1100
+
xfsprogs (1.1.2) unstable; urgency=low
* Fix stdarg.h issue causing build failure with glibc 2.2.2
+xfsprogs-1.1.3 (20 March 2001)
+ - minor Makefile-related cleanups
+
xfsprogs-1.1.2 (10 February 2001)
- added libhandle routines to simplify dump/restore EA support