]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
update for minor build/Makefile change.
authorNathan Scott <nathans@sgi.com>
Thu, 1 Mar 2001 01:31:21 +0000 (01:31 +0000)
committerNathan Scott <nathans@sgi.com>
Thu, 1 Mar 2001 01:31:21 +0000 (01:31 +0000)
VERSION
build/Makefile
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index 37c8c15fb5d1684de0b74d978edb9ee99535de8c..02156d65180b956c6cf8cc456cc0283c4770999a 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=1
 PKG_MINOR=1
-PKG_REVISION=2
+PKG_REVISION=3
 PKG_BUILD=0
index 0411a6d2abc7e05cb2e87186e88265fbbc9dcd08..42d4eb6b44b9c96bf7b800c9d2d64464aeacee65 100644 (file)
@@ -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
index 1350c056baf63067f2870de9169921641b18e3d7..7d86cd68debe1846b4a1d7a22a157663a25d4a5e 100644 (file)
@@ -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 <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
index 27b9d36fd0b5a3d224976964105867c3606c2d95..20e86666909179463fdab95f54b4b2c917cf21ac 100644 (file)
@@ -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