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

r3200 - in glibc-package/branches/glibc-2.9/debian: . rules.d



Author: aurel32
Date: 2008-11-26 10:49:07 +0000 (Wed, 26 Nov 2008)
New Revision: 3200

Modified:
   glibc-package/branches/glibc-2.9/debian/changelog
   glibc-package/branches/glibc-2.9/debian/rules
   glibc-package/branches/glibc-2.9/debian/rules.d/tarball.mk
Log:
  [ Aurelien Jarno ]
  * New upstream release.
    - This version has been tagged in the CVS, update debian/rules and 
      debian/rules.d/tarball.mk accordingly.



Modified: glibc-package/branches/glibc-2.9/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.9/debian/changelog	2008-11-26 10:26:24 UTC (rev 3199)
+++ glibc-package/branches/glibc-2.9/debian/changelog	2008-11-26 10:49:07 UTC (rev 3200)
@@ -1,5 +1,14 @@
-glibc (2.8+20080809-3) UNRELEASED; urgency=low
+glibc (2.9-0exp1) UNRELEASED; urgency=low
+ 
+  [ Aurelien Jarno ]
+  * New upstream release.
+    - This version has been tagged in the CVS, update debian/rules and 
+      debian/rules.d/tarball.mk accordingly.
 
+ -- Aurelien Jarno <aurel32@debian.org>  Wed, 26 Nov 2008 11:47:50 +0100
+
+glibc (2.8+20080809-3) experimental; urgency=low
+
   [ Aurelien Jarno ]
   * New upstream release.
     - Fix conversions to ISO-2022-JP.  Closes: #466340.

Modified: glibc-package/branches/glibc-2.9/debian/rules
===================================================================
--- glibc-package/branches/glibc-2.9/debian/rules	2008-11-26 10:26:24 UTC (rev 3199)
+++ glibc-package/branches/glibc-2.9/debian/rules	2008-11-26 10:49:07 UTC (rev 3200)
@@ -58,7 +58,7 @@
 DEB_SOURCE_PACKAGE := $(strip $(shell egrep '^Source: ' debian/control | cut -f 2 -d ':'))
 
 DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
-GLIBC_VERSION = $(shell echo $(DEB_VERSION) | sed -e 's/+.*//')
+GLIBC_VERSION = $(shell echo $(DEB_VERSION) | sed -e 's/-.*//')
 
 DEB_BUILDDIR ?= $(build-tree)/$(DEB_HOST_ARCH)-$(curpass)
 

Modified: glibc-package/branches/glibc-2.9/debian/rules.d/tarball.mk
===================================================================
--- glibc-package/branches/glibc-2.9/debian/rules.d/tarball.mk	2008-11-26 10:26:24 UTC (rev 3199)
+++ glibc-package/branches/glibc-2.9/debian/rules.d/tarball.mk	2008-11-26 10:49:07 UTC (rev 3200)
@@ -1,15 +1,14 @@
 GLIBC_PSERVER = :pserver:anoncvs@sources.redhat.com:/cvs/glibc
-GLIBC_BRANCH = glibc-$(subst .,_,$(GLIBC_VERSION))-branch
-GLIBC_SNAPSHOT = $(GLIBC_VERSION)+$(shell date "+%Y%m%d")
-GLIBC_DIR = glibc-$(GLIBC_SNAPSHOT)
-DEB_ORIG = ../glibc_$(GLIBC_SNAPSHOT).orig.tar.gz
+GLIBC_TAG = glibc-$(subst .,_,$(GLIBC_VERSION))
+GLIBC_DIR = glibc-$(GLIBC_VERSION)
+DEB_ORIG = ../glibc_$(GLIBC_VERSION).orig.tar.gz
 
 get-orig-source: $(DEB_ORIG)
 $(DEB_ORIG):
-	cvs -z 9 -d $(GLIBC_PSERVER) export -d $(GLIBC_DIR) -r $(GLIBC_BRANCH) libc ; \
+	cvs -z 9 -d $(GLIBC_PSERVER) export -d $(GLIBC_DIR) -r $(GLIBC_TAG) libc ; \
 	cd $(GLIBC_DIR) ; \
 	rm -fr manual/ ; \
-	cvs -z 9 -d $(GLIBC_PSERVER) export -d ports -r $(GLIBC_BRANCH) ports ; \
+	cvs -z 9 -d $(GLIBC_PSERVER) export -d ports -r $(GLIBC_TAG) ports ; \
 	cvs -z 9 -d $(GLIBC_PSERVER) export -d linuxthreads -r HEAD linuxthreads/linuxthreads ; \
 	cvs -z 9 -d $(GLIBC_PSERVER) export -d linuxthreads_db -r HEAD linuxthreads/linuxthreads_db ; \
 	cd .. ; \


Reply to: