http://www.debian.org/devel/cvs_packages is saying: For example, if you are talking about a package with upstream version 2.1.82, then <$version> means 2.1.82, and upstream_version_<$version | tr . _> means upstream_version_2_1_82.
but later of this document, there're something like upstream_version_<version... or package_<version> so probably the first 2 should be <version> and <version | tr . _> instead of <$version> and <$version | tr . _> ? -- victory http://debian.rsz.jp/ don't include my addresses in mail body... ------------------------------------------------------------------ Index: cvs_packages.wml =================================================================== RCS file: /cvs/webwml/webwml/english/devel/cvs_packages.wml,v retrieving revision 1.8 diff -u -u -r1.8 cvs_packages.wml --- cvs_packages.wml 12 Dec 2004 21:09:28 -0000 1.8 +++ cvs_packages.wml 23 Nov 2006 09:01:16 -0000 @@ -25,8 +25,8 @@ <p>Note: in the following discussion, the entities in angle brackets <> 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 <$version> means 2.1.82, and -upstream_version_<$version | tr . _> means upstream_version_2_1_82. +upstream version 2.1.82, then <version> means 2.1.82, and +upstream_version_<version | tr . _> means upstream_version_2_1_82. <ol> <li>Set up CVS -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]