From fc62a5342445d4ec1dd44e95f7dc513473a8c89a Mon Sep 17 00:00:00 2001
From: "Kevin M. Rosenberg" <kevin@rosenberg.net>
Date: Sat, 29 Aug 2015 00:15:51 -0600
Subject: [PATCH] Update domain name to kpe.io

---
 debian/control   | 6 +++---
 debian/copyright | 2 +-
 debian/upload.sh | 2 +-
 debian/watch     | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)
 mode change 100755 => 100644 debian/upload.sh

diff --git a/debian/control b/debian/control
index a77573f..a72cbc8 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 4a44dc0..29e5a65 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 6bed879..a5623ce
--- 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 7d41af4..1f98258 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
-- 
GitLab