r8627: add upload script
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 6 Feb 2004 14:19:48 +0000 (14:19 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 6 Feb 2004 14:19:48 +0000 (14:19 +0000)
debian/changelog
debian/copyright
debian/upload.sh [new file with mode: 0755]
package.lisp
pipes.asd
src.lisp

index 42733e1bc942cdfbb556683da36369689931056e..dcf920a07c11c674b76ddb09343b5da590d9253b 100644 (file)
@@ -1,3 +1,9 @@
+cl-pipes (1.2.1-1) unstable; urgency=low
+
+  * Minor upstream changes
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  6 Feb 2004 07:19:26 -0700
+
 cl-pipes (1.2-1) unstable; urgency=low
 
   * Improve .asd file
index ef1d4a9101e137e8597cb3d013ddf74e43cdfa1c..c9c66294e534f86d6201791b7ef30b36e1ebca75 100644 (file)
@@ -7,7 +7,7 @@ Upstream Authors: Kevin Rosenberg & Peter Norvig
 Pipes's Copyright Statement
 ---------------------------
 
-Copyright (c) 2000-2003 Kevin Rosenberg
+Copyright (c) 2000-2004 Kevin Rosenberg
 Copyright (c) 1998-2002 Peter Norvig
 
 All rights reserved.
diff --git a/debian/upload.sh b/debian/upload.sh
new file mode 100755 (executable)
index 0000000..bc72858
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/bash -e
+
+dup pipes -Uftp.b9.com -D/home/ftp/pipes -C"/home/kevin/bin/remove-old-versions pipes latest" -su $*
index ce3788643c06954969f60421bb368dda9b64b12e..d9135d5cc05626ed4d110ad03d2f7756e64ed8d3 100644 (file)
@@ -9,11 +9,6 @@
 ;;;;
 ;;;; $Id$
 ;;;;
-;;;; This file, part of pipes, is Copyright (c) 2002 by Kevin M. Rosenberg
-;;;;
-;;;; Pipes users are granted the rights to distribute and use this software
-;;;; as governed by the terms of the Lisp Lesser GNU Public License
-;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
 ;;;; *************************************************************************
 
 (in-package #:cl-user)
index a8be42423b88a7aaf5e31fe46da046855e2fb4a9..35cdb26405b1da8c6319f25967954fee8185811d 100644 (file)
--- a/pipes.asd
+++ b/pipes.asd
@@ -8,8 +8,6 @@
 ;;;; Date Started:  Apr 2000
 ;;;;
 ;;;; $Id$
-;;;;
-;;;; This file, part of PIPES, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; *************************************************************************
 
 (defpackage #:pipes-system (:use #:cl #:asdf))
index aa871ef65783afae58c5e322d6d7771f52224edd..506b84f6bd5c02d486201c176bd9f4c93476370d 100644 (file)
--- a/src.lisp
+++ b/src.lisp
@@ -9,8 +9,6 @@
 ;;;;
 ;;;; $Id$
 ;;;;
-;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg and
-;;;; Copyright (c) 1998-2002 by Peter Norvig. 
 ;;;; *************************************************************************
 
 (in-package #:pipes)