[Pyme-help] patch for debian/ directory in CVS
Status: Beta
Brought to you by:
belyi
From: Joost v. B. <j.e...@uv...> - 2005-07-26 15:45:22
|
Hi, I've prepared a patch for the stuff in debian/ in CVS. (I plan to do some development with pyme, for my project on http://non-gnu.uvt.nl/pub/mailman/ .) I haven't tested it yet but would like to share it before I leave for about a week... Bye, Joost PS: I saw pyme is no longer distributed with Debian. Is there another place where fresh Debian pyme packages get uploaded? ------------------------------------------------------------------- Index: changelog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvsroot/pyme/pyme/debian/changelog,v retrieving revision 1.10 diff -u -r1.10 changelog --- changelog 27 Apr 2005 21:37:05 -0000 1.10 +++ changelog 26 Jul 2005 15:39:10 -0000 @@ -1,3 +1,14 @@ +pyme (0.7.0.1) unstable; urgency=3Dlow + + * debian/control: added new download location. + * Applied patches prepared by Matthias Klose on 28 Sep 2003 for + pyme 0.5.1.1, see bug #213124: + - Update python-pyme to use python2.3 as the default python version. + - Change package section to python. + - Make description more verbose (would have closed bug 209877). + + -- Joost van Baal <jo...@uv...> Tue, 26 Jul 2005 17:18:48 +0200 + pyme (0.7.0) unstable; urgency=3Dlow =20 * Removed workaround in Context.wait() Index: control =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvsroot/pyme/pyme/debian/control,v retrieving revision 1.3 diff -u -r1.3 control --- control 18 Mar 2005 19:09:28 -0000 1.3 +++ control 26 Jul 2005 15:39:11 -0000 @@ -1,18 +1,19 @@ Source: pyme -Section: libs +Section: python Priority: optional Maintainer: Igor Belyi <be...@us...> -Build-Depends: debhelper (>> 3.0.0), python2.2-dev, python2.3-dev, python2= =2E4-dev, libgpgme11-dev, swig +Build-Depends: debhelper (>> 4.1.67), python, python2.2-dev, python2.3-dev= , python2.4-dev, libgpgme11-dev, swig Standards-Version: 3.5.2 =20 Package: python-pyme-doc Architecture: all Description: Python interface to the GPGME GnuPG encryption library - This package contains the documentation for Pyme. + This package contains the documentation for Pyme, an interface to the + GPGME GnuPG encryption library. =20 Package: python-pyme Architecture: all -Depends: python2.4-pyme +Depends: ${python:Depends} Suggests: python-pyme-doc Description: Python interface to the GPGME GnuPG encryption library This is a "dummy" package that will cause the Pyme package for Debian's @@ -30,15 +31,15 @@ for C. . Features: - * Feature-rich, full implementation of the GPGME library. Supports - all GPGME features except interactive editing (coming soon). - Callback functions may be written in pure Python. + * Feature-rich, full implementation of the GPGME library. Supports + all GPGME features except interactive editing (coming soon). + Callback functions may be written in pure Python. . - * Ability to sign, encrypt, decrypt, and verify data. + * Ability to sign, encrypt, decrypt, and verify data. . - * Ability to list keys, export and import keys, and manage the keyring. + * Ability to list keys, export and import keys, and manage the keyring. . - * Fully object-oriented with convenient classes and modules. + * Fully object-oriented with convenient classes and modules. . This package is for Python 2.2. =20 @@ -54,15 +55,15 @@ for C. . Features: - * Feature-rich, full implementation of the GPGME library. Supports - all GPGME features except interactive editing (coming soon). - Callback functions may be written in pure Python. + * Feature-rich, full implementation of the GPGME library. Supports + all GPGME features except interactive editing (coming soon). + Callback functions may be written in pure Python. . - * Ability to sign, encrypt, decrypt, and verify data. + * Ability to sign, encrypt, decrypt, and verify data. . - * Ability to list keys, export and import keys, and manage the keyring. + * Ability to list keys, export and import keys, and manage the keyrin= g. . - * Fully object-oriented with convenient classes and modules. + * Fully object-oriented with convenient classes and modules. . This package is for Python 2.3. =20 @@ -78,15 +79,15 @@ for C. . Features: - * Feature-rich, full implementation of the GPGME library. Supports - all GPGME features except interactive editing (coming soon). - Callback functions may be written in pure Python. + * Feature-rich, full implementation of the GPGME library. Supports + all GPGME features except interactive editing (coming soon). + Callback functions may be written in pure Python. . - * Ability to sign, encrypt, decrypt, and verify data. + * Ability to sign, encrypt, decrypt, and verify data. . - * Ability to list keys, export and import keys, and manage the keyring. + * Ability to list keys, export and import keys, and manage the keyring. . - * Fully object-oriented with convenient classes and modules. + * Fully object-oriented with convenient classes and modules. . This package is for Python 2.4. =20 Index: copyright =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvsroot/pyme/pyme/debian/copyright,v retrieving revision 1.3 diff -u -r1.3 copyright --- copyright 21 Apr 2005 03:53:11 -0000 1.3 +++ copyright 26 Jul 2005 15:39:11 -0000 @@ -3,6 +3,8 @@ This package was debianized by John Goerzen <jgo...@co...> on Tue, 19 Nov 2002 14:32:36 -0600. =20 +It was downloaded from http://sourceforge.net/projects/pyme/ . + Copyright: =20 Copyright (C) 2004 Igor Belyi <be...@us...> Index: docs =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvsroot/pyme/pyme/debian/docs,v retrieving revision 1.2 diff -u -r1.2 docs --- docs 20 Mar 2004 04:47:41 -0000 1.2 +++ docs 26 Jul 2005 15:39:11 -0000 @@ -1 +1 @@ -doc +doc/* Index: rules =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvsroot/pyme/pyme/debian/rules,v retrieving revision 1.4 diff -u -r1.4 rules --- rules 18 Mar 2005 19:09:28 -0000 1.4 +++ rules 26 Jul 2005 15:39:11 -0000 @@ -92,6 +92,7 @@ dh_compress -i dh_fixperms -i # dh_makeshlibs + dh_python -i dh_installdeb -i # dh_perl dh_shlibdeps -i @@ -122,6 +123,7 @@ dh_compress -a dh_fixperms -a # dh_makeshlibs + dh_python -a dh_installdeb -a # dh_perl dh_shlibdeps -a ------------------------------------------------------------------- --=20 Joost van Baal http://abramowitz.uvt.nl/ Tilburg University j.e...@uv... The Netherlands |