From cb1f1af3afa92bbd2c106c28ee56b4c1a661b458 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 17 Sep 2005 21:48:27 +0000 Subject: [PATCH] r10724: change from ftp to http access for boa --- debian/changelog | 6 ++++++ debian/copyright | 2 +- debian/upload.sh | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 512f25c..1416e6b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-getopt (1.1.0-2) unstable; urgency=low + + * New upstream URI + + -- Kevin M. Rosenberg Sat, 17 Sep 2005 15:34:18 -0600 + cl-getopt (1.1.0-1) unstable; urgency=low * Add patch from Mark Simpson. Bug fix and new test. diff --git a/debian/copyright b/debian/copyright index 299b8ac..5ec91e6 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 ftp://ftp.b9.com/getopt +It was downloaded from http://files.b9.com/getopt/ Upstream Author: Kevin M. Rosenberg diff --git a/debian/upload.sh b/debian/upload.sh index aa6545c..9f17474 100755 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -dup getopt -Uftp.med-info.com -D/home/ftp/getopt -C"(umask 022; /home/kevin/bin/remove-old-versions getopt latest)" -su $* +dup getopt -Ufiles.b9.com -D/home/ftp/getopt -C"(umask 022; /home/kevin/bin/remove-old-versions getopt latest)" -su $* -- 2.34.1