Differences between revisions 130 and 131
Revision 130 as of 2010-02-21 12:31:51
Size: 7962
Editor: MarcoSilva
Comment: happy
Revision 131 as of 2010-02-21 12:53:39
Size: 7968
Editor: MarcoSilva
Comment: alex
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
  * alex ''marcot''
Line 213: Line 212:
  * --(alex ''marcot'')--

Package list

To Do

Group maintained with darcs

  • darcs
  • haskelldb-hdbc incompatible with HDBC 2.2

  • haskelldb-hdbc-odbc
  • haskelldb-hdbc-postgresql
  • haskelldb-hdbc-sqlite3
  • haskell-hashed-storage mmap problem, see mailinglist

  • hs-plugins FTBFS with ghc6-6.12

Group maintained with git

  • agda-bin
  • agda marcot

  • magic-haskell

Not group maintained

Generated with

grep-dctrl -F Build-Depends ghc6 -s Package \ 
/var/lib/apt/lists/localhost\:9999_debian_dists_sid_main_source_Sources | \ 
cut -d\  -f2 | sort -u | grep -vf dirs > dirs2

The file dirs contains the group maintained packages.

The maintainer for each package was added using this script:

for i in `cat /tmp/packages`
do
  echo -n "$i ''Maintainer is "
  apt-cache showsrc $i | maintainers.pl
  echo "''"
done

maintainers.pl:

use warnings;
use strict;

use Parse::DebControl;
use AptPkg::Config;

my $parser = new Parse::DebControl;
my $data = $parser->parse_file("/dev/stdin");
my $max = 0;
my $i;
my $vs = $AptPkg::Config::_config->system->versioning;

for($i = 1; $i <= $#$data; $i++) {
    $max = $i if($vs->compare($$data[0]{Version}, $$data[$i]{Version}) > 0);
}

print $$data[$max]{Maintainer};

The file /tmp/packages contains the name of the packages.

Done

  • haskell-devscripts nomeata

  • haskell-mtl nomeata

  • haskell-quickcheck nomeata

  • haskell-x11 nomeata

  • xmonad nomeata

  • haskell-time nomeata

  • haskell-pcre-light nomeata

  • haskell-parsec2 nomeata

  • haskell-hgl nomeata

  • haskell-xhtml nomeata

  • haskell-parallel nomeata

  • cpphs nomeata

  • haskell-src-exts nomeata

  • haskell-lazysmallcheck nomeata

  • haskell-stream nomeata

  • haskell-arrows nomeata

  • haskell-network nomeata

  • haskell-cgi nomeata

  • haskell-convertible jgoerzen

  • haskell-curl nomeata

  • haskell-tagsoup nomeata

  • haskell-fgl nomeata

  • haskell-opengl nomeata

  • haskell-glut nomeata

  • haskell-openal nomeata

  • haskell-alut nomeata

  • haskell-haskell-src nomeata

  • haskell-html nomeata

  • haskell-stm nomeata

  • haskell-bzlib nomeata

  • haskell-monadcatchio-mtl marcot

  • haskell-ghc-paths marcot

  • haskell-ifelse marcot

  • gtk2hs marcot

  • haskell-language-c marcot

  • haskell-hunit marcot

  • haskell-dataenc nomeata

  • highlighting-kate marcot Needs more than >2GB RAM

  • hslogger jgoerzen

  • c2hs marcot

  • haskell-regex-base nomeata

  • haskell-regex-compat nomeata

  • haskell-regex-posix nomeata

  • haskell-x11-xft nomeata

  • xmonad-contrib nomeata

  • hdbc
  • hdbc-odbc
  • hdbc-postgresql
  • hdbc-sqlite3
  • ldap-haskell jgoerzen

  • missingh jgoerzen

  • haskell-configfile jgoerzen

  • haskell-hsh jgoerzen

  • haskell-zlib nomeata)

  • haskell-binary nomeata

  • haskell-sha nomeata

  • haskell-deepseq nomeata

  • haskell-text nomeata

  • haskell-digest nomeata

  • haskell-xml nomeata

  • haskell-terminfo nomeata

  • haskell-split nomeata

  • haskell-vty nomeata

  • haskell-uulib nomeata

  • haskell-hlist nomeata

  • haskell-tar nomeata

  • haskell-http nomeata

  • haskell-cautious-file nomeata

  • haskell-datetime nomeata

  • haskell-feed nomeata

  • haskell-filemanip nomeata

  • haskell-filepath RM filed

  • haskell-utf8-string RM filed

  • haskell-haskeline nomeata

  • haskell-mmap nomeata

  • haskell-hscurses nomeata

  • haskell-hstringtemplate nomeata

  • haskell-json nomeata

  • haskell-network-bytestring nomeata

  • haskell-polyparse nomeata

  • haskell-qio nomeata

  • haskell-platform nomeata, no change required

  • haskell-safe nomeata

  • haskell-texmath nomeata

  • haskell-recaptcha nomeata

  • haskell-uniplate nomeata

  • haskell-unixutils nomeata

  • haskell-url nomeata

  • haskell-zip-archive nomeata

  • haxml nomeata

  • hscolour nomeata

  • haskell-ghc-mtl nomeata

  • haskell-hint nomeata

  • haskell-regex-tdfa nomeata

  • haskell-regex-tdfa-utf8 nomeata

  • haskell-quickcheck1 nomeata

  • haskell-edison-api nomeata

  • haskell-edison-core nomeata

  • haskell-cabal-install nomeata

  • haskell-diff nomeata

  • haskell-filestore nomeata

  • haskelldb nomeata

  • haskell-hsql nomeata

  • haskell-hsql-mysql nomeata

  • haskell-hsql-odbc nomeata

  • haskell-hsql-postgresql nomeata

  • haskell-hsql-sqlite3 nomeata

  • haskell-syb-with-class nomeata

  • haskell-parsec marcot

  • happy marcot

  • alex marcot

Not necessary

  • haskell-utils will be removed from the archive after the transition

  • dfsbuild apt-cache showsrc dfsbuild returns nothing

  • ghc6
  • haddock