From: Glenn L McGrath Date: Sun, 1 Dec 2002 20:16:01 +0000 (-0000) Subject: Fix the package name, patch from Bastian Blank X-Git-Tag: 1_00_pre1~372 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b9e57f45f3df9f596b75fadaa62bbd62cbcfb6b6;p=oweals%2Fbusybox.git Fix the package name, patch from Bastian Blank --- 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