From 4ff468334a2acaa85b436ef9779033a1d305d978 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 26 Aug 2015 23:42:41 -0600 Subject: [PATCH] Update for Debian source format --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/rules | 6 +++++- debian/source/format | 1 + 4 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 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) -- 2.34.1