From: Kevin M. Rosenberg Date: Mon, 28 Sep 2020 19:56:45 +0000 (+0000) Subject: Improve title comment. Update for debian X-Git-Url: http://git.kpe.io/?p=cluck.git;a=commitdiff_plain Improve title comment. Update for debian --- diff --git a/debian/changelog b/debian/changelog index 61a02cd..d2d2b27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +cl-cluck (0.1.3.1-1) unstable; urgency=low + + * Claify purpose header in comments + * Upload source only (closes: 970610) + + -- Kevin M. Rosenberg Mon, 28 Sep 2020 19:41:58 +0000 + cl-cluck (0.1.3-2) unstable; urgency=low * Build with debhelper extension dh-lisp diff --git a/debian/compat b/debian/compat index 7f8f011..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +10 diff --git a/debian/control b/debian/control index ef418c1..c254866 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Kevin M. Rosenberg Build-Depends-Indep: dh-lisp Build-Depends: debhelper (>= 7.0.0) -Standards-Version: 3.8.2.0 +Standards-Version: 4.5.0.3 Homepage: http://files.kpe.io/cluck/ Vcs-Git: git://git.kpe.io/cluck.git Vcs-Browser: http://git.kpe.io/?p=cluck.git diff --git a/debian/rules b/debian/rules index 139a1cf..5290bbf 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,9 @@ clc-source := usr/share/common-lisp/source clc-systems := usr/share/common-lisp/systems clc-files := $(clc-source)/$(pkg) -build: +build: build-arch build-indep +build-arch: +build-indep: clean: dh_testdir diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/dtmf.lisp b/dtmf.lisp index 957281c..4a2402a 100644 --- a/dtmf.lisp +++ b/dtmf.lisp @@ -3,12 +3,10 @@ ;;;; FILE IDENTIFICATION ;;;; ;;;; Name: dtmf.lisp -;;;; Purpose: Common Lisp DTML tone generator +;;;; Purpose: Common Lisp DTMF (dual tone) wave generator ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: June 2007 ;;;; -;;;; $Id: cluck.lisp 11571 2007-03-09 14:53:51Z kevin $ -;;;; ;;;; Copyright (c) 2007 Kevin M. Rosenberg ;;;; ;;;; Redistribution and use in source and binary forms, with or without