]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Fix packaging issue for source packages; missing header file
authorEric Sandeen <sandeen@sgi.com>
Sat, 27 Mar 2004 02:44:30 +0000 (02:44 +0000)
committerEric Sandeen <sandeen@sgi.com>
Sat, 27 Mar 2004 02:44:30 +0000 (02:44 +0000)
Bump version

VERSION
debian/changelog
doc/CHANGES
io/Makefile

diff --git a/VERSION b/VERSION
index b0079586ff09109ce7715d10c57715c9ee189deb..495b062fceea567dc2201300032de06c54883193 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=2
 PKG_MINOR=6
-PKG_REVISION=8
+PKG_REVISION=9
 PKG_BUILD=1
index 843729d8beb54f2708546aba45ce353d1d6e5cf5..97b2c5caa2cce6099f9a9cfdc512c86b05c31fda 100644 (file)
@@ -1,8 +1,8 @@
-xfsprogs (2.6.8-1) unstable; urgency=low
+xfsprogs (2.6.9-1) unstable; urgency=low
 
   * New upstream release.
 
- -- Nathan Scott <nathans@debian.org>  Thu, 25 Mar 2004 14:29:13 +1100
+ -- Nathan Scott <nathans@debian.org>  Sat, 27 Mar 2004 10:50:11 +1100
 
 xfsprogs (2.6.5-1) unstable; urgency=low
 
index c38f728ffbd84689f4aa7265aea574aba06db6cc..4648c698210ccff051ea528209d2fe9d2a7f6c4a 100644 (file)
@@ -1,3 +1,6 @@
+xfsprogs-2.6.9 (26 March 2003)
+       - Update HFILES in xfsprogs/io/Makefile to package io/io.h
+
 xfsprogs-2.6.8 (25 March 2003)
        - Fix xfs_db when dumping v2 dirs larger than the fsb size.
        - Several xfs_io additions - support for memory mapped areas,
index 332da52dadb228a9f643a88c0a53ec4ec9d271cd..dd637fff357c3c3ad40b0fa706e717b904275a2f 100644 (file)
@@ -35,7 +35,7 @@ include $(TOPDIR)/include/builddefs
 
 LTCOMMAND = xfs_io
 LSRCFILES = xfs_bmap.sh xfs_freeze.sh
-HFILES = command.h input.h init.h
+HFILES = command.h input.h init.h io.h
 CFILES = command.c input.c init.c \
        bmap.c file.c freeze.c fsync.c help.c inject.c \
        mmap.c open.c pread.c prealloc.c pwrite.c quit.c \