X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=debian%2Frules;h=4d3bbf77737a6d3fc1b58c496f2cb9e67d3a71d0;hp=827e148cb6e5f7c82616f088b76ce561d0c03fea;hb=3785a3ad223de5be9ea78374401ec2272505fafd;hpb=99225992545f38f3446543c89a59921cffcb1ae0 diff --git a/debian/rules b/debian/rules index 827e148..4d3bbf7 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,6 @@ desktop-dir := usr/share/applications configure: configure-stamp configure-stamp: dh_testdir - dh_autotools-dev_updateconfig ./configure --prefix=$(DESTDIR)/usr --mandir=$(DESTDIR)/usr/share/man --datadir=$(HELPDIR) --with-ctn -with-x --without-lam touch configure-stamp @@ -54,7 +53,6 @@ clean: if [ -f Makefile -a -f config.status ]; then $(MAKE) clean; fi find . -type f -and -name \*~ -or -name .\*~ -exec rm -f {} \; rm -f debian/ctsim.postinst.* debian/ctsim.prerm.* - dh_autotools-dev_restoreconfig -rm -f configure-stamp build-indep-stamp build-arch-stamp dh_clean