From: Guilhem Bonnefille Date: Fri, 4 May 2007 20:59:05 +0000 (+0000) Subject: Added watch configuration files for other Debian packager X-Git-Url: https://git.street.me.uk/andy/viking.git/commitdiff_plain/1cce9754e4bd0de880b71f62f310a62f85ab05f7?hp=ce76699ed3d8e3fdedca9f140f6a84abeefd0421 Added watch configuration files for other Debian packager --- diff --git a/debian/watch b/debian/watch new file mode 100644 index 00000000..af49cd72 --- /dev/null +++ b/debian/watch @@ -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 +# +#http://www.example.com/downloads.php viking-(.*)\.tar\.gz + +# Uncomment to examine a Webserver directory +#http://www.example.com/pub/viking-(.*)\.tar\.gz + +# Uncommment to examine a FTP server +#ftp://ftp.example.com/pub/viking-(.*)\.tar\.gz debian uupdate + +# Uncomment to find new files on sourceforge, for debscripts >= 2.9 +http://sf.net/viking/viking-(.*)\.tar\.gz + + diff --git a/debian/watch.ex b/debian/watch.ex deleted file mode 100644 index f974a94f..00000000 --- a/debian/watch.ex +++ /dev/null @@ -1,22 +0,0 @@ -# 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 -# -#http://www.example.com/downloads.php viking-(.*)\.tar\.gz - -# Uncomment to examine a Webserver directory -#http://www.example.com/pub/viking-(.*)\.tar\.gz - -# Uncommment to examine a FTP server -#ftp://ftp.example.com/pub/viking-(.*)\.tar\.gz debian uupdate - -# Uncomment to find new files on sourceforge, for debscripts >= 2.9 -# http://sf.net/viking/viking-(.*)\.tar\.gz - -