From 6507616ef0030aff29fc2259d5e5bdb90d001f23 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 29 Aug 2015 00:16:21 -0600 Subject: [PATCH] Update domain name to kpe.io --- -clim/debian/copyright | 2 +- README | 2 +- debian/control | 6 +++--- debian/copyright | 2 +- debian/upload.sh | 2 +- debian/watch | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) mode change 100755 => 100644 debian/upload.sh diff --git a/-clim/debian/copyright b/-clim/debian/copyright index 75ecf06..617b0dc 100644 --- a/-clim/debian/copyright +++ b/-clim/debian/copyright @@ -1,7 +1,7 @@ This package was debianized by Kevin M. Rosenberg in Oct 2002. -It was downloaded from http://reversi.b9.com/ +It was downloaded from http://reversi.kpe.io/ Upstream Authors: Kevin Rosenberg & Peter Norvig diff --git a/README b/README index 4018bca..310b293 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ This is a Common Lisp implementation of the Reversi game. -The web site for this package is http://reversi.b9.com which has +The web site for this package is http://reversi.kpe.io which has documentation for this package. Reversi is based on the Othello(tm) game presented in Peter Norvig's diff --git a/debian/control b/debian/control index 9cb2b18..a60d275 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.9.5.0 -Homepage: http://files.b9.com/reversi/ -Vcs-Git: git://git.b9.com/reversi.git -Vcs-Browser: http://git.b9.com/?p=reversi.git +Homepage: http://files.kpe.io/reversi/ +Vcs-Git: git://git.kpe.io/reversi.git +Vcs-Browser: http://git.kpe.io/?p=reversi.git Package: cl-reversi Architecture: all diff --git a/debian/copyright b/debian/copyright index 0bed5a6..2b2bb5b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ This package was debianized by Kevin M. Rosenberg in Oct 2002. -It was downloaded from http://reversi.b9.com/ +It was downloaded from http://reversi.kpe.io/ Upstream Authors: Kevin Rosenberg & Peter Norvig diff --git a/debian/upload.sh b/debian/upload.sh old mode 100755 new mode 100644 index 3033bc7..19718df --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,4 +1,4 @@ #!/bin/bash -e -dup reversi -Ufiles.b9.com -D/home/ftp/reversi -su \ +dup reversi -Ufiles.kpe.io -D/home/ftp/reversi -su \ -C"(umask 022; cd /srv/www/html/reversi; 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 ac00eaf..9ef24f3 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://files.b9.com/reversi/reversi-([\d\.]*)\.tar\.gz +http://files.kpe.io/reversi/reversi-([\d\.]*)\.tar\.gz -- 2.34.1