[Pkg-utopia-commits] r158 - packages/hal/trunk/debian

Sjoerd Simons sjoerd@costa.debian.org
Tue, 04 Jan 2005 17:30:16 +0100


Author: sjoerd
Date: 2005-01-04 17:30:15 +0100 (Tue, 04 Jan 2005)
New Revision: 158

Modified:
   packages/hal/trunk/debian/changelog
   packages/hal/trunk/debian/rules
Log:
Don't ship sony_dsc.fdi anymore

Modified: packages/hal/trunk/debian/changelog
===================================================================
--- packages/hal/trunk/debian/changelog	2005-01-04 16:17:35 UTC (rev 157)
+++ packages/hal/trunk/debian/changelog	2005-01-04 16:30:15 UTC (rev 158)
@@ -11,11 +11,12 @@
     + debian/patches/special_mtab_chars.patch
   * debian/patches/netdev-recovery.patch
     + Added. Fixes a crash in the netdev recovery code (Closes: #288089)
-  * debian/hal.udev.rules 
+  * debian/hal.udev.rules
     + The only ide drives hal polls are cdroms, so it's unnecessary to set the
       group of other removable ide drives to hal. (Closes: #288301)
+  * Stop shipping sony_dsc.fdi, it just causes problems. 
 
- -- Sjoerd Simons <sjoerd@debian.org>  Tue,  4 Jan 2005 17:12:11 +0100
+ -- Sjoerd Simons <sjoerd@debian.org>  Tue,  4 Jan 2005 17:34:30 +0100
 
 hal (0.4.2-6) unstable; urgency=low
 

Modified: packages/hal/trunk/debian/rules
===================================================================
--- packages/hal/trunk/debian/rules	2005-01-04 16:17:35 UTC (rev 157)
+++ packages/hal/trunk/debian/rules	2005-01-04 16:30:15 UTC (rev 158)
@@ -35,3 +35,7 @@
 	
 	# /etc/hal/fdi is the preferred configuration location in debian
 	rmdir $(DEB_DESTDIR)/usr/share/hal/fdi/95userpolicy
+
+	# sony_dsc.fdi only causes troubles
+	rm -f $(DEB_DESTDIR)/usr/share/hal/fdi/20freedesktop/sony_dsc.fdi
+