Re: Bug#565860: still exists in 0.4.4-2

2010-01-24 Thread Adrian Knoth
On Sun, Jan 24, 2010 at 01:58:08PM +0100, Alessio Treglia wrote:

  Couldn't you just change the Build-Depends from libasound2-dev to
  libasound2-dev [linux-any]?
 
 
  +1
 
  Seems the right way.
 ...but it doesn't work on my amd64 chroot, the build fails due to unmet deps.
 Should I set libasound2-dev [!kfreebsd-amd64 !kfreebsd-i386] instead
 of libasound2-dev [linux-any]?

That's what I do for jackd:

   libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]


HTH

-- 
mail: a...@thur.de  http://adi.thur.de  PGP/GPG: key via keyserver

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#565860: still exists in 0.4.4-2

2010-01-19 Thread dann frazier
reopen 0.4.4-2
found 565860 0.4.4-2
thanks

This issue persists with 0.4.4-2.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#565860: still exists in 0.4.4-2

2010-01-19 Thread Adrian Knoth
On Tue, Jan 19, 2010 at 09:10:33AM -0700, dann frazier wrote:

Hi, especially Alessio!

 This issue persists with 0.4.4-2.

The patch was against configure.ac. I don't know if the minimal
debian/rules is sufficient to re-generate configure after applying this
patch.

If need be, add a line like autoreconf -f somewhere before calling
configure.

The above is all wrong if configure already gets regenerated by quilt.


HTH

-- 
mail: a...@thur.de  http://adi.thur.de  PGP/GPG: key via keyserver



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#565860: still exists in 0.4.4-2

2010-01-19 Thread Alessio Treglia
 I've prepared the attached patch,

That's the right one.



-- 
Alessio Treglia quadris...@ubuntu.com
Ubuntu MOTU Developer | Homepage: http://www.alessiotreglia.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Free Ekanayaka fr...@debian.org,
  Gürkan Sengün gur...@phys.ethz.ch,
  Alessio Treglia quadris...@ubuntu.com
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (= 7),
+Build-Depends: debhelper (= 7.0.50~),
  libqt4-dev,
  libtool,
  automake,
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,8 @@
 #!/usr/bin/make -f
 
+override_dh_auto_configure:
+	autoreconf -f
+	dh_auto_configure
+
 %:
 	dh --with quilt $@
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers