cpqarrayd-2.0 for warty

Herbert Straub herbert at linuxhacker.at
Fri Jan 28 07:42:41 UTC 2005


Cpqarrayd is a userspace monitoring daemon for HP (Compaq) SmartArray hardware
RAID controllers and is not available in Warty universe. I take it from the
Debian  unstable archive and build it on Warty. With the changes (see below) it
works fine under Warty with cciss and ida Raid Controller. If i'm right, then
the Ubuntu naming convention is linux-image and Debian is kernel-image?

Herbert Straub

--- cpqarrayd-2.0-debian-orig/debian/control    2005-01-26 10:01:03.000000000
+0100
+++ cpqarrayd-2.0/debian/control        2005-01-28 07:34:44.000000000 +0100
@@ -2,7 +2,7 @@
 Section: admin
 Priority: extra
 Maintainer: Matt Taggart <taggart at debian.org>
-Build-Depends: debhelper (>= 4.0.0), kernel-source-2.6.8 | kernel-source-2.6,
libsnmp5-dev
+Build-Depends: debhelper (>= 4.0.0), linux-source-2.6.8 | linux-source-2.6,
libsnmp5-dev
 Standards-Version: 3.6.1

 Package: cpqarrayd
--- cpqarrayd-2.0-debian-orig/debian/rules      2005-01-26 10:01:03.000000000
+0100
+++ cpqarrayd-2.0/debian/rules  2005-01-28 07:34:44.000000000 +0100
@@ -20,7 +20,7 @@
 # stuff from the kernel tree :( thus the build-dep on kernel-source
 # this is sucky way to do it but we don't have the shell's nice % and
 # here and I can't be bothered to do it "the make way". Patches welcome.
-KSRC=$(shell ls -d /usr/src/kernel-source-2.6*.tar.bz2 | tail -n1 |awk
-F/usr/src/ '{print $$2}' |awk -F.tar.bz2 '{print $$1}')
+KSRC=$(shell ls -d /usr/src/linux-source-2.6*.tar.bz2 | tail -n1 |awk
-F/usr/src/ '{print $$2}' |awk -F.tar.bz2 '{print $$1}')
 PWD=$(shell pwd)

 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))




More information about the ubuntu-users mailing list