From 617c181c95986e4255f218150ca9a3f4b94a4b8e Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 15 Aug 2020 12:05:36 +0200 Subject: debian/control: Add myself to Uploaders: field. --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 119ea08..5fe5a74 100644 --- a/debian/control +++ b/debian/control @@ -2,6 +2,8 @@ Source: qmenumodel Section: libs Priority: optional Maintainer: Marius Gripsgard +Uploaders: + Mike Gabriel Build-Depends: debhelper (>= 9.0.0), cmake (>= 2.8.9), cmake-extras, -- cgit v1.2.3 From 895409086ce49801ebee888cec6bafad809f79b7 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 15 Aug 2020 12:09:08 +0200 Subject: Move over qmenumodel into the Ayatana Indicators project, upstream version bump preparation. --- debian/changelog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index ad7acf5..f0067b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +qmenumodel (0.7.90-0) UNRELEASED; urgency=medium + + * Move qmenumodel from UBports' project context over to + Ayatana Indicators' project context. Same maintainers, + same people involved, but the project is now maintained + together with the other Indicators' related projects. + * Upstream version bump (to go along with the other + indicator related projects maintained by the Ayatana + Indicators project). Next official release will be 0.8.0. + + -- Mike Gabriel Sat, 15 Aug 2020 12:05:52 +0200 + qmenumodel (0.2.13+ubports1) xenial; urgency=medium [ Albert Astals Cid ] -- cgit v1.2.3 From 2361b985cb59a50b7a20fccadf2fb0d56f6d9639 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 15 Aug 2020 12:13:48 +0200 Subject: CMakeLists.txt: Introduce shipping PROJECT_VERSION in upstream code (not just in debian/changelog, which gets removed during tarball creation). --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 43d4098..76cb0c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,7 @@ project(qmenumodel) +set (PROJECT_VERSION "0.7.90") + cmake_minimum_required(VERSION 2.8.9) # Standard install paths -- cgit v1.2.3