From 65d6aaa33df32b6a9096f40847609206d767b219 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 29 Aug 2015 00:16:00 -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 1f71e96..ef418c1 100644 --- a/debian/control +++ b/debian/control @@ -5,9 +5,9 @@ Maintainer: Kevin M. Rosenberg Build-Depends-Indep: dh-lisp Build-Depends: debhelper (>= 7.0.0) Standards-Version: 3.8.2.0 -Homepage: http://files.b9.com/cluck/ -Vcs-Git: git://git.b9.com/cluck.git -Vcs-Browser: http://git.b9.com/?p=cluck.git +Homepage: http://files.kpe.io/cluck/ +Vcs-Git: git://git.kpe.io/cluck.git +Vcs-Browser: http://git.kpe.io/?p=cluck.git Package: cl-cluck Architecture: all diff --git a/debian/copyright b/debian/copyright index 5f3f6e6..8d34753 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Debian Copyright Section ======================== -Upstream Source URL: http://files.b9.com/cluck +Upstream Source URL: http://files.kpe.io/cluck Upstream Author: Kevin Rosenberg Debian Maintainer: Kevin M. Rosenberg diff --git a/debian/upload.sh b/debian/upload.sh old mode 100755 new mode 100644 index cce603e..82d9bdd --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,4 +1,4 @@ #!/bin/bash -e -dup cluck -Ufiles.b9.com -D/home/ftp/cluck -su \ +dup cluck -Ufiles.kpe.io -D/home/ftp/cluck -su \ -C"(umask 022; cd /opt/apache/htdocs/cluck; 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 27e9d6a..c135e44 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 -http://files.b9.com/cluck/cluck-([\d\.]*)\.tar\.gz +http://files.kpe.io/cluck/cluck-([\d\.]*)\.tar\.gz -- 2.34.1