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 7e85e2b5a111f01376e843f1272b63c6622ba03c..5b52affdd6171a1d0b6c8cb03e8ea70f3e7d9138 100644 (file)
@@ -1,3 +1,9 @@
+cl-umlisp-orf (3.3.0-2) unstable; urgency=low
+
+  * New upstream URI
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 17 Sep 2005 15:42:34 -0600
+
 cl-umlisp-orf (3.3.0-1) unstable; urgency=low
 
   * First version for Original Release Format debian package
index fc4efb23fddf61b2bc16828e8e97601ebf5ece46..8972aa83cf85fe657a555c9e5eb247be5e161baf 100644 (file)
@@ -1,7 +1,7 @@
 This package was debianized by Kevin M. Rosenberg <kmr@debian.org> on
 Sat, 5 Oct 2002 12:52:28 -0600.
 
-It was downloaded from ftp://umlisp.b9.com
+It was downloaded from http://files.b9.com/umlisp-orf
 
 Upstream Author: Kevin M. Rosenberg <kevin@rosenberg.net>
 
index 59be173829006385c7f72f1c126d3c04ad9c47cb..d0931dda9a51001e1ba25f88ad6cdcbc731d565f 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/bash -e
 
-dup umlisp-orf -Uftp.med-info.com -D/home/ftp/umlisp -C"(umask 022; cd /opt/apache/htdocs/umlisp; make install)" -su $*
+dup umlisp-orf -Ufiles.b9.com -D/home/ftp/umlisp-orf -C"(umask 022; cd /opt/apache/htdocs/umlisp; make install)" -su $*