Update Debian package to "conflict" with cmdtest (#5898)

The `cmdtest` package also installs a `yarn` command, and people often get confused by this (see #2821). If we specify that the Yarn package conflicts with the cmdtest package, installing Yarn will automatically uninstall cmdtest.
This commit is contained in:
Daniel Lo Nigro
2018-05-28 15:22:45 -07:00
committed by Maël Nison
parent ec7e671f2b
commit c640c45cfd

View File

@@ -1,7 +1,7 @@
Package: yarn
Version: $VERSION-1
Recommends: nodejs
Conflicts: nodejs (<< 4.0.0)
Conflicts: nodejs (<< 4.0.0), cmdtest
Section: devel
Priority: optional
Architecture: all