Bug#793302: ydpdict: FTBFS with automake 1.15

2015-07-24 Thread Hideki Yamane
control: tags -1 +patch

Hi,

 Just remove specifying automake version would solve it, as same as
 Bug#793301. Here's a patch.


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -Nru ydpdict-1.0.2+1.0.3/debian/changelog ydpdict-1.0.2+1.0.3/debian/changelog
--- ydpdict-1.0.2+1.0.3/debian/changelog	2014-04-22 04:30:38.0 +0900
+++ ydpdict-1.0.2+1.0.3/debian/changelog	2015-07-25 10:58:47.0 +0900
@@ -1,3 +1,11 @@
+ydpdict (1.0.2+1.0.3-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules
+- Don't specify certain automake version to avoid FTBFS (Closes: #793302) 
+
+ -- Hideki Yamane henr...@debian.org  Sat, 25 Jul 2015 10:58:43 +0900
+
 ydpdict (1.0.2+1.0.3-1) unstable; urgency=low
 
   * New upstream version
diff -Nru ydpdict-1.0.2+1.0.3/debian/rules ydpdict-1.0.2+1.0.3/debian/rules
--- ydpdict-1.0.2+1.0.3/debian/rules	2014-04-22 04:24:15.0 +0900
+++ ydpdict-1.0.2+1.0.3/debian/rules	2015-07-25 10:58:06.0 +0900
@@ -1,8 +1,5 @@
 #!/usr/bin/make -f
 
-# As recommended by current Debian best practice prescribed by autotools-dev,
-# we specify an explicit automake version:
-export AUTOMAKE=automake-1.14
 # We rely on debhelper's autoconf build system to set configure build/host
 # flags appropriately to help cross-compiling.
 


Bug#793302: ydpdict: FTBFS with automake 1.15

2015-07-22 Thread Andreas Beckmann
Source: ydpdict
Version: 1.0.2+1.0.3-1
Severity: serious
Tags: sid stretch

from a rebuild in a clean sid pbuilder environment:

[...]
 debian/rules build
dh build --with autoreconf --parallel
   dh_testdir -O--parallel
   dh_autoreconf -O--parallel
find ! -ipath ./debian/* -a ! \( -path '*/.git/*' -o -path '*/.hg/*' 
-o -path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a  -type f -exec 
md5sum {} \;  debian/autoreconf.before
autoreconf -f -i
autoreconf: configure.ac: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
Can't exec automake-1.14: No such file or directory at 
/usr/share/autoconf/Autom4te/FileUtils.pm line 326, GEN2 line 6.
autoreconf: failed to run automake-1.14: No such file or directory
find ! -ipath ./debian/* -a ! \( -path '*/.git/*' -o -path '*/.hg/*' 
-o -path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a  -type f -exec 
md5sum {} \;  debian/autoreconf.after
dh_autoreconf: autoreconf -f -i returned exit code 1
debian/rules:13: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2


Andreas


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org