[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1822 - in glibc-doc-reference/branches/glibc-2.5: debian manual



Author: aurel32
Date: 2006-10-01 17:44:45 +0000 (Sun, 01 Oct 2006)
New Revision: 1822

Modified:
   glibc-doc-reference/branches/glibc-2.5/debian/README.source
   glibc-doc-reference/branches/glibc-2.5/debian/changelog
   glibc-doc-reference/branches/glibc-2.5/debian/copyright
   glibc-doc-reference/branches/glibc-2.5/manual/string.texi
Log:
 * New upstream version.



Modified: glibc-doc-reference/branches/glibc-2.5/debian/README.source
===================================================================
--- glibc-doc-reference/branches/glibc-2.5/debian/README.source	2006-10-01 17:29:05 UTC (rev 1821)
+++ glibc-doc-reference/branches/glibc-2.5/debian/README.source	2006-10-01 17:44:45 UTC (rev 1822)
@@ -1,6 +1,6 @@
 glibc-doc-reference_<version>.orig.tar.gz contains the glibc-<version>/manual
 directory of upstream http://ftp.gnu.org/gnu/glibc/glibc-<version>.tar.bz2
 It has been created with the following commands:
-  bzip2 -c -d glibc-2.4.tar.bz2 |\
-    tarcust -x 'glibc-2.4/(?!manual).*' |\
-    gzip -9 > glibc-doc-reference_2.4.orig.tar.gz
+  bzip2 -c -d glibc-2.5.tar.bz2 |\
+    tarcust -x 'glibc-2.5/(?!manual).*' |\
+    gzip -9 > glibc-doc-reference_2.5.orig.tar.gz

Modified: glibc-doc-reference/branches/glibc-2.5/debian/changelog
===================================================================
--- glibc-doc-reference/branches/glibc-2.5/debian/changelog	2006-10-01 17:29:05 UTC (rev 1821)
+++ glibc-doc-reference/branches/glibc-2.5/debian/changelog	2006-10-01 17:44:45 UTC (rev 1822)
@@ -1,3 +1,9 @@
+glibc-doc-reference (2.5-1) experimental; urgency=low
+
+  * New upstream version. 
+
+ -- Aurelien Jarno <aurel32@debian.org>  Sun,  1 Oct 2006 19:30:46 +0200
+
 glibc-doc-reference (2.3.999-3) experimental; urgency=low
 
   * debian/copyright: update FSF address.

Modified: glibc-doc-reference/branches/glibc-2.5/debian/copyright
===================================================================
--- glibc-doc-reference/branches/glibc-2.5/debian/copyright	2006-10-01 17:29:05 UTC (rev 1821)
+++ glibc-doc-reference/branches/glibc-2.5/debian/copyright	2006-10-01 17:44:45 UTC (rev 1822)
@@ -1,15 +1,15 @@
-This is the Debian prepackaged version of the GNU C Library Reference Manual version 2.3.6
+This is the Debian prepackaged version of the GNU C Library Reference Manual version 2.5
 
 For licensing reasons, the GNU C Library Reference Manual cannot be distributed
 in Debian and has to be shipped in the non-free section.  It has been
 repackaged by the GNU Libc Maintainers <debian-glibc@lists.debian.org> from the
 following source:
 
-  <ftp://sources.redhat.com/pub/glibc/releases/glibc-2.3.6.tar.bz2>
+  <ftp://sources.redhat.com/pub/glibc/releases/glibc-2.5.tar.bz2>
 
 The following applies to the GNU C Library Reference Manual (libc.info):
 
-   Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003 Free
+   Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free
    Software Foundation, Inc.
 
    Permission is granted to copy, distribute and/or modify this document

Modified: glibc-doc-reference/branches/glibc-2.5/manual/string.texi
===================================================================
--- glibc-doc-reference/branches/glibc-2.5/manual/string.texi	2006-10-01 17:29:05 UTC (rev 1821)
+++ glibc-doc-reference/branches/glibc-2.5/manual/string.texi	2006-10-01 17:44:45 UTC (rev 1822)
@@ -2534,7 +2534,7 @@
 
 @comment argz.h
 @comment GNU
-@deftypefun {error_t} argz_delete (char **@var{argz}, size_t *@var{argz_len}, char *@var{entry})
+@deftypefun {void} argz_delete (char **@var{argz}, size_t *@var{argz_len}, char *@var{entry})
 If @var{entry} points to the beginning of one of the elements in the
 argz vector @code{*@var{argz}}, the @code{argz_delete} function will
 remove this entry and reallocate @code{*@var{argz}}, modifying



Reply to: