From a318d854ab5f9a4740b4da26e12c27a95612a077 Mon Sep 17 00:00:00 2001 From: "Basile.B" Date: Sat, 21 Nov 2020 00:26:03 +0000 Subject: [PATCH] simplify the deb package dependency list , close #72 assuming users will use a setup tool that auto solve sub deps, just put top level ones. --- CHANGELOG.md | 1 + setup/deb.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b3a924b..e0887270 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ See [LDC announcement](https://forum.dlang.org/post/ssvxmrdpklhsrqlgrzas@forum.d - Messages, when selected, the recently added _Search Results_ category could not be emptied. - Highlighter, `q"()"`, `q"[]"`, `q"<>"`, `q"{}>"` strings highlighting was broken. - HTML export, the dialog proposed to open a file, not to save one. +- Setup, the deb package had problem on newest Ubuntu. (#72) # v3.9.8 diff --git a/setup/deb.sh b/setup/deb.sh index 29a864b8..ee0362df 100644 --- a/setup/deb.sh +++ b/setup/deb.sh @@ -48,7 +48,7 @@ Section: devel Priority: optional Date: $dte Architecture: $arch -Depends: bash, libc6, libgtk2.0-0, libgdk-pixbuf2.0-0, libglib2.0-0, libpango-1.0-0, libcairo2, libatk1.0-0, libpangocairo-1.0-0, libglib2.0-0, libfontconfig1, libxrender1, libxinerama1, libxi6, libxrandr2, libxcursor1, libxcomposite1, libxdamage1, libxfixes3, libxext6, libxcb1, libpangoft2-1.0-0, libffi6, libpcre3, libthai0, libpixman-1-0, libfreetype6, libpng16-16, libxcb-shm0, libxcb-render0, zlib1g, libselinux1, libmount1, libexpat1, libxau6, libxdmcp6, libharfbuzz0b, libdatrie1, libblkid1, libbsd0, libgraphite2-3, libuuid1, libvte-common +Depends: bash, libc6, libgtk2.0-0, libvte9 Maintainer: Basile Burg Description: IDE for the D programming language" > control