From 9bdb753c5363d92b7e5698d75a967dc1fbc76b1a Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 29 Aug 2015 00:16:01 -0600 Subject: [PATCH] Update domain name to kpe.io --- configure | 12 ++++++------ configure.ac | 2 +- debian/control | 4 ++-- debian/copyright | 2 +- debian/upload.sh | 2 +- debian/watch | 2 +- doc/ctsim-install.tex | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) mode change 100755 => 100644 configure mode change 100755 => 100644 debian/upload.sh diff --git a/configure b/configure old mode 100755 new mode 100644 index 5d9dcd2..5ef8d01 --- a/configure +++ b/configure @@ -2,7 +2,7 @@ # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.67 for CTSim 5.2.0. # -# Report bugs to . +# Report bugs to . # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -230,7 +230,7 @@ fi $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" $as_echo "$0: be upgraded to zsh 4.3.4 or later." else - $as_echo "$0: Please tell bug-autoconf@gnu.org and ctsim-users@b9.com + $as_echo "$0: Please tell bug-autoconf@gnu.org and ctsim-users@kpe.io $0: about your system, including any error possibly output $0: before this message. Then install a modern shell, or $0: manually run the script under such a shell if you do @@ -554,7 +554,7 @@ PACKAGE_NAME='CTSim' PACKAGE_TARNAME='ctsim' PACKAGE_VERSION='5.2.0' PACKAGE_STRING='CTSim 5.2.0' -PACKAGE_BUGREPORT='ctsim-users@b9.com' +PACKAGE_BUGREPORT='ctsim-users@kpe.io' PACKAGE_URL='http://www.ctsim.org/' ac_unique_file="src/ctsim.cpp" @@ -1431,7 +1431,7 @@ Some influential environment variables: Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. -Report bugs to . +Report bugs to . CTSim home page: . _ACEOF ac_status=$? @@ -1990,7 +1990,7 @@ $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" > { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ( $as_echo "## --------------------------------- ## -## Report this to ctsim-users@b9.com ## +## Report this to ctsim-users@kpe.io ## ## --------------------------------- ##" ) | sed "s/^/$as_me: WARNING: /" >&2 ;; @@ -8190,7 +8190,7 @@ $config_headers Configuration commands: $config_commands -Report bugs to . +Report bugs to . CTSim home page: ." _ACEOF diff --git a/configure.ac b/configure.ac index d3156cc..cdd5ef5 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ dnl Process this file with autoconf to produce a configure script. dnl Must reset CDPATH so that bash's cd does not print to stdout dnl CDPATH= -AC_INIT([CTSim], [5.2.0], [ctsim-users@b9.com], [ctsim], [http://www.ctsim.org/]) +AC_INIT([CTSim], [5.2.0], [ctsim-users@kpe.io], [ctsim], [http://www.ctsim.org/]) AC_CONFIG_SRCDIR([src/ctsim.cpp]) AM_MAINTAINER_MODE AM_INIT_AUTOMAKE diff --git a/debian/control b/debian/control index 9effba4..d91996a 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ Maintainer: Kevin M. Rosenberg Build-Depends: debhelper (>= 7.0.0), wx2.8-headers, libfftw3-dev, libreadline-dev, libgl1-mesa-dev, libglu1-mesa-dev, libwxgtk2.8-dev, ctn-dev, libpng-dev, libglib2.0-dev, libgtk2.0-dev, autotools-dev Standards-Version: 3.9.4.0 Homepage: http://www.ctsim.org -Vcs-Git: git://git.b9.com/ctsim.git -Vcs-Browser: http://git.b9.com/?p=ctsim.git +Vcs-Git: git://git.kpe.io/ctsim.git +Vcs-Browser: http://git.kpe.io/?p=ctsim.git Package: ctsim Architecture: any diff --git a/debian/copyright b/debian/copyright index 326e247..08ff01d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Debian Copyright Section ======================== -Upstream Source URL: http://files.b9.com/ctsim +Upstream Source URL: http://files.kpe.io/ctsim Upstream Author: Kevin M. Rosenberg Debian Maintainer: (Same as upstream) diff --git a/debian/upload.sh b/debian/upload.sh old mode 100755 new mode 100644 index 42abd0e..efa12fc --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,4 +1,4 @@ #!/bin/bash -e -dup ctsim -Uwww.b9.com -D/home/ftp/ctsim -C"(umask 022; cd /srv/www/html/ctsim; make install)" -su $* +dup ctsim -Uwww.kpe.io -D/home/ftp/ctsim -C"(umask 022; cd /srv/www/html/ctsim; make install)" -su $* diff --git a/debian/watch b/debian/watch index b719428..e5e139f 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=3 -http://files.b9.com/ctsim/ctsim-([\d\.]*)\.tar\.gz debian uupdate +http://files.kpe.io/ctsim/ctsim-([\d\.]*)\.tar\.gz debian uupdate diff --git a/doc/ctsim-install.tex b/doc/ctsim-install.tex index 756b1c4..acfcc96 100644 --- a/doc/ctsim-install.tex +++ b/doc/ctsim-install.tex @@ -7,7 +7,7 @@ The latest version of \ctsim, both as executable programs and source code, can be downloaded from the official \ctsim\ \urlref{web site}{http://www.ctsim.org}. Additionally, these - files are also available from the \ctsim\ \urlref{FTP site}{files://files.b9.com/ctsim}. + files are also available from the \ctsim\ \urlref{FTP site}{files://files.kpe.io/ctsim}. \section{Installing Windows Binary} -- 2.34.1