Hi,

 I've made a patch for binutils-m68hc1x's RC bug fix as attached debdiff,
 and would upload it to deleyed-5 queue.

-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -u binutils-m68hc1x-2.18/debian/changelog binutils-m68hc1x-2.18/debian/changelog
--- binutils-m68hc1x-2.18/debian/changelog
+++ binutils-m68hc1x-2.18/debian/changelog
@@ -1,3 +1,15 @@
+binutils-m68hc1x (1:2.18-3.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+    - fix target order to fix FTBFS 
+  * debian/patches/
+    - update 02_missing_makeinfo.patch to deal with texinfo 5.x and fix FTBFS
+      (Closes: #712345)
+    - add debian/patches/04_fix_texinfo_warning.patch to fix another FTBFS
+
+ -- Hideki Yamane <henr...@debian.org>  Thu, 10 Oct 2013 20:43:43 +0900
+
 binutils-m68hc1x (1:2.18-3.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u binutils-m68hc1x-2.18/debian/patches/02_missing_makeinfo.patch binutils-m68hc1x-2.18/debian/patches/02_missing_makeinfo.patch
--- binutils-m68hc1x-2.18/debian/patches/02_missing_makeinfo.patch
+++ binutils-m68hc1x-2.18/debian/patches/02_missing_makeinfo.patch
@@ -5,7 +5,7 @@
      # higher, else we use the "missing" dummy.
      if ${MAKEINFO} --version \
 -       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
-+       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[0-9]+)' >/dev/null 2>&1; then
++       | egrep 'texinfo[^0-9]*([1-3][0-9]|[4-5]\.[0-9]+)' >/dev/null 2>&1; then
        :
      else
        MAKEINFO="$MISSING makeinfo"
@@ -16,7 +16,7 @@
      # higher, else we use the "missing" dummy.
      if ${MAKEINFO} --version \
 -       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
-+       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[0-9]+)' >/dev/null 2>&1; then
++       | egrep 'texinfo[^0-9]*([1-3][0-9]|[4-5]\.[0-9]+)' >/dev/null 2>&1; then
        :
      else
        MAKEINFO="$MISSING makeinfo"
diff -u binutils-m68hc1x-2.18/debian/rules binutils-m68hc1x-2.18/debian/rules
--- binutils-m68hc1x-2.18/debian/rules
+++ binutils-m68hc1x-2.18/debian/rules
@@ -3,7 +3,7 @@
 # GNU copyright 1997 to 1999 by Joey Hess.
 
 # Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
 
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)
@@ -54,8 +54,8 @@
 			--enable-targets=m68hc11,m68hc12
 	touch configure-stamp
 
-build: configure-stamp build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: configure
 	dh_testdir
 	cd build && $(MAKE)
 	tar cfz $(CURDIR)/example.tar.gz example
only in patch2:
unchanged:
--- binutils-m68hc1x-2.18.orig/debian/patches/04_fix_texinfo_warning.patch
+++ binutils-m68hc1x-2.18/debian/patches/04_fix_texinfo_warning.patch
@@ -0,0 +1,31 @@
+--- binutils-2.18.orig/bfd/doc/bfd.texinfo	2007-08-07 04:59:44.000000000 +0900
++++ binutils-2.18/bfd/doc/bfd.texinfo	2013-10-10 21:08:23.905070291 +0900
+@@ -323,7 +323,7 @@
+ @printindex cp
+ 
+ @tex
+-% I think something like @colophon should be in texinfo.  In the
++% I think something like @@colophon should be in texinfo.  In the
+ % meantime:
+ \long\def\colophon{\hbox to0pt{}\vfill
+ \centerline{The body of this manual is set in}
+@@ -334,7 +334,7 @@
+ \centerline{{\sl\fontname\tensl\/}}
+ \centerline{are used for emphasis.}\vfill}
+ \page\colophon
+-% Blame: d...@cygnus.com, 28mar91.
++% Blame: doc@@cygnus.com, 28mar91.
+ @end tex
+ 
+ @bye
+--- binutils-2.18.orig/bfd/doc/elf.texi	2007-08-07 05:39:25.000000000 +0900
++++ binutils-2.18/bfd/doc/elf.texi	2013-10-10 21:19:46.199248015 +0900
+@@ -8,7 +8,7 @@
+ haven't bothered yet.
+ 
+ @findex bfd_elf_find_section
+-@subsubsection @code{bfd_elf_find_section}
++@subsection @code{bfd_elf_find_section}
+ @strong{Synopsis}
+ @example
+ struct elf_internal_shdr *bfd_elf_find_section (bfd *abfd, char *name);

Reply via email to