mirror of
https://github.com/zhigang1992/yarn.git
synced 2026-05-01 02:31:51 +08:00
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:
committed by
Maël Nison
parent
ec7e671f2b
commit
c640c45cfd
@@ -1,7 +1,7 @@
|
|||||||
Package: yarn
|
Package: yarn
|
||||||
Version: $VERSION-1
|
Version: $VERSION-1
|
||||||
Recommends: nodejs
|
Recommends: nodejs
|
||||||
Conflicts: nodejs (<< 4.0.0)
|
Conflicts: nodejs (<< 4.0.0), cmdtest
|
||||||
Section: devel
|
Section: devel
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
|||||||
Reference in New Issue
Block a user