Added lots more modules from lintian. Maemian appears to work.
[maemian] / lib / Read_pkglists.pm
index 587cc87..4e11e91 100644 (file)
@@ -1,5 +1,5 @@
 # Hey emacs! This is a -*- Perl -*- script!
-# Read_pkglists -- Perl utility functions to read Lintian's package lists
+# Read_pkglists -- Perl utility functions to read Maemian's package lists
 
 # Copyright (C) 1998 Christian Schwarz
 #
@@ -28,9 +28,9 @@ use vars qw($BINLIST_FORMAT $SRCLIST_FORMAT $UDEBLIST_FORMAT %source_info %binar
 
 # these banner lines have to be changed with every incompatible change of the
 # binary and source list file formats
-$BINLIST_FORMAT = "Lintian's list of binary packages in the archive--V3";
-$SRCLIST_FORMAT = "Lintian's list of source packages in the archive--V3";
-$UDEBLIST_FORMAT = "Lintian's list of udeb packages in the archive--V2";
+$BINLIST_FORMAT = "Maemian's list of binary packages in the archive--V3";
+$SRCLIST_FORMAT = "Maemian's list of source packages in the archive--V3";
+$UDEBLIST_FORMAT = "Maemian's list of udeb packages in the archive--V2";
 
 %source_info = ();
 %binary_info = ();