This is my personal repository for custom Debian packages. Some are backports, some are third party. I usually only build and maintain for the current Stable branch, but during a transition period there may be packages for Oldstable as well.
Your mileage may vary.
USE IT AT YOUR OWN RISK!!!
(optional) add https support to your apt:
aptitude install apt-transport-https
import the key:
wget -O- https://debian.neonknight.ch/neonknight.pub.key | apt-key add -
add the sources.list to your /etc/apt/sources.list.d/
directory or add the following line to your /etc/apt/sources.list
deb https://debian.neonknight.ch/ stretch-backports main
if you don't want the backports to be installed automatically, copy the pinning file to your /etc/apt/preferences.d/ directory or add its content to /etc/apt/preferences
run
aptitude update
or
apt-get update
now you're ready to install the packages:
aptitude install -t stretch-backports PACKAGENAME
or
apt-get install -t stretch-backports PACKAGENAME
If you need other backported packages check out
http://backports.debian.org/changes/stretch-backports.html
http://mozilla.debian.net/
Need other kernel versions, customized configuration or need to install
proprietary video drivers from AMD or nVidia? Then you should compile
your own kernel, especially AMD's fglrx driver requires the whole
/usr/src/linux-x.y.z tree with all build data. Check the official docs
and the old (but still valid) howto:
http://www.debian.org/releases/stable/i386/ch08s06.html.en
http://www.howtoforge.com/kernel_compilation_debian_etch
Want to build your own backports? Here you go:
http://wiki.debian.org/SimpleBackportCreation
You should also read this document if you do not want to compile as root:
http://www.debian.org/doc/manuals/apt-howto/ch-sourcehandling.en.html
Want a shiny repo of your own? It's pretty easy, check out this howto:
http://wiki.debian.org/SettingUpSignedAptRepositoryWithReprepro
Something else? Send mail to debian (at) neonknight (dot) ch