Control: tags 898381 + patch
Control: tags 898381 + pending
Dear maintainer,
I've prepared an NMU for pypass (versioned as 0.2.1-1.1) and uploaded
it to DELAYED/14. 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 pypass-0.2.1/debian/changelog pypass-0.2.1/debian/changelog
--- pypass-0.2.1/debian/changelog 2018-04-30 03:01:50.000000000 +0300
+++ pypass-0.2.1/debian/changelog 2018-06-08 23:29:22.000000000 +0300
@@ -1,3 +1,11 @@
+pypass (0.2.1-1.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Add the missing Breaks+Replaces: pypass (<< 0.2.1-1~) to
+ python3-pypass, thanks to Andreas Beckmann. (Closes: #898381)
+
+ -- Adrian Bunk <[email protected]> Fri, 08 Jun 2018 23:29:22 +0300
+
pypass (0.2.1-1) unstable; urgency=medium
* New upstream release.
diff -Nru pypass-0.2.1/debian/control pypass-0.2.1/debian/control
--- pypass-0.2.1/debian/control 2018-04-30 02:57:47.000000000 +0300
+++ pypass-0.2.1/debian/control 2018-06-08 23:29:22.000000000 +0300
@@ -36,6 +36,8 @@
Multi-Arch: foreign
Depends: ${misc:Depends},
${python3:Depends},
+Breaks: pypass (<< 0.2.1-1~)
+Replaces: pypass (<< 0.2.1-1~)
Description: pypass library for Python3
pypass is a password manager written in Python that provides the same
functionality as pass. In addition, it is useable as a library.