Package: automake1.13 Version: 1:1.13.2-1 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu ubuntu-patch saucy
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696298 lays out some reasons why valac should only Recommends: libglib2.0-dev, not Depends:. If/when those are implemented, automake1.13 will fail to build, since its Vala tests say "PKG_CHECK_MODULES([GOBJECT], [gobject-2.0 >= 2.4])", requiring libglib2.0-dev to be installed. (In any case, as a general principle, since automake1.13 is directly requiring the presence of libglib2.0-dev then it should also directly Build-Depend on it.) * Build-depend on libglib2.0-dev for the Vala tests. diff -Nru automake1.13-1.13.2/debian/control automake1.13-1.13.2/debian/control --- automake1.13-1.13.2/debian/control 2013-05-19 06:08:29.000000000 +0100 +++ automake1.13-1.13.2/debian/control 2013-05-30 16:29:46.000000000 +0100 @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 9) Build-Depends-Indep: autoconf (>= 2.62), autopoint, autotools-dev (>= 20020320.1), bison, install-info, libtool, python, - pkg-config, texinfo (>= 4.3), valac + pkg-config, texinfo (>= 4.3), valac, libglib2.0-dev Homepage: http://www.gnu.org/software/automake/ Vcs-Git: git://anonscm.debian.org/users/eric/automake1.13.git Vcs-Browser: http://git.debian.org/?p=users/eric/automake1.13.git Thanks, -- Colin Watson [[email protected]] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

