Control: tags 896323 + patch
Control: tags 896323 + pending
Control: tags 896336 + patch
Control: tags 896336 + pending
Dear maintainer,
I've prepared an NMU for enzyme (versioned as 0.4.1-1.1) and
uploaded it to DELAYED/15. Please feel free to tell me if I
should cancel it.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
diff -Nru enzyme-0.4.1/debian/changelog enzyme-0.4.1/debian/changelog
--- enzyme-0.4.1/debian/changelog 2014-01-20 23:56:49.000000000 +0200
+++ enzyme-0.4.1/debian/changelog 2018-09-22 12:45:01.000000000 +0300
@@ -1,3 +1,13 @@
+enzyme (0.4.1-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * python-enzyme: Add the missing dependency on python-pkg-resources.
+ (Closes: #896323)
+ * python3-enzyme: Add the missing dependency on python3-pkg-resources.
+ (Closes: #896336)
+
+ -- Adrian Bunk <[email protected]> Sat, 22 Sep 2018 12:45:01 +0300
+
enzyme (0.4.1-1) unstable; urgency=low
* Initial release. (Closes: #729868)
diff -Nru enzyme-0.4.1/debian/control enzyme-0.4.1/debian/control
--- enzyme-0.4.1/debian/control 2014-01-13 20:51:43.000000000 +0200
+++ enzyme-0.4.1/debian/control 2018-09-22 12:45:01.000000000 +0300
@@ -24,6 +24,7 @@
Depends:
${misc:Depends},
${python:Depends},
+ python-pkg-resources
Description: video metadata parser (Python 2)
Python module to parse metadata in video files.
.
@@ -38,6 +39,7 @@
Depends:
${misc:Depends},
${python3:Depends},
+ python3-pkg-resources
Description: video metadata parser (Python 3)
Python module to parse metadata in video files.
.