[Parted-commits] GNU Parted Official Repository: Changes to 'master'

Jim Meyering meyering at alioth.debian.org
Tue Mar 30 10:11:02 UTC 2010


 bootstrap.conf               |    2 +-
 debug/test/Makefile.am       |    2 ++
 libparted/fs/hfs/Makefile.am |    2 ++
 tests/Makefile.am            |    1 +
 4 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 0b55fcfe3aa093f1853db18eba8da2522a0f5ce8
Author: Colin Watson <cjwatson at ubuntu.com>
Date:   Tue Mar 30 11:59:26 2010 +0200

    tests: distribute a few more tests and documentation files
    
    * debug/test/Makefile.am (noinst_SCRIPTS): Add test_fs_hfs and
    test_fs_hfsplus.
    * libparted/fs/hfs/Makefile.am (EXTRA_DIST): Add DOC and HISTORY.
    * tests/Makefile.am (TESTS): Add t3200-type-change.sh.

diff --git a/debug/test/Makefile.am b/debug/test/Makefile.am
index ccb3e33..4c5b2f7 100644
--- a/debug/test/Makefile.am
+++ b/debug/test/Makefile.am
@@ -8,6 +8,8 @@ noinst_SCRIPTS	= test			\
 		  test_disk_sun		\
 		  test_fs_ext2		\
 		  test_fs_fat		\
+		  test_fs_hfs		\
+		  test_fs_hfsplus	\
 		  test_fs_linux_swap	\
 		  test_fs_reiserfs	\
 		  build_leak_list
diff --git a/libparted/fs/hfs/Makefile.am b/libparted/fs/hfs/Makefile.am
index 00cefe4..053bce1 100644
--- a/libparted/fs/hfs/Makefile.am
+++ b/libparted/fs/hfs/Makefile.am
@@ -14,4 +14,6 @@ libhfs_la_SOURCES	= hfs.c hfs.h \
 
 INCLUDES = $(partedincludedir) $(INTLINCS)
 
+EXTRA_DIST = DOC HISTORY
+
 MAINTAINERCLEANFILES = Makefile.in
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 0cc7279..49829c5 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -24,6 +24,7 @@ TESTS = \
   t2300-dos-label-extended-bootcode.sh \
   t2400-dos-hfs-partition-type.sh \
   t3000-resize-fs.sh \
+  t3200-type-change.sh \
   t4000-sun-raid-type.sh \
   t4001-sun-vtoc.sh \
   t4100-msdos-partition-limits.sh \

commit fc6ad81cc064da62b19c22492664f84360fe7270
Author: Jim Meyering <meyering at redhat.com>
Date:   Tue Mar 16 12:38:42 2010 +0100

    build: avoid warning from bootstrap about obsolete strdup module
    
    * bootstrap.conf (gnulib_modules): Use the strdup-posix module,
    rather than the "strdup" one.

diff --git a/bootstrap.conf b/bootstrap.conf
index eb2e271..6c9287d 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -54,7 +54,7 @@ gnulib_modules="
 	progname
 	safe-read
 	stdbool
-	strdup
+	strdup-posix
 	unlink
 	update-copyright
 	useless-if-before-free



More information about the Parted-commits mailing list