Package: fsmark / 3.3-2

Metadata

Package Version Patches format
fsmark 3.3-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
makefile install | (download)

Makefile | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 add install target with $(destdir) support.
  This patch adds a install target to the makefile which
  installs the binary to $(DESTDIR)/usr/bin.
makefile use flags | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add actually use cflags.
makefile hardening | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 change makefile to build with hardening flags.
  This patch changes the makefile with hardening flags. It fixes lintian
  lintian tags hardening-no-relro and hardening-no-fortify-functions.
makefile test | (download)

Makefile | 18 11 + 7 - 0 !
1 file changed, 11 insertions(+), 7 deletions(-)

 makefile: make test target work during building the package.
 This patch changes the test directory paths, creates the directories,
 removes them after the test and adds a value to the argument -r in
 order to make the test target work in during dpkg-buildpackage. Also
 reduced number and size of files a bit to reduce space consumption
 during the tests. Also make sure to delete all files the test leaves
 around.
makefile dynamiclinking | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 change makefile to link the executable dynamically.
 This patch changes the makefile to link the executable dynamically.
lib_timing.c copyright | (download)

lib_timing.c | 18 14 + 4 - 0 !
1 file changed, 14 insertions(+), 4 deletions(-)

 changes license to gpl v2 without additional restrictions
 This patch changes the license of lib_timing.c to GPL v2 without
 additional restrictions. It reflects the license change Carl Staelin
 and Larry McVoy did on 11th of January 2012 (see debian/copyright).