Wednesday, June 29, 2011
GMER
Tuesday, June 28, 2011
*** VTE ***: Failed to load terminal capabilities from '/etc/termcap'
Solution:
sudo ln -s /usr/share/
Saturday, June 18, 2011
Freshmeat review 2011-06-18 to 2011-06-13
None
Monday, June 13, 2011
Freshmeat review 2011-06-13 to 2011-05-22
World War vi - Side-scrolling game
http://freshmeat.net/projects/wordwarvi
JShot - One-step screen capture, annotate and upload
http://freshmeat.net/projects/jshot
Freeberb3 - Sound processing library
http://freshmeat.net/projects/freeverb3
Turious - TBS game
http://freshmeat.net/projects/turious
Morituri - CD ripper
http://freshmeat.net/projects/morituri
Naev - Space trading game
http://freshmeat.net/projects/naev
OCE - 3D computer aided design (CAD)
http://freshmeat.net/projects/oce
Cottage - graphics and sound engine for HTML5 games
http://freshmeat.net/projects/cottage
http://freshmeat.net/projects/wordwarvi
JShot - One-step screen capture, annotate and upload
http://freshmeat.net/projects/jshot
Freeberb3 - Sound processing library
http://freshmeat.net/projects/freeverb3
Turious - TBS game
http://freshmeat.net/projects/turious
Morituri - CD ripper
http://freshmeat.net/projects/morituri
Naev - Space trading game
http://freshmeat.net/projects/naev
OCE - 3D computer aided design (CAD)
http://freshmeat.net/projects/oce
Cottage - graphics and sound engine for HTML5 games
http://freshmeat.net/projects/cottage
Sunday, June 12, 2011
TPS in octave
I was crying. Needed some plots of TPS in 1D. Gints Jekabson comes to the rescue!
http://www.cs.rtu.lv/jekabsons/regression.html
http://www.cs.rtu.lv/jekabsons/regression.html
Monday, June 06, 2011
Finding extra files in your svn directory
Always I forget to do this before running "make package_source".
$ svn status
$ svn status
Sunday, June 05, 2011
Build debian package: take 2
This is my interpretation of http://debian-med.alioth.debian.org/docs/policy.html
When everything is correct, you should be able to do this:
When everything is correct, you should be able to do this:
- cd plastimatch/trunk
- uscan --force-download
- svn-buildpackage -rfakeroot -uc -us
- cd source-dir
- debuild -j4 -i -us -uc -b
- debuild -j4 -i -us -uc -S
- cd source-dir
- cp -r ../trunk/debian .
- lintian -b ./plastimatch_1.5.0-1_amd64.deb
- lintian ./plastimatch_1.5.0-1_source.changes
- make new upstream tarball (don't forget to use pristine source directory -- cmake will include everythign)
- link upstream tarball to debian upstream tarball
- run get-orig-source
- cd build/plastimatch-pristine
- make package_source
- cp plastimatch-1.5.0-beta.2493-Source.tar.bz2 ~/debian-med/packages/plastimatch
- cd ~/debian-med/packages/plastimatch
- ln -s plastimatch-1.5.0-beta.2493-Source.tar.bz2 plastimatch-1.5.0.orig.tar.bz2
- cd trunk
- debian/get-orig-source
- sudo pbuilder create
- sudo pbuilder --update
- sudo pbuilder --build
foo_version
.dsc