Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock

Dear release-team,

I am seeking pre-approval to upload mkdepend/0.0~svn45-3.

[ Reason ]
mkdepend/0.0~svn45-2 tries to access the network during build due to
missing stylesheet (#987673). The fix is to depend on a package
containing the required stylesheets, docbook-xsl.

[ Impact ]
Without the fix, mkdepend will fail to build on builders with disabled
network access.

[ Tests ]
* Built on clean sid chroot;
* Autopkgtest passes;
* The same fix is applied in Ubuntu and works on their builders [1].

[ Risks ]
Most likely none. Currently mkdepend is a leaf package in Debian.

[ Checklist ]
  [*] all changes are documented in the d/changelog
  [*] I reviewed all changes and I approve them
  [*] attach debdiff against the package in testing

unblock mkdepend/0.0~svn45-3

[1]
https://launchpadlibrarian.net/522238692/mkdepend_0.0~svn45-2_0.0~svn45-2ubuntu1.diff.gz

Best,
Andrius
diff -Nru mkdepend-0.0~svn45/debian/changelog 
mkdepend-0.0~svn45/debian/changelog
--- mkdepend-0.0~svn45/debian/changelog 2020-12-07 05:10:15.000000000 -0500
+++ mkdepend-0.0~svn45/debian/changelog 2021-04-27 11:23:46.000000000 -0400
@@ -1,3 +1,10 @@
+mkdepend (0.0~svn45-3) unstable; urgency=medium
+
+  * Build-depend on docbook-xsl to remove the need to download the stylesheet
+    using network (Closes: #987673).
+
+ -- Andrius Merkys <mer...@debian.org>  Tue, 27 Apr 2021 11:23:46 -0400
+
 mkdepend (0.0~svn45-2) unstable; urgency=medium
 
   * Adding autopkgtest.
diff -Nru mkdepend-0.0~svn45/debian/control mkdepend-0.0~svn45/debian/control
--- mkdepend-0.0~svn45/debian/control   2020-12-07 05:10:15.000000000 -0500
+++ mkdepend-0.0~svn45/debian/control   2021-04-27 11:23:46.000000000 -0400
@@ -6,6 +6,7 @@
  asciidoc-base,
  debhelper-compat (= 12),
  docbook-xml,
+ docbook-xsl,
  xsltproc,
 Standards-Version: 4.5.0
 Rules-Requires-Root: no

Reply via email to