[Python-apps-commits] r14379 - in packages/alot/trunk/debian (changelog control)

jljusten-guest at users.alioth.debian.org jljusten-guest at users.alioth.debian.org
Thu Sep 7 16:19:29 UTC 2017


    Date: Thursday, September 7, 2017 @ 16:19:27
  Author: jljusten-guest
Revision: 14379

debian: Depend on python-gpg rather than pygpgme for 'alot' package

In b3ea45de7435e66e59bb70374618744b2d9a4334, I changed the build
dependency, but not the 'alot' package dependency.

Signed-off-by: Jordan Justen <jordan.l.justen at intel.com>

Modified:
  packages/alot/trunk/debian/changelog
  packages/alot/trunk/debian/control

Modified: packages/alot/trunk/debian/changelog
===================================================================
--- packages/alot/trunk/debian/changelog	2017-09-07 08:34:40 UTC (rev 14378)
+++ packages/alot/trunk/debian/changelog	2017-09-07 16:19:27 UTC (rev 14379)
@@ -1,3 +1,10 @@
+alot (0.6-2) UNRELEASED; urgency=low
+
+  * Depend on python-gpg rather than pygpgme for alot package
+    (Closes: #846314, #866027)
+
+ -- Jordan Justen <jordan.l.justen at intel.com>  Wed, 06 Sep 2017 17:41:22 -0700
+
 alot (0.6-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/alot/trunk/debian/control
===================================================================
--- packages/alot/trunk/debian/control	2017-09-07 08:34:40 UTC (rev 14378)
+++ packages/alot/trunk/debian/control	2017-09-07 16:19:27 UTC (rev 14379)
@@ -32,7 +32,7 @@
 Architecture: all
 Depends:
  python-configobj,
- python-gpgme,
+ python-gpg,
  python-magic,
  python-notmuch,
  python-twisted,




More information about the Python-apps-commits mailing list