aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-12-01 20:16:01 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-12-01 20:16:01 +0000
commitb9e57f45f3df9f596b75fadaa62bbd62cbcfb6b6 (patch)
treeba03d975fee84903f652ae4108900e1cfdb5ca0b
parent941eb80795ac51fdbd89419d320aeb1cd677d3fc (diff)
downloadbusybox-w32-b9e57f45f3df9f596b75fadaa62bbd62cbcfb6b6.tar.gz
busybox-w32-b9e57f45f3df9f596b75fadaa62bbd62cbcfb6b6.tar.bz2
busybox-w32-b9e57f45f3df9f596b75fadaa62bbd62cbcfb6b6.zip
Fix the package name, patch from Bastian Blank
-rwxr-xr-xdebian/rules7
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)
12ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) 12ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
13 DODEBUG = true 13 DODEBUG = true
14endif 14endif
15ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) 15ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
16 DODEBUG = true
17endif 16endif
18 17
19build-arch: build-arch-stamp 18build-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
128binary: binary-indep binary-arch 127binary: binary-indep binary-arch
129.PHONY: build clean binary-indep binary-arch binary install 128.PHONY: build clean binary-indep binary-arch binary install