Package: crashmail / 1.7-1

Metadata

Package Version Patches format
crashmail 1.7-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 ExamplePrefs.patch | (download)

doc/example.prefs | 34 17 17 - 0 !
1 file changed, 17 insertions( ), 17 deletions(-)

 change sample preferences to reflect expected debian paths.
 Change the paths in the example preferences file to reflect that expected
 on Debian systems. Change is vendor specific so was not forwarded upstream.
02 Makefile.patch | (download)

src/Makefile.linux | 9 0 9 - 0 !
1 file changed, 9 deletions(-)

 add support for installing unstripped binaries.
 Patch src/Makefile.linux to add support for installing unstripped binaries.
 Closed bug# 436670. Not forwarded upstream because the change is vendor
 specific.
Bug-Debian: http://bugs.debian.org/436670
03 MitigateErroneousFailure.patch | (download)

tests/01-nodelist-test.sh | 10 5 5 - 0 !
1 file changed, 5 insertions( ), 5 deletions(-)

 mitigate erroneous testing failure
 The 'it_finds_a_point' test in tests/01-nodelist-test.sh fails during a package
 build but not when manually compiling and testing. For now, comment it out.