X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=798df69810e23293c9bf2d84620a432ccc9a8b78;hb=5cf76944a7063468df6a2c09627b83af8d72f0d0;hp=ee8a157825762bc5deffa2f72be2db97ad1f65dd;hpb=de510bb48105b549b782f30a97272aa8710ccae1;p=ctsim.git diff --git a/debian/rules b/debian/rules index ee8a157..798df69 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,6 @@ host_arch := $(shell dpkg-architecture -qDEB_HOST_ARCH) pkg := ctsim pkg-p4 := ctsim-pentium4 -pkg-athlon := ctsim-athlon pkg-help := ctsim-help pkg-doc := ctsim-doc @@ -19,13 +18,11 @@ ctsim-shared := usr/share/ctsim prefix := debian/$(pkg) prefix-p4 := debian/$(pkg-p4) -prefix-athlon := debian/$(pkg-athlon) prefix-help := debian/$(pkg-help) prefix-doc := debian/$(pkg-doc) DESTDIR := `pwd`/$(prefix) DESTDIR-P4 := `pwd`/$(prefix-p4) -DESTDIR-ATHLON := `pwd`/$(prefix-athlon) HELPDIR := `pwd`/$(prefix-help)/$(ctsim-shared) doc-dir := usr/share/doc/$(pkg-doc) pixmap-dir := usr/share/pixmaps @@ -90,19 +87,11 @@ ifneq (,$(findstring i386,$(host_arch))) ./configure --prefix=$(DESTDIR-P4)/usr --mandir=$(DESTDIR-P4)/usr/share/man --datadir=$(HELPDIR) --with-ctn --with-mcpu=pentium4 $(MAKE) all ${MAKE} install - # Athlon - ${MAKE} clean - ./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-p4) $(pixmap-dir) dh_installdirs -p $(pkg-p4) $(desktop-dir) - dh_installdirs -p $(pkg-athlon) $(pixmap-dir) - dh_installdirs -p $(pkg-athlon) $(desktop-dir) dh_install -p $(pkg-p4) debian/ctsim.xpm $(pixmap-dir) dh_install -p $(pkg-p4) debian/ctsim.desktop $(desktop-dir) - dh_install -p $(pkg-athlon) debian/ctsim.xpm $(pixmap-dir) - dh_install -p $(pkg-athlon) debian/ctsim.desktop $(desktop-dir) endif # Add here commands to install the package into debian/ctsim. @@ -118,7 +107,6 @@ endif gunzip docs/ctsim.pdf.gz chmod +x helical/*.sh tools/*.sh -# Build architecture-independent files here. # Pass -i to all debhelper commands in this target to reduce clutter. binary-indep: build install dh_testdir -i @@ -145,11 +133,10 @@ binary-arch: build install dh_installexamples -p $(pkg) tools/sample-ctsim.sh helical/sample-helical.sh ifneq (,$(findstring i386,$(host_arch))) 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 ifeq (,$(findstring i386,$(host_arch))) - dh_installchangelogs -p $(pkg)ChangeLog + dh_installchangelogs -p $(pkg) ChangeLog dh_strip -p $(pkg) dh_link -p $(pkg) dh_compress -p $(pkg) @@ -177,4 +164,3 @@ endif binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure -