From: Kevin Rosenberg Date: Mon, 10 Sep 2007 01:22:46 +0000 (-0600) Subject: fix lintian warning X-Git-Tag: v0.1.3^0 X-Git-Url: http://git.kpe.io/?p=rlc.git;a=commitdiff_plain;h=76bc0316fe2a870de14d55097eeb30bd1d6042e5 fix lintian warning --- 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 ;;;;