diff --git a/debian/control b/debian/control index a77573fb4b134aeb30b1859ec5d0c7551b7bf4e9..a72cbc89f9675941ed0e88ae35e17904d653b208 100644 --- a/debian/control +++ b/debian/control @@ -5,9 +5,9 @@ Maintainer: Kevin M. Rosenberg <kmr@debian.org> Build-Depends-Indep: dh-lisp Build-Depends: debhelper (>= 7.0.0) Standards-Version: 3.9.5.0 -Homepage: http://files.b9.com/cl-base64/ -Vcs-Git: git://git.b9.com/cl-base64.git -Vcs-Browser: http://git.b9.com/?p=cl-base64.git +Homepage: http://files.kpe.io/cl-base64/ +Vcs-Git: git://git.kpe.io/cl-base64.git +Vcs-Browser: http://git.kpe.io/?p=cl-base64.git Package: cl-base64 Architecture: all diff --git a/debian/copyright b/debian/copyright index 4a44dc0912cdbf73571e9347e995e5891cada043..29e5a65fd89a3a071ff601d48c9f933ce908160a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ This package was debianized by Kevin M. Rosenberg <kmr@debian.org> in Dec 2002. -It was downloaded from http://files.b9.com/base64/ +It was downloaded from http://files.kpe.io/base64/ Upstream Author: Kevin M. Rosenberg <kevin@rosenberg.net> This code is based on code placed in the public domain by Juri Pakaste diff --git a/debian/upload.sh b/debian/upload.sh old mode 100755 new mode 100644 index 6bed879769fdf2c2f66ca44e6fe1a528a728b6fa..a5623cebc3a4ad90c0f0554b06b767e8d58ae110 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,4 +1,4 @@ #!/bin/bash -e -dup cl-base64 -Ufiles.b9.com -D/home/ftp/cl-base64 -su \ +dup cl-base64 -Ufiles.kpe.io -D/home/ftp/cl-base64 -su \ -C"(umask 022; cd /srv/www/html/cl-base64; make install; find . -type d |xargs chmod go+rx; find . -type f | xargs chmod go+r)" $* diff --git a/debian/watch b/debian/watch index 7d41af4f22a6799bf4bc9ceabb8ed2c715756100..1f98258f8df56665e2a99a339ba3f978053ee802 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://files.b9.com/cl-base64/cl-base64-(\d+.*)\.tar\.gz +http://files.kpe.io/cl-base64/cl-base64-(\d+.*)\.tar\.gz