From 880e38059939f3259b42f4ed3cd9c6142d73437f Mon Sep 17 00:00:00 2001 From: Lucy Phipps Date: Thu, 24 Jan 2019 15:32:19 +0000 Subject: CPack: Replace corrupted background png with original The `Modules/CPack.background.png.in` file was originally added by commit f2c0dbd164 (ENH: More work on the packaging. Add Applicaitons, add icons, etc, 2007-02-13, v2.6.0~2217). Then it was removed accidentally by commit 5308afa3f7 (ENH: remove unused file, 2009-03-03, v2.8.0~963) and restored by commit f9dd6a38c5 (ENH: add file back bug use cmake image, 2009-03-04, v2.8.0~958) but with corruption. Restore the original image file and add a Git attribute to prevent newline conversion as we do for other `.png` files. --- .gitattributes | 1 + Modules/CPack.background.png.in | Bin 47076 -> 50482 bytes 2 files changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index d6fd5d6..24fd9c2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -21,6 +21,7 @@ configure eol=lf *.pfx -text *.png -text +*.png.in -text *.c our-c-style *.cc our-c-style diff --git a/Modules/CPack.background.png.in b/Modules/CPack.background.png.in index 9339e7c..3fa92b5 100644 Binary files a/Modules/CPack.background.png.in and b/Modules/CPack.background.png.in differ -- cgit v0.12