From 2df7c30fbd94b2321ae26df7aaf54cbceae4b097 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 29 Aug 2015 00:16:03 -0600 Subject: [PATCH] Update domain name to kpe.io --- README | 4 ++-- debian/control | 6 +++--- debian/copyright | 2 +- debian/upload.sh | 2 +- debian/watch | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) mode change 100755 => 100644 debian/upload.sh diff --git a/README b/README index 0f0d2e6..286c3f2 100644 --- a/README +++ b/README @@ -1,10 +1,10 @@ Library: getopt Author: Kevin Rosenberg -URL: http://b9.com/files/getopt/ +URL: http://kpe.io/files/getopt/ This package provides a module for analyzing a list of command-line arguments. It uses a command-line syntax similar to the GNU getopt_long function. The package also provides an automated test suite which -uses the ptester library from http://b9.com/files/ptester/ +uses the ptester library from http://kpe.io/files/ptester/ diff --git a/debian/control b/debian/control index 76577dd..2fa7467 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/getopt/ -Vcs-Git: git://git.b9.com/getopt.git -Vcs-Browser: http://git.b9.com/?p=getopt.git +Homepage: http://files.kpe.io/getopt/ +Vcs-Git: git://git.kpe.io/getopt.git +Vcs-Browser: http://git.kpe.io/?p=getopt.git Package: cl-getopt Architecture: all diff --git a/debian/copyright b/debian/copyright index 5ec91e6..3c2d4c2 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ This package was debianized by Kevin M. Rosenberg in Sat, 5 Oct 2002 13:19:33 -0600. -It was downloaded from http://files.b9.com/getopt/ +It was downloaded from http://files.kpe.io/getopt/ Upstream Author: Kevin M. Rosenberg diff --git a/debian/upload.sh b/debian/upload.sh old mode 100755 new mode 100644 index 9f17474..444fdff --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -dup getopt -Ufiles.b9.com -D/home/ftp/getopt -C"(umask 022; /home/kevin/bin/remove-old-versions getopt latest)" -su $* +dup getopt -Ufiles.kpe.io -D/home/ftp/getopt -C"(umask 022; /home/kevin/bin/remove-old-versions getopt latest)" -su $* diff --git a/debian/watch b/debian/watch index 6c920b2..76f42f5 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 -http://files.b9.com/getopt/getopt-([\d\.]*)\.tar\.gz +http://files.kpe.io/getopt/getopt-([\d\.]*)\.tar\.gz -- 2.34.1