X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=developers-reference.git;a=blobdiff_plain;f=common.ent;h=3873ad93bd672af4699e2087ea7917c12d64c9a3;hp=e947be2b6935181a69759e8b62e05f277e24909f;hb=e3cb6d3f6afc7f8ed94ea6021aa0f9b4fa0e5551;hpb=0c552242fa027c6682a6aca8314e422570bea0c8 diff --git a/common.ent b/common.ent index e947be2..3873ad9 100644 --- a/common.ent +++ b/common.ent @@ -1,3 +1,4 @@ + - - + + - + - -/usr/share/common-licenses/GPL"> - + +/usr/share/common-licenses/GPL"> + - - - - - - - - - - - - - -/pub/UploadQueue/"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -/org/ftp.debian.org/incoming/"> -/org/non-us.debian.org/incoming/"> - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + -listmaster@&lists-host;"> -debian-announce@&lists-host;"> -debian-changes@lists.debian.org"> -debian-devel@&lists-host;"> -debian-devel-announce@&lists-host;"> -debian-devel-changes@lists.debian.org"> -debian-devel-REQUEST@&lists-host;"> -debian-mentors@&lists-host;"> -debian-private@&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;"> - -new-maintainer@debian.org"> -keyring-maint@debian.org"> -debian-admin@debian.org"> -ftpmaster@debian.org"> -override-change@debian.org"> -wnpp@debian.org"> -control@bugs.debian.org"> +listmaster@&lists-host;"> +developers-reference@&packages-host;"> +debian-changes@lists.debian.org"> +debian-devel@&lists-host;"> +debian-devel-announce@&lists-host;"> +debian-devel-changes@lists.debian.org"> +debian-devel-REQUEST@&lists-host;"> +debian-i18n@&lists-host;"> +debian-mentors@&lists-host;"> +debian-private@&lists-host;"> +debian-project@&lists-host;"> +debian-policy@&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;"> +mia@qa.debian.org"> + +admin@rt.debian.org"> +ftpmaster@debian.org"> +override-change@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"> - - -address" | mail request@bugs.debian.org'> - - - Format - Date - Source - Binary - Architecture - Version - Distribution - Urgency - Maintainer - Description - Changes - Files - "> +/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-host;'> -pgp5.ai.mit.edu"> -/usr/share/doc/pgp/keyserv.doc"> +subkeys.pgp.net"> - -dists/stable/main/ +dists/stable/main/ dists/stable/main/binary-i386/ dists/stable/main/binary-m68k/ dists/stable/main/binary-alpha/ @@ -223,5 +211,23 @@ pool/main/m/mailx/ ... pool/non-free/n/ pool/non-free/n/netscape/ - ... -"> + ..."> + +uuencode-file: + perl -ne 'print(pack "u", $$_);' $(file) > $(file).uuencoded + +uudecode-file: + perl -ne 'print(unpack "u", $$_);' $(file).uuencoded > $(file)"> + +pathfind() { + OLDIFS="$IFS" + IFS=: + for p in $PATH; do + if [ -x "$p/$*" ]; then + IFS="$OLDIFS" + return 0 + fi + done + IFS="$OLDIFS" + return 1 +}'>