Skip to content

Commit b8281ac

Browse files
authored
Declare stable version (#82)
1 parent b19a2a4 commit b8281ac

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

debian/watch

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# Compulsory line, this is a version 3 file
77
version=3
88

9-
# Find new releases on GitHub
10-
# (uses redirector service from Gunnar Wolf:
11-
# http://githubredir.debian.net)
12-
http://githubredir.debian.net/githubredir.cgi?author=dailab&project=libsml (.*).tar.gz
9+
# adapted from https://github.com/gwolf/dh-make-drupal/blob/master/debian/watch
10+
opts="filenamemangle=s/(?:.*)?v?(\d[\d\.]*)\.tar\.gz/libsml-$1.tar.gz/"
11+
https://github.com/volkszaehler/libsml/tags (?:.*/)?v?(\d[\d\.]*).tar.gz

sml.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ includedir=${prefix}/include
55

66
Name: libSML
77
Description: Library for the Smart Messaging Language (SML)
8-
Version: 0.1
8+
Version: 1.0
99
URL: http://github.com/volkszaehler/libsml
1010
Requires: uuid >= 2.16
1111
Libs: -L${libdir} -lsml

0 commit comments

Comments
 (0)