[SCM] glyr/master: set version number

emillon-guest at users.alioth.debian.org emillon-guest at users.alioth.debian.org
Wed Nov 18 08:20:16 UTC 2015


The following commit has been merged in the master branch:
commit ae0ccb2605349960b618c0b79d5355e86b9ad2ba
Author: Etienne Millon <me at emillon.org>
Date:   Sun Nov 15 17:09:17 2015 +0100

    set version number

diff --git a/debian/changelog b/debian/changelog
index 8f03865..3921e39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 glyr (1.0.8-2) UNRELEASED; urgency=medium
 
   * Set build date from BUILD_DATE and BUILD_TIME instead of cpp macros.
+  * Set correct version number e.g. in glyrc --version.
 
  -- Etienne Millon <me at emillon.org>  Sun, 15 Nov 2015 13:43:41 +0100
 
diff --git a/debian/patches/series b/debian/patches/series
index b75b288..0756cd1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-Don-t-strip-binaries.patch
 build-date.patch
+version.patch
diff --git a/debian/patches/version.patch b/debian/patches/version.patch
new file mode 100644
index 0000000..64b727f
--- /dev/null
+++ b/debian/patches/version.patch
@@ -0,0 +1,27 @@
+--- a/lib/config.h
++++ b/lib/config.h
+@@ -12,11 +12,11 @@
+ 
+ #define GLYR_VERSION_MAJOR "1"
+ #define GLYR_VERSION_MINOR "0"
+-#define GLYR_VERSION_MICRO "6"
++#define GLYR_VERSION_MICRO "8"
+ 
+ #define GLYR_VERSION_MAJOR_INT 1
+ #define GLYR_VERSION_MINOR_INT 0
+-#define GLYR_VERSION_MICRO_INT 6
++#define GLYR_VERSION_MICRO_INT 8
+ 
+ /**
+  * GLYR_CHECK_VERSION:
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -38,7 +38,7 @@
+ # ------------------------------------------------
+ SET(GLYR_VERSION_MAJOR "1")
+ SET(GLYR_VERSION_MINOR "0")
+-SET(GLYR_VERSION_MICRO "6")
++SET(GLYR_VERSION_MICRO "8")
+ SET(GLYR_VERSION_NAME  "Raving Raven")
+ # ------------------------------------------------
+ 

-- 
glyr packaging



More information about the pkg-multimedia-commits mailing list