> I've prepared the attached patch, That's the right one.
-- Alessio Treglia <[email protected]> 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 <[email protected]>, Gürkan Sengün <[email protected]>, Alessio Treglia <[email protected]> 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 $@

