From: Kevin M. Rosenberg Date: Sat, 17 Sep 2005 21:48:27 +0000 (+0000) Subject: r10724: change from ftp to http access for boa X-Git-Tag: v1.6.2~11 X-Git-Url: http://git.kpe.io/?p=lml2.git;a=commitdiff_plain;h=eeb390fe995dbf065dca2415dc7e776a8f1724bb r10724: change from ftp to http access for boa --- 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 $*