Skip to content

Commit 7135c8b

Browse files
committed
Applied patch from Helmuth Grohne
1 parent 9ff113e commit 7135c8b

4 files changed

Lines changed: 16 additions & 6 deletions

File tree

debian/changelog

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
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

debian/rules

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ DPKG_EXPORT_BUILDFLAGS = 1
55
include /usr/share/dpkg/buildflags.mk
66
include /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+
1518
execute_after_dh_clean:
1619
rm -f sml_server.1
1720

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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
}

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: 1.1.4
8+
Version: 1.1.5
99
URL: http://github.com/volkszaehler/libsml
1010
Requires: uuid >= 2.16
1111
Libs: -L${libdir} -lsml

0 commit comments

Comments
 (0)