diff options
author | Pauli Nieminen <suokkos@gmail.com> | 2011-06-02 17:38:59 +0300 |
---|---|---|
committer | Pauli Nieminen <suokkos@gmail.com> | 2011-06-02 20:26:01 +0300 |
commit | 5b9b9e4e67fcea67524ead8e23aea7f32cc65b78 (patch) | |
tree | a777410c2791d7d90978fc389ef04a90b947e2cd /debian | |
parent | 77c35cddbbca908c5cbe17998853d328eee0eafe (diff) |
Remove custom install rule
Signed-off-by: Pauli Nieminen <suokkos@gmail.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/install | 2 | ||||
-rwxr-xr-x | debian/rules | 15 | ||||
-rw-r--r-- | debian/sysprof.manpages | 2 |
3 files changed, 4 insertions, 15 deletions
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 |