tags 640877 + patch tags 640877 + pending thanks Dear maintainer,
I've prepared an NMU for ocaml-book (versioned as 1.0-4.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer.
-- Jakub Wilk
diffstat for ocaml-book-1.0 ocaml-book-1.0 changelog | 10 ++++++++++ control | 2 +- rules | 4 +++- 3 files changed, 14 insertions(+), 2 deletions(-) diff -Nru ocaml-book-1.0/debian/changelog ocaml-book-1.0/debian/changelog --- ocaml-book-1.0/debian/changelog 2003-10-15 16:12:13.000000000 +0200 +++ ocaml-book-1.0/debian/changelog 2011-09-21 00:53:30.000000000 +0200 @@ -1,3 +1,13 @@ +ocaml-book (1.0-4.1) unstable; urgency=low + + * Non-maintainer upload. + * Add binary-arch target to debian/rules (closes: #640877). Thanks to Niels + Thykier for the bug report. + * Move debhelper from Build-Depends-Indep to Build-Depends, as it's needed + for the clean target. + + -- Jakub Wilk <[email protected]> Wed, 21 Sep 2011 00:53:13 +0200 + ocaml-book (1.0-4) unstable; urgency=low * debian/control diff -Nru ocaml-book-1.0/debian/control ocaml-book-1.0/debian/control --- ocaml-book-1.0/debian/control 2003-10-15 16:11:38.000000000 +0200 +++ ocaml-book-1.0/debian/control 2011-09-21 00:53:10.000000000 +0200 @@ -2,7 +2,7 @@ Section: non-free/doc Priority: optional Maintainer: Stefano Zacchiroli <[email protected]> -Build-Depends-Indep: debhelper (>> 4.0.0) +Build-Depends: debhelper (>> 4.0.0) Standards-Version: 3.6.1.0 Package: ocaml-book-fr diff -Nru ocaml-book-1.0/debian/rules ocaml-book-1.0/debian/rules --- ocaml-book-1.0/debian/rules 2003-10-15 16:10:13.000000000 +0200 +++ ocaml-book-1.0/debian/rules 2011-09-21 00:27:37.000000000 +0200 @@ -25,6 +25,8 @@ cp -a fr/* debian/ocaml-book-fr/usr/share/doc/ocaml-book/fr/ cp -a en/* debian/ocaml-book-en/usr/share/doc/ocaml-book/en/ +binary-arch: ; + binary-indep: build install dh_testdir dh_testroot @@ -39,5 +41,5 @@ binary: binary-indep -.PHONY: clean binary-indep binary install +.PHONY: clean binary-indep binary-arch binary install

