[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#76731: typos on http://www.debian.org/devel/cvs_packages



Package: www.debian.org
Version: N/A

The appended patch fixes a number of typos on the "Using CVS together
with Debian packages" page.

Matt

Index: webwml/english/devel/cvs_packages.wml
===================================================================
RCS file: /cvs/webwml/webwml/english/devel/cvs_packages.wml,v
retrieving revision 1.3
diff -u -r1.3 cvs_packages.wml
--- webwml/english/devel/cvs_packages.wml	2000/10/19 18:06:59	1.3
+++ webwml/english/devel/cvs_packages.wml	2000/11/10 19:36:06
@@ -23,8 +23,8 @@
 </pre>
 
 <p>Note: in the following discussion, the entities in angle brackets
-&lt;&gt; are meant to be changed for wach case, everything else is to
-be taken literally. For eaxample, if you are talking about a package with
+&lt;&gt; are meant to be changed for each case, everything else is to
+be taken literally. For example, if you are talking about a package with
 upstream version 2.1.82, then &lt;$version&gt; means 2.1.82, and
 upstream_version_&lt;$version | tr  . _&gt; means upstream_version_2_1_82.
 
@@ -94,7 +94,7 @@
 
 <pre>
    modules   CVSROOT modules
-   &lt;package&gt; debian/package
+   &lt;package&gt; debian/&lt;package&gt;
 </pre>
 
 <pre>
@@ -121,7 +121,7 @@
 
 <pre>
    $ cd /where/your/source/tree/resides/
-   $ tar zvvfx &lt;package&gt;_&lt;version&gt;.orig.tar.gz
+   $ tar zvfx &lt;package&gt;_&lt;version&gt;.orig.tar.gz
    $ cd &lt;package&gt;_&lt;version&gt;.orig
    $ cvs import -ko -m 'Import of bare source' \
        debian/&lt;package&gt; source-dist upstream_version_&lt;version|tr . _&gt;
@@ -148,7 +148,7 @@
    <p>If you have already created a debianized version but haven't used
    CVS before you might want to run the following commands to
    incorporate your changes. After that you should tag that release to
-   be able to check it out sometimes later.
+   be able to check it out sometime later.
 
 <pre>
    $ cd /where/your/source/tree/resides/&lt;package&gt;-&lt;version&gt;
@@ -160,8 +160,8 @@
 </pre>
 
    <p>Please make sure that the file debian/rules is executable,
-   since this way it shall be executable when exported, and there wll
-   be no problems running dgpk-buildpackage on the exported
+   since this way it shall be executable when exported, and there will
+   be no problems running dpkg-buildpackage on the exported
    sources. In general, make sure *all* files have the right
    permission before you add them to the CVS repository.
 
@@ -171,7 +171,7 @@
 </pre>
 
    <p>Also, please note that you have to add all additional files manually
-   which should be placed in the repository, expecially all files in
+   which should be placed in the repository, especially all files in
    the debian subdirectory. Also, please note that the cvs add command
    does NOT work recursively, so you shall have to manually add
    whatever subdirectories you have. (cd debian; cvs add *)
@@ -192,8 +192,8 @@
        A rules
        ? example1
 </pre>
-   M means modified (has to be commited), A means Added (has to be
-   commited), ? means CVS does not know about the file (needs to be
+   M means modified (has to be committed), A means Added (has to be
+   committed), ? means CVS does not know about the file (needs to be
    added, maybe?). When you are satisfied that nothing has been
    missed, and all files have the required permissions, you are ready
    to commit.
@@ -350,7 +350,7 @@
    revision becomes the head revision.  
 
    <p>So, check and see if all the files have been correctly
-   updated. Espescially, remember to change the debian/changelog file!
+   updated. Especially, remember to change the debian/changelog file!
 
    <p>When you are satisfied, you may remove the old version of the
    working directory. Be very sure you are removing the right



Reply to: