Package: xine-lib-1.2
Version: 1.1.90hg+20071219-1
Severity: important
Tags: patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


A parallel build runs the build target before the configure target is done,
which can't work. The attached patch fixes this.


- -- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (102, 'experimental'), (101, 
'gutsy-security'), (101, 'gutsy')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.24-rc5-powerpc
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHa4VcWoGvjmrbsgARAlR/AKCtaGYF4BZcE+qCT/PoFdjpk6mXmACeN9kD
eoJ+N2Rb4inYnrLxOqYv6so=
=sCdc
-----END PGP SIGNATURE-----
diff -up -ru xine-lib-1.2-1.1.90hg+20071219.orig/debian/rules 
xine-lib-1.2-1.1.90hg+20071219/debian/rules
--- xine-lib-1.2-1.1.90hg+20071219.orig/debian/rules    2007-12-21 
10:16:26.000000000 +0100
+++ xine-lib-1.2-1.1.90hg+20071219/debian/rules 2007-12-21 10:03:26.000000000 
+0100
@@ -59,8 +59,8 @@ configure-stamp:
        ./configure $(CONFIGURE_FLAGS)
        touch configure-stamp
 
-build: configure-stamp build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: configure-stamp
        dh_testdir
        $(MAKE)
        touch build-stamp

Reply via email to