Package: gprofng-gui / 1:2.1-2

Metadata

Package Version Patches format
gprofng-gui 1:2.1-2 3.0 (quilt)

Patch series

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

Makefile.am | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 do not add duplicate files to the jar
 Makefile lists MPMT_PROPERTIES, MPMT_DIR and $(MPMT_DIR)/icons
 as jar file arguments. Jar does not deduplicate input and tries to add 
 the files twice, causing the exception.
 Explicitly add only class files instead of the MPMT_DIR.