find possible values of REPO_NAME from Gitweb.
</p>
-<p>
-I also have <a href="http://ftp.steven-mcdonald.id.au/debian-packages/">
-an APT repository</a> for Debian sid, which I am using as a place to
-upload my Debian packaging before it is ready for Debian. Please don't
-ask me to support anything other than sid; my aim here is to get packages
-into Debian itself, not to provide yet another third-party repo.
-</p>
-
-<p>
-That said, if you want to test packages I've uploaded here, add something
-like this to <tt>/etc/apt/sources.list</tt>:
-</p>
-
-<code>
-# Steven McDonald's APT repository<br>
-deb http://ftp.steven-mcdonald.id.au/debian-packages/ unstable main<br>
-deb-src http://ftp.steven-mcdonald.id.au/debian-packages/ unstable main
-</code>
-
-<p>
-This repository has its Release file signed with <a
-href="http://www.steven-mcdonald.id.au/pgp_public_key.asc">my OpenPGP key
-</a>, so you'll probably want to tell APT to trust it. For the lazy:
-</p>
-
-<code>
-$ wget -qO- http://www.steven-mcdonald.id.au/pgp_public_key.asc
-| sudo apt-key add -
-</code>
-
</div>
<!--#include virtual="/footer.shtml"-->