[Pkg-alsa-devel] Bug#493552: debhelper version mismatch in alsa-source
Joe Nahmias
joe at nahmias.net
Sun Aug 3 06:20:23 UTC 2008
Package: alsa-source
Version: 1.0.16-2
Severity: important
Tags: patch
Hello,
As the subject says, the alsa-source package depends on debhelper >= 5.0.37;
however, when building the module with m-a debian/compat is set to 6.
Among other things, this breaks building on etch machines. Here's a
patch to use compat 5:
--- debian/rules.old 2008-08-03 02:04:22.000000000 -0400
+++ debian/rules 2008-08-03 02:11:23.000000000 -0400
@@ -194,7 +194,7 @@
install -m644 debian/copyright $(SRC_DIR)/debian/copyright
install -m644 debian/changelog $(SRC_DIR)/debian/changelog
install -m644 debian/changelog.ALSA $(SRC_DIR)/debian/changelog.ALSA
- install -m644 debian/compat $(SRC_DIR)/debian/compat
+ echo 5 > $(SRC_DIR)/debian/compat
# And fix perms on the directory ...
find debian/alsa-source -type d -exec chmod 775 {} \;
find debian/alsa-source/usr/src/modules -type d -exec chmod 2775 {} \;
--Joe
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
More information about the Pkg-alsa-devel
mailing list