summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2021-01-29 11:14:16 -0600
committerAníbal Limón <anibal.limon@linaro.org>2021-01-29 11:16:32 -0600
commit3ba527a715ba14929270ae5fa4b09681851f3586 (patch)
treebaf9fb6ff2f622dab69c918fc0bab8d85b0e7c72
parentc81ec7c5abe43beb1971bfde3ca880be7067501b (diff)
debian/changelog: Fix version to be compatible with debian.debian/0.2+35g1cc12d3-1
Using git describe on upstream source, For example, $ git describe --match v0.* --tags UPSTREAM_BRANCH v0.2-35-g1cc12d3 Will be transform into 0.2+35g1cc12d3 and then add debian_revision. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index a456839..d34cb85 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+rmtfs (0.2+35g1cc12d3-1) unstable; urgency=high
+
+ * Fix versioning to be compatible with debian using git describe.
+ For example v0.2-35-g1cc12d3 will be transform to 0.2+35g1cc12d3.
+
+ -- Aníbal Limón <anibal.limon@linaro.org> Fri, 29 Jan 2021 11:11:50 -0600
+
rmtfs (0.2-35-g1cc12d3) unstable; urgency=high
* Update versioning, get using "git describe --match v0.* --tags" on