From 23c1653ae7f2dca5dec64f128d4ead2089f688bc Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 6 Feb 2004 14:19:48 +0000 Subject: [PATCH] r8627: add upload script --- debian/changelog | 6 ++++++ debian/copyright | 2 +- debian/upload.sh | 3 +++ package.lisp | 5 ----- pipes.asd | 2 -- src.lisp | 2 -- 6 files changed, 10 insertions(+), 10 deletions(-) create mode 100755 debian/upload.sh diff --git a/debian/changelog b/debian/changelog index 42733e1..dcf920a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-pipes (1.2.1-1) unstable; urgency=low + + * Minor upstream changes + + -- Kevin M. Rosenberg Fri, 6 Feb 2004 07:19:26 -0700 + cl-pipes (1.2-1) unstable; urgency=low * Improve .asd file diff --git a/debian/copyright b/debian/copyright index ef1d4a9..c9c6629 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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 index 0000000..bc72858 --- /dev/null +++ b/debian/upload.sh @@ -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 $* diff --git a/package.lisp b/package.lisp index ce37886..d9135d5 100644 --- a/package.lisp +++ b/package.lisp @@ -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) diff --git a/pipes.asd b/pipes.asd index a8be424..35cdb26 100644 --- 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)) diff --git a/src.lisp b/src.lisp index aa871ef..506b84f 100644 --- 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) -- 2.34.1