[pkg-fso-commits] [SCM] framworkd debian packageing branch, debian, updated. debian/0.2.0-git20080805-8-129-ga532788

Joachim Breitner mail at joachim-breitner.de
Thu Sep 11 22:32:40 UTC 2008


The following commit has been merged in the debian branch:
commit b472d7ba07d6da5e8b0c7dab1183291e947e2c6c
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Thu Sep 11 23:32:45 2008 +0200

    Install notify_message.mp3

diff --git a/debian/fso-frameworkd.install b/debian/fso-frameworkd.install
index 0ded5f9..4e35263 100644
--- a/debian/fso-frameworkd.install
+++ b/debian/fso-frameworkd.install
@@ -3,4 +3,5 @@ usr/lib
 etc
 scenarios /usr/share/openmoko
 Arkanoid_PSID.sid /usr/share/sounds
+notify_message.mp3 /usr/share/sounds
 debian/55-freerunner.rules /etc/udev/rules.d/
diff --git a/debian/rules b/debian/rules
index 8a84b44..1aa8f38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ build-stamp:
 	touch build-stamp
 
 clean:
-	rm -f Arkanoid_PSID.sid
+	rm -f Arkanoid_PSID.sid notify_message.mp3
 	rm -f framework/subsystems/odeviced/wireless.c
 	rm -f build-stamp
 	rm -f install-stamp
@@ -15,6 +15,7 @@ clean:
 install: build install-stamp
 install-stamp:
 	base64 -d < Arkanoid_PSID.sid.base64 > Arkanoid_PSID.sid
+	base64 -d < notify_message.mp3.base64 > notify_message.mp3
 	# Run this first
 	dh install --until dh_auto_install
 	dh_install -pfso-frameworkd-wireless-glue

-- 
framworkd debian packageing



More information about the pkg-fso-commits mailing list