From: Nathan Scott Date: Tue, 17 Jan 2006 03:35:56 +0000 (+0000) Subject: Fix a Makefile botch, bump xfsprogs version. X-Git-Tag: v2.8.0~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=673f5176732b209ed20cd087ad4725a01830a000;p=thirdparty%2Fxfsprogs-dev.git Fix a Makefile botch, bump xfsprogs version. --- diff --git a/VERSION b/VERSION index 710bb7bde..e78bc4541 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=2 PKG_MINOR=7 -PKG_REVISION=10 +PKG_REVISION=11 PKG_BUILD=1 diff --git a/debian/changelog b/debian/changelog index e7dc31532..a8767e735 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -xfsprogs (2.7.10-1) unstable; urgency=low +xfsprogs (2.7.11-1) unstable; urgency=low * New upstream release. - -- Nathan Scott Fri, 16 Dec 2005 21:57:05 +1100 + -- Nathan Scott Mon, 16 Jan 2006 08:38:31 +1100 xfsprogs (2.7.7-1) unstable; urgency=low diff --git a/doc/CHANGES b/doc/CHANGES index db33c9f9f..c79e5590a 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,7 @@ +xfsprogs-2.7.11 (16 January 2005) + - Fix a problem with the generated source tarballs and a + missing parent.h header file. + xfsprogs-2.7.10 (16 December 2005) - Make xfs_db keep trying when root inode can't be read. - Make xfs_db check AGF BNO and CNT btree consistency. diff --git a/include/Makefile b/include/Makefile index b74a9e04b..9bb00219b 100644 --- a/include/Makefile +++ b/include/Makefile @@ -29,12 +29,12 @@ HFILES = handle.h jdm.h libxfs.h libxlog.h swab.h xqm.h \ xfs_log.h xfs_log_priv.h xfs_log_recover.h xfs_mount.h xfs_quota.h \ xfs_rtalloc.h xfs_sb.h xfs_trans.h xfs_trans_space.h xfs_types.h -HFILES += $(PKG_PLATFORM).h xfs.h +HFILES += parent.h $(PKG_PLATFORM).h xfs.h PHFILES = darwin.h freebsd.h irix.h linux.h DKHFILES = volume.h fstyp.h dvh.h LSRCFILES = $(shell echo $(PHFILES) | sed -e "s/$(PKG_PLATFORM).h//g") LSRCFILES += platform_defs.h.in builddefs.in buildmacros buildrules $(DKHFILES) -LSRCFILES += path.h project.h command.h input.h +LSRCFILES += command.h input.h path.h project.h LDIRT = xfs disk default install :