X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=common.ent;h=423bcd66f8c33aa06a02ea8a10b9fb067acd9cae;hb=f50002db4dc538c97c05759dafb3c0a6cdfffaa2;hp=2d4e4cd287e869fc4f8386eccd764f1b0931c7fe;hpb=cdfe8d781e504566f443d9b05487e32f44f769bf;p=developers-reference.git diff --git a/common.ent b/common.ent index 2d4e4cd..423bcd6 100644 --- a/common.ent +++ b/common.ent @@ -35,22 +35,28 @@ - /pub/UploadQueue/"> - + + + + + + + + - - - - + + + + + @@ -60,6 +66,7 @@ + @@ -70,13 +77,16 @@ + + + - - - - - - + + + + + + /org/ftp.debian.org/incoming/"> /org/non-us.debian.org/incoming/"> @@ -87,6 +97,16 @@ + + + + + + + + + + @@ -96,6 +116,7 @@ + listmaster@&lists-host;"> @@ -107,12 +128,16 @@ 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;"> debian-qa@&lists-host;"> 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"> @@ -121,12 +146,19 @@ 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'> @@ -210,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 +}'>