File: 0001-Remove-getting-version-from-git-revision.patch

package info (click to toggle)
lollypop 1.4.44-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,408 kB
  • sloc: python: 28,890; xml: 424; sh: 87; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
From: =?utf-8?q?Andreas_R=C3=B6nnquist?= <gusnan@debian.org>
Date: Thu, 19 Mar 2020 22:09:28 +0100
Subject: Remove getting version from git revision
Forwarded: not-needed
--- a/bin/revision.sh
+++ b/bin/revision.sh
@@ -1,2 +1,3 @@
 #!/bin/sh
-git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+echo $VERSION
+