From: Eric Sandeen Date: Sat, 27 Mar 2004 02:44:30 +0000 (+0000) Subject: Fix packaging issue for source packages; missing header file X-Git-Tag: v2.7.0~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8e5f318098d2e0cde6a41e3d8ef1ed8e2a992ed;p=thirdparty%2Fxfsprogs-dev.git Fix packaging issue for source packages; missing header file Bump version --- diff --git a/VERSION b/VERSION index b0079586f..495b062fc 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=2 PKG_MINOR=6 -PKG_REVISION=8 +PKG_REVISION=9 PKG_BUILD=1 diff --git a/debian/changelog b/debian/changelog index 843729d8b..97b2c5caa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 25 Mar 2004 14:29:13 +1100 + -- Nathan Scott Sat, 27 Mar 2004 10:50:11 +1100 xfsprogs (2.6.5-1) unstable; urgency=low diff --git a/doc/CHANGES b/doc/CHANGES index c38f728ff..4648c6982 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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, diff --git a/io/Makefile b/io/Makefile index 332da52da..dd637fff3 100644 --- a/io/Makefile +++ b/io/Makefile @@ -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 \