aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-12-01 20:16:01 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-12-01 20:16:01 +0000
commita6d25d2c1fb832c6890d1b4677928a3c6632e19c (patch)
treeba03d975fee84903f652ae4108900e1cfdb5ca0b
parentcc379a7c2c04ca5fbbf2f38e6ba65f4ba0bb8df0 (diff)
downloadbusybox-w32-a6d25d2c1fb832c6890d1b4677928a3c6632e19c.tar.gz
busybox-w32-a6d25d2c1fb832c6890d1b4677928a3c6632e19c.tar.bz2
busybox-w32-a6d25d2c1fb832c6890d1b4677928a3c6632e19c.zip
Fix the package name, patch from Bastian Blank
git-svn-id: svn://busybox.net/trunk/busybox@6069 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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