From 04b38c4c173cef3b1b12163f1cf5a9b3cef8cb4a Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sat, 23 May 2009 15:13:26 +0200 Subject: Use dh_installemacsen, closes #515164 --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index d944d01..d816384 100755 --- a/debian/rules +++ b/debian/rules @@ -51,13 +51,11 @@ install: build dh_testdir dh_testroot dh_prep - dh_installdirs usr/share/emacs/site-lisp $(MAKE) install DESTDIR=$(DEST) # Install xcscope install -m755 -p contrib/xcscope/cscope-indexer $(DEST)/usr/bin/ - install -m644 -p contrib/xcscope/xcscope.el $(DEST)/usr/share/emacs/site-lisp/ binary-indep: build install # We have nothing to do by default. @@ -65,6 +63,7 @@ binary-indep: build install binary-arch: build install dh_testdir dh_testroot + dh_install dh_installdocs AUTHORS NEWS README TODO dh_installman debian/ocs.1 debian/cscope-indexer.1 install -d $(DEST)/usr/share/doc/cscope/contrib/webcscope @@ -76,6 +75,7 @@ binary-arch: build install # Prevent CVS metadata from being installed find $(DEST)/usr/share/doc/cscope/contrib/webcscope -type d -name CVS | xargs rm -rf dh_installmenu + dh_installemacsen dh_installchangelogs ChangeLog dh_strip dh_compress -- cgit v1.2.3-54-g00ecf