On Mon, Jun 2, 2008 at 5:22 PM, Russ Allbery <[EMAIL PROTECTED]> wrote:
> I'm not sure, however, that the .1p recommendation is followed. Perl > folks, could you check? Is that really current policy and are we > following it? It seems that we're almost OK there, sorry for the ugly oneliner: $ zgrep usr/share/man/man1 /var/cache/apt/apt-file/ftp.ccc.uba.ar_pub_linux_debian_debian_dists_sid_Contents-i386.gz | perl -e 'while(<>) { m#^(\S+)\s+[^/]*/(\S+)# or next; ($file, $pkg) = ($1, $2); next if($file =~ /\.1p(\.gz)?$/); $files{$pkg} ||= []; push @{$files{$pkg}}, $file } @pkgs = `grep-aptavail -P -r lib.*perl -o -FMaintainer,Uploader perl -sPackage -n`; chomp @pkgs; foreach(@pkgs) { next unless($files{$_}); foreach $file (@{$files{$_}}) { print "$_: $file\n" } } ' dh-make-perl: usr/share/man/man1/dh-make-perl.1.gz gpodder: usr/share/man/man1/gpodder.1.gz libarchive-zip-perl: usr/share/man/man1/crc32.1.gz libcarp-datum-perl: usr/share/man/man1/datum_strip.1.gz libcddb-get-perl: usr/share/man/man1/cddbget.1.gz libfile-scan-perl: usr/share/man/man1/update-libfile-scan-perl.1.gz libpod-spell-perl: usr/share/man/man1/podspell.1.gz libppi-html-perl: usr/share/man/man1/ppi2html.1.gz libprima-perl: usr/share/man/man1/prima-VB.1.gz libprima-perl: usr/share/man/man1/prima-cfgmaint.1.gz libprima-perl: usr/share/man/man1/prima-gencls.1.gz libprima-perl: usr/share/man/man1/prima-tmlink.1.gz libqt-perl: usr/share/man/man1/pqtapi.1.gz libqt-perl: usr/share/man/man1/pqtsh.1.gz libqt-perl: usr/share/man/man1/puic.1.gz libsyntax-highlight-perl-improved-perl: usr/share/man/man1/viewperl.1.gz libtheschwartz-perl: usr/share/man/man1/schwartzmon.1.gz libvcs-lite-perl: usr/share/man/man1/vldiff.1.gz libvcs-lite-perl: usr/share/man/man1/vlmerge.1.gz libvcs-lite-perl: usr/share/man/man1/vlpatch.1.gz weblint-perl: usr/share/man/man1/weblint.1.gz -- Martín Ferrari -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]