[Pkg-utopia-commits] r1814 - in /packages/unstable/hal/debian: changelog rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Mon Oct 22 13:28:10 UTC 2007


Author: slomo
Date: Mon Oct 22 13:28:10 2007
New Revision: 1814

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1814
Log:
* debian/rules:
  - Don't mark /usr/lib/hal/scripts/hal-functions executable, this is
    nothing that can be executed.

Modified:
    packages/unstable/hal/debian/changelog
    packages/unstable/hal/debian/rules

Modified: packages/unstable/hal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/changelog?rev=1814&op=diff
==============================================================================
--- packages/unstable/hal/debian/changelog (original)
+++ packages/unstable/hal/debian/changelog Mon Oct 22 13:28:10 2007
@@ -64,9 +64,9 @@
     - Add an alternative method of detecting the capacity of CDR/CDRW discs.
       Only using the old method fails for some drives, for more information
       see http://bugs.freedesktop.org/show_bug.cgi?id=12822 .
-
-  [ Michael Biebl ]
-  * 
+  * debian/rules:
+    - Don't mark /usr/lib/hal/scripts/hal-functions executable, this is
+      nothing that can be executed.
 
  -- Michael Biebl <biebl at debian.org>  Mon, 22 Oct 2007 14:42:59 +0200
 

Modified: packages/unstable/hal/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/rules?rev=1814&op=diff
==============================================================================
--- packages/unstable/hal/debian/rules (original)
+++ packages/unstable/hal/debian/rules Mon Oct 22 13:28:10 2007
@@ -25,3 +25,7 @@
 	install -m 644 -D debian/hal.udev.rules \
 		$(DEB_DESTDIR)/etc/udev/hal.rules
 
+install/hal::
+	# Remove executable bit as this is nothing that can be executed
+	chmod -x debian/tmp/usr/lib/hal/scripts/hal-functions
+




More information about the Pkg-utopia-commits mailing list