So far so good. I just switched from Debian/i386 to Debian/AMD64, so did my Apt Repo. It does now contain packages for amd64 and i386.
If you use i386, then you can `only' access those packages, which don't need to be compiled (python-applications, artwork), if you use AMD64, you can access all packages.
In addition all deb-srcs are available, so if you use i386 you can easily built a package by downloading the deb-src and issuing `
dpkg-buildpackage -rfakeroot' inside the source directory (if all dependencies are installed).
Here are the lines for /etc/apt/sources.list:
deb http://www.nanolx.org/apt/ speedwave main
deb-src http://www.nanolx.org/apt/ speedwave mainIn case you trust me, you can install my GPG key via:
1 2
|
gpg --keyserver pgp.mit.edu --recv-key 22455895 gpg --armor --export 22455895 | sudo apt-key add -
|
If you want a package from xyz, then don't hesitate to tell me, I'll see what I can do.
Add comment