diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2012-10-11 10:46:52 -0400 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2013-05-25 00:14:21 -0400 |
commit | 36699a844aafd334b5468b794c45012d01c8599a (patch) | |
tree | 297a168b4942011628469b14af601fdd73427dc4 /debian | |
parent | d13e0ece3d32c0f63608618baaa5df3eea0a5577 (diff) | |
download | python-paramiko-36699a844aafd334b5468b794c45012d01c8599a.tar python-paramiko-36699a844aafd334b5468b794c45012d01c8599a.tar.gz |
debian/{control,watch}: Update for new maintainer and source address
Closes: #690080
Thanks: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/watch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 8032411..99a55e6 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>> 8), python-all (>= 2.6.6-3~), python-crypto (>= 2.1.0-2) Standards-Version: 3.9.3 -Homepage: http://www.lag.net/paramiko/ +Homepage: https://github.com/paramiko/paramiko/ Vcs-Git: git://git.debian.org/collab-maint/paramiko.git Vcs-Browser: http://git.debian.org/?p=collab-maint/paramiko.git diff --git a/debian/watch b/debian/watch index 3cd0c97..de4c4b8 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://www.lag.net/paramiko/download/paramiko-(.*)\.tar.gz +https://github.com/paramiko/paramiko/tags .*/archive/v(\d[\d\.]*).tar.gz |