Thread: [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 |
From: Igor B. <be...@us...> - 2005-08-01 03:17:32
|
Joost van Baal wrote: >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/ .) > > Joost, thanks for the patch. I've incorporated changes making use of dh_python and moving pyme into 'python' Section into CVS. >PS: I saw pyme is no longer distributed with Debian. Is there another >place where fresh Debian pyme packages get uploaded? > > I never actually saw pyme to be distributed with Debian. I mainly maintain debian directory since it simplifies installation for my friends. On the other hand, I understand that Ubuntu distribution had plans to include pyme into the list of their packages. I would advise to check with them. Cheers, Igor |
From: Joost v. B. <j.e...@uv...> - 2005-08-09 23:43:45
|
Hi Igor, On Sun, Jul 31, 2005 at 11:17:24PM -0400, Igor Belyi wrote: > Joost van Baal wrote: >=20 > >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/ .) > >=20 > > > Joost, thanks for the patch. I've incorporated changes making use of=20 > dh_python and moving pyme into 'python' > Section into CVS. Thanks! > >PS: I saw pyme is no longer distributed with Debian. Is there another > >place where fresh Debian pyme packages get uploaded? > >=20 > > > I never actually saw pyme to be distributed with Debian. Well, it _was_ distributed with Debian from 2002-11 untill 2003-10, see http://bugs.debian.org/213124 . > I mainly=20 > maintain debian directory since it simplifies > installation for my friends. OK. > On the other hand, I understand that Ubuntu distribution had plans to=20 > include pyme into the list of their > packages. I would advise to check with them. I've found a mirror of your CVS stuff on http://arch.ubuntu.com/py...@ar... . (FWIW: one needs tla >=3D 1.3.3 to check this archive out. With such a GNU Arch client, one can do % tla register-archive http://arch.ubuntu.com/py...@ar... % tla get py...@ar.../pyme--MAIN--0 pyme to get a copy of the archive. The name will get changed to bazaar.ubuntu.com one day, I've been told.) I couldn't find any work from the Ubuntu guys however: the Arch repository is set up to do CVS imports only. Ubuntu doesn't yet have a public repository of its work; they're working on it. Do you happen to know which Ubuntu-developer is (planning to) work on the package? Anyway, I've made some other minor changes to your package. The result is now apt-able: Add deb http://non-gnu.uvt.nl/debian sarge pyme deb-src http://non-gnu.uvt.nl/debian sarge pyme to your /etc/apt/sources.list, and apt-get install python-pyme gets you going. If you like my work in a patch, tell me. I'll likely do some other minor work on the Debian package soonish: Check for compliancy with newer Debian standards than 3.5.2, and deal with {post,pre}{inst,rm} files. Bye, Joost --=20 Joost van Baal http://abramowitz.uvt.nl/ Tilburg University j.e...@uv... The Netherlands |