X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=15a1176a6a9ec4b8ffd22bf466d40f842e18f790;hb=598fc8f8976df746deb4c4a7c84da37d2e278d6c;hp=7bfcfea8f151a08280d7e0d83ca4bbbd7062822d;hpb=ff0f60e1254a26de7c3f8153a53df78ce9909483;p=ctsim.git diff --git a/debian/rules b/debian/rules index 7bfcfea..15a1176 100755 --- a/debian/rules +++ b/debian/rules @@ -34,7 +34,10 @@ pixmap-dir := usr/share/pixmaps configure: configure-stamp configure-stamp: dh_testdir - # Add here commands to configure the package. + touch configure.in && \ + touch aclocal.m4 && \ + touch configure + ./configure --prefix=$(DESTDIR)/usr --mandir=$(DESTDIR)/usr/share/man --datadir=$(HELPDIR) --with-ctn touch configure-stamp @@ -66,6 +69,11 @@ clean: -$(MAKE) distclean find . -type f -and -name \*~ -or -name .\*~ -exec rm -f {} \; rm -f debian/ctsim.postinst.* debian/ctsim.prerm.* + # Ensure up-to-date versions of config.sub and config.guess + -test -r /usr/share/misc/config.sub && \ + cp -f /usr/share/misc/config.sub config.sub + -test -r /usr/share/misc/config.guess && \ + cp -f /usr/share/misc/config.guess config.guess dh_clean install: DH_OPTIONS= @@ -91,10 +99,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 +151,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