Source: gv Version: 1:3.7.4-2 Severity: wishlist Tags: patch Hi,
gv ships /usr/share/pixmaps/mini-gv.xpm, installed from a local file in the Debian packaging. This icon was used only by the Debian menu file, which was removed almost two years ago, and there seems to be no users of this icon in Debian. Hence, this icon can be dropped; patch attached for this. Thanks, -- Pino
diff -Nru gv-3.7.4/debian/changelog gv-3.7.4/debian/changelog --- gv-3.7.4/debian/changelog +++ gv-3.7.4/debian/changelog @@ -1,3 +1,11 @@ +gv (1:3.7.4-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Remove the old mini-gv.xpm icon; no more needed since the removal of the + Debian menu file in 1:3.7.4-2. (Closes: #-1) + + -- Pino Toscano <[email protected]> Tue, 24 Nov 2020 09:41:45 +0100 + gv (1:3.7.4-2) unstable; urgency=medium * bump Standards-Version diff -Nru gv-3.7.4/debian/install gv-3.7.4/debian/install --- gv-3.7.4/debian/install +++ gv-3.7.4/debian/install @@ -1,4 +1,3 @@ debian/gv_icon.xpm usr/share/pixmaps -debian/mini-gv.xpm usr/share/pixmaps debian/gv.desktop /usr/share/applications debian/emptydir /usr/share/gv/safe-gs-workdir diff -Nru gv-3.7.4/debian/mini-gv.xpm gv-3.7.4/debian/mini-gv.xpm --- gv-3.7.4/debian/mini-gv.xpm +++ gv-3.7.4/debian/mini-gv.xpm @@ -1,23 +0,0 @@ -/* XPM */ -static char * mini_gv_xpm[] = { -/* width height num_colors chars_per_pixel */ -"16 14 3 1", -/* colors */ -" s None c None", -". c black", -"X c White", -/* pixels */ -" .... ", -" .XXXX. ", -" .XXXXXX. ", -" .XXXXXX. ", -" ..X.XX.X... ", -" .XXX.XX.X.XX. ", -" .XXXXXXXXXXX. ", -" .XXXXXXXXX. ", -" .XXXXXXX. ", -" .XXXXXXX. ", -" .XXXXXXX. ", -" .XXXXXXXXX. ", -" .XXX.XXX.XXX. ", -" .... ... .. "};

