On Mi, 2010-09-08 at 18:48 +0200, Sebastian Reichel wrote: > Package: dh-autoreconf > Version: 2 > Severity: normal > > Hi, > > I just tried to use the CDBS autoreconf rule in one of my > packages (libphone-ui-shr [1]) together with git-buildpackage: > > > $ git-buildpackage > > [...] > > dh_clean > > dh_autoreconf_clean > > rm -f debian/stamp-autotools-files > > You have uncommitted changes in your source tree: > > # On branch master > > # Untracked files: > > # (use "git add <file>..." to include in what will be committed) > > # > > # debian/libphone-ui-shr-dbg.debhelper.log > > # debian/libphone-ui-shr.debhelper.log > > nothing added to commit but untracked files present (use "git add" to track) > > > > Use --git-ignore-new to ignore. > > $ cat libphone-ui-shr.debhelper.log > > dh_autoreconf_clean > > $ cat libphone-ui-shr-dbg.debhelper.log > > dh_autoreconf_clean > > Can you prevent the creation of these files, please?
Including autoreconf.mk before debhelper.mk should fix this problem for you (dh_clean must be run last). I'll see whether I should prevent log file creation completely. -- Julian Andres Klode - Debian Developer, Ubuntu Member See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

