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.
This commit is contained in:
Lucy Phipps
2019-01-24 15:32:19 +00:00
committed by Brad King
parent a7f5cd45e1
commit 880e380599
2 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -21,6 +21,7 @@ configure eol=lf
*.pfx -text
*.png -text
*.png.in -text
*.c our-c-style
*.cc our-c-style

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 49 KiB