From 1023a10eff47c276d77632dc061ea11b056743de Mon Sep 17 00:00:00 2001 From: kevin Date: Mon, 27 May 1996 08:10:50 +0000 Subject: [PATCH] * debian.rules: now creates *.architecture.deb upgraded to Debian release 11 --- debian.rules | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/debian.rules b/debian.rules index b6dc155..7f0f35b 100755 --- a/debian.rules +++ b/debian.rules @@ -1,6 +1,6 @@ #! /usr/bin/make -f # -# Last updated: 1996/04/27 20:04:45 by Kevin Dalley +# Last updated: 1996/05/27 08:10:50 by Kevin Dalley # # To make the binary distribution package, the ``Debianized'' source package # and the context diff to the original package, type `./debian.rules dist'. @@ -25,7 +25,7 @@ package = findutils # The version of the package (for example, `19.28'). version = 4.1 # The Debian revision of the package (for example, `2'). -debian = 10 +debian = 11 build: # Builds the binary package. @@ -99,7 +99,8 @@ binary: install -g root -m 755 -o root debian.preinst \ debian-tmp/DEBIAN/preinst dpkg --build debian-tmp - mv debian-tmp.deb ../$(package)-$(version)-$(debian).deb + mv debian-tmp.deb \ + ../$(package)-$(version)-$(debian).$(shell dpkg --print-architecture).deb source: clean # Makes a source package. -- 2.11.4.GIT