Patch for the debian-cvs package, ip* applets in /bin, patch from Bastian Blank
[oweals/busybox.git] / debian / rules
index 197f98a46ff2b7a106c238e2f341cb38c77c8315..a1fe24543729bca303b06afbba5cf18cb8836de1 100755 (executable)
@@ -46,7 +46,7 @@ clean:
        rm -f build-arch-stamp build-indep-stamp debian/files~
 
        $(MAKE) distclean
-       -rm -f busybox-deb busybox-static .config busybox.1
+       -rm -f busybox-deb busybox-static busybox.1
 
        dh_clean
 
@@ -95,7 +95,7 @@ binary-arch: build-arch install
        dh_builddeb -a -Nbusybox-cvs-udeb
 
        dh_gencontrol -pbusybox-cvs-udeb -- -fdebian/files~
-       dpkg-distaddfile busybox-cvs-udeb_$(VERSION)_$(ARCH).udeb debian-installer standard
+       dpkg-distaddfile busybox-cvs-udeb_$(VERSION)_$(ARCH).udeb debian-installer extra
        dh_builddeb -pbusybox-cvs-udeb --filename=busybox-cvs-udeb_$(VERSION)_$(ARCH).udeb
 
 binary: binary-arch