tags 510567 + pending
thanks
Dear maintainer,
I've prepared an NMU for gpgme1.0 (versioned as 1.2.0-1.2) and uploaded
it to DELAYED/2, according to devref §5.11.1.
Cheers.
--
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..| . |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime
diff -u gpgme1.0-1.2.0/debian/rules gpgme1.0-1.2.0/debian/rules
--- gpgme1.0-1.2.0/debian/rules
+++ gpgme1.0-1.2.0/debian/rules
@@ -49,7 +49,8 @@
--enable-static \
--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
--with-gpg=/usr/bin/gpg \
- --with-gpgsm=/usr/bin/gpgsm
+ --with-gpgsm=/usr/bin/gpgsm \
+ --with-gpgconf=/usr/bin/gpgconf
touch configure-stamp
diff -u gpgme1.0-1.2.0/debian/changelog gpgme1.0-1.2.0/debian/changelog
--- gpgme1.0-1.2.0/debian/changelog
+++ gpgme1.0-1.2.0/debian/changelog
@@ -1,3 +1,10 @@
+gpgme1.0 (1.2.0-1.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Enable support for gpgconf (Closes: #510567)
+
+ -- Stefano Zacchiroli <[email protected]> Wed, 02 Dec 2009 11:17:17 +0100
+
gpgme1.0 (1.2.0-1.1) unstable; urgency=low
* Non-maintainer upload.
diff -u gpgme1.0-1.2.0/debian/control gpgme1.0-1.2.0/debian/control
--- gpgme1.0-1.2.0/debian/control
+++ gpgme1.0-1.2.0/debian/control
@@ -23,7 +23,7 @@
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, gnupg (>= 1.4.6-2)
-Suggests: gpgsm
+Suggests: gpgsm (>= 1.9.6), gnupg2 (>= 2.0.4)
Description: GPGME - GnuPG Made Easy
GPGME is a wrapper library which provides a C API to access some of the
GnuPG functions, such as encrypt, decrypt, sign, verify, ...