comparison mcabber/debian/watch @ 350:15f75983c0b6

Add debian/ directory
author Mikael Berthe <mikael@lilotux.net>
date Thu, 21 Jul 2005 21:39:29 +0100
parents
children
comparison
equal deleted inserted replaced
349:3f5e7962bb47 350:15f75983c0b6
1 # Example watch control file for uscan
2 # Rename this file to "watch" and then you can run the "uscan" command
3 # to check for upstream updates and more.
4 # See uscan(1) for format
5
6 # Compulsory line, this is a version 3 file
7 version=3
8
9 # Uncomment to examine a Webpage
10 # <Webpage URL> <string match>
11 #http://www.example.com/downloads.php mcabber-(.*)\.tar\.gz
12
13 # Uncomment to examine a Webserver directory
14 #http://www.example.com/pub/mcabber-(.*)\.tar\.gz
15 http://www.lilotux.net/~mikael/mcabber/files/mcabber-(.*)\.tar\.gz
16 http://www.lilotux.net/~mikael/mcabber/files/mcabber-(.*)\.tar\.bz2
17
18 # Uncommment to examine a FTP server
19 #ftp://ftp.example.com/pub/mcabber-(.*)\.tar\.gz debian uupdate
20
21 # Uncomment to use Roland's hack for sourceforge based projects - YMMV!
22 #http://people.debian.org/~lolando/sfdlr.php?project=mcabber mcabber-([\d.]*).tar.gz
23
24