X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=developers-reference.git;a=blobdiff_plain;f=common.ent;h=c38e7d53e8c6b3c4f71da347ecffbd15b64b162a;hp=3cd4ae43457d6fb67754f726836980a4c1a8a9dd;hb=24cbe1bfd9e63ce3a247fca05f94282f1e69effc;hpb=8e61d80da8ddea01cc9381b35c986c11aba067b4 diff --git a/common.ent b/common.ent index 3cd4ae4..c38e7d5 100644 --- a/common.ent +++ b/common.ent @@ -39,11 +39,10 @@ - - + + - + @@ -52,10 +51,12 @@ - - - + + + + + @@ -65,6 +66,8 @@ + + @@ -76,13 +79,15 @@ + + - - - - + + + + /org/ftp.debian.org/incoming/"> /org/non-us.debian.org/incoming/"> @@ -93,12 +98,16 @@ - + + + + + @@ -108,7 +117,7 @@ - + listmaster@&lists-host;"> @@ -129,6 +138,7 @@ debian-email@&lists-host;"> debian-vote@&lists-host;"> debian-security-announce@&lists-host;"> +debian-l10n-english@&lists-host;"> new-maintainer@debian.org"> keyring-maint@debian.org"> @@ -141,12 +151,12 @@ /usr/share/doc/debian/mailing-lists.txt"> -/usr/share/doc/debian/bug-log-mailserver.txt"> -/usr/share/doc/debian/bug-maint-info.txt"> /usr/share/doc/debian/bug-*"> /usr/share/doc/python/python-policy.txt.gz"> /usr/share/doc/ocaml/ocaml_packaging_policy.gz"> +/usr/share/doc/common-lisp-controller/README.packaging"> +/usr/share/doc/autotools-dev/README.Debian.gz"> address" | mail request@bugs.debian.org'> @@ -231,3 +241,16 @@ pool/non-free/n/ pool/non-free/n/netscape/ ... "> + +pathfind() { + OLDIFS="$IFS" + IFS=: + for p in $PATH; do + if [ -x "$p/$*" ]; then + IFS="$OLDIFS" + return 0 + fi + done + IFS="$OLDIFS" + return 1 +}'>