Re: [spe-users] building spe.deb
Carl Karsten <carl-0e36oQ2gP/9ZDHo7JO2gXgC/[email protected]> Mon, 25 Sep 2006 09:55:31 -0500
| Newsgroups | gmane.comp.python.spe.user |
|---|---|
| Message-ID | <[email protected]> |
http://pythonide.stani.be http://pythonide.stani.be/manual/html/manual.html http://pythonide.stani.be/blog/sm_donate -- I am just packaging for my own ubuntu box, but if I get it working I pass my notes to the last few people in the debian/change log to make their life easier. Carl K > > 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 > >