[maemo-commits] [maemo-commits] r17644 - projects/haf/trunk/osso-app-killer/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Mar 12 11:00:36 EET 2009
Author: schulhof
Date: 2009-03-12 11:00:35 +0200 (Thu, 12 Mar 2009)
New Revision: 17644

Modified:
   projects/haf/trunk/osso-app-killer/debian/changelog
   projects/haf/trunk/osso-app-killer/debian/osso-app-killer.install
   projects/haf/trunk/osso-app-killer/debian/rules
Log:
Decorations

Modified: projects/haf/trunk/osso-app-killer/debian/changelog
===================================================================
--- projects/haf/trunk/osso-app-killer/debian/changelog	2009-03-12 08:29:12 UTC (rev 17643)
+++ projects/haf/trunk/osso-app-killer/debian/changelog	2009-03-12 09:00:35 UTC (rev 17644)
@@ -1,6 +1,9 @@
 osso-app-killer (1.26-1unreleased) unstable; urgency=low
 
   * Removed locale stuff
+  * Distribute /etc/osso-cud-scripts and /etc/osso-rfs-scripts instead of mkdir-ing them
+  * Distribute .osso-cud-scripts in /etc/skel/ instead of $HOME
+  * Fixes: NB#105207 (osso-app-killer must not access to $HOME)
 
  -- Gabriel Schulhof <gabriel.schulhof at nokia.com>  Tue, 24 Feb 2009 13:23:13 +0200
 

Modified: projects/haf/trunk/osso-app-killer/debian/osso-app-killer.install
===================================================================
--- projects/haf/trunk/osso-app-killer/debian/osso-app-killer.install	2009-03-12 08:29:12 UTC (rev 17643)
+++ projects/haf/trunk/osso-app-killer/debian/osso-app-killer.install	2009-03-12 09:00:35 UTC (rev 17644)
@@ -1,5 +1,2 @@
 *.sh /usr/sbin
 ../osso-app-killer.sudoers /etc/sudoers.d
-../osso-rfs-scripts /etc
-../osso-cud-scripts /etc
-../.osso-cud-scripts /etc/skel

Modified: projects/haf/trunk/osso-app-killer/debian/rules
===================================================================
--- projects/haf/trunk/osso-app-killer/debian/rules	2009-03-12 08:29:12 UTC (rev 17643)
+++ projects/haf/trunk/osso-app-killer/debian/rules	2009-03-12 09:00:35 UTC (rev 17644)
@@ -38,6 +38,10 @@
 	dh_clean -k 
 	dh_installdirs
 
+	mkdir -p debian/osso-app-killer/etc/osso-cud-scripts
+	mkdir -p debian/osso-app-killer/etc/osso-rfs-scripts
+	mkdir -p debian/osso-app-killer/etc/skel/.osso-cud-scripts
+
 	# Add here commands to install the package into debian/osso-app-killer.
 
 


More information about the maemo-commits mailing list