Control: tags 851130 + pending Dear maintainer,
I've prepared an NMU for quilt (versioned as 0.63-8.2) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards. diff -Nru quilt-0.63/debian/changelog quilt-0.63/debian/changelog --- quilt-0.63/debian/changelog 2017-07-17 18:41:48.000000000 +0000 +++ quilt-0.63/debian/changelog 2017-12-25 08:17:46.000000000 +0000 @@ -1,3 +1,12 @@ +quilt (0.63-8.2) unstable; urgency=medium + + * Non-maintainer upload. + * Update quilt sequence to apply patches before dh_autoreconf + is run in compat 10. Thanks to Sven Joachim and gregor + herrmann for their assistance. (Closes: #851130) + + -- Niels Thykier <[email protected]> Mon, 25 Dec 2017 08:17:46 +0000 + quilt (0.63-8.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru quilt-0.63/debian/control quilt-0.63/debian/control --- quilt-0.63/debian/control 2016-12-21 01:36:16.000000000 +0000 +++ quilt-0.63/debian/control 2017-12-25 07:47:40.000000000 +0000 @@ -18,6 +18,7 @@ Suggests: procmail, graphviz, default-mta | mail-transport-agent Recommends: less Enhances: debhelper, cdbs +Breaks: debhelper (<< 9.20160114~bpo) Multi-Arch: foreign Description: Tool to work with series of patches Quilt manages a series of patches by keeping track of the changes diff -Nru quilt-0.63/debian/quilt.pm quilt-0.63/debian/quilt.pm --- quilt-0.63/debian/quilt.pm 2016-12-21 01:36:16.000000000 +0000 +++ quilt-0.63/debian/quilt.pm 2017-12-25 07:49:00.000000000 +0000 @@ -3,7 +3,7 @@ use strict; use Debian::Debhelper::Dh_Lib; -insert_before("dh_auto_configure", "dh_quilt_patch"); +insert_before("dh_update_autotools_config", "dh_quilt_patch"); insert_before("dh_clean", "dh_quilt_unpatch"); # Eval to avoid problem with debhelper < 7.3.12

