From 3609b822c17a87fbd3a3e5e775e209b22258e1f6 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 18 Oct 2011 00:30:16 -0400 Subject: [PATCH] fix things lintian whines about --- debian/control | 6 +++--- debian/rules | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index 35b5a2c..8915cb7 100644 --- a/debian/control +++ b/debian/control @@ -3,14 +3,14 @@ Section: interpreters Priority: optional Maintainer: Bdale Garbee Build-Depends: debhelper (>= 5) -Standards-Version: 3.8.4 +Standards-Version: 3.9.2 Vcs-Git: git://git.gag.com/debian/yforth Vcs-Browser: http://git.gag.com/?p=debian/yforth Package: yforth Architecture: any -Depends: ${shlibs:Depends} -Description: A small freeware Forth environment in ANSI C +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: small freeware Forth environment in ANSI C yForth? is an interestingly small implementation of Forth for Linux. It suffers several deficiencies. For general Forth programming or learning under Linux, yForth? is not the best choice. diff --git a/debian/rules b/debian/rules index f890e6d..6f116ea 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,9 @@ export DH_VERBOSE=1 -build: build-stamp +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp build-stamp: dh_testdir $(MAKE) @@ -47,4 +49,4 @@ source diff: @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary +.PHONY: build clean binary-indep binary-arch binary build-arch build-indep -- 2.30.2