X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=common.ent;h=9892b996148cf986d873d9a2a3780e79682ea480;hb=0ea8640946216f1756198f38b15de6482e1ddec7;hp=f96759eb3a1a30dd03a1fbf0eb031b0de3df9e05;hpb=bff57a3ec4531ee535261d0b5ee1d503fa5ad9ad;p=developers-reference.git diff --git a/common.ent b/common.ent index f96759e..9892b99 100644 --- a/common.ent +++ b/common.ent @@ -35,23 +35,29 @@ - /pub/UploadQueue/"> - + + + + + + + - - - - + + + + + + @@ -61,6 +67,8 @@ + + @@ -71,13 +79,16 @@ + + + - - - - - - + + + + + + /org/ftp.debian.org/incoming/"> /org/non-us.debian.org/incoming/"> @@ -88,7 +99,16 @@ - + + + + + + + + + + listmaster@&lists-host;"> debian-announce@&lists-host;"> +developers-reference@&packages-host;"> debian-changes@lists.debian.org"> debian-devel@&lists-host;"> debian-devel-announce@&lists-host;"> @@ -111,6 +132,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;"> @@ -118,6 +140,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"> @@ -125,16 +149,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 @@ -217,3 +244,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 +}'>