Package: snowdrop / 0.02b-17

Metadata

Package Version Patches format
snowdrop 0.02b-17 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
010_fix makefile.patch | (download)

Makefile | 15 8 + 7 - 0 !
1 file changed, 8 insertions(+), 7 deletions(-)

 fix makefile
020_link as needed.patch | (download)

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

 link as needed
030_fix typos in source.patch | (download)

snowdrop.c | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix typos in snowdrop.c
 Fixed some typos related to program output in snowdrop.c.
040_use cppflags.patch | (download)

Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use cppflags on build system
 This patch adds CPPFLAGS to CFLAGS to enable full hardening through debhelper.
050_make build verbose.patch | (download)

Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 make build more verbose
 This patch makes the build system commands explicit, to allow their inspection
 by Debian tools, such as blhc.
060_add missing dependency.patch | (download)

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

 add missing dependency to upstream makefile
 Upstream Makefile was missing the 'modules' dependency on the 'snowdrop'
 target, which made the build fail when using `make --shuffle=reverse`.