Source: gnumeric Version: 1.12.28-1 Severity: wishlist Tags: patch Hi,
after the removal of the menu file in gnumeric 1.12.26-1, the icon /usr/share/pixmap/gnome-gnumeric.xpm is no more used; hence, it is possible to not install it anymore, removing the rule (with the associated build dependency) to generate it. Thanks, -- Pino
--- a/debian/clean +++ b/debian/clean @@ -1,4 +1,3 @@ -debian/gnome-gnumeric.xpm debian/gnumeric.preinst src/parser.c config.log --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: gnumeric Section: math Priority: optional Maintainer: Dmitry Smirnov <only...@debian.org> -Build-Depends: debhelper (>= 9) ,dh-autoreconf ,dh-buildinfo ,po-debconf ,imagemagick ,dpkg-dev (>= 1.16.1.1) +Build-Depends: debhelper (>= 9) ,dh-autoreconf ,dh-buildinfo ,po-debconf ,dpkg-dev (>= 1.16.1.1) ,bison # "dblatex" needed for PDF generation: # ,dblatex --- a/debian/gnumeric-common.install +++ b/debian/gnumeric-common.install @@ -9,4 +9,3 @@ /usr/share/pixmaps/* /usr/share/icons/ /usr/share/glib-*/schemas/org.gnome.gnumeric.*.xml -debian/gnome-gnumeric.xpm /usr/share/pixmaps --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,6 @@ CFLAGS += -Wall -g dh $@ --parallel --with autoreconf,python2,gir override_dh_autoreconf: - convert -monitor icons/32x32/apps/gnumeric.png debian/gnome-gnumeric.xpm debconf-updatepo -v dh_autoreconf --as-needed