Re: dh-autoreconf/autotools-dev questions

2011-08-17 Thread Oohara Yuuma
On Tue, 16 Aug 2011 16:16:30 +0200, Gergely Nagy wrote: > Oohara Yuuma writes: > > > I am packaging a software which uses autoconf and automake. I will > > regenerate all autotool files with dh-autoreconf. > > * The upstream tarball contains auto-generated files. Do I have to > > save these

Re: dh-autoreconf/autotools-dev questions

2011-08-16 Thread Russ Allbery
Oohara Yuuma writes: > * The software doesn't use AC_CANONICAL or libtool. Running autoreconf > manually doesn't generate config.{guess, sub}. Do I have to > build-depend on autotools-dev and call both dh_autoreconf and > dh_autotools-dev_updateconfig to copy the latest config.{guess, sub

Re: dh-autoreconf/autotools-dev questions

2011-08-16 Thread Gergely Nagy
Jakub Wilk writes: > * Gergely Nagy , 2011-08-16, 16:16: >>>I am packaging a software which uses autoconf and automake. I will >>>regenerate all autotool files with dh-autoreconf. >>>* The upstream tarball contains auto-generated files. Do I have to >>> save these files somewhere before calling

Re: dh-autoreconf/autotools-dev questions

2011-08-16 Thread Jakub Wilk
* Gergely Nagy , 2011-08-16, 16:16: I am packaging a software which uses autoconf and automake. I will regenerate all autotool files with dh-autoreconf. * The upstream tarball contains auto-generated files. Do I have to save these files somewhere before calling dh_autoreconf and restore them in

Re: dh-autoreconf/autotools-dev questions

2011-08-16 Thread Gergely Nagy
Oohara Yuuma writes: > I am packaging a software which uses autoconf and automake. I will > regenerate all autotool files with dh-autoreconf. > * The upstream tarball contains auto-generated files. Do I have to > save these files somewhere before calling dh_autoreconf and restore > them in