chiark / gitweb /
isolate a few more language-independent bits; change /usr/doc to
authoraph <aph@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Sun, 24 Feb 2002 19:49:50 +0000 (19:49 +0000)
committeraph <aph@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Sun, 24 Feb 2002 19:49:50 +0000 (19:49 +0000)
/usr/share/doc, and typo in debian/copyright, closes: #126924

git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@1439 313b444b-1b9f-4f58-a734-7bb04f332e8d

common.ent
developers-reference.sgml

index ca9491ff8821a6b61736cba178ce923706596180..4dc577767a985edd8edf8543cb2290ab276e869f 100644 (file)
 <!entity email-bts-control "<email>control@bugs.debian.org</email>">
 
 <!-- misc Debian info -->
 <!entity email-bts-control "<email>control@bugs.debian.org</email>">
 
 <!-- misc Debian info -->
-<!entity file-mail-lists "<file>/usr/doc/debian/mailing-lists.txt</file>">
-<!entity file-bts-mailing "<file>/usr/doc/debian/bug-log-mailserver.txt</file>">
-<!entity file-bts-info "<file>/usr/doc/debian/bug-maint-info.txt</file>">
+<!entity file-mail-lists "<file>/usr/share/doc/debian/mailing-lists.txt</file>">
+<!entity file-bts-mailing "<file>/usr/share/doc/debian/bug-log-mailserver.txt</file>">
+<!entity file-bts-info "<file>/usr/share/doc/debian/bug-maint-info.txt</file>">
+<!entity file-bts-docs "<file>/usr/share/doc/debian/bug-*</file>">
+<!entity cron-bug-report '0 17 * * fri   echo "index maint <var>maintainer-address</var>" | mail request@bugs.debian.org'>
 
 <!entity control-file-fields "<list compact>
              <item><tt>Format</tt>
 
 <!entity control-file-fields "<list compact>
              <item><tt>Format</tt>
      misc, non-debian
   -->
 <!entity pgp-keyserv "<tt>pgp5.ai.mit.edu</tt>">
      misc, non-debian
   -->
 <!entity pgp-keyserv "<tt>pgp5.ai.mit.edu</tt>">
-<!entity file-keyservs "<file>/usr/doc/pgp/keyserv.doc</file>">
+<!entity file-keyservs "<file>/usr/share/doc/pgp/keyserv.doc</file>">
 
 <!entity sample-dist-dirtree "<example>
 dists/stable/main/
 
 <!entity sample-dist-dirtree "<example>
 dists/stable/main/
index 72e4c3a1aa8083097e3289d4569e275ffcb79563..7ffd5c16c05f8d8e0e29f6ff3e74aed266afbacf 100644 (file)
@@ -5,7 +5,7 @@
   <!-- common, language independant entities -->
   <!entity % commondata  SYSTEM "common.ent" > %commondata;
   <!-- CVS revision of this document -->
   <!-- common, language independant entities -->
   <!entity % commondata  SYSTEM "common.ent" > %commondata;
   <!-- CVS revision of this document -->
-  <!entity cvs-rev "$Revision: 1.79 $">
+  <!entity cvs-rev "$Revision: 1.80 $">
 
   <!-- if you are translating this document, please notate the RCS
        revision of the developers reference here -->
 
   <!-- if you are translating this document, please notate the RCS
        revision of the developers reference here -->
@@ -185,7 +185,7 @@ or high-powered spy techniques.  See <ref id="key-maint"> for more
 information on maintaining your public key.
        <p>
 Debian uses the <prgn>GNU Privacy Guard</prgn> (package
 information on maintaining your public key.
        <p>
 Debian uses the <prgn>GNU Privacy Guard</prgn> (package
-<package>gnupg</package> version 1 or better as its baseline standard.
+<package>gnupg</package> version 1 or better) as its baseline standard.
 You can use some other implementation of OpenPGP as well.  Note that
 OpenPGP is a open standard based on <url id="&url-rfc2440;" name="RFC
 2440">.
 You can use some other implementation of OpenPGP as well.  Note that
 OpenPGP is a open standard based on <url id="&url-rfc2440;" name="RFC
 2440">.
@@ -1932,14 +1932,14 @@ Maintainers interact with the BTS via email addresses at
 <tt>bugs.debian.org</tt>.  Documentation on available commands can be
 found at <url id="&url-bts;">, or, if you have installed the
 <package>doc-debian</package> package, you can look at the local files
 <tt>bugs.debian.org</tt>.  Documentation on available commands can be
 found at <url id="&url-bts;">, or, if you have installed the
 <package>doc-debian</package> package, you can look at the local files
-<file>/usr/doc/debian/bug-*</file>.
+&file-bts-docs;.
        <p>
 Some find it useful to get periodic reports on open bugs.  You can add
 a cron job such as the following if you want to get a weekly email
 outlining all the open bugs against your packages:
 <example>
 # ask for weekly reports of bugs in my packages
        <p>
 Some find it useful to get periodic reports on open bugs.  You can add
 a cron job such as the following if you want to get a weekly email
 outlining all the open bugs against your packages:
 <example>
 # ask for weekly reports of bugs in my packages
-0 17 * * fri   echo "index maint <var>maintainer-address</var>" | mail request@bugs.debian.org
+&cron-bug-report;
 </example>
 Replace <var>maintainer-address</var> with you official Debian
 maintainer address.
 </example>
 Replace <var>maintainer-address</var> with you official Debian
 maintainer address.