From: Nathan Scott Date: Thu, 1 Mar 2001 01:31:21 +0000 (+0000) Subject: update for minor build/Makefile change. X-Git-Tag: v1.2.0~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=856f125f47bffba63a89343c2153116bd803c1f6;p=thirdparty%2Fxfsprogs-dev.git update for minor build/Makefile change. --- diff --git a/VERSION b/VERSION index 37c8c15fb..02156d651 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=1 PKG_MINOR=1 -PKG_REVISION=2 +PKG_REVISION=3 PKG_BUILD=0 diff --git a/build/Makefile b/build/Makefile index 0411a6d2a..42d4eb6b4 100644 --- a/build/Makefile +++ b/build/Makefile @@ -36,7 +36,7 @@ include $(TOPDIR)/include/builddefs 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 diff --git a/debian/changelog b/debian/changelog index 1350c056b..7d86cd68d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +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 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 diff --git a/doc/CHANGES b/doc/CHANGES index 27b9d36fd..20e866669 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,7 @@ +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