From: Kevin M. Rosenberg Date: Thu, 24 Jun 2004 15:15:16 +0000 (+0000) Subject: r9688: remove old p3 package X-Git-Tag: debian-4.5.3-3~45 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=19002d5ed0d6cc48c1bd3044d37720bf28354655 r9688: remove old p3 package --- diff --git a/debian/rules b/debian/rules index 7bfcfea..6627b15 100755 --- a/debian/rules +++ b/debian/rules @@ -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