mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 15:15:12 +08:00
Update debian package libgcrypt dependency
* Package libgcrypt11 is no longer available in Debian or Ubuntu * Allow installing the package with libgcrypt20 instead
This commit is contained in:
parent
13a92a19b7
commit
01f128441a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
Package: <%= name %>
|
Package: <%= name %>
|
||||||
Version: <%= version %>
|
Version: <%= version %>
|
||||||
Depends: git, gconf2, gconf-service, libgtk2.0-0, libudev0 | libudev1, libgcrypt11, libnotify4, libxtst6, libnss3, python, gvfs-bin, xdg-utils
|
Depends: git, gconf2, gconf-service, libgtk2.0-0, libudev0 | libudev1, libgcrypt11 | libgcrypt20, libnotify4, libxtst6, libnss3, python, gvfs-bin, xdg-utils
|
||||||
Suggests: libgnome-keyring0, gir1.2-gnomekeyring-1.0
|
Suggests: libgnome-keyring0, gir1.2-gnomekeyring-1.0
|
||||||
Section: <%= section %>
|
Section: <%= section %>
|
||||||
Priority: optional
|
Priority: optional
|
||||||
|
|
Loading…
Reference in a new issue