tags 749061 + pending thanks Dear maintainer,
I've prepared an NMU for graphviz (versioned as 2.26.3-17.1) fixing this issue, which unblocks a lot of packages for the arm64 port. I've uploaded it to DELAYED/2. Please feel free to tell me that I should delay it longer. cheers -- Wookey
diff -Nru graphviz-2.26.3/debian/changelog graphviz-2.26.3/debian/changelog --- graphviz-2.26.3/debian/changelog 2014-04-20 15:17:40.000000000 +0100 +++ graphviz-2.26.3/debian/changelog 2014-06-06 18:17:05.000000000 +0100 @@ -1,3 +1,11 @@ +graphviz (2.26.3-17.1) unstable; urgency=low + + * Non-maintainer upload + * Correct typo in rules so config.{sub,guess} is actually updated. + (Closes: #749061) + + -- Wookey <woo...@debian.org> Fri, 23 May 2014 14:25:42 +0000 + graphviz (2.26.3-17) unstable; urgency=medium * QA upload. diff -Nru graphviz-2.26.3/debian/rules graphviz-2.26.3/debian/rules --- graphviz-2.26.3/debian/rules 2014-02-12 02:45:51.000000000 +0000 +++ graphviz-2.26.3/debian/rules 2014-05-23 15:24:42.000000000 +0100 @@ -35,8 +35,8 @@ RUBY_PACKAGE = $(CURDIR)/debian/libgv-ruby -CONFIG_SCRIPTS=config/config.guess lib/gd/config/config.guess libltdl/config.guess \ - config/config.sub lib/gd/config/config.sub libltdl/config.sub +CONFIG_SCRIPTS=config/config.guess lib/gd/config/config.guess libltdl/config/config.guess \ + config/config.sub lib/gd/config/config.sub libltdl/config/config.sub # make's $(shell) doesn't use local variables, thus we need to define a # custom command where DEB_LDFLAGS_MAINT_APPEND is passed.