From 859bb5ba9631df883dd7b074ff649ea2ca76e1ad Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 12 Sep 2016 11:40:39 +0300 Subject: Add provides yarn --- debian/changelog | 3 +++ debian/control | 1 + 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 56d70e4..8452699 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ cmdtest (0.26+git-1) UNRELEASED; urgency=medium * New upstream version. + * debian/control: Add "Provides: yarn" to make it easier for people + to find the package. Including myself, after an embarrassing fifteen + minutes the other day. -- Lars Wirzenius Sat, 23 Jul 2016 19:22:01 +0300 diff --git a/debian/control b/debian/control index 5bcb230..258d339 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~), X-Python-Version: >= 2.6 Package: cmdtest +Provides: yarn Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6), python-cliapp, python-ttystatus, python-markdown -- cgit v1.2.1