On Fri, Dec 29, 2017 at 10:16:04PM +0100, Paul Gevers wrote: > Hi Kurt, > > On 29-12-17 18:28, Kurt Roeckx wrote: > > On Fri, Dec 29, 2017 at 03:19:13PM +0100, Paul Gevers wrote: > >> > >> DEB_AUTO_UPDATE_LIBTOOL:=pre > >> -DEB_AUTO_UPDATE_ACLOCAL:=1.11 > >> -DEB_AUTO_UPDATE_AUTOHEADER:=1.11 > >> -DEB_AUTO_UPDATE_AUTOMAKE:=1.11 > >> +DEB_AUTO_UPDATE_ACLOCAL:=1.15 > >> +DEB_AUTO_UPDATE_AUTOHEADER:=1.15 > >> +DEB_AUTO_UPDATE_AUTOMAKE:=1.15 > > > > Are you sure that's not going to break on the next automake > > version change? > > I must admit that I haven't used CDBS before, so I not very sure what to > expect. I see¹ that what is being done in packages varies. There are > packages that do it like above, however, the majority seems to use a > version of ",". As I don't find this in the documentation², I can only > assume that "," means, whatever and it seems to be doing what I expect. > > Do you prefer the "," version instead?
Having no idea what it does, it's probably better. Kurt