r62475 - /website/docs/pkg-perl-for-users/pkg-perl-for-users.tex

diocles at users.alioth.debian.org diocles at users.alioth.debian.org
Sat Sep 11 11:22:35 UTC 2010


Author: diocles
Date: Sat Sep 11 11:22:23 2010
New Revision: 62475

URL: http://svn.debian.org/wsvn/?sc=1&rev=62475
Log:
Use \tt in some more places

Modified:
    website/docs/pkg-perl-for-users/pkg-perl-for-users.tex

Modified: website/docs/pkg-perl-for-users/pkg-perl-for-users.tex
URL: http://svn.debian.org/wsvn/website/docs/pkg-perl-for-users/pkg-perl-for-users.tex?rev=62475&op=diff
==============================================================================
--- website/docs/pkg-perl-for-users/pkg-perl-for-users.tex (original)
+++ website/docs/pkg-perl-for-users/pkg-perl-for-users.tex Sat Sep 11 11:22:23 2010
@@ -42,7 +42,7 @@
   How do you install Perl modules?
 
   \begin{itemize}
-    \item ``apt-get install libfoo-perl''
+    \item {\tt apt-get install libfoo-perl}
     \item Backports for older releases
     \item CPAN for unpackaged modules
   \end{itemize}
@@ -88,7 +88,6 @@
 \frame
 {
   \frametitle{Getting involved - joining the team}
-
   \begin{itemize}
     \item Create an alioth account
     \item Apply to join the pkg-perl group on alioth
@@ -172,9 +171,9 @@
   Once you think your package is ready for review, mark it as such:
 
   \begin{itemize}
-    \item dch -r
+    \item {\tt dch -r}
     \item (or `s/UNRELEASED/unstable/' in debian/changelog)
-    \item svn commit -m `dch -r; ready for review'
+    \item {\tt svn commit -m `dch -r; ready for review'}
   \end{itemize}
 
   The package status will be changed automatically in PET.




More information about the Pkg-perl-cvs-commits mailing list