﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
23858	JMapViewer Sources zip files contain .rej files	sebastic	team	"The JMapViewer sources zip files contain `BingAerialTileSource.java.rej` since 2.20:
{{{
$ unzip -l ../JMapViewer-2.18-Source.zip | grep rej$
$ unzip -l ../JMapViewer-2.20-Source.zip | grep rej$
      968  2024-07-16 08:55   jmapviewer-2.20/src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java.rej
$ unzip -l ../JMapViewer-2.21-Source.zip | grep rej$
      968  2024-07-16 08:55   jmapviewer-2.21/src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java.rej
}}}

The files are not present in the SVN repo which suggests a dirty working directory is used to create the zip files.

The Debian packaging tools automatically remove .rej files in the clean target which then causes it to complain about missing files from the upstream source tree."	defect	closed	normal		JMapViewer		fixed		
