[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#906814: stretch-pu: package libxml-structured-perl/1.01-2+deb9u1



Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu

I just uploaded libxml-structured-perl 1.01-2+deb9u1 fixing RC bug
#896502 for stretch.

The uploaded package version adds a missing build and runtime dependency
on libxml-parser-perl.

-- System Information:
Debian Release: 9.5
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-6-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru libxml-structured-perl-1.01/debian/changelog libxml-structured-perl-1.01/debian/changelog
--- libxml-structured-perl-1.01/debian/changelog	2017-01-23 12:50:28.000000000 +0100
+++ libxml-structured-perl-1.01/debian/changelog	2018-08-21 16:20:42.000000000 +0200
@@ -1,3 +1,11 @@
+libxml-structured-perl (1.01-2+deb9u1) stretch; urgency=medium
+
+  [ gregor herrmann ]
+  * Add missing build and runtime dependency on libxml-parser-perl.
+    (Closes: #896502)
+
+ -- Mike Gabriel <sunweaver@debian.org>  Tue, 21 Aug 2018 16:20:42 +0200
+
 libxml-structured-perl (1.01-2) unstable; urgency=medium
 
   [ Salvatore Bonaccorso ]
diff -Nru libxml-structured-perl-1.01/debian/control libxml-structured-perl-1.01/debian/control
--- libxml-structured-perl-1.01/debian/control	2017-01-23 12:49:29.000000000 +0100
+++ libxml-structured-perl-1.01/debian/control	2018-08-21 16:20:13.000000000 +0200
@@ -5,7 +5,8 @@
 Uploaders:
  Mike Gabriel <sunweaver@debian.org>,
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl,
+                     libxml-parser-perl
 Standards-Version: 3.9.8
 Homepage: https://metacpan.org/release/XML-Structured
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libxml-structured-perl.git
@@ -16,6 +17,7 @@
 Depends:
  ${misc:Depends},
  ${perl:Depends},
+ libxml-parser-perl
 Description: Convert XML data into a predefined Perl data structure and back
  The XML::Structured module provides a way to convert XML data into a
  predefined Perl data structure and back to XML. Unlike with modules like

Reply to: