Package: vice Version: 3.0.0.dfsg-2 Severity: normal Tags: patch Dear Maintainer,
The vice-getroms script installs ROMs in a location that VICE-3.0 does not look, $HOME/lib/vice/. The patch for this is trivial as the new location is simply $HOME/.vice/. --- debian/vice-getroms.orig 2011-04-23 16:05:26.000000000 -0700 +++ debian/vice-getroms 2019-03-31 09:01:17.429206140 -0700 @@ -291,7 +291,7 @@ setup_locations -INSTALLDIR=$HOME/lib/vice +INSTALLDIR=$HOME/.vice if [ "`whoami`" = root ]; then INSTALLDIR=/usr/lib/vice fi -- System Information: Debian Release: 9.8 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.9.0-8-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages vice depends on: ii dpkg 1.18.25 ii install-info 6.3.0.dfsg.1-1+b2 ii libasound2 1.1.3-5 ii libatk1.0-0 2.22.0-1 ii libc6 2.24-11+deb9u4 ii libcairo-gobject2 1.14.8-1 ii libcairo2 1.14.8-1 ii libgcc1 1:6.3.0-18+deb9u1 ii libgdk-pixbuf2.0-0 2.36.5-2+deb9u2 ii libglib2.0-0 2.50.3-2 ii libgnutls30 3.5.8-5+deb9u4 ii libgtk-3-0 3.22.11-1 ii libieee1284-3 0.2.11-13 ii libjpeg62-turbo 1:1.5.1-2 ii libpango-1.0-0 1.40.5-1 ii libpangocairo-1.0-0 1.40.5-1 ii libpcre2-8-0 10.32-3 ii libpng16-16 1.6.28-1 ii libpulse0 10.0-1+deb9u1 ii libreadline7 7.0-3 ii libstdc++6 6.3.0-18+deb9u1 ii libvte-2.91-0 0.46.1-1 ii libx11-6 2:1.6.4-3+deb9u1 ii libxrandr2 2:1.5.1-1 ii libxxf86vm1 1:1.1.4-1+b2 ii zlib1g 1:1.2.8.dfsg-5 vice recommends no packages. vice suggests no packages. -- no debconf information
--- debian/vice-getroms.orig 2011-04-23 16:05:26.000000000 -0700 +++ debian/vice-getroms 2019-03-31 09:01:17.429206140 -0700 @@ -291,7 +291,7 @@ setup_locations -INSTALLDIR=$HOME/lib/vice +INSTALLDIR=$HOME/.vice if [ "`whoami`" = root ]; then INSTALLDIR=/usr/lib/vice fi