r10724: change from ftp to http access for boa
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 17 Sep 2005 21:48:27 +0000 (21:48 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 17 Sep 2005 21:48:27 +0000 (21:48 +0000)
debian/changelog
debian/copyright
debian/upload.sh

index df8e7d72eee9b3de22f1001208da392f16b17473..ebb87608c6a9c5534c40c780fafa26d8813f18d9 100644 (file)
@@ -1,3 +1,9 @@
+cl-lml2 (1.5.4-2) unstable; urgency=low
+
+  * New upstream URI
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 17 Sep 2005 15:32:36 -0600
+
 cl-lml2 (1.5.4-1) unstable; urgency=low
 
   * New upstream
index fd7d2ac0b1103b8ec67853e23530d0b988e6705b..53df34556dabcd2dbcb635fb37ca3c78be5013b5 100644 (file)
@@ -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 <kevin@rosenberg.net>
                   John Federaro, Franz Inc
 Debian Maintainer:  Kevin M. Rosenberg <kmr@debian.org>
index f0b60666414b690cb77f9b3f9d239239c33c38b7..da8f69265c0205c3f142e0885827eae2eb31ec0e 100755 (executable)
@@ -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 $*