diff options
| author | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-07-22 13:51:47 +0000 |
|---|---|---|
| committer | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-07-22 13:51:47 +0000 |
| commit | 1e8d4c38cf55f3995a3d02c6c275fec0d1b7326f (patch) | |
| tree | cf9e5a2f477405e789a8613bf37ae6d81cb5b97a /debian/watch.ex | |
| parent | 2e1c7361dce4d44d980628537a679a9fbebd5546 (diff) | |
| download | vdr-plugin-menuorg-1e8d4c38cf55f3995a3d02c6c275fec0d1b7326f.tar.gz vdr-plugin-menuorg-1e8d4c38cf55f3995a3d02c6c275fec0d1b7326f.tar.bz2 | |
initial submenu checkin
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5628 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'debian/watch.ex')
| -rw-r--r-- | debian/watch.ex | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/watch.ex b/debian/watch.ex new file mode 100644 index 0000000..1eaf929 --- /dev/null +++ b/debian/watch.ex @@ -0,0 +1,22 @@ +# 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-submenu-(.*)\.tar\.gz + +# Uncomment to examine a Webserver directory +#http://www.example.com/pub/vdr-plugin-submenu-(.*)\.tar\.gz + +# Uncommment to examine a FTP server +#ftp://ftp.example.com/pub/vdr-plugin-submenu-(.*)\.tar\.gz debian uupdate + +# Uncomment to find new files on sourceforge, for debscripts >= 2.9 +# http://sf.net/vdr-plugin-submenu/vdr-plugin-submenu-(.*)\.tar\.gz + + |
