tags 678108 + pending thanks Dear maintainer,
I've prepared an NMU for httpcomponents-core (versioned as 4.1.4-2.1) and uploaded it to DELAYED/2 (and pushed it to collab-maint git). Please feel free to tell me if I should delay it longer. Regards.
diff -Nru httpcomponents-core-4.1.4/debian/changelog httpcomponents-core-4.1.4/debian/changelog --- httpcomponents-core-4.1.4/debian/changelog 2012-05-13 10:47:38.000000000 +0200 +++ httpcomponents-core-4.1.4/debian/changelog 2012-07-07 08:58:24.000000000 +0200 @@ -1,3 +1,12 @@ +httpcomponents-core (4.1.4-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Call mh_clean in the clean target. + Fixes FTBFS when built twice in a row. + Closes: #678108 + + -- Evgeni Golov <evg...@debian.org> Sat, 07 Jul 2012 06:56:39 +0000 + httpcomponents-core (4.1.4-2) unstable; urgency=low * Standards-Version bumped to 3.9.3, no changes needed diff -Nru httpcomponents-core-4.1.4/debian/rules httpcomponents-core-4.1.4/debian/rules --- httpcomponents-core-4.1.4/debian/rules 2012-05-13 10:44:22.000000000 +0200 +++ httpcomponents-core-4.1.4/debian/rules 2012-07-07 08:55:39.000000000 +0200 @@ -21,6 +21,7 @@ override_dh_clean: dh_clean + mh_clean rm -rf httpcore*/target/ %: