Package: fsmark / 3.3-1

Metadata

Package Version Patches format
fsmark 3.3-1 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 test | (download)

Makefile | 14 8 + 6 - 0 !
1 file changed, 8 insertions(+), 6 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.
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).