Package: qla2x00-source
Version: 7.01.01-2
Severity: normal
Tags: patch
This patch is "stolen" from the bcm5700-source package.
---8<---
--- rules.old Fri Apr 15 17:01:22 2005
+++ rules.new Fri Apr 15 17:01:01 2005
@@ -196,7 +196,16 @@
#dh_gencontrol -- -v$(epoch)$(pversion)
dh_md5sums
#dh_builddeb --destdir=$(KSRC)/..
+ #dh_builddeb --destdir=$(KPKG_DEST_DIR)
+ifeq "$(origin KPKG_DEST_DIR)" "undefined"
+ifeq "$(origin KMAINT)" "undefined"
+ dh_builddeb --destdir=$(CURDIR)/..
+else
+ dh_builddeb --destdir=$(KSRC)/..
+endif
+else
dh_builddeb --destdir=$(KPKG_DEST_DIR)
+endif
build-indep: configure-stamp build-indep-stamp
---8<---
-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux falcon 2.4.27-686-smp-lvm-vfslock #1 SMP Mon Sep 27 10:07:09 BST
2004 i686
Locale: LANG=C, LC_CTYPE=C
Versions of packages qla2x00-source depends on:
ii debhelper 4.0.2 helper programs for debian/rules
ii make 3.79.1-14 The GNU version of the "make" util
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]