]> granicus.if.org Git - graphviz/commit
fix: select DEB CPack back end on Debian
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 25 Jun 2022 20:54:18 +0000 (13:54 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 26 Jun 2022 17:38:11 +0000 (10:38 -0700)
commitaa96c7356f38ff20e486e3632405e70fd44bfc69
treea83f6500e4ed4b6a8456ae3de9032ff4fe2de64e
parentaa3190d0e26a69ef3acdc1999c20b1db54ed73f3
fix: select DEB CPack back end on Debian

Debian’s /etc/os-release does not include the field `ID_LIKE`, which is perhaps
reasonable as it is a base distribution not derived from another. A side effect
of this was that CPack picked the RPM back end when generating a Graphviz
package. This change teaches it that Debian should also get the DEB back end.
cmake/package_info.cmake