From: Kevin M. Rosenberg Date: Fri, 8 Jul 2011 20:14:18 +0000 (-0600) Subject: Fix lintian warnings X-Git-Tag: v2.12.0^0 X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=commitdiff_plain;h=8c1fbddf6aefbf62c9d9b6694546fb144bb06309 Fix lintian warnings --- diff --git a/debian/changelog b/debian/changelog index 2a41d57..68d7c08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ cl-hyperobject (2.12.0-1) unstable; urgency=low * New upstream + * Switch to dpkg-source 3.0 (quilt) format - -- Kevin M. Rosenberg Fri, 08 Jul 2011 14:05:10 -0600 + -- Kevin M. Rosenberg Fri, 08 Jul 2011 14:12:52 -0600 cl-hyperobject (2.11.0-3) unstable; urgency=low diff --git a/debian/rules b/debian/rules index a3a1905..deaab45 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,11 @@ tests-files := tests.lisp source-files := $(filter-out $(tests-files),$(wildcard *.lisp)) -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 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)