Unofficial Debian packages from Coredump.us
Contact: Chris Knadle <chris [dot] knadle [at] coredump [dot] us>
Package List
| Distribution Versions |
source package | section | # binary packages | reason | wheezy | jessie | stretch | sid |
aprx | main | 1 | not in Wheezy, Jessie | 2.08.svn593-1.1+wheezy+0cdu0 | 2.08.svn593-1.1+0cdu0 | | |
bitchx | main | 1 | removed from Debian | | | 1.2.1-1+0cdu0 | 1.2.1-1+0cdu0 |
chirp | main | 1 | not in wheezy | 0.4.0-0.1+wheezy | | | |
coredump-keyring | main | 1 | GPG keys for this repo | 2013.01.19-1 | 2013.01.19-1 | 2013.01.19-1 | 2013.01.19-1 |
crrcsim | main | 3 | not in wheezy | 0.9.12-5 | | | |
dcc | non-free | 3 | removed from Debian | 1.3.158-1+0cdu0+wheezy | 1.3.158-1+0cdu0+jessie | 1.3.158-1+0cdu0 | 1.3.158-1+0cdu0 |
dtc | main | 9 | wheezy bugfix work | 0.36.2-2~wheezy+1 | | | |
libssh | main | 6 | newer package | | | 0.7.2-0.1+0cdu0 | 0.7.2-0.1+0cdu0 |
minitube | main | 1 | not in wheezy | 2.2-1 | | | |
mlmmj | main | 3 | backport for wheezy | 1.2.18.1-1+0cdu1+wheezy | | | |
mumble | main | 3 | started fully embedded version after #682010 | 1.2.15-1+0cdu0+wheezy | 1.2.15-1+0cdu0+jessie | 1.2.15-1+1cdu0 | 1.2.15-1+1cdu0 |
nusoap | main | 1 | wheezy bugfix | 0.7.3-5.1 | | | |
pmwiki | main | 1 | new package | 2.2.76-1+0cdu0+wheezy | 2.2.76-1+0cdu0+jessie | 2.2.83-1+0cdu0 | 2.2.83-1+0cdu0 |
tcpcrypt | main | 3 | not in wheezy | 0.3~rc1-3 | | | |
tpacpi-bat | main | 1 | not in Debian | | 2.1-1+20141030-0cdu0 | 2.1-1+20141030+0cdu0 | 2.1-1+20141030+0cdu0 |
tpbat-utils-acpi | main | 1 | not in Debian | | 1.0-1+20140525+0cdu0 | 1.0-1+20140525+0cdu0 | 1.0-1+20140525+0cdu0 |
xca | main | 2 | newer version | | | 1.3.2-0.1+0cdu0 | 1.3.2-0.1+0cdu0 |
Architectures
i386
amd64
[I'm using cowbuilder on amd64 to build binary packages. If you need packages built for another architecture,
I now have the capability of building packages for foreign architectures thanks to Gregor Herrmann ]
Mailing List
There is a mailing list to discuss the archive, which uses mlmmj.
To subscribe to the mailing list, send an email to:
Secured Repository
This repository has both its packages and the available packages list signed by a GPG key in this keyring, which is most easily installed by installing the Coredump keyring package after verifying that it is correctly signed by my own private GPG key (0xE759A726A9FDD74):
wget http://debian-packages.coredump.us/debian/coredump-keyring_2013.01.19-1_all.deb wget http://debian-packages.coredump.us/debian/coredump-keyring_2013.01.19-1_all.deb.gpg gpg --verify coredump-keyring_2013.01.19-1_all.deb #checks GPG keyring .deb against detached .gpg signature
dpkg -i coredump-keyring_2013.01.19-1_all.deb #installs coredump-keyring package
|
The alternative is to copy the coredump-keyring.gpg keyring file into /etc/apt/trusted.gpg.d/
which is what the keyring package above does.
Sources.list
To use the repository, add one of these to /etc/apt/sources.list
depending on your distribution.
For Wheezy (oldstable)
via http (most common):
deb http://debian-packages.coredump.us/debian/ wheezy main contrib non-free
|
or via ftp:
deb ftp://debian-packages.coredump.us/debian/ wheezy main contrib non-free
|
For Jessie (stable)
via http (most common):
deb http://debian-packages.coredump.us/debian/ jessie main contrib non-free
|
or via ftp:
deb ftp://debian-packages.coredump.us/debian/ jessie main contrib non-free
|
For Stretch (testing)
via http (most common):
deb http://debian-packages.coredump.us/debian/ stretch main contrib non-free
|
or via ftp:
deb ftp://debian-packages.coredump.us/debian/ stretch main contrib non-free
|
For Sid (unstable)
via http (most common):
deb http://debian-packages.coredump.us/debian/ sid main contrib non-free
|
or via ftp:
deb ftp://debian-packages.coredump.us/debian/ sid main contrib non-free
|
Note: deb-src
line(s) can also be added for downloading source pacakges via 'apt-get source <package>'
,
but these are not listed simply because they're not needed or used most of the time. If you want/need this,
simply duplicate the 'deb'
line and change 'deb'
to 'deb-src'
on the 2nd line.
Example:
From:
deb http://debian-packages.coredump.us/debian/ sid main contrib non-free
|
To:
deb http://debian-packages.coredump.us/debian/ sid main contrib non-free deb-src http://debian-packages.coredump.us/debian/ sid main contrib non-free
|
Apt Pinning
If you want to be able to pull in packages from this repository but not automatically upgrade to packages in this repository that you've installed from Debian's repositories, that can be accomplished using an Apt Pin file placed in /etc/apt/preferences.d/
containing this:
Explanation: Pin in order to install specific packages from debian-packages.coredump.us repo Explanation: but with a low priority. https://lists.debian.org/debian-backports/2014/11/msg00065.html Package: * Pin: origin "debian-packages.coredump.us" Pin-Priority: 150
|
Then check that the Pin is active by running 'apt-cache policy
', the output of which should show something very similar to this:
150 http://debian-packages.coredump.us/debian/ sid/main i386 Packages
release o=Coredump Unofficial Packages,a=unstable,n=sid,l=Coredump Unofficial Packages,c=main
origin debian-packages.coredump.us
150 http://debian-packages.coredump.us/debian/ sid/non-free amd64 Packages
release o=Coredump Unofficial Packages,a=unstable,n=sid,l=Coredump Unofficial Packages,c=non-free
origin debian-packages.coredump.us
|
For more information on the 'Pin-Priority
' levels, see 'man apt_preferences
'.