r65838 - in /trunk/libmail-gnupg-perl/debian: changelog control

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Tue Dec 14 20:15:32 UTC 2010


Author: carnil
Date: Tue Dec 14 20:15:26 2010
New Revision: 65838

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65838
Log:
  - Add gnupg to (Build-)Depends(-Indep).
  - Add Suggests on gnupg-agent for gpg-agent support.

Modified:
    trunk/libmail-gnupg-perl/debian/changelog
    trunk/libmail-gnupg-perl/debian/control

Modified: trunk/libmail-gnupg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-gnupg-perl/debian/changelog?rev=65838&op=diff
==============================================================================
--- trunk/libmail-gnupg-perl/debian/changelog (original)
+++ trunk/libmail-gnupg-perl/debian/changelog Tue Dec 14 20:15:26 2010
@@ -1,4 +1,4 @@
-libmail-gnupg-perl (0.16-1) UNRELEASED; urgency=low
+libmail-gnupg-perl (0.16-1) unstable; urgency=low
 
   * New upstream release
     - Fix for bug in decode using wrong method to get mime decoded
@@ -8,8 +8,10 @@
   * debian/control:
     - Move perl to Build-Depends for Module::Build use.
     - Bump versioned Build-Depends on debhelper to (>= 8).
+    - Add gnupg to (Build-)Depends(-Indep).
+    - Add Suggests on gnupg-agent for gpg-agent support.
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Tue, 14 Dec 2010 20:48:23 +0100
+ -- Salvatore Bonaccorso <carnil at debian.org>  Tue, 14 Dec 2010 20:58:45 +0100
 
 libmail-gnupg-perl (0.15-2) unstable; urgency=low
 

Modified: trunk/libmail-gnupg-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-gnupg-perl/debian/control?rev=65838&op=diff
==============================================================================
--- trunk/libmail-gnupg-perl/debian/control (original)
+++ trunk/libmail-gnupg-perl/debian/control Tue Dec 14 20:15:26 2010
@@ -3,7 +3,7 @@
 Priority: optional
 Build-Depends: debhelper (>= 8), perl
 Build-Depends-Indep: libgnupg-interface-perl, libmailtools-perl,
- libmime-tools-perl, libtest-pod-perl
+ libmime-tools-perl, libtest-pod-perl, gnupg
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>, Niko Tyni <ntyni at debian.org>,
  Damyan Ivanov <dmn at debian.org>, Salvatore Bonaccorso <carnil at debian.org>
@@ -15,7 +15,8 @@
 Package: libmail-gnupg-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libgnupg-interface-perl,
- libmailtools-perl, libmime-tools-perl
+ libmailtools-perl, libmime-tools-perl, gnupg
+Suggests: gnupg-agent
 Description: Perl module for processing email with GPG
  GnuPG::Interface can process or create PGP signed or encrypted
  email.




More information about the Pkg-perl-cvs-commits mailing list