From: Kevin M. Rosenberg Date: Sat, 29 Aug 2015 06:16:30 +0000 (-0600) Subject: Update domain name to kpe.io X-Git-Url: http://git.kpe.io/?p=vcs-tree.git;a=commitdiff_plain;h=HEAD Update domain name to kpe.io --- diff --git a/Makefile b/Makefile index 4972536..4868a6a 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,6 @@ # Author: Kevin M. Rosenberg # Date Started: Sep 2003 # -# $Id$ ############################################################################## @@ -15,7 +14,7 @@ sources :=$(pkg).asd $(wildcard *.lisp) _$(pkg): $(sources) $(MAKE) clean - HOME=/ /usr/bin/sbcl --sysinit /dev/null --userinit /dev/null --eval "(require 'asdf)" --load vcs-tree.asd --eval "(asdf:operate 'asdf::load-op 'vcs-tree)" --eval "(vcs-tree-system:save-executable \"_vcs-tree\")" --eval "(sb-ext:quit :unix-status 0)" + XDG_CACHE_HOME=/root HOME=/ /usr/bin/sbcl --sysinit /dev/null --userinit /dev/null --eval "(require 'asdf)" --load vcs-tree.asd --eval "(asdf:operate 'asdf::load-op 'vcs-tree)" --eval "(vcs-tree-system:save-executable \"_vcs-tree\")" --eval "(sb-ext:quit :unix-status 0)" clean: rm -f *.fasl _$(pkg) diff --git a/debian/control b/debian/control index 30678c0..7890d5a 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,9 @@ Section: vcs Priority: optional Maintainer: Kevin M. Rosenberg Build-Depends: debhelper (>> 7.0.0), sbcl (>= 0.9.4) -Standards-Version: 3.8.3.0 -Vcs-Git: git://git.b9.com/vcs-tree.git -Vcs-Browser: http://git.b9.com/?p=vcs-tree.git +Standards-Version: 3.9.1.0 +Vcs-Git: git://git.kpe.io/vcs-tree.git +Vcs-Browser: http://git.kpe.io/?p=vcs-tree.git Package: vcs-tree Architecture: any diff --git a/debian/copyright b/debian/copyright index 589e9a8..5c1e585 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Debian Copyright Section ======================== -Upstream Source URL: http://files.b9.com/vcs-tree/ +Upstream Source URL: http://files.kpe.io/vcs-tree/ Upstream Authors: 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 b90de24..83863ad --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,4 +1,4 @@ #!/bin/sh set -e -dup vcs-tree -Ufiles.b9.com -D/home/ftp/vcs-tree -C"(umask 022; /home/kevin/bin/remove-old-versions vcs-tree latest)" -su $* +dup vcs-tree -Ufiles.kpe.io -D/home/ftp/vcs-tree -C"(umask 022; /home/kevin/bin/remove-old-versions vcs-tree latest)" -su $* diff --git a/debian/watch b/debian/watch index 63ee167..d849760 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://files.b9.com/vcs-tree/vcs-tree-(\d+.*)\.tar\.gz +http://files.kpe.io/vcs-tree/vcs-tree-(\d+.*)\.tar\.gz