tags 918326 +patch +pending
tags 918645 +patch +pending
thanks

I just went ahead and uploaded a NMU fixing bugs 918326 (dependency on cruft 
package) and 918645 (testsuite failure due to missing build-dependency) to 
delayed/5. A debdiff is attatched, please tell me if you have any issues with 
this upload so I can fix them, or alternatively tell me if you are happy with 
the upload so I can remove the delay.

diff -Nru dfwinreg-20181214/debian/changelog dfwinreg-20181214/debian/changelog
--- dfwinreg-20181214/debian/changelog  2018-12-21 21:58:24.000000000 +0000
+++ dfwinreg-20181214/debian/changelog  2019-01-10 06:14:08.000000000 +0000
@@ -1,3 +1,12 @@
+dfwinreg (20181214-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Change binary dependencies from dtfabric to 
python-dtfabric/python3-dtfabric
+    (Closes: 918326)
+  * Add build-depends on python-yaml and python3-yaml (Closes: 918645)
+
+ -- Peter Michael Green <plugw...@debian.org>  Thu, 10 Jan 2019 06:14:08 +0000
+
 dfwinreg (20181214-2) unstable; urgency=medium
 
   * watch: Mangle download filename
diff -Nru dfwinreg-20181214/debian/control dfwinreg-20181214/debian/control
--- dfwinreg-20181214/debian/control    2018-12-21 21:58:24.000000000 +0000
+++ dfwinreg-20181214/debian/control    2019-01-10 06:14:08.000000000 +0000
@@ -11,6 +11,7 @@
  python-libregf (>=20150315), python3-libregf (>=20150315),
  python-mock, python3-mock,
  python-six (>= 1.1.0), python3-six (>= 1.1.0),
+ python-yaml, python3-yaml
 Standards-Version: 4.2.1
 Homepage: https://github.com/log2timeline/dfwinreg
 Vcs-Git: https://salsa.debian.org/pkg-security-team/dfwinreg.git
@@ -19,7 +20,7 @@
 Package: python-dfwinreg
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
- dtfabric (>= 20170524),
+ python-dtfabric (>= 20170524),
  python-dfdatetime (>= 20160814),
  python-libregf (>=20150315),
  python-mock,
@@ -37,7 +38,7 @@
 Package: python3-dfwinreg
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
- dtfabric (>= 20170524),
+ python-dtfabric (>= 20170524),
  python3-dfdatetime (>= 20160814),
  python3-libregf (>=20150315),
  python3-mock,

Reply via email to