Author: aurel32 Date: 2009-05-12 16:41:34 +0000 (Tue, 12 May 2009) New Revision: 3497
Modified: glibc-package/branches/eglibc-2.10/debian/changelog glibc-package/branches/eglibc-2.10/debian/copyright glibc-package/branches/eglibc-2.10/debian/rules.d/tarball.mk Log: Move to upstream version 2.10.1 Modified: glibc-package/branches/eglibc-2.10/debian/changelog =================================================================== --- glibc-package/branches/eglibc-2.10/debian/changelog 2009-05-12 15:59:26 UTC (rev 3496) +++ glibc-package/branches/eglibc-2.10/debian/changelog 2009-05-12 16:41:34 UTC (rev 3497) @@ -1,4 +1,4 @@ -eglibc (2.10-0exp1) experimental; urgency=low +eglibc (2.10.1-0exp1) experimental; urgency=low [ Aurelien Jarno ] * New upstream release. Modified: glibc-package/branches/eglibc-2.10/debian/copyright =================================================================== --- glibc-package/branches/eglibc-2.10/debian/copyright 2009-05-12 15:59:26 UTC (rev 3496) +++ glibc-package/branches/eglibc-2.10/debian/copyright 2009-05-12 16:41:34 UTC (rev 3497) @@ -1,5 +1,5 @@ This is the Debian prepackaged version of the Embedded GNU C Library -version 2.10. +version 2.10.1. It was put together by the GNU Libc Maintainers <[email protected]> from <svn://svn.eglibc.org> Modified: glibc-package/branches/eglibc-2.10/debian/rules.d/tarball.mk =================================================================== --- glibc-package/branches/eglibc-2.10/debian/rules.d/tarball.mk 2009-05-12 15:59:26 UTC (rev 3496) +++ glibc-package/branches/eglibc-2.10/debian/rules.d/tarball.mk 2009-05-12 16:41:34 UTC (rev 3497) @@ -1,5 +1,5 @@ EGLIBC_SVN = svn://svn.eglibc.org -EGLIBC_BRANCH = branches/eglibc-$(subst .,_,$(EGLIBC_VERSION)) +EGLIBC_BRANCH = branches/eglibc-$(shell echo $(EGLIBC_VERSION) | sed -e 's/\([0-9]\+\)\.\([0-9]\+\).*/\1_\2/') EGLIBC_CHECKOUT = eglibc-checkout EGLIBC_DIR = eglibc-$(EGLIBC_VERSION) DEB_ORIG = ../eglibc_$(EGLIBC_VERSION).orig.tar.gz -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

