diff options
author | Micah Anderson <micah@riseup.net> | 2012-08-15 16:21:40 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-08-15 16:21:40 -0400 |
commit | 72bb9aa8bb2ce814572063974abe719920b87da7 (patch) | |
tree | 211920ef85639ec1ec30797c195233c510b8c7fd /debian/watch.ex | |
parent | c46d8da153ac658c8bd145376e22b1218db1090a (diff) |
remove debian directory from master
Diffstat (limited to 'debian/watch.ex')
-rw-r--r-- | debian/watch.ex | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/debian/watch.ex b/debian/watch.ex deleted file mode 100644 index 791fbd7d..00000000 --- a/debian/watch.ex +++ /dev/null @@ -1,23 +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 -# <Webpage URL> <string match> -#http://www.example.com/downloads.php python-leap-client-(.*)\.tar\.gz - -# Uncomment to examine a Webserver directory -#http://www.example.com/pub/python-leap-client-(.*)\.tar\.gz - -# Uncommment to examine a FTP server -#ftp://ftp.example.com/pub/python-leap-client-(.*)\.tar\.gz debian uupdate - -# Uncomment to find new files on sourceforge, for devscripts >= 2.9 -# http://sf.net/python-leap-client/python-leap-client-(.*)\.tar\.gz - -# Uncomment to find new files on GooglePages -# http://example.googlepages.com/foo.html python-leap-client-(.*)\.tar\.gz |