diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2014-03-01 02:44:39 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2014-03-01 02:44:39 +0100 |
commit | f2a4e7af923b50905fb55104852ae30c1493c1a0 (patch) | |
tree | acc6c54fed80c6896209f20fe1b1c506b2265d2d | |
parent | f42f56c6244964a1404d094908521a9cf34abe9d (diff) | |
download | screen-f2a4e7af923b50905fb55104852ae30c1493c1a0.tar.gz |
debian/watch: Update to use GNU's server
Old location at ftp.uni-erlangen.de no more exist
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/watch | 7 |
2 files changed, 3 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index e2bb41a..408ed6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ screen (4.1.0~20120320gitdb59704-10) UNRELEASED; urgency=low Thanks Josh Triplett for help and patches! * Add a debian/upstream/metadata file according to DEP-12. * Bump Standards-Version to 3.9.5 (no changes). + * debian/watch: Update to use GNU's server (old location no more exist) -- Axel Beckert <abe@debian.org> Tue, 23 Jul 2013 14:48:32 +0200 diff --git a/debian/watch b/debian/watch index cc45197..669cc6b 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,2 @@ -# $Id: watch,v 1.1 2002/07/08 14:07:18 laz Exp $ -version=2 -# This is a variant HTTP format with more possibilities: -# Homepage Pattern [Version [Action]] -opts=pasv ftp://ftp.uni-erlangen.de/pub/utilities/screen/screen-(\d.*)\.tar\.gz +version=3 +http://ftp.gnu.org/gnu/screen/screen-([\d\.]+)\.tar\.gz |