X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=common.ent;h=423bcd66f8c33aa06a02ea8a10b9fb067acd9cae;hb=ace72fb856eb4d3f366de9abcb1c60840081b2f5;hp=fbf9ffdb1e10eb11a7473e1ff0d706aee92c251f;hpb=485b5311eb66c4442cfb3c28d99db65b6ca0deb6;p=developers-reference.git diff --git a/common.ent b/common.ent index fbf9ffd..423bcd6 100644 --- a/common.ent +++ b/common.ent @@ -39,22 +39,24 @@ - - + + - + + + - - - - + + + + + @@ -64,6 +66,7 @@ + @@ -74,13 +77,16 @@ + + + - - - - - - + + + + + + /org/ftp.debian.org/incoming/"> /org/non-us.debian.org/incoming/"> @@ -91,12 +97,16 @@ - + + + + + @@ -106,7 +116,7 @@ - + listmaster@&lists-host;"> @@ -118,6 +128,7 @@ debian-devel-REQUEST@&lists-host;"> debian-mentors@&lists-host;"> debian-private@&lists-host;"> +debian-project@&lists-host;"> debian-policy@&lists-host;"> debian-user@&lists-host;"> @@ -125,6 +136,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"> @@ -133,6 +146,7 @@ override-change@debian.org"> wnpp@debian.org"> control@bugs.debian.org"> +team@security.debian.org"> /usr/share/doc/debian/mailing-lists.txt"> @@ -141,7 +155,9 @@ /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'> @@ -226,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 +}'>