From 3ad60c6b945bcc079f157989203063750171eae8 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 20 Jan 2011 13:08:06 +0100 Subject: [PATCH] Added watch file. Currently, we watch kohana2 only. The file mangles beta and RC releases to '~b' and '~rc' respectively. --- debian/watch | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 debian/watch diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..6607f06 --- /dev/null +++ b/debian/watch @@ -0,0 +1,6 @@ +version=3 + +opts="uversionmangle=s/((?:b|rc).+)$/~$1/" \ + http://dev.kohanaframework.org/projects/kohana2/files \ + /attachments/download/\d+/kohana-v?(.+)\.zip + -- 2.30.2