XPost: linux.debian.devel.release
Package: release.debian.org
X-Debbugs-Cc:
[email protected]
Control: affects -1 + src:dehydrated
User:
[email protected]
Usertags: unblock
Please unblock package dehydrated
[ Reason ]
There was a missing dependency.
[ Impact ]
Not much IMHO, guess users will install bsdextrautils manually.
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing
[ Other info ]
The full debdiff:
diffstat for dehydrated-0.7.2 dehydrated-0.7.2
changelog | 6 ++++++
control | 3 ++-
2 files changed, 8 insertions(+), 1 deletion(-)
diff -Nru dehydrated-0.7.2/debian/changelog dehydrated-0.7.2/debian/changelog --- dehydrated-0.7.2/debian/changelog 2025-06-02 16:50:35.000000000 +0200
+++ dehydrated-0.7.2/debian/changelog 2025-07-27 18:44:15.000000000 +0200
@@ -1,3 +1,9 @@
+dehydrated (0.7.2-2) unstable; urgency=medium
+
+ * Add missing dependencies on awk and bsdextrautils. Closes: #1088049
+
+ -- Mattia Rizzolo <
[email protected]> Sun, 27 Jul 2025 18:44:15 +0200
+
dehydrated (0.7.2-1) unstable; urgency=medium
* New upstream release 0.7.2.
diff -Nru dehydrated-0.7.2/debian/control dehydrated-0.7.2/debian/control
--- dehydrated-0.7.2/debian/control 2025-06-02 16:50:35.000000000 +0200
+++ dehydrated-0.7.2/debian/control 2025-07-27 18:44:15.000000000 +0200
@@ -6,10 +6,10 @@
Daniel Beyer <
[email protected]>,
Mattia Rizzolo <
[email protected]>,
Build-Depends:
- apache2-dev,
debhelper-compat (= 13),
dh-apache2,
dh-exec,
+ apache2-dev,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Git:
https://salsa.debian.org/letsencrypt-team/dehydrated.git
@@ -20,6 +20,7 @@
Architec