You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
538 lines
16 KiB
538 lines
16 KiB
# vim:tw=78:sw=4
|
|
|
|
if @core {
|
|
|
|
# shells
|
|
install bash zsh dash ksh tcsh csh rc;
|
|
|
|
# editors
|
|
install ed vim nano;
|
|
|
|
# utils
|
|
install acl screen less lsof bc dc psmisc procps htop
|
|
schedtool pciutils usbutils rsync;
|
|
|
|
# compression
|
|
install bzip2 gzip pax lzma @!lenny xz-utils cpio;
|
|
|
|
# terminals
|
|
install ncurses-bin ncurses-term;
|
|
|
|
# network
|
|
install iputils-ping iputils-arping traceroute telnet
|
|
iproute ethtool dnsutils whois wget netcat-openbsd netcat6
|
|
@!container ntp vlan bridge-utils tcpdump tshark
|
|
ftp tftp;
|
|
|
|
# package management
|
|
install aptitude dselect unattended-upgrades;
|
|
|
|
# crypto
|
|
install gnupg;
|
|
|
|
# sudo
|
|
install sudo-ldap;
|
|
|
|
# ssh
|
|
install ssh fail2ban;
|
|
|
|
# documentation
|
|
install manpages info;
|
|
|
|
# logging
|
|
install rsyslog;
|
|
|
|
# safety
|
|
install molly-guard;
|
|
|
|
# mail
|
|
install @mta postfix @!mta ssmtp;
|
|
};
|
|
|
|
# physical machine (non virtual server)
|
|
if @machine {
|
|
install lm-sensors smartmontools hwinfo lshw @armel mtd-utils
|
|
@x86 acpid @x86 acpi @x86 @!lucid @!ubuntu acpi-support-base
|
|
@!sparc @!mips @!alpha @!mipsel kexec-tools @x86 vbetool fbset
|
|
@x86 read-edid;
|
|
|
|
@amd64 install linux-image-amd64/linux-image;
|
|
@i386 install linux-image-686/linux-image;
|
|
@sparc install @!nosmp linux-image-sparc64-smp @nosmp linux-image-sparc64;
|
|
@powerpc install linux-image-powerpc;
|
|
@alpha install linux-image-alpha-smp;
|
|
@mips @sodium-citrate install linux-image-r5k-ip32;
|
|
};
|
|
|
|
# container (virtual server)
|
|
if @container {
|
|
remove udev initramfs-tools pm-utils radeontool acpid ntp;
|
|
};
|
|
|
|
if @auth-core {
|
|
install nscd @!lenny nslcd libnss-ldapd ldap-utils libpam-krb5 krb5-user
|
|
ldapvi libsasl2-modules-gssapi-mit;
|
|
|
|
@csclub
|
|
install libpam-csc;
|
|
};
|
|
|
|
if @nfs-core {
|
|
install nfs-common quota;
|
|
};
|
|
|
|
if @devel-core {
|
|
|
|
# essentials
|
|
install build-essential gcc g++;
|
|
|
|
# debian pckages
|
|
install dpkg-dev devscripts debootstrap dupload fakeroot;
|
|
|
|
# build systems
|
|
install make autoconf automake;
|
|
|
|
# debugging tools
|
|
install strace gdb elfutils;
|
|
|
|
# scripting
|
|
install perl python;
|
|
|
|
# documentation
|
|
install manpages-dev;
|
|
};
|
|
|
|
if @devel-full {
|
|
|
|
# essentials
|
|
install gcc-doc cpp-doc
|
|
binutils-doc binutils-multiarch
|
|
manpages-posix-dev
|
|
glibc-doc @!ubuntu glibc-doc-reference
|
|
@!alpha gcc-multilib;
|
|
|
|
# debugging
|
|
install libc6-dbg/libc6.1-dbg gdb-doc
|
|
@x86 valgrind
|
|
@x86 ltrace;
|
|
|
|
# profiling
|
|
install gperf libc6-prof/libc6.1-prof;
|
|
|
|
# assembly
|
|
install bin86 nasm yasm;
|
|
|
|
# scanning and parsing
|
|
install flex flex-doc bison bison-doc ragel
|
|
antlr antlr-doc python-antlr happy frown frown-doc
|
|
byacc kelbt lemon bnfc jflex jlex re2c bisonc++
|
|
python-ply python-pyparsing btyacc @!alpha mono-jay pccts
|
|
kimwitu kimwitu-doc kimwitu++ menhir racc wyg
|
|
@i386/amd64/powerpc @!alpha coco-cpp @!alpha
|
|
coco-cs @!alpha coco-java coco-doc cup
|
|
javacc javacc-doc python-yappy yapps2
|
|
styx styx-dev styx-doc liblua5.1-lpeg-dev
|
|
@!debian @!ubuntu cl-yacc;
|
|
|
|
# build systems
|
|
install make-doc ccache @!lenny distcc ant ant-optional scons qt4-qmake
|
|
autogen autoconf-doc autoconf2.13 automake1.9
|
|
automake1.9-doc autotools-dev autoproject kbuild;
|
|
|
|
# version control
|
|
install git-core git-email git-cvs git-svn git-arch git-doc
|
|
git-buildpackage guilt stgit @!lenny topgit mercurial subversion subversion-tools
|
|
@!debian @!ubuntu svk darcs bzr bzrtools rcs cvs cvsps cssc tla tla-doc diff wdiff
|
|
colordiff xxdiff @!precise tkdiff patch patchutils quilt tig diffstat
|
|
pristine-tar
|
|
@x86 monotone
|
|
@X gitk
|
|
@X git-gui;
|
|
|
|
# semantic analyzers
|
|
install sparse @!lenny coccinelle;
|
|
|
|
# debian
|
|
install debhelper dh-make dh-make-perl dh-buildinfo dbs cdbs dpatch
|
|
kernel-package lintian alien po-debconf pbuilder dpkg-repack
|
|
schroot;
|
|
|
|
# i18n
|
|
install gettext;
|
|
|
|
# testing
|
|
install dejagnu check;
|
|
|
|
# code browsing
|
|
install doxygen exuberant-ctags;
|
|
|
|
# editing
|
|
install @!wheezy @!ubuntu jde indent;
|
|
|
|
# c/c++
|
|
install cutils stl-manual bcc;
|
|
|
|
# c#
|
|
@!alpha
|
|
install mono-complete mono-devel mono-profiler
|
|
mono-tools-devel @X mono-tools-gui;
|
|
|
|
# vb.net
|
|
@!alpha
|
|
install mono-vbnc;
|
|
|
|
# java
|
|
install openjdk-6-jdk;
|
|
|
|
# haskell
|
|
install ghc6 ghc6-doc
|
|
@!lenny @!ubuntu haskell-platform;
|
|
|
|
# ocaml
|
|
install ocaml camlp4;
|
|
|
|
# perl
|
|
install perl-doc libsvn-perl libdbd-sqlite3-perl;
|
|
|
|
# python
|
|
install python-all-dev python-m2crypto python-mysqldb
|
|
python-imaging python-libxml2 python-libxslt1 python-numpy
|
|
python-numpy-doc python-twisted python-support
|
|
python-openssl python-pexpect @!wheezy @!oneiric @!precise python-pgsql python-pyasn1
|
|
python-pysnmp4 python-sqlobject python-subversion python-tk
|
|
python-urwid python-xmpp drpython ipython pylint pychecker
|
|
pyflakes python-beautifulsoup python-chardet python-clientform
|
|
python-cups python-kerberos python-mako
|
|
python-notify python-pyme python-rpm python-selinux
|
|
python-setuptools python-simplejson python-sqlite
|
|
python-sqlitecachec python-urlgrabber
|
|
@x86 jython @x86 jython-doc;
|
|
|
|
# ruby
|
|
install ruby ruby-dev rubygems rake ruby1.9/ruby1.9.1
|
|
ruby1.9-dev/ruby1.9.1-dev;
|
|
|
|
# llvm
|
|
install @!lenny clang llvm-2.9/llvm llvm-2.9-dev/llvm-dev;
|
|
|
|
# scheme
|
|
install gauche-dev gambc mit-scheme-doc chicken-bin
|
|
@!lucid @!maverick @!squeeze guile-1.8-dev scheme48 scm sigscheme slib tinyscheme
|
|
@!lenny @!sparc scheme2c @!lenny scheme9
|
|
@x86 stalin
|
|
@x86 plt-scheme;
|
|
|
|
# tcl/tk
|
|
install tcl tcl-dev tcl8.5 tk tk-dev;
|
|
|
|
# lua
|
|
install lua5.1 lua5.1-doc luadoc;
|
|
|
|
# misc scripting
|
|
install swig gawk mawk m4;
|
|
|
|
# misc languages
|
|
install gfortran gforth gnat gobjc gobjc++ erlang erlang-dev beef
|
|
intercal/clc-intercal php5-cli rhino iconx @i386/amd64 sbcl
|
|
@!sparc clisp;
|
|
|
|
# AVR toolchain
|
|
install @!wheezy gcc-avr binutils-avr gdb-avr avrdude avrdude-doc simulavr
|
|
avarice @!wheezy avr-libc avra avrp uisp usbprog
|
|
@!lenny @!sparc avrprog;
|
|
|
|
# development libraries
|
|
install comerr-dev e2fslibs-dev libcap-dev
|
|
libattr1-dev libacl1-dev libselinux1-dev libpcre3-dev
|
|
libalut-dev libopenal-dev python-dev libapt-pkg-dev
|
|
linux-libc-dev libgnutls-dev libkrb5-dev libreadline6-dev/libreadline5-dev
|
|
libncurses5-dev libncursesw5-dev libghc6-x11-dev libghc6-mtl-dev
|
|
libghc6-x11-prof libghc6-mtl-prof
|
|
libghc6-x11-doc libghc6-mtl-doc
|
|
libghc6-network-dev libghc-parsec3-dev/libghc6-parsec-dev
|
|
libboost-dev libgtkmm-2.4-dev
|
|
zlib1g-dev libcurl4-gnutls-dev libexpat1-dev libglib2.0-dev
|
|
libgmp3-dev libpq-dev libsasl2-dev libsctp-dev libsqlite3-dev
|
|
libssl-dev libxml2-dev libxslt1-dev ss-dev mesa-common-dev
|
|
uuid-dev libprotobuf-c0-dev libprotobuf-dev
|
|
@amd64 ia32-libs libffi-dev libidl-dev libelf-dev libdw-dev
|
|
libaudit-dev
|
|
libsigc++-dev;
|
|
|
|
# X development libraries
|
|
install xorg-dev libgtk2.0-dev libqt4-dev #kdelibs5-dev/kdelibs4-dev
|
|
libsdl1.2-dev freeglut3-dev libgl1-mesa-dev
|
|
libglu1-mesa-dev
|
|
@X @!precise gnome-core-devel
|
|
@X libgnome-dev/libgnome2-dev;
|
|
|
|
# gui tools
|
|
install @X glade xutils-dev;
|
|
|
|
# integrated development environments
|
|
@X install eclipse monodevelop monodevelop-python
|
|
monodevelop-vala monodevelop-java;
|
|
|
|
# cross toolchains
|
|
@squeeze @x86
|
|
install gcc-4.4-arm-linux-gnueabi
|
|
gcc-4.4-mips-linux-gnu
|
|
gcc-4.4-mipsel-linux-gnu
|
|
gcc-4.4-powerpc-linux-gnu
|
|
gcc-4.4-sparc-linux-gnu
|
|
gcc-4.4-s390-linux-gnu
|
|
gcc-4.4-ia64-linux-gnu;
|
|
|
|
# miscellaneous
|
|
install chrpath openmpi-bin openmpi-doc protobuf-compiler
|
|
protobuf-c-compiler;
|
|
};
|
|
|
|
if @general-use {
|
|
|
|
# shells
|
|
install bash-doc zsh-beta bash-completion zsh-doc zsh-beta-doc bashdb;
|
|
|
|
# editors
|
|
install nvi bvi wily
|
|
@X vim-gnome;
|
|
|
|
# crypto
|
|
install gnupg-agent gnupg2 openssl;
|
|
|
|
# network
|
|
install @!precise ipset ipcalc iftop nmap openipmi @x86 ipmitool cdpr lksctp-tools
|
|
iptables ebtables arptables tsocks @!lenny freeipmi-tools
|
|
lftp ncftp
|
|
@X wireshark;
|
|
|
|
# web
|
|
install w3m links elinks lynx axel curl;
|
|
|
|
# typesetting
|
|
install groff texlive-full dvi2ps dvipng dvidvi djvulibre-bin
|
|
# @X texmacs - requires mlocate
|
|
@X lyx;
|
|
|
|
# filesystems
|
|
@!container
|
|
install fuse-utils sshfs davfs2 cloop-utils @x86/powerpc fuseext2;
|
|
|
|
# printing
|
|
install ghostscript psutils
|
|
@X gv
|
|
@X ghostscript-x;
|
|
|
|
# databases
|
|
install sqlite3 sqlite3-doc postgresql-client mysql-client
|
|
db4.7-util/db4.8-util;
|
|
|
|
# compression
|
|
install unzip unrar sharutils cabextract p7zip p7zip-full p7zip-rar
|
|
arj unace ncompress zoo xdelta bsdtar bsdcpio;
|
|
|
|
# ssh
|
|
install pssh @X clusterssh dsh;
|
|
|
|
# documentation
|
|
install texinfo texi2html asciidoc jade jadetex openjade wv iso-codes
|
|
man2html help2man info2man docbook2x txt2man;
|
|
|
|
# spelling
|
|
install aspell-en ispell myspell-en-us iamerican wamerican;
|
|
|
|
# emacs
|
|
install @!karmic @!lucid @!maverick tuareg-mode @!karmic @!lucid @!maverick ocaml-mode
|
|
@X emacs22-gtk/emacs23-gtk @!X emacs22-nox/emacs23-nox;
|
|
|
|
# math
|
|
install graphviz r-recommended euler euler-doc gnuplot gnuplot-doc
|
|
gap lp-solve mathomatic maxima maxima-doc
|
|
@X gnuplot-x11
|
|
@X rocs;
|
|
|
|
# octave
|
|
install octave3.2/octave3.0 octave3.2-doc/octave3.0-doc
|
|
octave3.2-emacsen/octave3.0-emacsen
|
|
octave3.2-headers/octave3.0-headers;
|
|
@!lenny
|
|
install octave-ad octave-audio octave-benchmark @!wheezy @!ubuntu octave-bim
|
|
octave-combinatorics octave-communications-common
|
|
octave-communications octave-control octave-data-smoothing
|
|
octave-econometrics octave-epstk octave-financial octave-fixed octave-fpl
|
|
octave-ftp octave-ga octave-general octave-gsl octave-ident octave-image
|
|
octave-informationtheory @!wheezy @!oneiric @!precise octave-integration octave-io octave-irsa
|
|
octave-linear-algebra octave-mapping octave-miscellaneous
|
|
octave-missing-functions @!wheezy @!oneiric @!precise octave-msh octave-multicore octave-nan
|
|
octave-nlwing2 octave-nnet octave-nurbs octave-ocs octave-octcdf
|
|
octave-octgpr octave-odepkg octave-optim octave-optiminterp
|
|
octave-outliers octave-parallel octave-pdb
|
|
octave-pkg-dev octave-plot octave-secs1d octave-secs2d octave-signal
|
|
octave-simp octave-sockets octave-specfun octave-splines octave-statistics
|
|
octave-strings octave-struct octave-symband octave-symbolic octave-time
|
|
octave-tsa octave-vrml octave-zenity octave-pfstools
|
|
octave-plplot octave-sp;
|
|
|
|
# xml
|
|
install xsltproc libxml2-utils docbook-xsl docbook-utils docbook-dsssl
|
|
docbook-xml docbook-to-man xmlto fop opensp sgml2x sgmltools-lite
|
|
sp tidy xalan;
|
|
|
|
# multimedia
|
|
install mplayer vlc @!container festival ffmpeg dvd+rw-tools dvgrab
|
|
@!squeeze @!wheezy dvdrip
|
|
@!squeeze @!wheezy lame twolame @audio timidity
|
|
cdrdao cdparanoia genisoimage sox mp3blaster
|
|
@!squeeze @!wheezy x264 mkvtoolnix
|
|
vorbis-tools
|
|
@X cheese @!alpha mencoder;
|
|
|
|
# images
|
|
install enblend enfuse hugin-tools;
|
|
|
|
# torrents
|
|
install rtorrent
|
|
@X amarok;
|
|
|
|
# communication
|
|
install mutt alpine tin irssi efax
|
|
@squeeze/lucid/maverick bsd-mailx procmail centerim fetchmail
|
|
nn slrn spamassassin trn4
|
|
@lenny @!squeeze @!alpha pine;
|
|
|
|
# utilities
|
|
install rdiff dosfstools tofrodos mc wodim socat snmp @!lenny snmp-mibs-downloader
|
|
@!lucid @!maverick busybox-static/busybox
|
|
@lucid/maverick busybox-static uboot-mkimage most
|
|
bonnie++ latencytop time bsdmainutils dctrl-tools ddrescue gddrescue
|
|
file parchive par2 realpath reportbug rpm shtool smbclient stow xstow
|
|
sysstat unison john iotop sg3-utils attr dstat @!container i2c-tools
|
|
rstat-client dnstracer parted tree apt-file makepasswd
|
|
@x86 syslinux finger fdupes bchunk cowsay 9base libjpeg-progs;
|
|
|
|
# serial
|
|
install conserver-client minicom cu;
|
|
|
|
# virtualization
|
|
install @!corn-syrup @!alpha qemu
|
|
@corn-syrup qemu-system
|
|
@corn-syrup qemu-user;
|
|
|
|
# club management
|
|
@csclub @amd64
|
|
@!natty @!wheezy @!precise
|
|
install ceo-python;
|
|
};
|
|
|
|
if @x-core {
|
|
# base
|
|
install xserver-xorg xfonts-base gdm;
|
|
|
|
# utils
|
|
install xauth xsel gksu sux;
|
|
|
|
# terminal emulators
|
|
install xterm rxvt rxvt-unicode gnome-terminal;
|
|
|
|
# web browsers
|
|
install firefox/iceweasel google-chrome-stable;
|
|
};
|
|
|
|
if @X {
|
|
# utils
|
|
install workrave;
|
|
|
|
# terminal emulators
|
|
install yakuake;
|
|
|
|
# window managers
|
|
install xmonad stumpwm wmii;
|
|
|
|
# widgets
|
|
install xmobar;
|
|
|
|
# fonts
|
|
install @!precise console-terminus xfonts-terminus gsfonts gsfonts-x11
|
|
ttf-dejavu ttf-opensymbol ttf-freefont;
|
|
|
|
# office
|
|
install openoffice.org scribus
|
|
gimp xfig dia inkscape imagemagick blender fontforge
|
|
xpdf evince gthumb eog djview4;
|
|
|
|
# messaging
|
|
install pidgin pidgin-otr empathy;
|
|
|
|
# browsers
|
|
install thunderbird/icedove epiphany-browser
|
|
@!lenny midori flashplugin-installer;
|
|
|
|
# multimedia
|
|
install audacity @!ubuntu kstreamripper audacious @!natty @!oneiric lmms k3b
|
|
@!lenny ardour;
|
|
|
|
# images
|
|
install hugin;
|
|
|
|
# geometry
|
|
install carmetal;
|
|
|
|
# cad
|
|
install xtrkcad @!lenny freecad pythoncad;
|
|
|
|
# gnome
|
|
install @!ubuntu gdm-themes @!oneiric @!precise gnome-core @!oneiric @!precise gnome-office @!precise gnome-themes
|
|
gnome-themes-extras rhythmbox gnome-rdp
|
|
@!ubuntu gnome-desktop-environment;
|
|
|
|
# kde
|
|
install @maverick kde-standard @!kdebase kdebase-runtime kdeutils
|
|
@lenny/squeeze kde-core @!lenny kdebase-workspace;
|
|
|
|
# xfce
|
|
install xfce4;
|
|
|
|
# electronics
|
|
install geda @!ubuntu ktechlab arduino ngspice bristol cl-rlc electric
|
|
gerbv gnucap gpsim gsmc gspiceui gtkwave @!ubuntu klogic linsmith
|
|
oregano pcb pcb-gtk qucs tkgate xcircuit xsmc-calc
|
|
@!oneiric @!precise eagle kic kicad;
|
|
|
|
# virtualization
|
|
install virtualbox-ose;
|
|
|
|
# miscellaneous
|
|
install gucharmap gmrun dzen2 xserver-xephyr xtightvncviewer
|
|
@lenny/squeeze wine;
|
|
};
|
|
|
|
if @core {
|
|
|
|
# no games
|
|
@csclub
|
|
remove gnome-games nethack-common;
|
|
|
|
# evil packages
|
|
remove pulseaudio avahi-daemon @!natty evolution-data-server @!lenny docky
|
|
@!lenny @!squeeze @!wheezy ureadahead lirc joe
|
|
mlocate locate pidentd;
|
|
|
|
# useless packages
|
|
remove winbind @!audio timidity @!lenny modemmanager
|
|
libpam-ldap @!lenny libpam-ldapd auditd
|
|
isc-dhcp-client/dhcp3-client
|
|
@!lenny blcr-dkms
|
|
@!squeeze @!lenny @!wheezy apparmor @!squeeze @!lenny packagekit
|
|
sn;
|
|
|
|
# X-only packages
|
|
@!x-core remove fam gamin hal pidgin dbus dbus-x11 xfonts-100dpi;
|
|
|
|
# full X-only packages
|
|
@!X remove consolekit @!alpha policykit-1 gvfs @!alpha udisks;
|
|
|
|
# static network only
|
|
remove network-manager-kde network-manager-pptp
|
|
network-manager-pptp-gnome network-manager
|
|
wpasupplicant;
|
|
};
|
|
|