diff options
author | Agney Lopes Roth Ferraz <agney@debian.org> | 2006-05-25 22:13:49 -0300 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:34 -0500 |
commit | 5463b95dd354d4aff1c626b756d5586750f24d4d (patch) | |
tree | 3e124b3d621eec6911ac3187656438160f2f74f4 /debian/rules | |
parent | 1db37ee0b1dbfebe11ff6a0eee8000392e4f3f61 (diff) |
Import Debian changes 0.4-2
hardinfo (0.4-2) unstable; urgency=low
* Limited supported architectures. (Closes: #368582)
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 3bc037af..9b3c802f 100755 --- a/debian/rules +++ b/debian/rules @@ -54,7 +54,12 @@ install: build # Add here commands to install the package into debian/hardinfo. $(MAKE) install DESTDIR=$(CURDIR)/debian/hardinfo - + install -d `pwd`/debian/hardinfo/usr/share/pixmaps + install -m 644 debian/hardinfo.xpm \ + `pwd`/debian/hardinfo/usr/share/pixmaps + install -d `pwd`/debian/hardinfo/usr/share/applications + install -m 644 debian/hardinfo.desktop \ + `pwd`/debian/hardinfo/usr/share/applications # Build architecture-independent files here. binary-indep: build install @@ -65,6 +70,7 @@ binary-arch: build install dh_testdir dh_testroot #dh_installchangelogs ChangeLog + dh_installchangelogs dh_installdocs # dh_installexamples dh_install |