Your message dated Tue, 07 Apr 2009 00:55:38 -0500 with message-id <[email protected]> and subject line Re: Bug#517291: Fix automatic version generation when the git is involved has caused the Debian Bug report #517291, regarding Fix automatic version generation when the git is involved to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 517291: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517291 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---package: kernel-package version: 11.001 tags: patch severity: wishlist With modern versions of the kernel, the LOCALVERSION field already contains the special git commit version id tag (i.e., "-g53b50c7"). So it's superfluous to include it a second time. Index: kernel-package/ruleset/misc/version_vars.mk =================================================================== --- kernel-package.orig/ruleset/misc/version_vars.mk +++ kernel-package/ruleset/misc/version_vars.mk @@ -97,9 +97,6 @@ ifeq ($(DEB_HOST_GNU_SYSTEM), linux-gnu) endif ifneq ($(strip $(CONFIG_LOCALVERSION_AUTO)),) GIT_VERSION=$(shell /bin/sh scripts/setlocalversion) - ifneq ($(strip $(GIT_VERSION)),) - GIT_VERSION:=$(GIT_VERSION)-dirty - endif endif else ifeq ($(DEB_HOST_GNU_SYSTEM), kfreebsd-gnu) @@ -152,7 +149,7 @@ UTS_RELEASE_VERSION=$(call doit,if [ -f else echo "" ; \ fi) -version = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)$(iatv)$(LOCALVERSION)$(GIT_VERSION) +version = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)$(iatv)$(LOCALVERSION) # Bug out if the version number id not all lowercase lc_version = $(call doit,echo $(version) | tr A-Z a-z)
--- End Message ---
--- Begin Message ---Version: 11.003 thanks Hi, Recent versions of kernel-package now depend on Kbuild to determine what the version number is, so this problem has already been fixed differently. manoj -- "The living dead don't NEED to solve word problems." Calvin Manoj Srivastava <[email protected]> <http://www.golden-gryphon.com/> 1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C
--- End Message ---

