tags 640568 + patch tags 640568 + pending thanks Dear maintainer,
I've prepared an NMU for cpqarrayd (versioned as 2.3-1.3) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - PGP/GPG key ID: 0x8649AA06 : :' : Debian GNU/Linux user, admin, & developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe `- NP: Simon & Garfunkel: Why Don't You Write Me
diff -u cpqarrayd-2.3/debian/rules cpqarrayd-2.3/debian/rules
--- cpqarrayd-2.3/debian/rules
+++ cpqarrayd-2.3/debian/rules
@@ -20,7 +20,7 @@
# stuff from the linux tree :( thus the build-dep on linux-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/linux-source-2.6*.tar.bz2 | tail -n1 |awk
-F/usr/src/ '{print $$2}' |awk -F.tar.bz2 '{print $$1}')
+KSRC=$(shell ls -d $(wildcard /usr/src/linux-source-3.*.tar.bz2
/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)))
diff -u cpqarrayd-2.3/debian/changelog cpqarrayd-2.3/debian/changelog
--- cpqarrayd-2.3/debian/changelog
+++ cpqarrayd-2.3/debian/changelog
@@ -1,3 +1,15 @@
+cpqarrayd (2.3-1.3) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix "FTBFS: tar (child): /usr/src/.tar.bz2: Cannot open: No such
+ file or directory": update package for 3.x kernels:
+ - add wildcard pattern for finding the 3.x or 2.6.x kernel source in
+ debian/rules
+ - update build-dependeny to linux-source | linux-source-2.6
+ (Closes: #640568)
+
+ -- gregor herrmann <[email protected]> Wed, 21 Sep 2011 17:28:27 +0200
+
cpqarrayd (2.3-1.2) unstable; urgency=low
* Non-maintainer upload.
diff -u cpqarrayd-2.3/debian/control cpqarrayd-2.3/debian/control
--- cpqarrayd-2.3/debian/control
+++ cpqarrayd-2.3/debian/control
@@ -2,7 +2,7 @@
Section: admin
Priority: extra
Maintainer: Matt Taggart <[email protected]>
-Build-Depends: debhelper (>= 4.0.0), linux-source-2.6, libsnmp-dev, autoconf,
automake1.9
+Build-Depends: debhelper (>= 4.0.0), linux-source | linux-source-2.6,
libsnmp-dev, autoconf, automake1.9
Standards-Version: 3.8.0
Package: cpqarrayd
signature.asc
Description: Digital signature

