]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Fix a Makefile botch, bump xfsprogs version.
authorNathan Scott <nathans@sgi.com>
Tue, 17 Jan 2006 03:35:56 +0000 (03:35 +0000)
committerNathan Scott <nathans@sgi.com>
Tue, 17 Jan 2006 03:35:56 +0000 (03:35 +0000)
VERSION
debian/changelog
doc/CHANGES
include/Makefile

diff --git a/VERSION b/VERSION
index 710bb7bde3bb5f05d97c330dca4fd37f531cabaf..e78bc4541a10a9fb8c6211a3e6cf296f550d208c 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=2
 PKG_MINOR=7
-PKG_REVISION=10
+PKG_REVISION=11
 PKG_BUILD=1
index e7dc31532663ef1d16b1950026e3a4e0fa7feb35..a8767e73510a7733eb2aef765d0479d861c47faf 100644 (file)
@@ -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 <nathans@debian.org>  Fri, 16 Dec 2005 21:57:05 +1100
+ -- Nathan Scott <nathans@debian.org>  Mon, 16 Jan 2006 08:38:31 +1100
 
 xfsprogs (2.7.7-1) unstable; urgency=low
 
index db33c9f9f17ffd24f78a1902a1bb147295f47a06..c79e5590a6b6ef55f79a284d50430f7644a9d08f 100644 (file)
@@ -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.
index b74a9e04b2432b0ea0b2fdffd4697f25961b0cdc..9bb00219b15740c54e346485c227bf2c7de13f00 100644 (file)
@@ -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 :