From: Bdale Garbee Date: Thu, 10 Nov 2011 22:09:43 +0000 (-0700) Subject: working on lintian complaints X-Git-Tag: debian/5.1-11~2 X-Git-Url: https://git.gag.com/?p=debian%2Fgcpegg;a=commitdiff_plain;h=52d5b75ea4006eb294f6406f10ef4c09dd0b9987 working on lintian complaints --- diff --git a/debian/control b/debian/control index 96ba6dc..d6b276e 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Vcs-Browser: http://git.gag.com/?p=debian/gcpegg Package: gcpegg Architecture: linux-any -Depends: ${shlibs:Depends}, console-tools +Depends: ${shlibs:Depends}, ${misc:Depends}, console-tools Description: Global Consciousness Project EGG Software The GCP studies data from random event generators in widely distributed locations, to discern non-random patterns that may result from the diff --git a/debian/init.d b/debian/init.d index 6f0e2c9..b04ffb0 100644 --- a/debian/init.d +++ b/debian/init.d @@ -2,8 +2,8 @@ ### BEGIN INIT INFO # Provides: gcpegg -# Required-Start: $local_fs -# Required-Stop: +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start GCP EGG software on virtual terminal 8 diff --git a/debian/rules b/debian/rules index 6e16a2f..2adef4c 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,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) @@ -12,7 +14,7 @@ clean: dh_testdir dh_testroot rm -f build-stamp install-stamp - -$(MAKE) clean + [ ! -f Makefile ] || $(MAKE) clean dh_clean install: install-stamp @@ -63,4 +65,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 build-arch build-indep clean binary binary-arch binary-indep