From 6373cc23825c4141946578d9d94f3aedeffefa67 Mon Sep 17 00:00:00 2001 From: kevin Date: Sun, 25 Feb 1996 21:28:38 +0000 Subject: [PATCH] changed variables v and d to complete words version and debian --- debian.rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian.rules b/debian.rules index b3c4cf5..645919f 100755 --- a/debian.rules +++ b/debian.rules @@ -23,9 +23,9 @@ LDFLAGS = -s # The name of the package (for example, `emacs'). p = findutils # The version of the package (for example, `19.28'). -v = 4.1 +version = 4.1 # The Debian revision of the package (for example, `2'). -d = 6 +debian = 6 build: # Builds the binary package. @@ -86,7 +86,7 @@ binary: debian-tmp/usr/doc/copyright/$(p) rm -f debian-tmp/usr/info/find.info*.gz gzip -9f debian-tmp/usr/info/find.info* - sed -e '4s/=V/$(v)/' -e '5s/=D/$(d)/' debian.control \ + sed -e 's/=V-D/$(version)-$(debian)/' debian.control \ > debian-tmp/DEBIAN/control chmod 644 debian-tmp/DEBIAN/control install -g root -m 644 -o root debian.conffiles \ -- 2.11.4.GIT