[PATCH] osmo-pcu[master]: Facilitate future releases

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Max gerrit-no-reply at lists.osmocom.org
Thu Aug 24 12:05:25 UTC 2017


Review at  https://gerrit.osmocom.org/3599

Facilitate future releases

* use release helper from libosmocore
* use semantic versioning

Change-Id: Ie0a7f5977550bd0a1ba8b03bdb7e2d619a398e4e
Related: OS#1861
---
M Makefile.am
M configure.ac
M debian/changelog
3 files changed, 7 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/99/3599/1

diff --git a/Makefile.am b/Makefile.am
index 2ac1cd9..7a4e6c0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,5 +3,7 @@
 SUBDIRS = include src examples tests
 EXTRA_DIST = osmoappdesc.py README.md
 
+ at RELMAKE@
+
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = osmo-pcu.pc
diff --git a/configure.ac b/configure.ac
index 3b13469..0a3557d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,6 +12,10 @@
 dnl kernel style compile messages
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
+dnl include release helper
+RELMAKE='-include osmo-release.mk'
+AC_SUBST([RELMAKE])
+
 dnl checks for programs
 AC_PROG_MAKE_SET
 AC_PROG_CC
diff --git a/debian/changelog b/debian/changelog
index 7b7b4ad..6a534b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-osmo-pcu (0.3) UNRELEASED; urgency=medium
+osmo-pcu (0.3.0) UNRELEASED; urgency=medium
 
   * Initial release.
 

-- 
To view, visit https://gerrit.osmocom.org/3599
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie0a7f5977550bd0a1ba8b03bdb7e2d619a398e4e
Gerrit-PatchSet: 1
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list