diff options
author | kali <kali@leap.se> | 2012-08-09 22:58:25 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-08-09 22:58:25 +0900 |
commit | 63e7e66dc2e820186180f96e71fd0a0541b0bbcf (patch) | |
tree | 4400904ef9b2df09b02a8f7a7da47d7ea5169dce /debian/watch.ex | |
parent | 28b6730601521cffa72c15e6d244f017f7c5b64a (diff) |
remove debian/ from integration branch (moved to its own branch)
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 |