Search
lxdream.org :: lxdream/debian/watch.ex :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename debian/watch.ex
changeset 519:ef9a7f176401
author nkeynes
date Tue Feb 28 18:22:52 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Add a GL-only video driver for android usage (since the Java code is
responsible for creating the context)
file annotate diff log raw
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/debian/watch.ex Tue Feb 28 18:22:52 2012 +1000
1.3 @@ -0,0 +1,22 @@
1.4 +# Example watch control file for uscan
1.5 +# Rename this file to "watch" and then you can run the "uscan" command
1.6 +# to check for upstream updates and more.
1.7 +# See uscan(1) for format
1.8 +
1.9 +# Compulsory line, this is a version 3 file
1.10 +version=3
1.11 +
1.12 +# Uncomment to examine a Webpage
1.13 +# <Webpage URL> <string match>
1.14 +#http://www.example.com/downloads.php lxdream-(.*)\.tar\.gz
1.15 +
1.16 +# Uncomment to examine a Webserver directory
1.17 +#http://www.example.com/pub/lxdream-(.*)\.tar\.gz
1.18 +
1.19 +# Uncommment to examine a FTP server
1.20 +#ftp://ftp.example.com/pub/lxdream-(.*)\.tar\.gz debian uupdate
1.21 +
1.22 +# Uncomment to find new files on sourceforge, for debscripts >= 2.9
1.23 +# http://sf.net/lxdream/lxdream-(.*)\.tar\.gz
1.24 +
1.25 +
.