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 | |
parent | 941eb80795ac51fdbd89419d320aeb1cd677d3fc (diff) | |
download | busybox-w32-b9e57f45f3df9f596b75fadaa62bbd62cbcfb6b6.tar.gz busybox-w32-b9e57f45f3df9f596b75fadaa62bbd62cbcfb6b6.tar.bz2 busybox-w32-b9e57f45f3df9f596b75fadaa62bbd62cbcfb6b6.zip |
Fix the package name, patch from Bastian Blank
-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) | |||
12 | ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) | 12 | ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) |
13 | DODEBUG = true | 13 | DODEBUG = true |
14 | endif | 14 | endif |
15 | ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) | 15 | ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) |
16 | DODEBUG = true | ||
17 | endif | 16 | endif |
18 | 17 | ||
19 | build-arch: build-arch-stamp | 18 | build-arch: build-arch-stamp |
@@ -122,8 +121,8 @@ binary-arch: build-arch install | |||
122 | dh_gencontrol -a | 121 | dh_gencontrol -a |
123 | dh_md5sums -a -Nbusybox-cvs-udeb | 122 | dh_md5sums -a -Nbusybox-cvs-udeb |
124 | dh_builddeb -a -Nbusybox-cvs-udeb | 123 | dh_builddeb -a -Nbusybox-cvs-udeb |
125 | dpkg-distaddfile busybox-cvs-udeb-$(VERSION)_$(ARCH).udeb debian-installer optional | 124 | dpkg-distaddfile busybox-cvs-udeb_$(VERSION)_$(ARCH).udeb debian-installer optional |
126 | dh_builddeb -pbusybox-cvs-udeb --filename=busybox-cvs-udeb-$(VERSION)_$(ARCH).udeb | 125 | dh_builddeb -pbusybox-cvs-udeb --filename=busybox-cvs-udeb_$(VERSION)_$(ARCH).udeb |
127 | 126 | ||
128 | binary: binary-indep binary-arch | 127 | binary: binary-indep binary-arch |
129 | .PHONY: build clean binary-indep binary-arch binary install | 128 | .PHONY: build clean binary-indep binary-arch binary install |