About
This is an inoffical repository for the Debian/etch distribution. Amongst other packages, it includes:
- postfix 2.3.2 and postfix 2.4.6 with the "stress dependent server personality patch"
- dk-filter and dkim/milter
- collectd 4.0.7
- an IPv6 aware version of the "analog" weblog analyzier
- an UTF-8 aware version of the "doxygen" source code documentation tool
- an UTF-8 aware version of the "slrn" news reader
- libapache2-mod-auth-shadow
A full list of contents can be viewed here.
Usage
To use these packages, please perform the following steps:
- Import the archive key:
wget -O- http://debian.incertum.net/cite-backports.gpg | apt-key add -
- Add the following lines to /etc/apt/sources.list:
deb http://debian.incertum.net/ cite-backports experimental
- If you want sources, you have to further add:
deb-src http://debian.incertum.net/ cite-backports experimental
to your /etc/apt/sources.list
- Update the list of available packages:
apt-get update
- To install packages, use the command line switch -t cite-backports when using aptitude or apt-get, e.g.:
aptitude -t cite-backports install postfix
Disclaimer
Please note that these packages are NOT official packages. That means that they may contain errors, break your system and so on. Use at your own risk!
Troubleshooting
Q: Why does aptitue (apt-get) want to upgrade several of my installed packages to versions from your repository, even without the "-t cite-backports" switch?
A: My bad, I had an error in my "Release" file. Please delete your binary package cache and rebuild it:
rm /var/cache/apt/pkgcache.bin
apt-get update
Q: Why does apt-get source get source from your repository? Why does apt-get -t cite-backports source spit out an error?
A: I don't have any idea, honestly. Sorry.
Q: Why don't your provide sources?
A: Because I had never bothered with sources in the past, i.e. a lot of sources are missing (I changed the system on which I built the packages several times) - I didn't start this repository with the intention of making it publicly accessible. I do add sources for every new package, starting from November 1st, 2007.
Q: But it's GPL and other Open Source software, you have to provide sources!
A: Well, sue me, then. This will only lead to the removal of this repository.