[SCM] ebumeter/master: Fixed rules file to install desktop file and icon

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue May 17 22:33:55 UTC 2011


The following commit has been merged in the master branch:
commit 2eec07a42d9bc1c8e4f28c8a8cee2d4d702d53ca
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed May 18 00:32:40 2011 +0200

    Fixed rules file to install desktop file and icon

diff --git a/debian/rules b/debian/rules
index bb68639..4c1cf1a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,5 +12,9 @@ override_dh_installchangelogs:
 override_dh_auto_install:
 	install -d $(CURDIR)/debian/tmp/usr/share/doc/ebumeter-doc/
 	install -m 644 $(CURDIR)/doc/* $(CURDIR)/debian/tmp/usr/share/doc/ebumeter-doc/
+	install -d $(CURDIR)/debian/tmp/usr/share/applications
+	install -m 644 $(CURDIR)/debian/ebumeter.desktop $(CURDIR)/debian/tmp/usr/share/applications/
+	install -d $(CURDIR)/debian/tmp/usr/share/pixmaps/
+	install -m 644 $(CURDIR)/debian/ebumeter32x32.xpm $(CURDIR)/debian/tmp/usr/share/pixmaps/
 	dh_auto_install
 

-- 
ebumeter packaging



More information about the pkg-multimedia-commits mailing list