Improve title comment. Update for debian master
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 28 Sep 2020 19:56:45 +0000 (19:56 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 28 Sep 2020 19:56:45 +0000 (19:56 +0000)
debian/changelog
debian/compat
debian/control
debian/rules
debian/source/format [new file with mode: 0644]
dtmf.lisp

index 61a02cd692cf4cfdefd9afa65f22c8a0a45decf4..d2d2b27ce480fc572655c579d6ab6acd5b868448 100644 (file)
@@ -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 <kmr@debian.org>  Mon, 28 Sep 2020 19:41:58 +0000
+
 cl-cluck (0.1.3-2) unstable; urgency=low
 
   * Build with debhelper extension dh-lisp
index 7f8f011eb73d6043d2e6db9d2c101195ae2801f2..f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2 100644 (file)
@@ -1 +1 @@
-7
+10
index ef418c1014ce36cff7385f3f9aa029ec74b29cf4..c254866e1e533edb57d35ecce839533da6560101 100644 (file)
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
 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
index 139a1cfe156e4d0104b96955ee140547ae5abafa..5290bbf66aec940fbc2d75b362850231ec4a8fb3 100755 (executable)
@@ -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 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
index 957281ce4f911ce3a853fd14a2157a9ca640f944..4a2402a803a2893a2ac6b23e535ed8671f922d79 100644 (file)
--- 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