Revision: 45437
http://sourceforge.net/p/vice-emu/code/45437
Author: compyx
Date: 2024-12-29 12:40:07 +0000 (Sun, 29 Dec 2024)
Log Message:
-----------
GHA: Remove libglew2.1 from control file for Gtk3 Ubuntu package
Also list all dependencies on a single line (lintian complained about the
dependencies being listed on multiple lines).
Somehow dpkg doesn't install libglew2.1 or libportaudio2 when installing VICE,
leading to a broken state, perhaps this will magically fix that.
Modified Paths:
--------------
trunk/vice/build/debian/control.gtk3
Modified: trunk/vice/build/debian/control.gtk3
===================================================================
--- trunk/vice/build/debian/control.gtk3 2024-12-29 10:33:40 UTC (rev 45436)
+++ trunk/vice/build/debian/control.gtk3 2024-12-29 12:40:07 UTC (rev 45437)
@@ -11,33 +11,4 @@
Homepage: https://vice-emu.sourceforge.io/
Installed-Size: __INSTALLED_SIZE__
Conflicts: vice, headlessvice, sdl2vice, sdl1vice
-Depends: libasound2,
- libatk1.0-0,
- libc6,
- libcairo2,
- libcurl4,
- libevdev2,
- libflac8,
- libfontconfig1,
- libgcc-s1,
- libgdk-pixbuf-2.0-0,
- libgif7,
- libgl1,
- libglew2.1 | libglew2.2,
- libglib2.0-0,
- libgomp1,
- libgtk-3-0 (>= 3.24),
- libieee1284-3,
- libmp3lame0,
- libmpg123-0,
- libogg0,
- libpango-1.0-0,
- libpangocairo-1.0-0,
- libportaudio2,
- libpcap0.8,
- libpng16-16,
- libpulse0,
- libstdc++6,
- libvorbis0a,
- libx11-6,
- zlib1g
+Depends: libasound2, libatk1.0-0, libc6, libcairo2, libcurl4, libevdev2, libflac8, libfontconfig1, libgcc-s1, libgdk-pixbuf-2.0-0, libgif7, libgl1, libglew2.2, libglib2.0-0, libgomp1, libgtk-3-0 (>= 3.24), libieee1284-3, libmp3lame0, libmpg123-0, libogg0, libpango-1.0-0, libpangocairo-1.0-0, libportaudio2, libpcap0.8, libpng16-16, libpulse0, libstdc++6, libvorbis0a, libx11-6, zlib1g
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|