Fix the package name, patch from Bastian Blank
authorGlenn L McGrath <bug1@ihug.co.nz>
Sun, 1 Dec 2002 20:16:01 +0000 (20:16 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Sun, 1 Dec 2002 20:16:01 +0000 (20:16 -0000)
debian/rules

index 5c2bcf20700c54b11a2b80a265d601875ce253b2..076e8edbd8354ff1e298458d63f9520f7e2a2211 100755 (executable)
@@ -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