r19873 - /tools/gnome-pkg-tools/1/rules/gnome-get-source.mk
dedu-guest at users.alioth.debian.org
dedu-guest at users.alioth.debian.org
Thu Apr 30 13:53:50 UTC 2009
Author: dedu-guest
Date: Thu Apr 30 13:53:49 2009
New Revision: 19873
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19873
Log:
Put date before commit, sorry
Modified:
tools/gnome-pkg-tools/1/rules/gnome-get-source.mk
Modified: tools/gnome-pkg-tools/1/rules/gnome-get-source.mk
URL: http://svn.debian.org/wsvn/pkg-gnome/tools/gnome-pkg-tools/1/rules/gnome-get-source.mk?rev=19873&op=diff
==============================================================================
--- tools/gnome-pkg-tools/1/rules/gnome-get-source.mk (original)
+++ tools/gnome-pkg-tools/1/rules/gnome-get-source.mk Thu Apr 30 13:53:49 2009
@@ -8,9 +8,8 @@
DEB_UPSTREAM_VERSION_MAJOR_MINOR := $(shell echo $(DEB_UPSTREAM_VERSION) | sed -r -n 's/^([0-9]+\.[0-9]+).*/\1/p')
# search for a GIT revision in the version of the changelog
-# accepted formats: foo.git.r42ad43, foo.git.42ad43, foo.git.r42ad43.20090430,
-# foo.git.42ad43.20090430
-DEB_UPSTREAM_GIT_REV ?= $(shell echo $(DEB_UPSTREAM_VERSION) | sed -rn 's/^.*[\.~\d]+git\.r?([0-9a-f]+)(\.[0-9]+)?$$/\1/p')
+# accepted formats: foo+git20090430.42ad43 (or ~ instead of +)
+DEB_UPSTREAM_GIT_REV ?= $(shell echo $(DEB_UPSTREAM_VERSION) | sed -rn 's/^.*[\.~+\d]+git[0-9]+\.([0-9a-f]+)$$/\1/p')
# where to store the resulting .orig tarball
DEB_TARBALL_DOWNLOAD_DIR ?= ../tarballs
More information about the pkg-gnome-commits
mailing list