summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2021-01-29 10:58:05 -0600
committerAníbal Limón <anibal.limon@linaro.org>2021-01-29 11:07:39 -0600
commit8015f39eebd7678f327a6983eb00813c8baadd9b (patch)
treec22e7a3d2d45edfb5b614a31e1697b37170fcbff
parentdb52aba1f2bbcd6f7472d5f7628d7cd9f1cde79c (diff)
debian/changelog: Fix version to be compatible with debian.HEADdebian/0.3+47g9dc7a88-1master
Using git describe on upstream source, For example, $ git describe --match v0.* --tags UPSTREAM_BRANCH v0.3-47-g9dc7a88 Will be transform into 0.3+47g9dc7a88 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 f2bedb8..4935e7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+qrtr (0.3+47g9dc7a88-1) unstable; urgency=medium
+
+ * Fix versioning to be compatible with debian using git describe.
+ For example v0.3-47-g9dc7a88 will be transform to 0.3+47g9dc7a88.
+
+ -- Aníbal Limón <anibal.limon@linaro.org> Fri, 29 Jan 2021 10:57:23 -0600
+
qrtr (0.3-47-g9dc7a88) unstable; urgency=medium
* Update versioning, get using "git describe --match v0.* --tags" on