X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=common.ent;h=b3fe9016baa33022cbed647d94e0522e2df3de44;hb=e81cdebedab690ef881d87af6f533e51c026565c;hp=9c35f4bcb54e3ab6b7b113007b01f416dc108658;hpb=3210a6c768303c663ccfe933c328d6f9d4008819;p=developers-reference.git diff --git a/common.ent b/common.ent index 9c35f4b..b3fe901 100644 --- a/common.ent +++ b/common.ent @@ -16,18 +16,17 @@ - -/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,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;"> @@ -149,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;'> -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/ @@ -249,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 @@ -263,4 +232,4 @@ pool/non-free/n/netscape/ done IFS="$OLDIFS" return 1 -}'> +}'>