[pkg-bacula-devel] [pkg-bacula-commits] [SCM] Bacula, a network backup, recovery and verification program branch, master, updated. debian/5.0.3-1-129-g440819e
Luca Capello
luca at pca.it
Fri Jun 1 18:47:22 UTC 2012
Hi there!
On Fri, 01 Jun 2012 13:29:40 +0200, Alexander Golovko wrote:
> The following commit has been merged in the master branch:
> commit 440819e8f46c19c335d2e1632baf3bd8905ce163
> Author: Alexander Golovko <alexandro at ankalagon.ru>
> Date: Fri Jun 1 14:12:35 2012 +0400
>
> fix aclocal.m4 regeneration
>
> diff --git a/debian/patches/fix-binutils-gold-linking.patch b/debian/patches/fix-binutils-gold-linking.patch
> index 09be875..5d66abe 100644
[...]
> @@ -30,7 +31,7 @@ Last-Update: 2012-05-31
> m4_include([libtool/ltsugar.m4])
> m4_include([libtool/ltversion.m4])
> m4_include([libtool/lt~obsolete.m4])
> -+m4_include([libtool/ltdl.m4])
> ++m4_include([/usr/share/aclocal/ltdl.m4])
According to my reasoning in the email below, this is true only if you
Build-Depends: on libltdl-dev, but then there is no point in adding
autoconf/libtool/ltdl.m4:
<http://lists.alioth.debian.org/pipermail/pkg-bacula-devel/2012-June/000272.html>
As I see it, the solution is either Build-Dependings: on libltdl-dev and
adding the change above (not necessary because aclocal.m4 is
regenerated) or reverting the change above, adding
autoconf/libtool/ltdl.m4 and removing the Build-Depends: on libltdl-dev.
But, again, I am not an autoconf/automake/libtool expert.
> diff --git a/debian/rules b/debian/rules
> index 7468037..0b0d6b1 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -141,7 +141,6 @@ override_dh_installdocs:
> dh_installdocs -Nbacula
>
> override_dh_auto_build: maintfiles
> - (cd autoconf && aclocal -I bacula-macros -I gettext-macros -I libtool)
> autoconf -I autoconf/ -o configure autoconf/configure.in
> dh_prep
> dh_installdirs
Again, if my reasoning above is right, automake as well should be
removed from the Build-Depends: (no more need to regenerate aclocal.m4).
Thx, bye,
Gismo / Luca
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-bacula-devel/attachments/20120601/0ed8c4e1/attachment.pgp>
More information about the pkg-bacula-devel
mailing list