X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=developers-reference.git;a=blobdiff_plain;f=common.ent;h=b3fe9016baa33022cbed647d94e0522e2df3de44;hp=13a8572acfcad736cd3e8da1f042f7af15185a05;hb=72793c9a032058d6334c6a1860681b2da1e9458e;hpb=6c9548b89ac55dd407becd75f0bdedfeb1f0e391 diff --git a/common.ent b/common.ent index 13a8572..b3fe901 100644 --- a/common.ent +++ b/common.ent @@ -16,18 +16,17 @@ - -/usr/share/common-licenses/GPL"> + +/usr/share/common-licenses/GPL"> + - - @@ -35,8 +34,8 @@ - -/pub/UploadQueue/"> + + @@ -48,16 +47,12 @@ - - - - + - @@ -68,16 +63,15 @@ - + - + - - + - - + + @@ -85,36 +79,29 @@ + + + - - - - -/org/ftp.debian.org/incoming/"> -/org/non-us.debian.org/incoming/"> - - - - - - - - + + + + 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;"> 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-user@&lists-host;"> debian-qa@&lists-host;"> debian-release@&lists-host;"> @@ -148,50 +133,30 @@ debian-vote@&lists-host;"> debian-security-announce@&lists-host;"> debian-l10n-english@&lists-host;"> +mia@qa.debian.org"> -new-maintainer@debian.org"> -keyring-maint@debian.org"> -debian-admin@debian.org"> +admin@rt.debian.org"> ftpmaster@debian.org"> override-change@debian.org"> -wnpp@debian.org"> control@&bugs-host;"> team@security.debian.org"> -/usr/share/doc/debian/mailing-lists.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/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;'> +/usr/share/doc/autotools-dev/README.Debian.gz"> - - Format - Date - Source - Binary - Architecture - Version - Distribution - Urgency - Maintainer - Description - Changes - Files - "> +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/ @@ -248,10 +213,15 @@ 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() { +pathfind() { OLDIFS="$IFS" IFS=: for p in $PATH; do @@ -262,4 +232,4 @@ pool/non-free/n/netscape/ done IFS="$OLDIFS" return 1 -}'> +}'>