From b9e57f45f3df9f596b75fadaa62bbd62cbcfb6b6 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Sun, 1 Dec 2002 20:16:01 +0000 Subject: [PATCH] Fix the package name, patch from Bastian Blank --- debian/rules | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 5c2bcf207..076e8edbd 100755 --- a/debian/rules +++ b/debian/rules @@ -12,8 +12,7 @@ ARCH = $(shell dpkg --print-architecture) ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) DODEBUG = true endif -ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) - DODEBUG = true +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) endif build-arch: build-arch-stamp @@ -122,8 +121,8 @@ binary-arch: build-arch install dh_gencontrol -a dh_md5sums -a -Nbusybox-cvs-udeb dh_builddeb -a -Nbusybox-cvs-udeb - dpkg-distaddfile busybox-cvs-udeb-$(VERSION)_$(ARCH).udeb debian-installer optional - dh_builddeb -pbusybox-cvs-udeb --filename=busybox-cvs-udeb-$(VERSION)_$(ARCH).udeb + dpkg-distaddfile busybox-cvs-udeb_$(VERSION)_$(ARCH).udeb debian-installer optional + dh_builddeb -pbusybox-cvs-udeb --filename=busybox-cvs-udeb_$(VERSION)_$(ARCH).udeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install