Package: libyaml Version: 0.1.4 Severity: wishlist Tags: patch Dear Maintainer,
Please use the autoreconf procedure for libyaml according to the following documentation[1]. The initial necessity for this change is to enable this package to be built on ppc64el plataform. [1] - https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -uNp libyaml-0.1.4/debian/changelog libyaml-0.1.4.new/debian/changelog --- libyaml-0.1.4/debian/changelog 2014-03-27 05:22:48.000000000 +0000 +++ libyaml-0.1.4.new/debian/changelog 2014-04-17 19:39:20.000000000 +0000 @@ -1,3 +1,10 @@ +libyaml (0.1.4-3.3) unstable; urgency=medium + + * Non-maintainer upload. + * Replace autotools with autoreconf, fixes FTBFS on ppc64el + + -- Breno Leitao <[email protected]> Thu, 17 Apr 2014 19:38:43 +0000 + libyaml (0.1.4-3.2) unstable; urgency=high * Non-maintainer upload by the Security Team. diff -uNp libyaml-0.1.4/debian/control libyaml-0.1.4.new/debian/control --- libyaml-0.1.4/debian/control 2014-03-27 05:22:48.000000000 +0000 +++ libyaml-0.1.4.new/debian/control 2014-04-17 19:38:33.000000000 +0000 @@ -2,7 +2,7 @@ Source: libyaml Section: libs Priority: optional Maintainer: Anders Kaseorg <[email protected]> -Build-Depends: autotools-dev, +Build-Depends: dh-autoreconf, debhelper (>= 8.1.3~), cdbs (>= 0.4.93~) Standards-Version: 3.9.2 Common subdirectories: libyaml-0.1.4/debian/patches and libyaml-0.1.4.new/debian/patches diff -uNp libyaml-0.1.4/debian/rules libyaml-0.1.4.new/debian/rules --- libyaml-0.1.4/debian/rules 2014-03-27 05:22:48.000000000 +0000 +++ libyaml-0.1.4.new/debian/rules 2014-04-17 19:33:17.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/autoreconf.mk CDBS_BUILD_DEPENDS += , cdbs (>= 0.4.93~) # for $(DEB_HOST_MULTIARCH) Common subdirectories: libyaml-0.1.4/debian/source and libyaml-0.1.4.new/debian/source

