Hello, Adrian, you're right, the minimal rules is not enought.
I've prepared the attached patch, what do you think about it? Could it be the right solution? -- 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 + dh_auto_configure -f + %: dh --with quilt $@