From 4c170b3ad665e0a8b6d9d49992975f373453bf40 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 29 Apr 2003 10:03:26 +0000 Subject: [PATCH] r4694: Auto commit for Debian build --- debian/changelog | 9 +++++++++ debian/copyright | 4 ---- debian/rules | 2 +- debian/md5.asd => md5.asd | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) rename debian/md5.asd => md5.asd (95%) diff --git a/debian/changelog b/debian/changelog index d430a36..78c120a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +cl-md5 (1.0.1-1) unstable; urgency=low + + * Move .asd file in the source + * Update standards-version to 3.5.9.0 + * Take upstream changes out of copyright file + - Added .asd file for use with Common Lisp Controller + + -- Kevin M. Rosenberg Tue, 29 Apr 2003 03:59:02 -0600 + cl-md5 (1.0-1) unstable; urgency=low * Initial Debian upload. diff --git a/debian/copyright b/debian/copyright index ef1ac8f..2890e6e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,10 +4,6 @@ Nov 2002. It was downloaded from http://www.pmsf.de/resources/lisp/MD5.html Upstream Author: Pierre Mai -Changes compared to upstream: - - Added .asd file for use with Common Lisp Controller - - Copyright: This code is has been placed in the Public Domain. diff --git a/debian/rules b/debian/rules index 43f58c7..81a148d 100755 --- a/debian/rules +++ b/debian/rules @@ -42,7 +42,7 @@ install: build dh_clean -k # Add here commands to install the package into debian/md5. dh_installdirs $(clc-systems) $(clc-md5) - dh_install debian/md5.asd $(shell echo *.lisp) $(clc-md5) + dh_install md5.asd $(shell echo *.lisp) $(clc-md5) dh_link $(clc-md5)/md5.asd $(clc-systems)/md5.asd # Build architecture-independent files here. diff --git a/debian/md5.asd b/md5.asd similarity index 95% rename from debian/md5.asd rename to md5.asd index 0075279..cb4f82a 100644 --- a/debian/md5.asd +++ b/md5.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Sep 2002 ;;;; -;;;; $Id: md5.asd,v 1.1 2002/11/11 11:11:22 kevin Exp $ +;;;; $Id: md5.asd,v 1.1 2003/04/29 10:00:43 kevin Exp $ ;;;; ;;;; This file, part of cl-md5, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; -- 2.34.1