r9688: remove old p3 package
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 24 Jun 2004 15:15:16 +0000 (15:15 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 24 Jun 2004 15:15:16 +0000 (15:15 +0000)
debian/rules

index 7bfcfea8f151a08280d7e0d83ca4bbbd7062822d..6627b158275cfa673c6d15341357d81158e3bc24 100755 (executable)
@@ -91,10 +91,8 @@ ifneq (,$(findstring i386,$(host_arch)))
        ./configure --prefix=$(DESTDIR-ATHLON)/usr --mandir=$(DESTDIR-ATHLON)/usr/share/man --datadir=$(HELPDIR) --with-ctn --with-mcpu=athlon
        $(MAKE) all
        ${MAKE} install
-       dh_installdirs -p $(pkg-p3) $(pixmap-dir)
        dh_installdirs -p $(pkg-p4) $(pixmap-dir)
        dh_installdirs -p $(pkg-athlon) $(pixmap-dir)
-       dh_install -p $(pkg-p3) debian/ctsim.xpm $(pixmap-dir)
        dh_install -p $(pkg-p4) debian/ctsim.xpm $(pixmap-dir)
        dh_install -p $(pkg-athlon) debian/ctsim.xpm $(pixmap-dir)
 endif
@@ -145,7 +143,6 @@ binary-arch: build install
        dh_installdocs -a
        dh_installexamples -p $(pkg) tools/sample-ctsim.sh helical/sample-helical.sh
 ifneq (,$(findstring i386,$(host_arch)))
-       dh_installexamples -p $(pkg-p3) tools/sample-ctsim.sh helical/sample-helical.sh
        dh_installexamples -p $(pkg-p4) tools/sample-ctsim.sh helical/sample-helical.sh
        dh_installexamples -p $(pkg-athlon) tools/sample-ctsim.sh helical/sample-helical.sh
 endif