diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-01 20:16:01 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-01 20:16:01 +0000 |
commit | b9e57f45f3df9f596b75fadaa62bbd62cbcfb6b6 (patch) | |
tree | ba03d975fee84903f652ae4108900e1cfdb5ca0b /debian | |
parent | 941eb80795ac51fdbd89419d320aeb1cd677d3fc (diff) |
Fix the package name, patch from Bastian Blank
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 7 |
1 files 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 |