tag 812661 pending
thanks
Hello,
Bug #812661 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:
http://git.debian.org/?p=collab-maint/devscripts.git;a=commitdiff;h=c2538c1
---
commit c2538c1b81148f9b3079a66de3244f4bf3866519
Author: James McCoy <[email protected]>
Date: Tue Jan 26 20:20:25 2016 -0500
test_package_lifecycle: Filter out specific dh_* commands
The specific commands don't matter and can change over time, making the
test fail.
Closes: #812661
Signed-off-by: James McCoy <[email protected]>
diff --git a/debian/changelog b/debian/changelog
index 95fb01d..b046d33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,10 @@ devscripts (2.16.1) UNRELEASED; urgency=medium
* chdist:
+ Symlink, rather than copy, the archive keyrings into the chdist tree so
they don't get stale. (Closes: #783497)
+ * test_package_lifecycle: Ignore listing of dh_* commands in debuild output.
+ The specific commands aren't interesting, so much as the steps that the
+ build goes through. Fixes FTBFS due to new dh_update_autotools_config
+ command. (Closes: #812661)
[ Christoph Berg ]
* debcheckout: Add auth mapping for https://github.com.