X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=common.ent;h=b3fe9016baa33022cbed647d94e0522e2df3de44;hb=e81cdebedab690ef881d87af6f533e51c026565c;hp=6f19749e8299e967e75e377c1f1b9cf311896623;hpb=a088baf8d9dafdd548f7549e449684b868312382;p=developers-reference.git diff --git a/common.ent b/common.ent index 6f19749..b3fe901 100644 --- a/common.ent +++ b/common.ent @@ -18,16 +18,15 @@ -/usr/share/common-licenses/GPL"> +/usr/share/common-licenses/GPL"> + - - @@ -36,8 +35,7 @@ - -/pub/UploadQueue/"> + @@ -49,16 +47,12 @@ - - - - + - @@ -69,16 +63,15 @@ - + - + - - + - - + + @@ -86,28 +79,18 @@ + + + - - - - -/org/ftp.debian.org/incoming/"> -/org/non-us.debian.org/incoming/"> - - - - - - - @@ -116,6 +99,9 @@ + + + listmaster@&lists-host;"> -debian-announce@&lists-host;"> developers-reference@&packages-host;"> debian-changes@lists.debian.org"> debian-devel@&lists-host;"> @@ -142,7 +126,6 @@ debian-private@&lists-host;"> debian-project@&lists-host;"> debian-policy@&lists-host;"> -debian-user@&lists-host;"> debian-qa@&lists-host;"> debian-release@&lists-host;"> @@ -152,49 +135,28 @@ 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;'> -subkeys.pgp.net"> -/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/ @@ -251,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 @@ -265,4 +232,4 @@ pool/non-free/n/netscape/ done IFS="$OLDIFS" return 1 -}'> +}'>