Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Haley (0f8003cceee353ec821fb0b6366dca6d29728d8a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Haley <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Haley (0f8003cceee353ec821fb0b6366dca6d29728d8a)
  • Date: Tue, 31 May 2011 15:52:58 -0500

GIT changes to master grimoire by David Haley <khoralin AT gmail.com>:

disk/udev/DEPENDS | 7 +++----
disk/udev/HISTORY | 3 +++
2 files changed, 6 insertions(+), 4 deletions(-)

New commits:
commit 0f8003cceee353ec821fb0b6366dca6d29728d8a
Author: David Haley <khoralin AT gmail.com>
Commit: David Haley <khoralin AT gmail.com>

Dependency Update: Change In Spell Requirements

It was found that without 'extras' in the udev DEPENDS enabled there
were several spells that were needed for the udev spell to cast
successfully.
Spell required for udev to cast:
gperf
usbutils
PCIIDS

The spells listed above were moved out of the 'extras' IF block within the
DEPENDS file to insure they are always queried for when udev is cast.

USBIDS was removed from the DEPENDS file. usbutils appears to be
explicitly
required for udev to compile properly. Since usbutils provides USBIDS it
does not seem necassary to have both spells listed in the DEPENDS file.

diff --git a/disk/udev/DEPENDS b/disk/udev/DEPENDS
index a3e4dc5..db1372e 100755
--- a/disk/udev/DEPENDS
+++ b/disk/udev/DEPENDS
@@ -1,14 +1,13 @@
depends gnupg &&
depends smgl-fhs &&
+depends gperf &&
+depends usbutils &&
+depends PCIIDS &&

if list_find "$UDEV_OPTS" "--enable-extras"; then
- depends gperf &&
depends pkgconfig &&
depends glib2 &&
depends libusb &&
- depends usbutils &&
- depends USBIDS &&
- depends PCIIDS &&
optional_depends consolekit '' '' 'seesion/seat support'
fi &&

diff --git a/disk/udev/HISTORY b/disk/udev/HISTORY
index f3e8e2d..fa93ca9 100644
--- a/disk/udev/HISTORY
+++ b/disk/udev/HISTORY
@@ -1,3 +1,6 @@
+2011-06-01 David C. Haley <khoralin AT gmail.com>
+ * DEPENDS: gperf, usbutils, PCIIDS required dependencies
+
2011-05-29 Arjan Bouter <abouter AT sourcemage.org>
* INSTALL: check for /run before creating the dir




  • [SM-Commit] GIT changes to master grimoire by David Haley (0f8003cceee353ec821fb0b6366dca6d29728d8a), David Haley, 05/31/2011

Archive powered by MHonArc 2.6.24.

Top of Page