diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-12-27 08:15:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-12-27 08:15:49 -0600 |
commit | d13c79dd9536e8c57e117e5503d4c0226b0f066b (patch) | |
tree | 1af3df363921c4bbaf923b1c728b5d092ffea670 /ubuntu/maverick/dependencies/libr/debian/watch.ex | |
parent | f418587d09b9e5acfaadcfa88a18d0b333cf836b (diff) | |
download | tde-packaging-d13c79dd9536e8c57e117e5503d4c0226b0f066b.tar.gz tde-packaging-d13c79dd9536e8c57e117e5503d4c0226b0f066b.zip |
Initial import of libr packaging files
Diffstat (limited to 'ubuntu/maverick/dependencies/libr/debian/watch.ex')
-rw-r--r-- | ubuntu/maverick/dependencies/libr/debian/watch.ex | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ubuntu/maverick/dependencies/libr/debian/watch.ex b/ubuntu/maverick/dependencies/libr/debian/watch.ex new file mode 100644 index 000000000..6555cc5cf --- /dev/null +++ b/ubuntu/maverick/dependencies/libr/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 libr-(.*)\.tar\.gz + +# Uncomment to examine a Webserver directory +#http://www.example.com/pub/libr-(.*)\.tar\.gz + +# Uncommment to examine a FTP server +#ftp://ftp.example.com/pub/libr-(.*)\.tar\.gz debian uupdate + +# Uncomment to find new files on sourceforge, for devscripts >= 2.9 +# http://sf.net/libr/libr-(.*)\.tar\.gz + +# Uncomment to find new files on GooglePages +# http://example.googlepages.com/foo.html libr-(.*)\.tar\.gz |