From eeb390fe995dbf065dca2415dc7e776a8f1724bb 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 df8e7d7..ebb8760 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-lml2 (1.5.4-2) unstable; urgency=low + + * New upstream URI + + -- Kevin M. Rosenberg Sat, 17 Sep 2005 15:32:36 -0600 + cl-lml2 (1.5.4-1) unstable; urgency=low * New upstream diff --git a/debian/copyright b/debian/copyright index fd7d2ac..53df345 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Debian Copyright Section ======================== -Upstream Source URL: ftp://lml.med-info.com +Upstream Source URL: http://files.b9.com/lml2 Upstream Authors: Kevin M. Rosenberg John Federaro, Franz Inc Debian Maintainer: Kevin M. Rosenberg diff --git a/debian/upload.sh b/debian/upload.sh index f0b6066..da8f692 100755 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,3 +1,3 @@ #!/bin/bash -e -dup lml2 -Uftp.med-info.com -D/home/ftp/lml2 -C"(umask 022; cd /opt/apache/htdocs/lml2; make install)" -su $* +dup lml2 -Ufiles.b9.com -D/home/ftp/lml2 -C"(umask 022; cd /opt/apache/htdocs/lml2; make install)" -su $* -- 2.34.1