X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=debian%2Frules;h=38ecda8e5a0275c6823556590c554f4e5dc194ac;hp=ee8a157825762bc5deffa2f72be2db97ad1f65dd;hb=ac3a3bd27674790d1949403b6dd0ac508aed2067;hpb=de510bb48105b549b782f30a97272aa8710ccae1 diff --git a/debian/rules b/debian/rules index ee8a157..38ecda8 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 @@ -36,7 +33,7 @@ configure-stamp: dh_testdir touch configure.in && touch aclocal.m4 && touch configure - ./configure --prefix=$(DESTDIR)/usr --mandir=$(DESTDIR)/usr/share/man --datadir=$(HELPDIR) --with-ctn -with-x + ./configure --prefix=$(DESTDIR)/usr --mandir=$(DESTDIR)/usr/share/man --datadir=$(HELPDIR) --with-ctn -with-x --without-lam touch configure-stamp @@ -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 -