From: Kevin M. Rosenberg Date: Thu, 27 Aug 2015 05:42:41 +0000 (-0600) Subject: Update for Debian source format X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=commitdiff_plain;h=4ff468334a2acaa85b436ef9779033a1d305d978;hp=efc7753c6174f16b380c15300b1a5909001a66a7 Update for Debian source format --- diff --git a/debian/changelog b/debian/changelog index aaea6d6..9b797ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-base64 (3.3.4-2) UNRELEASED; urgency=medium + + * Switch to dpkg-source 3.0 (quilt) format + + -- Kevin M. Rosenberg Wed, 26 Aug 2015 23:42:04 -0600 + cl-base64 (3.3.4-1) unstable; urgency=medium * New upstream. (closes:796978) Thanks to Denis Martinez. diff --git a/debian/control b/debian/control index 5fdd6e3..a77573f 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: 3.9.5.0 Homepage: http://files.b9.com/cl-base64/ Vcs-Git: git://git.b9.com/cl-base64.git Vcs-Browser: http://git.b9.com/?p=cl-base64.git diff --git a/debian/rules b/debian/rules index dba8214..2c32697 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,11 @@ clc-systems := usr/share/common-lisp/systems clc-files := $(clc-source)/$(pkg) doc-dir := usr/share/doc/$(debpkg) -build: +build: build-indep build-dep + +build-indep: + +build-dep: 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)