Package: gpxviewer Version: 1.1.0-5 Severity: normal Tags: patch I noticed from updating this package that it does not build a second time. The file po/gpxviewer.pot is not cleaned by the build so the rebuild fails.
Simple patch attached. -- Wookey
diff -Nru gpxviewer-1.1.0/debian/clean gpxviewer-1.1.0/debian/clean --- gpxviewer-1.1.0/debian/clean 2022-11-24 16:44:19.000000000 +0000 +++ gpxviewer-1.1.0/debian/clean 2024-08-12 00:07:59.000000000 +0100 @@ -1,1 +1,2 @@ gpxviewer.egg-info/ +po/gpxviewer.pot

