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)
2/debian/changelog
2/debian/copyright
2/debian/upload.sh
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 $*
index 5231f403a1549223700674e86120214c653120e0..1965c300e0896db68a92e34d68f607dccdd6586e 100644 (file)
@@ -1,3 +1,9 @@
+cl-lml (2.5.3-2) unstable; urgency=low
+
+  * New upstream URI
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 17 Sep 2005 15:44:16 -0600
+
 cl-lml (2.5.3-1) unstable; urgency=low
 
   * New upstream
index dfad9c28a4d016f39be822d8e3fa2e55f0a5e960..569fedc25789b7a13500dd48151a7bb308ca9ba9 100644 (file)
@@ -1,7 +1,7 @@
 Debian Copyright Section
 ========================
 
-Upstream Source URL: ftp://lml.med-info.com
+Upstream Source URL: http://files.b9.com/lml
 Upstream Author: Kevin M. Rosenberg <kmr@debian.org>
 Debian Maintainer: (Same as upstream)
 
index dca236eb7c91407516b368fb360052d27d50db94..60beced00f89bdb0e0ab001df53bd3a4e4bfed30 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/bash -e
 
-dup lml -Uftp.med-info.com -D/home/ftp/lml -C"(umask 022; cd /opt/apache/htdocs/lml; make install)" -su $*
+dup lml -Ufiles.b9.com -D/home/ftp/lml -C"(umask 022; cd /opt/apache/htdocs/lml; make install)" -su $*