diff --git a/debian/changelog b/debian/changelog index aaea6d63660968986c0e6a75ea79c6ff481efeef..9b797ea73c623769a69ea96ba6e69055828e56bb 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 <kmr@debian.org> 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 5fdd6e31bfe23770055171e40e95f9b8bfa8200b..a77573fb4b134aeb30b1859ec5d0c7551b7bf4e9 100644 --- a/debian/control +++ b/debian/control @@ -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: 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 dba82141a361e898b2c262107c58369dec5f4362..2c32697f4bcb3a8a688b183c98da689913d0d93c 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 0000000000000000000000000000000000000000..163aaf8d82b6c54f23c45f32895dbdfdcc27b047 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)