X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=developers-reference.git;a=blobdiff_plain;f=common.ent;h=e33f6c24b85ff2c421a18b41b7a2dca583c6966f;hp=f99823a4ffdf93387faffa9aa2743ac3fa9f37a8;hb=62db59f3f1c865c25b194bf3949963bab486b6b1;hpb=06fc07a9e24e09a12b686cfdd7fbbfb133cfea34 diff --git a/common.ent b/common.ent index f99823a..e33f6c2 100644 --- a/common.ent +++ b/common.ent @@ -39,11 +39,10 @@ - - + + - + @@ -52,10 +51,12 @@ - - - + + + + + @@ -65,6 +66,8 @@ + + @@ -75,13 +78,16 @@ + + + - - - - + + + + /org/ftp.debian.org/incoming/"> /org/non-us.debian.org/incoming/"> @@ -92,11 +98,16 @@ - + + + + + + listmaster@&lists-host;"> @@ -127,6 +138,8 @@ debian-release@&lists-host;"> 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"> @@ -134,18 +147,19 @@ ftpmaster@debian.org"> override-change@debian.org"> wnpp@debian.org"> -control@bugs.debian.org"> +control@&bugs-host;"> +team@security.debian.org"> /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'> +address" | mail request@&bugs-host;'> Format @@ -228,3 +242,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 +}'>