[BusyBox-cvs] busybox/debian rules,1.18,1.19

Glenn McGrath bug1 at busybox.net
Sun Dec 1 20:16:06 UTC 2002


Update of /var/cvs/busybox/debian
In directory winder:/tmp/cvs-serv4361

Modified Files:
	rules 
Log Message:
Fix the package name, patch from Bastian Blank


Index: rules
===================================================================
RCS file: /var/cvs/busybox/debian/rules,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- rules	1 Dec 2002 02:09:19 -0000	1.18
+++ rules	1 Dec 2002 20:16:01 -0000	1.19
@@ -12,8 +12,7 @@
 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 @@
 	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




More information about the busybox-cvs mailing list