Files
yarn/resources/debian/control.in
Daniel Lo Nigro c640c45cfd 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.
2018-05-28 23:22:45 +01:00

24 lines
892 B
Plaintext

Package: yarn
Version: $VERSION-1
Recommends: nodejs
Conflicts: nodejs (<< 4.0.0), cmdtest
Section: devel
Priority: optional
Architecture: all
Installed-Size: $INSTALLED_SIZE
Maintainer: Yarn Developers <yarn@dan.cx>
Homepage: https://yarnpkg.com/
Description: Fast, reliable, and secure dependency management.
Yarn: Fast, reliable, and secure dependency management.
.
Fast: Yarn caches every package it downloads so it never needs to again. It
also parallelizes operations to maximize resource utilization so install times
are faster than ever.
.
Reliable: Using a detailed, but concise, lockfile format, and a deterministic
algorithm for installs, Yarn is able to guarantee that an install that worked
on one system will work exactly the same way on any other system.
.
Secure: Yarn uses checksums to verify the integrity of every installed package
before its code is executed.