X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=common.ent;h=a4ef08e2cf43867677795acdbe29907b64a00daa;hb=814716374e1f5a0f0b59d1eeb3483c207e79d173;hp=1352e4259c303cdbadaeb9fd9130ee0f020b5d21;hpb=f8d31f60af4f86cb242ebeffb64ceee10e905db5;p=developers-reference.git diff --git a/common.ent b/common.ent index 1352e42..a4ef08e 100644 --- a/common.ent +++ b/common.ent @@ -18,16 +18,15 @@ -/usr/share/common-licenses/GPL"> +/usr/share/common-licenses/GPL"> + - - @@ -35,9 +34,11 @@ + + + - -/pub/UploadQueue/"> + @@ -49,16 +50,12 @@ - - - - + - @@ -67,18 +64,19 @@ + + - + - + - - + - - + + @@ -88,28 +86,20 @@ + - - - - + + + -/org/ftp.debian.org/incoming/"> -/org/non-us.debian.org/incoming/"> - - - - + - - - @@ -118,6 +108,9 @@ + + + listmaster@&lists-host;"> -debian-announce@&lists-host;"> developers-reference@&packages-host;"> debian-changes@lists.debian.org"> debian-devel@&lists-host;"> @@ -145,7 +135,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;"> @@ -155,48 +144,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"> +subkeys.pgp.net"> - -dists/stable/main/ +dists/stable/main/ dists/stable/main/binary-i386/ dists/stable/main/binary-m68k/ dists/stable/main/binary-alpha/ @@ -253,10 +222,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 @@ -267,4 +241,4 @@ pool/non-free/n/netscape/ done IFS="$OLDIFS" return 1 -}'> +}'>