[SCM] specimen/master: install desktop file

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sat Feb 19 00:42:42 UTC 2011


The following commit has been merged in the master branch:
commit 227e4bd09dfeb50ac8faee483cd4c50f44c3f73d
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sat Feb 19 01:41:55 2011 +0100

    install desktop file

diff --git a/debian/rules b/debian/rules
index 210b9ce..b1585c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,10 @@ LDFLAGS+=-Wl,--as-needed
 %:
 	dh --with autotools_dev $@
 
+override_dh_auto_install:
+	dh_auto_install
+	install -d $(CURDIR)/debian/specimen/usr/share/applications
+	install -m644 debian/specimen.desktop $(CURDIR)/debian/specimen/usr/share/applications/
+
 override_dh_installchangelogs:
 	dh_installchangelogs README

-- 
specimen packaging



More information about the pkg-multimedia-commits mailing list