diff -Nru cl-cluck-0.1.3/debian/changelog cl-cluck-0.1.3.1/debian/changelog --- cl-cluck-0.1.3/debian/changelog 2020-10-29 07:35:23.000000000 +0000 +++ cl-cluck-0.1.3.1/debian/changelog 2020-09-28 19:41:58.000000000 +0000 @@ -1,9 +1,9 @@ -cl-cluck (0.1.3-2.1) unstable; urgency=medium +cl-cluck (0.1.3.1-1) unstable; urgency=low - * Non-maintainer upload. - * No-change rebuild to remove dependency on common-lisp-controller. + * Claify purpose header in comments + * Upload source only (closes: 970610) - -- Sébastien Villemot Wed, 18 Sep 2019 12:36:00 +0200 + -- Kevin M. Rosenberg Mon, 28 Sep 2020 19:41:58 +0000 cl-cluck (0.1.3-2) unstable; urgency=low diff -Nru cl-cluck-0.1.3/debian/compat cl-cluck-0.1.3.1/debian/compat --- cl-cluck-0.1.3/debian/compat 2020-10-29 07:35:23.000000000 +0000 +++ cl-cluck-0.1.3.1/debian/compat 2020-09-28 19:41:58.000000000 +0000 @@ -1 +1 @@ -7 +10 diff -Nru cl-cluck-0.1.3/debian/control cl-cluck-0.1.3.1/debian/control --- cl-cluck-0.1.3/debian/control 2020-10-29 07:35:23.000000000 +0000 +++ cl-cluck-0.1.3.1/debian/control 2020-09-28 19:41:58.000000000 +0000 @@ -4,10 +4,10 @@ Maintainer: Kevin M. Rosenberg Build-Depends-Indep: dh-lisp Build-Depends: debhelper (>= 7.0.0) -Standards-Version: 3.8.2.0 -Homepage: http://files.b9.com/cluck/ -Vcs-Git: git://git.b9.com/cluck.git -Vcs-Browser: http://git.b9.com/?p=cluck.git +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 Package: cl-cluck Architecture: all diff -Nru cl-cluck-0.1.3/debian/copyright cl-cluck-0.1.3.1/debian/copyright --- cl-cluck-0.1.3/debian/copyright 2020-10-29 07:35:23.000000000 +0000 +++ cl-cluck-0.1.3.1/debian/copyright 2015-08-29 06:12:34.000000000 +0000 @@ -1,7 +1,7 @@ Debian Copyright Section ======================== -Upstream Source URL: http://files.b9.com/cluck +Upstream Source URL: http://files.kpe.io/cluck Upstream Author: Kevin Rosenberg Debian Maintainer: Kevin M. Rosenberg diff -Nru cl-cluck-0.1.3/debian/make-upstream.sh cl-cluck-0.1.3.1/debian/make-upstream.sh --- cl-cluck-0.1.3/debian/make-upstream.sh 2020-10-29 07:35:23.000000000 +0000 +++ cl-cluck-0.1.3.1/debian/make-upstream.sh 1970-01-01 00:00:00.000000000 +0000 @@ -1,6 +0,0 @@ -#!/bin/bash -e - -bups cluck -d"-name .bin" - -exit 0 - diff -Nru cl-cluck-0.1.3/debian/rules cl-cluck-0.1.3.1/debian/rules --- cl-cluck-0.1.3/debian/rules 2020-10-29 07:35:23.000000000 +0000 +++ cl-cluck-0.1.3.1/debian/rules 2020-09-28 19:41:58.000000000 +0000 @@ -7,7 +7,9 @@ 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 -Nru cl-cluck-0.1.3/debian/source/format cl-cluck-0.1.3.1/debian/source/format --- cl-cluck-0.1.3/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ cl-cluck-0.1.3.1/debian/source/format 2010-04-18 16:13:31.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru cl-cluck-0.1.3/debian/watch cl-cluck-0.1.3.1/debian/watch --- cl-cluck-0.1.3/debian/watch 2020-10-29 07:35:23.000000000 +0000 +++ cl-cluck-0.1.3.1/debian/watch 2015-08-29 06:12:34.000000000 +0000 @@ -1,3 +1,3 @@ version=3 -http://files.b9.com/cluck/cluck-([\d\.]*)\.tar\.gz +http://files.kpe.io/cluck/cluck-([\d\.]*)\.tar\.gz diff -Nru cl-cluck-0.1.3/dtmf.lisp cl-cluck-0.1.3.1/dtmf.lisp --- cl-cluck-0.1.3/dtmf.lisp 2007-09-04 06:28:22.000000000 +0000 +++ cl-cluck-0.1.3.1/dtmf.lisp 2020-09-28 19:41:24.000000000 +0000 @@ -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