Fix the package name, patch from Bastian Blank
This commit is contained in:
parent
941eb80795
commit
b9e57f45f3
7
debian/rules
vendored
7
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user