This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  695c5ee50d2ee6c8943f14c2bd252a6f269abf11 (commit)
      from  4a649e5c369e3aa28887bb3f50dc6256811c99e6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 695c5ee50d2ee6c8943f14c2bd252a6f269abf11
Author: Gary V. Vaughan <[email protected]>
Date:   Sat Jun 5 03:56:43 2010 +0700

    Update generated upload directive file format to v1.1.
    
    * Makefile.maint (git-dist, diffs): Update to generate v1.1 format
    directive files for ftp://ftp-upload.gnu.org/incoming/ftp.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog      |    4 ++++
 Makefile.maint |    8 ++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ad9eb40..7a0472c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-06-05  Gary V. Vaughan  <[email protected]>
 
+       Update generated upload directive file format to v1.1.
+       * Makefile.maint (git-dist, diffs): Update to generate v1.1 format
+       directive files for ftp://ftp-upload.gnu.org/incoming/ftp.
+
        Fix web manual generation details in release instructions.
        * HACKING (Release Procedure): Move the instruction for generating
        web manuals for a new release to before the instruction that bumps
diff --git a/Makefile.maint b/Makefile.maint
index 70b7405..70d8810 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -177,7 +177,9 @@ git-dist: check-news check-commit
        for suffix in gz lzma; do \
          ofile="$(PACKAGE)-$(VERSION).tar.$$suffix"; \
          $(GPG) --detach-sign $$ofile \
-         && echo "directory: libtool" > $$ofile.directive \
+         && echo "version: 1.1" > $$ofile.directive \
+         && echo "directory: libtool" >> $$ofile.directive \
+         && echo "filename: $$ofile" >> $$ofile.directive \
          && $(GPG) --clearsign $$ofile.directive \
          && rm -f $$ofile.directive; \
        done
@@ -225,7 +227,9 @@ diffs: prev-tarball new-tarball
                $(PACKAGE)-$(LASTRELEASE) $(PACKAGE)-$(VERSION) \
                | GZIP=$(GZIP_ENV) gzip -c > $$ofile \
        && $(GPG) --detach-sign $$ofile \
-       && echo "directory: libtool" > $$ofile.directive \
+       && echo "version: 1.1" > $$ofile.directive \
+       && echo "directory: libtool" >> $$ofile.directive \
+       && echo "filename: $$ofile" |sed 's,: \.\./,: ,' >> $$ofile.directive \
        && $(GPG) --clearsign $$ofile.directive \
        && rm -f $$ofile.directive
 


hooks/post-receive
-- 
GNU Libtool

Reply via email to