Who is supposed to remove the .pyc files? (see #386211)

2006-09-07 Thread Ludovic Rousseau
user does not create the .pyc (permission denied, of course). How am I supposed to manage this? Thanks, PS: I am not on the mailing list. Reply-to: set correctly. -- Dr. Ludovic Rousseau[EMAIL PROTECTED] -- Normaliser Unix c'est comme pasteuriser le camembert

Re: Who is supposed to remove the .pyc files? (see #386211)

2006-09-08 Thread Ludovic Rousseau
ty. I agree with the policy violation. Note that I adopted the package recently and the problem was already there. > severity 386211 grave > thanks > > Le jeu 7 septembre 2006 14:20, Ludovic Rousseau a écrit : > > Hello, > > > > I received bug report #386211: > >

Re: Bug#386211: Who is supposed to remove the .pyc files? (see #386211)

2006-09-08 Thread Ludovic Rousseau
Le 08.09.2006, à 15:21:50, Pierre Habouzit a écrit: > Le ven 8 septembre 2006 14:51, Ludovic Rousseau a écrit : > > Le 07.09.2006, à 16:55:59, Pierre Habouzit a écrit: > > > # sorry pal, but such a bug renders the package completely > > > unusable, and # is also a polic

Re: Python 2.6 in unstable

2009-11-14 Thread Ludovic Rousseau
t5 pytagsfs python-ecore > python-qt3 qscintilla2 symeig > > 4) These are probably real python2.6-related failures: > > 4.1) These packages seems to hardcode a Python version somewhere: > >   boost1.38 boost1.39 boost1.40 distribute libkml polybori pykcs11 > python-bsddb3

Re: Python 2.6 in unstable

2009-11-15 Thread Ludovic Rousseau
t5 pytagsfs python-ecore > python-qt3 qscintilla2 symeig > > 4) These are probably real python2.6-related failures: > > 4.1) These packages seems to hardcode a Python version somewhere: > >   boost1.38 boost1.39 boost1.40 distribute libkml polybori pykcs11 > python-bsddb3

E: dh_python2:146: you most probably have to build extension for python2.5.

2011-03-10 Thread Ludovic Rousseau
5. make: *** [binary] Error 12 My package provides a binary extension so must be compiled for each supported Python versions: 2.5 and 2.6 as of now. My debian/control file [3] is: Source: pykcs11 Priority: optional Maintainer: Ludovic Rousseau Uploaders: Debian Python Modules Team , David

Re: E: dh_python2:146: you most probably have to build extension for python2.5.

2011-03-10 Thread Ludovic Rousseau
2011/3/10 Jan Dittberner : > On Thu, Mar 10, 2011 at 09:03:03PM +0100, Ludovic Rousseau wrote: >> Hello, >> >> I moved my package pykcs11 [1] from dh_pycentral to dh_python2. The >> conversion was easy. The version in unstable uses dh_python2. >> >> I also w

Re: E: dh_python2:146: you most probably have to build extension for python2.5.

2011-03-10 Thread Ludovic Rousseau
2011/3/10 Jakub Wilk : > * Ludovic Rousseau , 2011-03-10, 21:03: >> My package provides a binary extension so must be compiled for each >> supported Python versions: 2.5 and 2.6 as of now. > > ...your new debian/rules does *not* compile extensions for all supported > ve

Re: E: dh_python2:146: you most probably have to build extension for python2.5.

2011-03-10 Thread Ludovic Rousseau
2011/3/10 Jakub Wilk : > * Ludovic Rousseau , 2011-03-10, 21:41: >>>> >>>> My package provides a binary extension so must be compiled for each >>>> supported Python versions: 2.5 and 2.6 as of now. >>> >>> ...your new debian/rules does *not

Re: Bug#623820: RM: python2.5

2011-04-23 Thread Ludovic Rousseau
scard I just uploaded a new version of this two packages of mine. Regards, --  Dr. Ludovic Rousseau -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/banlkticmeiqghlsksnmgzje4wa9jt...@mail.gmail.com

git-dpm: ERROR: 'upstream' does not contain previously recorded revision

2015-10-23 Thread Ludovic Rousseau
in detail how to fix the problem? Thanks -- Dr. Ludovic Rousseau

Re: git-dpm: ERROR: 'upstream' does not contain previously recorded revision

2015-10-24 Thread Ludovic Rousseau
2015-10-24 1:02 GMT+02:00 Brian May : > Ludovic Rousseau writes: > > > I tried to update my package pykcs11 since the repository moved from SVN > to > > git. > > http://anonscm.debian.org/cgit/python-modules/packages/pykcs11.git/ > > > > I imported a new up

Re: git-dpm: ERROR: 'upstream' does not contain previously recorded revision

2015-10-24 Thread Ludovic Rousseau
2015-10-24 19:42 GMT+02:00 Scott Kitterman : > On Saturday, October 24, 2015 12:11:14 PM Ludovic Rousseau wrote: > > 2015-10-24 1:02 GMT+02:00 Brian May : > > > Ludovic Rousseau writes: > > > > I tried to update my package pykcs11 since the repository m

Help with #381343 (FutureWarning: hex/oct constants > sys.maxint will return positive values in Python 2.4 and up)

2006-08-06 Thread Ludovic Rousseau
t will return positive values in Python 2.4 and up attr = (auid & 0xff00) >> 24 What is the best way to solve these warnings and avoid possible problems with Python 2.4? Please cc: me on replies since I am not a subscriber of this list. Thanks, -- Dr. Ludovic Rousseau