Package: xwax Version: 0.7-2 Severity: important Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu lucid ubuntu-patch
Seems it's not called in Debian either: https://buildd.debian.org/fetch.cgi?pkg=xwax;ver=0.7-2;arch=i386;stamp=1268073460 * debian/rules: properly indent ./configure calls in config.status target. Helps with linking against libasound which makes the package work. -- System Information: Debian Release: squeeze/sid APT prefers lucid APT policy: (500, 'lucid') Architecture: i386 (i686) Kernel: Linux 2.6.32-16-generic (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u xwax-0.7/debian/changelog xwax-0.7/debian/changelog diff -u xwax-0.7/debian/rules xwax-0.7/debian/rules --- xwax-0.7/debian/rules +++ xwax-0.7/debian/rules @@ -31,7 +31,7 @@ ifneq "$(wildcard /usr/share/misc/config.guess)" "" cp -f /usr/share/misc/config.guess config.guess endif -./configure $(CROSS) --prefix=/usr --enable-alsa CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + ./configure $(CROSS) --prefix=/usr --enable-alsa CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" build: build-stamp