Python-spe-users Digest, Vol 4, Issue 3

[email protected] Wed, 11 Oct 2006 12:00:54 +0200
Newsgroups gmane.comp.python.spe.user
Message-ID <[email protected]>
Send Python-spe-users mailing list submissions to
	[email protected]

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.berlios.de/mailman/listinfo/python-spe-users
or, via email, send a message with subject or body 'help' to
	[email protected]

You can reach the person managing the list at
	[email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Python-spe-users digest..."


_______________________________________________
http://pythonide.stani.be
http://pythonide.stani.be/manual/html/manual.html
http://pythonide.stani.be/blog/sm_donate _______________________________________________


Today's Topics:

   1. Re: building spe.deb (SPE Stani's Python Editor)
   2. Re: building spe.deb (Carl Karsten)


----------------------------------------------------------------------

Message: 1
Date: Tue, 10 Oct 2006 20:56:59 +0200
From: "SPE Stani's Python Editor" <[email protected]>
Subject: Re: [spe-users] building spe.deb
To: "Mailing list for spe users" <[email protected]>
Message-ID:
	<2078a7ad0610101156y4a9cfcd5leb44d2ea614db13d-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Sorry, I should update it in info.py. For now you could do this
manually as only next week I have access to svn.

Stani

On 10/10/06, Carl Karsten <carl-0e36oQ2gP/9ZDHo7JO2gXgC/[email protected]> wrote:
> http://pythonide.stani.be
> http://pythonide.stani.be/manual/html/manual.html
> http://pythonide.stani.be/blog/sm_donate
> --
>
>
> I did just get it to build,  (swapped the deb-source _spe dir for the svn one)
>
> but the version is
> $ spe --version
> SPE v0.8.2.a (c)2003-2005 www.stani.be
>
> which is the same as http://prdownload.berlios.de/python/spe_0.8.2a-0ubuntu2_all.deb
>
> did I screw something up, or is the svn version still at 0.8.2a?
>
> Carl K
>
>
> SPE Stani's Python Editor wrote:
> > http://pythonide.stani.be
> > http://pythonide.stani.be/manual/html/manual.html
> > http://pythonide.stani.be/blog/sm_donate
> > --
> >
> >
> > Hi Carl,
> > Are you packaging for Ubuntu or MOTU? Unfortunately I don't have
> > experience yet with deb packaging.
> >
> >
> > On 9/24/06, Carl Karsten <carl-0e36oQ2gP/9ZDHo7JO2gXgC/[email protected]> wrote:
> >> http://pythonide.stani.be
> >> http://pythonide.stani.be/manual/html/manual.html
> >> http://pythonide.stani.be/blog/sm_donate
> >> --
> >>
> >>
> >> I am trying to built a spe.deb using the source from svn, following these steps:
> >> https://help.ubuntu.com/community/UpdatingADeb
> >>
> >> svn checkout svn://svn.berlios.de/python/spe/trunk/_spe
> >> mv _spe/ spe-svn/
> >> cp -a spe-0.8.2a+repack/debian/ spe-svn/
> >> cp spe-0.8.2a+repack/spe spe-svn/
> >> cp spe-0.8.2a+repack/spe_wininst.py spe-svn/
> >>
> >> carl@amd15:~/src/spe/spe-svn/debian/spe/usr/lib/python2.4/site-packages/_spe$
> >> ln -s ../../../../share/doc/spe doc
> >>
> >>
> >> carl@amd15:~/src/spe/spe-svn$ dpkg-buildpackage -rfakeroot -uc -b
> >> ...
> >> mv debian/spe/usr/lib/python2.4/site-packages/_spe/doc/* \
> >>              debian/spe/usr/share/doc/spe/
> >> mv: cannot stat `debian/spe/usr/lib/python2.4/site-packages/_spe/doc/*': No such
> >> file or directory
> >>
> >> huh?  what is the trick with this?
> > You could contact Marco Ferreira" <[email protected]> who has packaged
> > SPE as a deb.
> >
> >> Also, any chance of getting the 2 extra files checked into svn, or at least
> >> added somewhere with a scrip to wget them?
> >
> > You can access svn:
> > The explanation about the SVN repository is here:
> >
> > http://developer.berlios.de/svn/?group_id=4161
> >
> > But you should use this path instead:
> >
> > svn://svn.berlios.de/python/spe/trunk
> >
> > This should you give all latest files, but maybe I misunderstood your question.
> >
> > Stani
> >
> >
> _______________________________________________
> Python-spe-users mailing list
> [email protected]
> https://lists.berlios.de/mailman/listinfo/python-spe-users
>


-- 
http://pythonide.stani.be
http://pythonide.stani.be/screenshots
http://pythonide.stani.be/manual/html/manual.html


------------------------------

Message: 2
Date: Wed, 11 Oct 2006 01:14:41 -0500
From: Carl Karsten <carl-0e36oQ2gP/9ZDHo7JO2gXgC/[email protected]>
Subject: Re: [spe-users] building spe.deb
To: Mailing list for spe users <[email protected]>
Message-ID: <452C8BD1.9060908-0e36oQ2gP/9ZDHo7JO2gXgC/[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

No prob.

Would you mind adding the debian dir to your svn repo?  I am not sure what the 
typical way of doing this is. guessing a new repo is setup for each distro's 
build scrips.

If you do, I'll be happy to both test the .deb build process and install it on 
my main box as you commit changes.  And I will find out what the recommended way 
  is.  my main goal is to have some commands on the same page that lists

svn checkout svn://svn.berlios.de/python/spe/trunk/

(which I can never find)

so that I can quickly build a .deb on a fresh box. (and therefor anyone can do 
it too, which should help promote SPE)


Carl K

> 
> Sorry, I should update it in info.py. For now you could do this
> manually as only next week I have access to svn.
> 
> Stani
> 
> On 10/10/06, Carl Karsten <carl-0e36oQ2gP/9ZDHo7JO2gXgC/[email protected]> wrote:
>> http://pythonide.stani.be
>> http://pythonide.stani.be/manual/html/manual.html
>> http://pythonide.stani.be/blog/sm_donate
>> --
>>
>>
>> I did just get it to build,  (swapped the deb-source _spe dir for the svn one)
>>
>> but the version is
>> $ spe --version
>> SPE v0.8.2.a (c)2003-2005 www.stani.be
>>
>> which is the same as http://prdownload.berlios.de/python/spe_0.8.2a-0ubuntu2_all.deb
>>
>> did I screw something up, or is the svn version still at 0.8.2a?
>>
>> Carl K
>>
>>
>> SPE Stani's Python Editor wrote:
>>> http://pythonide.stani.be
>>> http://pythonide.stani.be/manual/html/manual.html
>>> http://pythonide.stani.be/blog/sm_donate
>>> --
>>>
>>>
>>> Hi Carl,
>>> Are you packaging for Ubuntu or MOTU? Unfortunately I don't have
>>> experience yet with deb packaging.
>>>
>>>
>>> On 9/24/06, Carl Karsten <carl-0e36oQ2gP/9ZDHo7JO2gXgC/[email protected]> wrote:
>>>> http://pythonide.stani.be
>>>> http://pythonide.stani.be/manual/html/manual.html
>>>> http://pythonide.stani.be/blog/sm_donate
>>>> --
>>>>
>>>>
>>>> I am trying to built a spe.deb using the source from svn, following these steps:
>>>> https://help.ubuntu.com/community/UpdatingADeb
>>>>
>>>> svn checkout svn://svn.berlios.de/python/spe/trunk/_spe
>>>> mv _spe/ spe-svn/
>>>> cp -a spe-0.8.2a+repack/debian/ spe-svn/
>>>> cp spe-0.8.2a+repack/spe spe-svn/
>>>> cp spe-0.8.2a+repack/spe_wininst.py spe-svn/
>>>>
>>>> carl@amd15:~/src/spe/spe-svn/debian/spe/usr/lib/python2.4/site-packages/_spe$
>>>> ln -s ../../../../share/doc/spe doc
>>>>
>>>>
>>>> carl@amd15:~/src/spe/spe-svn$ dpkg-buildpackage -rfakeroot -uc -b
>>>> ...
>>>> mv debian/spe/usr/lib/python2.4/site-packages/_spe/doc/* \
>>>>              debian/spe/usr/share/doc/spe/
>>>> mv: cannot stat `debian/spe/usr/lib/python2.4/site-packages/_spe/doc/*': No such
>>>> file or directory
>>>>
>>>> huh?  what is the trick with this?
>>> You could contact Marco Ferreira" <[email protected]> who has packaged
>>> SPE as a deb.
>>>
>>>> Also, any chance of getting the 2 extra files checked into svn, or at least
>>>> added somewhere with a scrip to wget them?
>>> You can access svn:
>>> The explanation about the SVN repository is here:
>>>
>>> http://developer.berlios.de/svn/?group_id=4161
>>>
>>> But you should use this path instead:
>>>
>>> svn://svn.berlios.de/python/spe/trunk
>>>
>>> This should you give all latest files, but maybe I misunderstood your question.
>>>
>>> Stani
>>>
>>>
>> _______________________________________________
>> Python-spe-users mailing list
>> [email protected]
>> https://lists.berlios.de/mailman/listinfo/python-spe-users
>>
> 
> 


------------------------------

_______________________________________________
Python-spe-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/python-spe-users


End of Python-spe-users Digest, Vol 4, Issue 3
**********************************************