From a739cec3b0c4b5395676d29ae145f42ad7e10c03 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 29 Aug 2015 00:15:55 -0600 Subject: [PATCH] Update domain name to kpe.io --- debian/control | 6 +++--- debian/copyright | 2 +- debian/upload.sh | 2 +- debian/watch | 2 +- doc/readme.html | 2 +- doc/readme.lml | 6 +++--- 6 files changed, 10 insertions(+), 10 deletions(-) mode change 100755 => 100644 debian/upload.sh diff --git a/debian/control b/debian/control index 677ae52..65cd081 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.3.0 -Homepage: http://files.b9.com/cl-photo/ -Vcs-Git: git://git.b9.com/cl-photo.git -Vcs-Browser: http://git.b9.com/?p=cl-photo.git +Homepage: http://files.kpe.io/cl-photo/ +Vcs-Git: git://git.kpe.io/cl-photo.git +Vcs-Browser: http://git.kpe.io/?p=cl-photo.git Package: cl-photo Architecture: all diff --git a/debian/copyright b/debian/copyright index 06d2984..0c882f9 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Debian Copyright Section ======================== -Upstream Source URL: http://files.b9.com/cl-photo/ +Upstream Source URL: http://files.kpe.io/cl-photo/ Upstream Author: Kevin M. Rosenberg Debian Maintainer: Kevin M. Rosenberg diff --git a/debian/upload.sh b/debian/upload.sh old mode 100755 new mode 100644 index 2394fe3..b19b390 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,3 +1,3 @@ #!/bin/bash -e -dup cl-photo -Ufiles.b9.com -D/home/ftp/cl-photo -C"(umask 022; cd /opt/apache/htdocs/cl-photo; make install)" -su $* +dup cl-photo -Ufiles.kpe.io -D/home/ftp/cl-photo -C"(umask 022; cd /opt/apache/htdocs/cl-photo; make install)" -su $* diff --git a/debian/watch b/debian/watch index 54f7a08..51fd856 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://files.b9.com/cl-photo/cl-photo-([\d\.]*)\.tar\.gz +http://files.kpe.io/cl-photo/cl-photo-([\d\.]*)\.tar\.gz diff --git a/doc/readme.html b/doc/readme.html index a9c8be3..b0c86cd 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -1,4 +1,4 @@ -CL-PHOTO README

CL-Photo Documentation

Overview

CL-Photo is a Common Lisp package for calculation functions used in photography. CL-Photo is written and Copyright © 2005 by Kevin Rosenberg.

The home page for CL-Photo is http://files.b9.com/cl-photo.

Prerequisites

Installation

The easiest way to install CL-Photo is to use the Debian GNU/Linux operating system. You can then use the command apt-get install cl-photo to automatically download and install the CL-Photo package.

On a non-Debian system, you need to have ASDF installed to load the system definition file. You will need to change the source +CL-PHOTO README

CL-Photo Documentation

Overview

CL-Photo is a Common Lisp package for calculation functions used in photography. CL-Photo is written and Copyright © 2005 by Kevin Rosenberg.

The home page for CL-Photo is http://files.kpe.io/cl-photo.

Prerequisites

Installation

The easiest way to install CL-Photo is to use the Debian GNU/Linux operating system. You can then use the command apt-get install cl-photo to automatically download and install the CL-Photo package.

On a non-Debian system, you need to have ASDF installed to load the system definition file. You will need to change the source pathname in the system file to match the location where you have installed CL-Photo.

Usage

Currently, there is no documentation on the functions provided by CL-Photo. However, the source code is instructive.

\ No newline at end of file diff --git a/doc/readme.lml b/doc/readme.lml index 3226931..9bb95d3 100644 --- a/doc/readme.lml +++ b/doc/readme.lml @@ -16,16 +16,16 @@ (:h1 "CL-Photo Documentation") (:h2 "Overview") (:p - ((:a :href "http://files.b9.com/cl-photo/") "CL-Photo") + ((:a :href "http://files.kpe.io/cl-photo/") "CL-Photo") " is a Common Lisp package for calculation functions used in photography. " - ((:a :href "http://files.b9.com/cl-photo") "CL-Photo") + ((:a :href "http://files.kpe.io/cl-photo") "CL-Photo") " is written and Copyright © 2005 by " ((:a :href "mailto:kevin@rosenberg.net") "Kevin Rosenberg") ".") (:p "The home page for CL-Photo is " - ((:a :href "http://files.b9.com/cl-photo") "http://files.b9.com/cl-photo") + ((:a :href "http://files.kpe.io/cl-photo") "http://files.kpe.io/cl-photo") ".") (:h2 "Prerequisites") -- 2.34.1