\documentclass[10pt]{article}

\newenvironment{nospitem}{\begin{list}{}{
  \setlength{\itemsep}{0.01ex}
  \setlength{\parsep}{0.01ex}
  \renewcommand{\makelabel}{\hfill\bf -\hfill}}}{\end{list}}
\pagestyle{empty}
\setlength{\textwidth}{7.4in}\setlength{\textheight}{9.5in}
% Needed for my weird printer
\setlength{\voffset}{-1.0in}
\setlength{\hoffset}{-1.4in}

\begin{document}

\begin{center}
\textbf{\large Overcoming Debian's New Maintainer Procedures \\
        Chris Fearnley \quad Chris@CJFearnley.com \quad
        http://www.CJFearnley.com }
\end{center}

\begin{itemize}

\item Getting familiar with Debian's \textit{Developer's Corner}
      (http://www.debian.org/devel/)
  \begin{itemize}
  \item Joining Debian
  \item Debian Constitution
  \item Voting Information
  \item Different Architectures
  \item Release Critical Bugs
  \item Debian Policy
  \item Debian Menu System
  \end{itemize}

\item Subscribe to debian-devel and any other mailing lists relevant to
      your development interests

\item Begin work on your interests and ask questions on the Debian mailing
      lists (http://www.debian.org/\-Mailing\-Lists/\-subscribe)

\item Debian's "Social Contract" with the Free Software Community
      (doc-debian)
  \begin{itemize}
  \item Debian Will Remain 100\% Free Software
  \item We Will Give Back to the Free Software
  \item We Won't Hide Problems
  \item Our Priorities are Our Users and Free Software
  \item Programs That Don't Meet Our Free-Software Standards
  \item DFSG (Debian Free Software Guidelines)
    \begin{itemize}
    \item Free Redistribution
    \item Source Code
    \item Derived Works
    \item Integrity of The Author's Source Code
    \item No Discrimination Against Persons or Groups
    \item No Discrimination Against Fields of Endeavor
    \item Distribution of License
    \item License Must Not Be Specific to Debian
    \item License Must Not Contaminate Other Software
    \item Example Licenses: The "GPL", "BSD", and "Artistic" licence
    \end{itemize}
  \end{itemize}

\item Registering as a Debian developer (developers-reference)
  \begin{itemize}
  \item Notify new-maintainer@debian.org
    \begin{itemize}
    \item Your name
    \item Your preferred login name for master.debian.org (eight characters
          or less)
    \item The email address at which you prefer to be subscribed to
          debian-private@lists.debian.org
    \item A phone number where we can call you during evening hours
    \item A statement of intention, that is, what package(s) you intend
          to work on, which Debian port you will be assisting, or how
          you intend to contribute to Debian
    \item A statement that you have read and agree to uphold the Debian
          Social Contract
    \item One of the following mechanisms by which we can verify your
          real-life identity:
      \begin{itemize}
       \item A key signed by any well-known signature, such as: 
          \begin{nospitem}
           \item Any current Debian developer you have met in real life. 
           \item Any formal certification service (such as Verisign, etc.) that
                 verifies your identity.
          \end{nospitem}
       \item You may identify yourself with a scanned (or physically mailed)
             copy of formal documents certifying your identity (such as a
             birth certificate, national ID card, U.S.  Driver's License,
             etc.). If emailed, please sign the mail with your PGP key.
      \end{itemize}
    \end{itemize}
  \end{itemize}

\end{itemize}

\end{document}
