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

Jim Meyering meyering at alioth.debian.org
Sun Nov 6 18:20:01 UTC 2011


 NEWS         |    7 +++++++
 configure.ac |    2 +-
 gnulib       |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit 18126915d78430590591229891f7a00f6f00b5b6
Author: Jim Meyering <meyering at redhat.com>
Date:   Sun Nov 6 19:10:49 2011 +0100

    build: update gnulib submodule to latest

diff --git a/gnulib b/gnulib
index bd35a4e..dc57f70 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit bd35a4e10e52b9fbe25b7280c3c4d9ef4b144c8a
+Subproject commit dc57f70a80411608fee719971cc758a00a8eab63

commit 9fe91b20b7305d83486d73104ef8350a01dfcb71
Author: Jim Meyering <meyering at redhat.com>
Date:   Sun Nov 6 19:09:56 2011 +0100

    build: stop distributing gzip'd releases;  xz is enough
    
    * configure.ac (AM_INIT_AUTOMAKE): Add no-dist-gzip.
    * NEWS (Build-related): Mention that we're dropping .tar.gz.

diff --git a/NEWS b/NEWS
index 43b73f1..566484c 100644
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,13 @@ GNU parted NEWS                                    -*- outline -*-
   subtracts one sector from the specified value. With this change, it is now
   possible to create partitions like 1MiB-2MiB, 2MiB-3MiB and so on.
 
+** Build-related
+
+  "make dist" no longer builds .tar.gz files.
+  xz is portable enough and in wide-enough use that distributing
+  only .tar.xz files is enough.
+
+
 * Noteworthy changes in release 3.0 (2011-05-30) [stable]
 
 ** Bug fixes
diff --git a/configure.ac b/configure.ac
index 878b515..3915ac0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,7 +52,7 @@ AC_SUBST([LT_CURRENT])
 AC_SUBST([LT_REVISION])
 AC_SUBST([LT_AGE])
 
-AM_INIT_AUTOMAKE([1.11 dist-xz color-tests parallel-tests])
+AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz color-tests parallel-tests])
 AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
 
 AC_CANONICAL_HOST



More information about the Parted-commits mailing list