diff options
| author | Michael Biebl <biebl@debian.org> | 2008-04-06 12:41:10 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2008-04-06 12:41:10 +0000 |
| commit | 7c0c1bdc6afc0968a1b7df06600dabbac997143d (patch) | |
| tree | 4b87ba708319c7de3ec8946c7cdf2a7d94d63a0b /debian/watch | |
| parent | c160b99e5ca09d606fa4e762cd71533d33ebf5b9 (diff) | |
Improve watch file to not hardcode the versioned subdirectory.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2189 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/watch')
| -rw-r--r-- | debian/watch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/watch b/debian/watch index f2d66b4c..4b762cde 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 -http://download.gnome.org/sources/NetworkManager/0.6/NetworkManager-(.*)\.tar\.gz +http://download.gnome.org/sources/NetworkManager/([\d\.]+)/NetworkManager-(.*)\.tar\.gz |