Code

Added watch file.
authorSebastian Harl <sh@tokkee.org>
Thu, 20 Jan 2011 12:08:06 +0000 (13:08 +0100)
committerSebastian Harl <sh@tokkee.org>
Thu, 20 Jan 2011 12:08:06 +0000 (13:08 +0100)
Currently, we watch kohana2 only.

The file mangles beta and RC releases to '~b' and '~rc' respectively.

debian/watch [new file with mode: 0644]

diff --git a/debian/watch b/debian/watch
new file mode 100644 (file)
index 0000000..6607f06
--- /dev/null
@@ -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
+