From: Antonio Ospite Date: Thu, 1 Mar 2018 17:50:19 +0000 (+0100) Subject: debian/patches: add a patch to fix the version number X-Git-Tag: debian/0.1.7-1~19 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/99b827c9423a709ab06f47909955daaacfef1d79 debian/patches: add a patch to fix the version number I forgot to do this upstream before tagging the stable release. --- diff --git a/debian/patches/CMakeLists.txt-bump-the-patch-version-number.patch b/debian/patches/CMakeLists.txt-bump-the-patch-version-number.patch new file mode 100644 index 0000000..ed9a972 --- /dev/null +++ b/debian/patches/CMakeLists.txt-bump-the-patch-version-number.patch @@ -0,0 +1,28 @@ +From 334caf4bf365af55c14357f2c11307a0c2129e09 Mon Sep 17 00:00:00 2001 +From: Antonio Ospite +Date: Thu, 1 Mar 2018 18:48:02 +0100 +Subject: [PATCH] CMakeLists.txt: bump the patch version number +X-Face: z*RaLf`X<@C75u6Ig9}{oW$H;1_\2t5)({*|jhM/Vb;]yA5\I~93>J<_`<4)A{':UrE + +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index cb1272c..9b733f3 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -6,7 +6,7 @@ set(PROJECT_DESCRIPTION + + set(PROJECT_VER_MAJOR 0) + set(PROJECT_VER_MINOR 1) +-set(PROJECT_VER_PATCH 5) ++set(PROJECT_VER_PATCH 7) + set(PROJECT_VER_EXTRA "") + set(PROJECT_VER + "${PROJECT_VER_MAJOR}.${PROJECT_VER_MINOR}.${PROJECT_VER_PATCH}${PROJECT_VER_EXTRA}") +-- +2.16.2 + diff --git a/debian/patches/series b/debian/patches/series index d92028b..897d8f8 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ +CMakeLists.txt-bump-the-patch-version-number.patch doc-Doxyfile.in-set-HTML_TIMESTAMP-to-NO-to-make-the.patch