X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=common.ent;h=c38e7d53e8c6b3c4f71da347ecffbd15b64b162a;hb=3655759aa4aa898ab5761e83be37aef2ca29a3d0;hp=e947be2b6935181a69759e8b62e05f277e24909f;hpb=0c552242fa027c6682a6aca8314e422570bea0c8;p=developers-reference.git diff --git a/common.ent b/common.ent index e947be2..c38e7d5 100644 --- a/common.ent +++ b/common.ent @@ -35,27 +35,28 @@ - /pub/UploadQueue/"> - - + + - + + + - - - - + + + + + @@ -65,6 +66,8 @@ + + @@ -75,13 +78,16 @@ + + + - - - - - - + + + + + + /org/ftp.debian.org/incoming/"> /org/non-us.debian.org/incoming/"> @@ -92,10 +98,16 @@ - + + + + + + + @@ -105,7 +117,7 @@ - + listmaster@&lists-host;"> @@ -117,6 +129,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;"> @@ -124,6 +137,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"> @@ -132,15 +147,16 @@ override-change@debian.org"> wnpp@debian.org"> control@bugs.debian.org"> +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'> @@ -225,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 +}'>