[DRE-commits] [ruby-rspec] 04/14: do not use + to separate the various patchlevels, but instead the initial of the gems
Cédric Boutillier
boutil at moszumanska.debian.org
Wed Apr 1 23:29:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-rspec.
commit 0271001447b6f355628ec58fae854c1c19e70e75
Author: Cédric Boutillier <boutil at debian.org>
Date: Wed Apr 1 23:50:09 2015 +0200
do not use + to separate the various patchlevels, but instead the initial of the gems
---
debian/changelog | 2 +-
debian/rules | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f895788..74b248f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ruby-rspec (3.2.0+2+0+1+2-1) UNRELEASED; urgency=low
+ruby-rspec (3.2.0c2e0m1s2-1) UNRELEASED; urgency=low
* Create ruby-rspec, ruby-rspec-core, ruby-rspec-expectations,
ruby-rspec-mocks and ruby-rspec-support from the same source package in
diff --git a/debian/rules b/debian/rules
index 3579fb2..91e7b6b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,11 +16,11 @@ UPSTREAM_VERSION = $(word 1, $(subst -, ,$(DEB_VERSION)))
MAJOR = $(word 1, $(subst ., ,$(UPSTREAM_VERSION)))
MINOR = $(word 2, $(subst ., ,$(UPSTREAM_VERSION)))
PATCHLEVEL = $(word 3, $(subst ., ,$(UPSTREAM_VERSION)))
-PATCHLEVEL_RSPEC = $(word 1, $(subst +, ,$(PATCHLEVEL)))
-PATCHLEVEL_RSPEC_CORE = $(word 2, $(subst +, ,$(PATCHLEVEL)))
-PATCHLEVEL_RSPEC_EXPECTATIONS = $(word 3, $(subst +, ,$(PATCHLEVEL)))
-PATCHLEVEL_RSPEC_MOCKS = $(word 4, $(subst +, ,$(PATCHLEVEL)))
-PATCHLEVEL_RSPEC_SUPPORT = $(word 5, $(subst +, ,$(PATCHLEVEL)))
+PATCHLEVEL_RSPEC = $(word 1, $(subst c, ,$(PATCHLEVEL)))
+PATCHLEVEL_RSPEC_CORE = $(word 2, $(subst e, ,$(subst c, ,$(PATCHLEVEL))))
+PATCHLEVEL_RSPEC_EXPECTATIONS = $(word 2, $(subst m, ,$(subst e, ,$(PATCHLEVEL))))
+PATCHLEVEL_RSPEC_MOCKS = $(word 2, $(subst s, ,$(subst m, ,$(PATCHLEVEL))))
+PATCHLEVEL_RSPEC_SUPPORT = $(word 2, $(subst s, ,$(PATCHLEVEL)))
RSPEC_VERSION = $(MAJOR).$(MINOR).$(PATCHLEVEL_RSPEC)
RSPEC_CORE_VERSION = $(MAJOR).$(MINOR).$(PATCHLEVEL_RSPEC_CORE)
RSPEC_EXPECTATIONS_VERSION = $(MAJOR).$(MINOR).$(PATCHLEVEL_RSPEC_EXPECTATIONS)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rspec.git
More information about the Pkg-ruby-extras-commits
mailing list