diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-03-08 01:36:41 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-03-08 01:36:41 +0100 |
commit | 6707335bd0b093e83b7cf7da53dc5a200bb78880 (patch) | |
tree | a535b7f1eaf50c3251733a01b6d86756d4c031a0 /debian/watch | |
parent | e4d204992b16d46394234cc11227971c3b077021 (diff) |
Add Debian package control files.
darcs-hash:ecc1cae00e95639aad1ab51d344ed2e4d9bc3955
Diffstat (limited to 'debian/watch')
-rw-r--r-- | debian/watch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..e5b6ecf --- /dev/null +++ b/debian/watch @@ -0,0 +1,20 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to examine a Webpage +# <Webpage URL> <string match> +http://cliki.net/Objective-CL cl-objective-cl-(.*)\.tar\.gz + +# Uncomment to examine a Webserver directory +#http://www.example.com/pub/cl-objective-cl-(.*)\.tar\.gz + +# Uncommment to examine a FTP server +#ftp://ftp.example.com/pub/cl-objective-cl-(.*)\.tar\.gz debian uupdate + +# Uncomment to find new files on sourceforge, for devscripts >= 2.9 +# http://sf.net/cl-objective-cl/cl-objective-cl-(.*)\.tar\.gz |