[Pkg-wmaker-commits] [wmfrog] 120/145: Append "git" to date in version number; sorts after "ds".
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sun Aug 23 05:46:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmfrog.
commit c39a95be48bd49e5dac9192a4cc903be53ad7e49
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date: Mon Aug 25 10:38:22 2014 -0500
Append "git" to date in version number; sorts after "ds".
---
debian/changelog | 2 +-
debian/rules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2914b26..e423e2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-wmfrog (0.3.1+20130905-1) UNRELEASED; urgency=medium
+wmfrog (0.3.1+git20130905-1) UNRELEASED; urgency=medium
* New upstream version (git snapshot).
* debian/rules
diff --git a/debian/rules b/debian/rules
index 96fae68..f1efbc9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ get-orig-source:
@git show HEAD^:wmfrog/Src/wmFrog.c | \
grep -Po '(?<=\#define VERSION ").*(?=\")' > oldversion
@if test `cat oldversion` = `cat version` ; then \
- echo "`cat version`+`date -d @\`git log -1 --pretty=format:%ct\` +%Y%m%d`" > version; \
+ echo "`cat version`+git`date -d @\`git log -1 --pretty=format:%ct\` +%Y%m%d`" > version; \
fi
@echo "Enter "`cat version`" at the prompt below:"
@cd wmfrog; \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmfrog.git
More information about the Pkg-wmaker-commits
mailing list