From b8281ac06725ec82f70f193ef4c1765d9c1c7a33 Mon Sep 17 00:00:00 2001 From: andig Date: Fri, 13 Dec 2019 12:39:31 +0100 Subject: [PATCH] Declare stable version (#82) --- debian/watch | 7 +++---- sml.pc | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/debian/watch b/debian/watch index 5bf7c2b..303bfea 100644 --- a/debian/watch +++ b/debian/watch @@ -6,7 +6,6 @@ # Compulsory line, this is a version 3 file version=3 -# Find new releases on GitHub -# (uses redirector service from Gunnar Wolf: -# http://githubredir.debian.net) -http://githubredir.debian.net/githubredir.cgi?author=dailab&project=libsml (.*).tar.gz +# adapted from https://github.com/gwolf/dh-make-drupal/blob/master/debian/watch +opts="filenamemangle=s/(?:.*)?v?(\d[\d\.]*)\.tar\.gz/libsml-$1.tar.gz/" + https://github.com/volkszaehler/libsml/tags (?:.*/)?v?(\d[\d\.]*).tar.gz diff --git a/sml.pc b/sml.pc index 4980c97..277da6a 100644 --- a/sml.pc +++ b/sml.pc @@ -5,7 +5,7 @@ includedir=${prefix}/include Name: libSML Description: Library for the Smart Messaging Language (SML) -Version: 0.1 +Version: 1.0 URL: http://github.com/volkszaehler/libsml Requires: uuid >= 2.16 Libs: -L${libdir} -lsml