From 76bc0316fe2a870de14d55097eeb30bd1d6042e5 Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Sun, 9 Sep 2007 19:22:46 -0600 Subject: [PATCH] fix lintian warning --- debian/changelog | 7 +++++++ debian/control | 4 ++-- main.lisp | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 60cfee8..31952e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +cl-rlc (0.1.3-1) unstable; urgency=low + + * New upstream + * debian/control: use Build-Depends + + -- Kevin M. Rosenberg Sun, 09 Sep 2007 19:21:41 -0600 + cl-rlc (0.1.2-2) unstable; urgency=low * Fix spelling mistake in package description (closes:363208) diff --git a/debian/control b/debian/control index b03dc56..26ad91a 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: cl-rlc Section: devel Priority: optional Maintainer: Kevin M. Rosenberg -Build-Depends-Indep: debhelper (>> 4.0.0) -Standards-Version: 3.7.2.0 +Build-Depends: debhelper (>> 4.0.0) +Standards-Version: 3.7.2.2 Package: cl-rlc Architecture: all diff --git a/main.lisp b/main.lisp index a2bed5d..324be34 100644 --- a/main.lisp +++ b/main.lisp @@ -1,4 +1,4 @@ -;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- +;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10; Package: rlc -*- ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -- 2.34.1