On Di, 2010-06-22 at 13:01 +0200, Julian Andres Klode wrote:
> On Di, 2010-05-18 at 16:05 +0200, Julian Andres Klode wrote:
> > On Tue, May 18, 2010 at 03:38:17PM +0200, Thomas Koch wrote:
> > > Package: dh-autoreconf
> > > Version: 1
> > > Severity: wishlist
> > > 
> > > Hi,
> > > 
> > > I'd like to run dh_autoreconf on a multiple subdirs of my java project, 
> > > which has
> > > some C stuff in src/c and src/contrib/zktreeutil.
> > > Could you please make this possible?
> > > Thank you!
> > If I read your wish correctly, you want to restrict the
> > directories dh_autoreconf will act on. That could be added.
> > 
> > For now, you could probably just use something like
> > 
> >     dh_override_dh_autoreconf:
> >             dh_autoreconf -X.java autoreconf -- -f -i \
> >                               src/c src/contrib/zktreeutil
> > 
> > which will run autoreconf in your two subdirectories while
> > ignoring any java file (since it still has to scan the whole
> > source tree).
> Does the attached patch make sense? You would need to create a file
> debian/autoreconf containing:
>   src/c
>   src/contrib/zktreeutil
> 
> and that's it. Currently, it restricts find to act on the directories
> listed in this file and passes the list to autoreconf.
> 
> In the future, this could be changed to only pass those directories to
> autoreconf that contain a configure.{ac,in} file while also scanning the
> other pathes given there for changes.
> 

I waited one month with the release of version 2, longer than I planned
to do; because I wanted to have your ACK on this patch first. I now
uploaded the new version without a fix for this bug, since there are
more important things than your wishes, especially if you don't care to
provide the requested information within 2 months (since 18 May).



-- 
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]

Reply via email to