Control: tags 799822 + pending Dear maintainer,
I've prepared an NMU for vnstat (versioned as 1.12-2.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - https://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: The Doors: Roadhouse Blues
diff -Nru vnstat-1.12/debian/changelog vnstat-1.12/debian/changelog --- vnstat-1.12/debian/changelog 2014-09-06 11:16:01.000000000 +0200 +++ vnstat-1.12/debian/changelog 2015-10-17 20:45:15.000000000 +0200 @@ -1,3 +1,12 @@ +vnstat (1.12-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "FTBFS: undefined reference to `subunit_test_error'": + add patch from Mathieu Malaterre: link against subunit. + (Closes: #799822) + + -- gregor herrmann <[email protected]> Sat, 17 Oct 2015 20:45:11 +0200 + vnstat (1.12-2) unstable; urgency=medium * Fix test failures on non-linux architectures. diff -Nru vnstat-1.12/debian/patches/series vnstat-1.12/debian/patches/series --- vnstat-1.12/debian/patches/series 2014-09-06 11:15:54.000000000 +0200 +++ vnstat-1.12/debian/patches/series 2015-10-17 20:44:44.000000000 +0200 @@ -3,3 +3,4 @@ pidfile_path.diff systemd_user.diff tests_root_group.diff +subunit.patch diff -Nru vnstat-1.12/debian/patches/subunit.patch vnstat-1.12/debian/patches/subunit.patch --- vnstat-1.12/debian/patches/subunit.patch 1970-01-01 01:00:00.000000000 +0100 +++ vnstat-1.12/debian/patches/subunit.patch 2015-10-17 20:44:44.000000000 +0200 @@ -0,0 +1,16 @@ +Description: Add link to libsubunit +Author: Mathieu Malaterre <[email protected]> +Bug-Debian: https://bugs.debian.org/799822 +Forwarded: no + +--- vnstat-1.12.orig/tests/Makefile ++++ vnstat-1.12/tests/Makefile +@@ -3,7 +3,7 @@ CC = gcc + endif + CFLAGS ?= -Wall -Wextra -g + CFLAGS += -DPROCNETDEV=\"testdir/proc/dev\" -DSYSCLASSNET=\"testdir/proc\" +-LDLIBS = -lm -lcheck -lrt -lpthread ++LDLIBS = -lm -lcheck -lrt -lpthread -lsubunit + OBJS = vnstat_tests.o common_tests.o database_tests.o config_tests.o ifinfo_tests.o misc_tests.o daemon_tests.o + OBJS += common.o ifinfo.o dbshow.o dbaccess.o dbcache.o cfg.o misc.o daemon.o +
signature.asc
Description: Digital Signature

