User Tools

Site Tools


info:development

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
info:development [2010/01/14 12:14] moritzinfo:development [2011/08/23 16:42] (current) – [Restoring installed packages] moritz
Line 13: Line 13:
 set autoindent set autoindent
 </code> </code>
 +
 +===== Eclipse =====
 +For many applications, Eclipse is the best editor and IDE. See [[.:eclipse]] for more details.
  
 ===== C/C++ Development ===== ===== C/C++ Development =====
Line 63: Line 66:
 # generater a lost of installed packages # generater a lost of installed packages
 PKG_LST=$(aptitude search "~i !~M "|awk '{print $2","}'|tr -d "\n") PKG_LST=$(aptitude search "~i !~M "|awk '{print $2","}'|tr -d "\n")
 +DATE=-$(date +"%s")
  
 cat - <<EOF cat - <<EOF
Line 71: Line 75:
  
 Package: YOURNAME-environment Package: YOURNAME-environment
-Version: 1.0+Version: 1.0$DATE
 Maintainer: your name <user@host.tld> Maintainer: your name <user@host.tld>
 # Pre-Depends: <comma-separated list of packages> # Pre-Depends: <comma-separated list of packages>
Line 124: Line 128:
     This package depends on all packages I expect my system to have installed.     This package depends on all packages I expect my system to have installed.
 </code> </code>
 +
 +
 +===== Lotus Notes on Debian =====
 +At some point in time, Debian decided to rename libcupsys to libcups, breaking Note's dependencies. To make it run with the new library, create a dummy library libcupsys2 that depends on libcups2 and creates a symlink from libcups.so.2 to libcupsys.so.2.
  
info/development.1263467657.txt.gz · Last modified: 2010/01/14 12:14 by moritz

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki