From bdcdad7081a8da8fd278c5e1ce545fd814bd3af6 Mon Sep 17 00:00:00 2001 From: Austin Roach Date: Fri, 16 Mar 2012 00:31:21 -0400 Subject: [PATCH] Add debian/watch file Addresses a Debian lintian complaint. Adds a debian/watch file for Debian's automated version-tracking tools. This requires new upstream versions to be tagged, since the version number is pulled from the filenames of tarballs available on github. --- debian/watch | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 debian/watch diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..6d36451 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://github.com/keithw/mosh/tags /keithw/mosh/tarball/mosh-(.+)