File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- libsml (1.1.4) UNRELEASED; urgency=medium
1+ libsml (1.1.5) unstable; urgency=medium
2+
3+ * Applied patch from Helmuth Grohne, see
4+ https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1135296
5+
6+ -- Joachim Zobel <jz-autosign@heute-morgen.de> Tue, 12 May 2026 05:46:42 +0200
7+
8+ libsml (1.1.4) unstable; urgency=medium
29
310 * Removed -fno-stack-protector from CFLAGS
411 * Fixed all lintian hardening info messages
Original file line number Diff line number Diff line change @@ -5,13 +5,16 @@ DPKG_EXPORT_BUILDFLAGS = 1
55include /usr/share/dpkg/buildflags.mk
66include /usr/share/dpkg/pkg-info.mk
77
8- execute_before_dh_auto_build :
8+ override_dh_auto_build :
99 sed -i ' s#"version":.*#"version": "${DEB_VERSION_UPSTREAM}",#' library.json
1010 sed -i ' s#Version:.*#Version: ${DEB_VERSION_UPSTREAM}#' sml.pc
11-
12- execute_after_dh_auto_build :
11+ dh_auto_build --sourcedirectory=sml -- LD= ' $(LD) '
12+ dh_auto_build --sourcedirectory=examples
1313 pandoc -o sml_server.1 -s -t man debian/sml_server.1.md
1414
15+ override_dh_auto_test :
16+ dh_auto_build --sourcedirectory=test
17+
1518execute_after_dh_clean :
1619 rm -f sml_server.1
1720
Original file line number Diff line number Diff line change 1212 "srcDir" : " sml/src" ,
1313 "flags" : " -DSML_NO_UUID_LIB"
1414 },
15- "version" : " 1.1.4 " ,
15+ "version" : " 1.1.5 " ,
1616 "frameworks" : " arduino" ,
1717 "platforms" : " *"
1818 }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ includedir=${prefix}/include
55
66Name : libSML
77Description : Library for the Smart Messaging Language (SML)
8- Version : 1.1.4
8+ Version : 1.1.5
99URL : http://github.com/volkszaehler/libsml
1010Requires : uuid >= 2.16
1111Libs : -L ${ libdir} -l sml
You can’t perform that action at this time.
0 commit comments