diff options
author | lado <herrlado@gmail.com> | 2011-10-31 00:08:59 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2011-10-31 00:08:59 +0100 |
commit | fc8e822ebf063aa4c3c3c16035a12435e6371359 (patch) | |
tree | adf941b135ef201813c440037b723f756c05c8f1 /vdr-vdrmanager/debian/watch.ex | |
parent | 06c9e9b4509774a64f01c72d423c8865e52d40e1 (diff) | |
parent | 49f360136dc6ab47793bad00f3c1a711ecd07ab6 (diff) | |
download | vdr-manager-fc8e822ebf063aa4c3c3c16035a12435e6371359.tar.gz vdr-manager-fc8e822ebf063aa4c3c3c16035a12435e6371359.tar.bz2 |
Merge branch 'master' of ssh://projects.vdr-developer.org/vdr-manager
Diffstat (limited to 'vdr-vdrmanager/debian/watch.ex')
-rw-r--r-- | vdr-vdrmanager/debian/watch.ex | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vdr-vdrmanager/debian/watch.ex b/vdr-vdrmanager/debian/watch.ex new file mode 100644 index 0000000..6cc77f0 --- /dev/null +++ b/vdr-vdrmanager/debian/watch.ex @@ -0,0 +1,23 @@ +# 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://www.example.com/downloads.php vdr-plugin-vdrmanager-(.*)\.tar\.gz + +# Uncomment to examine a Webserver directory +#http://www.example.com/pub/vdr-plugin-vdrmanager-(.*)\.tar\.gz + +# Uncommment to examine a FTP server +#ftp://ftp.example.com/pub/vdr-plugin-vdrmanager-(.*)\.tar\.gz debian uupdate + +# Uncomment to find new files on sourceforge, for devscripts >= 2.9 +# http://sf.net/vdr-plugin-vdrmanager/vdr-plugin-vdrmanager-(.*)\.tar\.gz + +# Uncomment to find new files on GooglePages +# http://example.googlepages.com/foo.html vdr-plugin-vdrmanager-(.*)\.tar\.gz |