From 5b9b9e4e67fcea67524ead8e23aea7f32cc65b78 Mon Sep 17 00:00:00 2001 From: Pauli Nieminen Date: Thu, 2 Jun 2011 17:38:59 +0300 Subject: Remove custom install rule Signed-off-by: Pauli Nieminen --- debian/install | 2 ++ debian/rules | 15 --------------- debian/sysprof.manpages | 2 ++ 3 files changed, 4 insertions(+), 15 deletions(-) create mode 100644 debian/install create mode 100644 debian/sysprof.manpages (limited to 'debian') diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..8e5ddfa --- /dev/null +++ b/debian/install @@ -0,0 +1,2 @@ +debian/sysprof.xpm usr/share/pixmaps +debian/sysprof.desktop usr/share/applications diff --git a/debian/rules b/debian/rules index aae9255..67051a2 100755 --- a/debian/rules +++ b/debian/rules @@ -31,18 +31,3 @@ endif %: dh $@ -override_dh_install: - dh_testdir - dh_testroot - dh_prep - dh_installdirs - - # Install sysprof. - make install DESTDIR=$(SYSPROFDIR) - cp debian/sysprof.xpm $(SYSPROFDIR)/usr/share/pixmaps - mkdir -p $(SYSPROFDIR)/usr/share/applications - cp debian/sysprof.desktop $(SYSPROFDIR)/usr/share/applications - - dh_installman debian/sysprof.1 - -# .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/sysprof.manpages b/debian/sysprof.manpages new file mode 100644 index 0000000..177d30d --- /dev/null +++ b/debian/sysprof.manpages @@ -0,0 +1,2 @@ +debian/sysprof.1 +debian/sysprof-cli.1 -- cgit v1.2.3