view release on metacpan or search on metacpan
lib/CtrlO/Crypt/XkcdPassword/Wordlist/eff_large.pm view on Meta::CPAN
designate
designed
designer
designing
deskbound
desktop
deskwork
desolate
despair
despise
despite
view all matches for this distribution
view release on metacpan or search on metacpan
lib/DB2/Admin.pm view on Meta::CPAN
=item Workstation
The workstation name. A useful case to set this is when the application
using the DB2::Admin module is part of a three-tier application, and is
performing an action on behalf of a user at a specific known
workstation, e.g. a client desktop name or remote IP address.
=item Application
The application name. A useful case to set this is when the
application using the DB2::Admin module is part of a three-tier
view all matches for this distribution
view release on metacpan or search on metacpan
** Open the database file "/home/fred/data.db".
** <tr><td> file://darkstar/home/fred/data.db <td>
** An error. "darkstar" is not a recognized authority.
** <tr><td style="white-space:nowrap">
** file:///C:/Documents%20and%20Settings/fred/Desktop/data.db
** <td> Windows only: Open the file "data.db" on fred's desktop on drive
** C:. Note that the %20 escaping in this example is not strictly
** necessary - space characters can be used literally
** in URI filenames.
** <tr><td> file:data.db?mode=ro&cache=private <td>
** Open file "data.db" in the current directory for read-only access.
view all matches for this distribution
view release on metacpan or search on metacpan
** Open the database file "/home/fred/data.db".
** <tr><td> file://darkstar/home/fred/data.db <td>
** An error. "darkstar" is not a recognized authority.
** <tr><td style="white-space:nowrap">
** file:///C:/Documents%20and%20Settings/fred/Desktop/data.db
** <td> Windows only: Open the file "data.db" on fred's desktop on drive
** C:. Note that the %20 escaping in this example is not strictly
** necessary - space characters can be used literally
** in URI filenames.
** <tr><td> file:data.db?mode=ro&cache=private <td>
** Open file "data.db" in the current directory for read-only access.
view all matches for this distribution
view release on metacpan or search on metacpan
sqlite-amalgamation.c view on Meta::CPAN
** code. Better to leave the code out, we think.
**
** The point of this discussion is as follows: When creating a new
** OS layer for an embedded system, if you use this file as an example,
** avoid the use of malloc()/free(). Those routines work ok on OS/2
** desktops but not so well in embedded systems.
*/
/*
** Macros used to determine whether or not to use threads.
*/
sqlite-amalgamation.c view on Meta::CPAN
** code. Better to leave the code out, we think.
**
** The point of this discussion is as follows: When creating a new
** OS layer for an embedded system, if you use this file as an example,
** avoid the use of malloc()/free(). Those routines work ok on windows
** desktops but not so well in embedded systems.
*/
#include <winbase.h>
#ifdef __CYGWIN__
view all matches for this distribution
view release on metacpan or search on metacpan
** Open the database file "/home/fred/data.db".
** <tr><td> file://darkstar/home/fred/data.db <td>
** An error. "darkstar" is not a recognized authority.
** <tr><td style="white-space:nowrap">
** file:///C:/Documents%20and%20Settings/fred/Desktop/data.db
** <td> Windows only: Open the file "data.db" on fred's desktop on drive
** C:. Note that the %20 escaping in this example is not strictly
** necessary - space characters can be used literally
** in URI filenames.
** <tr><td> file:data.db?mode=ro&cache=private <td>
** Open file "data.db" in the current directory for read-only access.
view all matches for this distribution
view release on metacpan or search on metacpan
Debian_CPANTS.txt view on Meta::CPAN
"libfile-bom-perl", "File-BOM", "0.14", "0", "0"
"libfile-changenotify-perl", "File-ChangeNotify", "0.08", "0", "0"
"libfile-chmod-perl", "File-chmod", "0.32", "0", "0"
"libfile-copy-recursive-perl", "File-Copy-Recursive", "0.38", "0", "0"
"libfile-counterfile-perl", "File-CounterFile", "1.04", "0", "0"
"libfile-desktopentry-perl", "File-DesktopEntry", "0.04", "1", "0"
"libfile-find-object-perl", "File-Find-Object", "0.2.1", "0", "0"
"libfile-find-object-rule-perl", "File-Find-Object-Rule", "0.0300", "0", "0"
"libfile-find-rule-perl", "File-Find-Rule", "0.30", "1", "0"
"libfile-find-rule-perl-perl", "File-Find-Rule-Perl", "1.08", "0", "0"
"libfile-find-rule-vcs-perl", "File-Find-Rule-VCS", "1.06", "0", "0"
Debian_CPANTS.txt view on Meta::CPAN
"libwww-wikipedia-perl", "WWW-Wikipedia", "1.96", "0", "0"
"libwwwbrowser-perl", "http://user.cs.tu-berlin.de/~eserte/src/perl/WWWBrowser/WWWBrowser-2.23.tar.gz", "2.23", "0", "0"
"libwx-perl", "Wx", "0.93", "1", "0"
"libwx-perl-datawalker-perl", "Wx-Perl-DataWalker", "0.02", "0", "0"
"libwx-perl-processstream-perl", "Wx-Perl-ProcessStream", "0.22", "0", "0"
"libx11-freedesktop-desktopentry-perl", "X11-FreeDesktop-DesktopEntry", "0.04", "0", "0"
"libx500-dn-perl", "X500-DN", "0.29", "0", "0"
"libxml-atom-perl", "XML-Atom", "0.34", "1", "0"
"libxml-atom-service-perl", "XML-Atom-Service", "0.16.0", "0", "0"
"libxml-atom-simplefeed-perl", "XML-Atom-SimpleFeed", "0.86", "0", "0"
"libxml-autowriter-perl", "XML-AutoWriter", "0.40", "0", "0"
view all matches for this distribution
view release on metacpan or search on metacpan
eg/tablequery.cgi view on Meta::CPAN
my $password = $q -> param('password');
my $db = $q -> param('dbname');
my $query = $q -> param('query');
# Connect to the database specified by the user.
my $dbh = DBI -> connect ("DBI:mysql:database=$db;host=desktop;",
$user, $password );
# Print the HTML header;
print $q -> header;
print $q -> start_html( "Database: $db" );
view all matches for this distribution
view release on metacpan or search on metacpan
<h2><a name="mapping_between_local_and_remote_user">Mapping between local and remote user</a></h2>
<p>SELECT <code>dbix_pglink.set_user</code>(<em>conn_name</em>, <em>local_user</em>, <em>remote_user</em>, <em>remote_password</em>);</p>
<p>SELECT <code>dbix_pglink.delete_user</code>(<em>conn_name</em>, <em>local_user</em>);</p>
<p>This is optional when</p>
<pre>
- no authentication required (desktop database like DBF, SQLite)</pre>
<pre>
- OS-level authentication of 'postgres' account on remote server
(MSSQL with integrated security mode, PostgreSQL with sspi)</pre>
<p>There can be special <default> user entry for each connection, where <em>local_user</em> = '' (empty string).</p>
<p><strong>WARNING: Password stored as plain text</strong></p>
view all matches for this distribution
view release on metacpan or search on metacpan
examples/cgi-bin/cmdb.cgi view on Meta::CPAN
,-inp=>{-values=>['','user','supplier']
,-labels_ru=>{''=>'','user'=>'ïîòðåáèòåëü','supplier'=>'ïîñòàâùèê'}
}
}, ''
,{-fld=>'computer'
,-lbl=>'Computer', -cmt=>'Computer installation (server, cluster, desktop, or another)'
,-lbl_ru=>'Êîìïüþòåð', -cmt_ru=>'Âû÷èñëèòåëüíàÿ óñòàíîâêà (ñåðâåð, êëàñòåð, íàñòîëüíàÿ ñèñòåìà, è ò.ï.)'
,-flg=>'euq'
,-hidel=>$w->{-a_cmdbm_fho}
,-ddlb=> sub{$_[0]->cgiQuery('cmdbmn',undef
,{-qwhere=>"record IN('description','service','computer')"
view all matches for this distribution
view release on metacpan or search on metacpan
"the corner of the radiator" => [[48, 768, 20, "Circle"]],
"the corner of the window frame reflected in the cover of the printer" => [[714, 445, 20, "Circle"]],
"the green part of the pen closest to the printer" => [[1093, 715, 12, "Square"], [1100, 705, 12, "Square"]],
"the green power light on the control panel of the printer" => [[1061, 636, 8, "Circle"]],
"the knot in the wood closest to the mouse" => [[1010, 846, 12, "Circle"]],
"the knot in the wood of the desktop close to the computer and the curtain" => [[53, 417, 8, "Circle"]],
"the knot in the wood on the upper left corner of the face of the drawer" => [[543, 760, 12, "Circle"]],
"the label on the side of the power supply" => [[461, 285, 12, "Circle"]],
"the label on the top of the power supply" => [
[457, 261, 12, "Square"],
[480, 261, 12, "Square"],
"the lower silver fleck in the thread of the bolt" => [[796, 385, 8, "Circle"]],
"the nut on the bolt" => [[799, 343, 20, "Circle"]],
"the place where the base of the mug touches the side of the chest of drawers" => [[354, 502, 12, "Square"], [364, 516, 12, "Square"]],
"the point where the blue strip on the paper in the drawer meets the side of the drawer" => [[872, 517, 12, "Circle"]],
"the point where the dark green stripe on the tea towel goes behind the mouse wheel" => [[109, 594, 12, "Circle"]],
"the point where the edge of the desktop goes under the green stripe of the tea towel" => [[333, 531, 12, "Square"]],
"the red on the spine of the lower horizontal book in the middle shelf of the bookcase" => [[970, 215, 8, "Square"], [978, 220, 8, "Square"]],
"the right hand corner of the book resting on the lid of the black box" => [[776, 178, 8, "Square"]],
"the righthand corner of the tea towel" => [[361, 599, 30, "Circle"]],
"the righthand end of the line where the green book in the bookcase meets the two horizontal books lying on top of it" => [[1005, 229, 8, "Circle"]],
"the upper bit of red on the cover of the book sandwiched between the book case and the stack on the black box" => [[700, 8, 12, "Circle"]],
view all matches for this distribution
view release on metacpan or search on metacpan
Normalizer.pm view on Meta::CPAN
unique key into a new table
IV. for each key in the hash, write the values to a lookup table
I can find four objections against such attempt:
1. Memory problems. The source table can be very large (and some of the table I had to normalize were indeed huge. This kind of solution would have crashed any program trying to load them into memory.) Instead of reading the source table into memory,...
2. Data specific solution. To implement this algorithm, we need to include details specific to our particular records in our code. It is not a good first step toward re-utilization.
3. Data conversion. We need to fetch data from the database, eventually transform it into suitable formats for our calculation and then send it back, re-packed in database format. Not always an issue, but think about the handling of floating point fi...
view all matches for this distribution
view release on metacpan or search on metacpan
lib/DMTF/CIM.pm view on Meta::CPAN
pwrsrcpkg => {class => 'CIM_PhysicalPackage', where=>'PackageType="Power Source/Generator"'},
frame => {class => 'CIM_PhysicalFrame'},
rack => {class => 'CIM_Rack'},
chassis => {class => 'CIM_Chassis'},
laptop => {class => 'CIM_Chassis', where=>'ChassisPackageType="LapTop"'},
desktop => {class => 'CIM_Chassis', where=>'ChassisPackageType="Desktop"'},
tower => {class => 'CIM_Chassis', where=>'ChassisPackageType="Tower"'},
storagechas => {class => 'CIM_Chassis', where=>'ChassisPackageType="Storage Chassis"'},
notebook => {class => 'CIM_Chassis', where=>'ChassisPackageType="Notebook"'},
mainchassis => {class => 'CIM_Chassis', where=>'ChassisPackageType="Main System Chassis"'},
expansion => {class => 'CIM_Chassis', where=>'ChassisPackageType="Bus Expansion Chassis"'},
view all matches for this distribution
view release on metacpan or search on metacpan
test_data/big.log view on Meta::CPAN
2010-06-22 19:04:10 status unpacked dbus-x11 1.2.1-5+lenny1
2010-06-22 19:04:10 install libstartup-notification0 <keine> 0.9-1
2010-06-22 19:04:10 status half-installed libstartup-notification0 0.9-1
2010-06-22 19:04:10 status unpacked libstartup-notification0 0.9-1
2010-06-22 19:04:11 status unpacked libstartup-notification0 0.9-1
2010-06-22 19:04:11 install libgnome-desktop-2 <keine> 2.22.3-2
2010-06-22 19:04:11 status half-installed libgnome-desktop-2 2.22.3-2
2010-06-22 19:04:11 status unpacked libgnome-desktop-2 2.22.3-2
2010-06-22 19:04:11 status unpacked libgnome-desktop-2 2.22.3-2
2010-06-22 19:04:11 install libecal1.2-7 <keine> 2.22.3-1.1+lenny2
2010-06-22 19:04:11 status half-installed libecal1.2-7 2.22.3-1.1+lenny2
2010-06-22 19:04:11 status unpacked libecal1.2-7 2.22.3-1.1+lenny2
2010-06-22 19:04:11 status unpacked libecal1.2-7 2.22.3-1.1+lenny2
2010-06-22 19:04:11 install gnome-media-common <keine> 2.22.0-3
test_data/big.log view on Meta::CPAN
2010-06-22 19:04:14 status unpacked libwnck22 2.22.3-1
2010-06-22 19:04:14 install librsvg2-common <keine> 2.22.2-2lenny1
2010-06-22 19:04:14 status half-installed librsvg2-common 2.22.2-2lenny1
2010-06-22 19:04:14 status unpacked librsvg2-common 2.22.2-2lenny1
2010-06-22 19:04:14 status unpacked librsvg2-common 2.22.2-2lenny1
2010-06-22 19:04:14 install python-gnome2-desktop <keine> 2.22.0-2
2010-06-22 19:04:14 status half-installed python-gnome2-desktop 2.22.0-2
2010-06-22 19:04:14 status unpacked python-gnome2-desktop 2.22.0-2
2010-06-22 19:04:14 status unpacked python-gnome2-desktop 2.22.0-2
2010-06-22 19:04:14 install python-dbus <keine> 0.82.4-2
2010-06-22 19:04:14 status half-installed python-dbus 0.82.4-2
2010-06-22 19:04:14 status unpacked python-dbus 0.82.4-2
2010-06-22 19:04:14 status unpacked python-dbus 0.82.4-2
2010-06-22 19:04:14 install deskbar-applet <keine> 2.22.3.1-1
2010-06-22 19:04:14 status half-installed deskbar-applet 2.22.3.1-1
2010-06-22 19:04:14 status unpacked deskbar-applet 2.22.3.1-1
2010-06-22 19:04:14 status unpacked deskbar-applet 2.22.3.1-1
2010-06-22 19:04:14 install desktop-base <keine> 5.0.3
2010-06-22 19:04:14 status half-installed desktop-base 5.0.3
2010-06-22 19:04:14 status unpacked desktop-base 5.0.3
2010-06-22 19:04:14 status unpacked desktop-base 5.0.3
2010-06-22 19:04:14 install desktop-file-utils <keine> 0.15-1
2010-06-22 19:04:14 status half-installed desktop-file-utils 0.15-1
2010-06-22 19:04:14 status half-installed desktop-file-utils 0.15-1
2010-06-22 19:04:14 status unpacked desktop-file-utils 0.15-1
2010-06-22 19:04:14 status unpacked desktop-file-utils 0.15-1
2010-06-22 19:04:14 install djvulibre-desktop <keine> 3.5.20-8+lenny1
2010-06-22 19:04:14 status half-installed djvulibre-desktop 3.5.20-8+lenny1
2010-06-22 19:04:14 status unpacked djvulibre-desktop 3.5.20-8+lenny1
2010-06-22 19:04:14 status unpacked djvulibre-desktop 3.5.20-8+lenny1
2010-06-22 19:04:14 install dmz-cursor-theme <keine> 0.4.1
2010-06-22 19:04:14 status half-installed dmz-cursor-theme 0.4.1
2010-06-22 19:04:14 status unpacked dmz-cursor-theme 0.4.1
2010-06-22 19:04:15 status unpacked dmz-cursor-theme 0.4.1
2010-06-22 19:04:15 install genisoimage <keine> 9:1.1.9-1
test_data/big.log view on Meta::CPAN
2010-06-22 19:04:30 status unpacked libxss1 1:1.1.3-1
2010-06-22 19:04:30 install gnome-settings-daemon <keine> 2.22.2.1-2
2010-06-22 19:04:30 status half-installed gnome-settings-daemon 2.22.2.1-2
2010-06-22 19:04:30 status unpacked gnome-settings-daemon 2.22.2.1-2
2010-06-22 19:04:30 status unpacked gnome-settings-daemon 2.22.2.1-2
2010-06-22 19:04:30 install gnome-desktop-data <keine> 2.22.3-2
2010-06-22 19:04:30 status half-installed gnome-desktop-data 2.22.3-2
2010-06-22 19:04:30 status unpacked gnome-desktop-data 2.22.3-2
2010-06-22 19:04:30 status unpacked gnome-desktop-data 2.22.3-2
2010-06-22 19:04:30 install gnome-control-center <keine> 1:2.22.2.1-2
2010-06-22 19:04:30 status half-installed gnome-control-center 1:2.22.2.1-2
2010-06-22 19:04:31 status half-installed gnome-control-center 1:2.22.2.1-2
2010-06-22 19:04:31 status unpacked gnome-control-center 1:2.22.2.1-2
2010-06-22 19:04:31 status unpacked gnome-control-center 1:2.22.2.1-2
test_data/big.log view on Meta::CPAN
2010-06-22 19:04:57 install libgnome2-perl <keine> 1.042-1+b1
2010-06-22 19:04:57 status half-installed libgnome2-perl 1.042-1+b1
2010-06-22 19:04:57 status half-installed libgnome2-perl 1.042-1+b1
2010-06-22 19:04:57 status unpacked libgnome2-perl 1.042-1+b1
2010-06-22 19:04:58 status unpacked libgnome2-perl 1.042-1+b1
2010-06-22 19:04:58 install gnome-desktop-environment <keine> 1:2.22.2~5
2010-06-22 19:04:58 status half-installed gnome-desktop-environment 1:2.22.2~5
2010-06-22 19:04:58 status unpacked gnome-desktop-environment 1:2.22.2~5
2010-06-22 19:04:58 status unpacked gnome-desktop-environment 1:2.22.2~5
2010-06-22 19:04:58 install iceweasel <keine> 3.0.6-3
2010-06-22 19:04:58 status half-installed iceweasel 3.0.6-3
2010-06-22 19:04:58 status half-installed iceweasel 3.0.6-3
2010-06-22 19:04:58 status unpacked iceweasel 3.0.6-3
2010-06-22 19:04:58 status unpacked iceweasel 3.0.6-3
test_data/big.log view on Meta::CPAN
2010-06-22 19:06:21 status installed dbus-x11 1.2.1-5+lenny1
2010-06-22 19:06:21 configure libstartup-notification0 0.9-1 0.9-1
2010-06-22 19:06:21 status unpacked libstartup-notification0 0.9-1
2010-06-22 19:06:21 status half-configured libstartup-notification0 0.9-1
2010-06-22 19:06:21 status installed libstartup-notification0 0.9-1
2010-06-22 19:06:21 configure libgnome-desktop-2 2.22.3-2 2.22.3-2
2010-06-22 19:06:21 status unpacked libgnome-desktop-2 2.22.3-2
2010-06-22 19:06:21 status half-configured libgnome-desktop-2 2.22.3-2
2010-06-22 19:06:21 status installed libgnome-desktop-2 2.22.3-2
2010-06-22 19:06:21 configure libecal1.2-7 2.22.3-1.1+lenny2 2.22.3-1.1+lenny2
2010-06-22 19:06:21 status unpacked libecal1.2-7 2.22.3-1.1+lenny2
2010-06-22 19:06:21 status half-configured libecal1.2-7 2.22.3-1.1+lenny2
2010-06-22 19:06:21 status installed libecal1.2-7 2.22.3-1.1+lenny2
2010-06-22 19:06:21 configure gnome-media-common 2.22.0-3 2.22.0-3
test_data/big.log view on Meta::CPAN
2010-06-22 19:06:29 status installed libwnck22 2.22.3-1
2010-06-22 19:06:29 configure librsvg2-common 2.22.2-2lenny1 2.22.2-2lenny1
2010-06-22 19:06:29 status unpacked librsvg2-common 2.22.2-2lenny1
2010-06-22 19:06:29 status half-configured librsvg2-common 2.22.2-2lenny1
2010-06-22 19:06:29 status installed librsvg2-common 2.22.2-2lenny1
2010-06-22 19:06:29 configure python-gnome2-desktop 2.22.0-2 2.22.0-2
2010-06-22 19:06:29 status unpacked python-gnome2-desktop 2.22.0-2
2010-06-22 19:06:29 status half-configured python-gnome2-desktop 2.22.0-2
2010-06-22 19:06:29 status installed python-gnome2-desktop 2.22.0-2
2010-06-22 19:06:29 configure python-dbus 0.82.4-2 0.82.4-2
2010-06-22 19:06:29 status unpacked python-dbus 0.82.4-2
2010-06-22 19:06:29 status half-configured python-dbus 0.82.4-2
2010-06-22 19:06:29 status installed python-dbus 0.82.4-2
2010-06-22 19:06:29 configure deskbar-applet 2.22.3.1-1 2.22.3.1-1
2010-06-22 19:06:29 status unpacked deskbar-applet 2.22.3.1-1
2010-06-22 19:06:29 status half-configured deskbar-applet 2.22.3.1-1
2010-06-22 19:06:31 status installed deskbar-applet 2.22.3.1-1
2010-06-22 19:06:32 configure desktop-base 5.0.3 5.0.3
2010-06-22 19:06:32 status unpacked desktop-base 5.0.3
2010-06-22 19:06:32 status unpacked desktop-base 5.0.3
2010-06-22 19:06:32 status unpacked desktop-base 5.0.3
2010-06-22 19:06:32 status half-configured desktop-base 5.0.3
2010-06-22 19:06:32 status installed desktop-base 5.0.3
2010-06-22 19:06:32 status triggers-pending initramfs-tools 0.92o
2010-06-22 19:06:32 configure desktop-file-utils 0.15-1 0.15-1
2010-06-22 19:06:32 status unpacked desktop-file-utils 0.15-1
2010-06-22 19:06:32 status unpacked desktop-file-utils 0.15-1
2010-06-22 19:06:32 status half-configured desktop-file-utils 0.15-1
2010-06-22 19:06:32 status installed desktop-file-utils 0.15-1
2010-06-22 19:06:32 configure djvulibre-desktop 3.5.20-8+lenny1 3.5.20-8+lenny1
2010-06-22 19:06:32 status unpacked djvulibre-desktop 3.5.20-8+lenny1
2010-06-22 19:06:32 status half-configured djvulibre-desktop 3.5.20-8+lenny1
2010-06-22 19:06:32 status installed djvulibre-desktop 3.5.20-8+lenny1
2010-06-22 19:06:32 configure dmz-cursor-theme 0.4.1 0.4.1
2010-06-22 19:06:32 status unpacked dmz-cursor-theme 0.4.1
2010-06-22 19:06:33 status half-configured dmz-cursor-theme 0.4.1
2010-06-22 19:06:33 status installed dmz-cursor-theme 0.4.1
2010-06-22 19:06:33 configure genisoimage 9:1.1.9-1 9:1.1.9-1
test_data/big.log view on Meta::CPAN
2010-06-22 19:06:56 status unpacked gnome-settings-daemon 2.22.2.1-2
2010-06-22 19:06:56 status unpacked gnome-settings-daemon 2.22.2.1-2
2010-06-22 19:06:56 status unpacked gnome-settings-daemon 2.22.2.1-2
2010-06-22 19:06:56 status half-configured gnome-settings-daemon 2.22.2.1-2
2010-06-22 19:06:58 status installed gnome-settings-daemon 2.22.2.1-2
2010-06-22 19:06:59 configure gnome-desktop-data 2.22.3-2 2.22.3-2
2010-06-22 19:06:59 status unpacked gnome-desktop-data 2.22.3-2
2010-06-22 19:06:59 status half-configured gnome-desktop-data 2.22.3-2
2010-06-22 19:06:59 status installed gnome-desktop-data 2.22.3-2
2010-06-22 19:06:59 configure gnome-control-center 1:2.22.2.1-2 1:2.22.2.1-2
2010-06-22 19:06:59 status unpacked gnome-control-center 1:2.22.2.1-2
2010-06-22 19:06:59 status half-configured gnome-control-center 1:2.22.2.1-2
2010-06-22 19:06:59 status installed gnome-control-center 1:2.22.2.1-2
2010-06-22 19:06:59 configure gnome-session 2.22.3-2 2.22.3-2
test_data/big.log view on Meta::CPAN
2010-06-22 19:08:29 status installed libgnome2-vfs-perl 1.080-1+b1
2010-06-22 19:08:29 configure libgnome2-perl 1.042-1+b1 1.042-1+b1
2010-06-22 19:08:29 status unpacked libgnome2-perl 1.042-1+b1
2010-06-22 19:08:29 status half-configured libgnome2-perl 1.042-1+b1
2010-06-22 19:08:29 status installed libgnome2-perl 1.042-1+b1
2010-06-22 19:08:29 configure gnome-desktop-environment 1:2.22.2~5 1:2.22.2~5
2010-06-22 19:08:29 status unpacked gnome-desktop-environment 1:2.22.2~5
2010-06-22 19:08:29 status half-configured gnome-desktop-environment 1:2.22.2~5
2010-06-22 19:08:29 status installed gnome-desktop-environment 1:2.22.2~5
2010-06-22 19:08:29 configure iceweasel 3.0.6-3 3.0.6-3
2010-06-22 19:08:29 status unpacked iceweasel 3.0.6-3
2010-06-22 19:08:29 status unpacked iceweasel 3.0.6-3
2010-06-22 19:08:29 status unpacked iceweasel 3.0.6-3
2010-06-22 19:08:29 status unpacked iceweasel 3.0.6-3
test_data/big.log view on Meta::CPAN
2010-06-23 09:54:49 status config-files debian-maintainers 1.52
2010-06-23 09:54:49 status config-files debian-maintainers 1.52
2010-06-23 09:54:49 status not-installed debian-maintainers <none>
2010-06-23 09:54:49 status installed g++-4.1 4.1.2-25
2010-06-23 09:54:49 status installed libstdc++6-4.1-dev 4.1.2-25
2010-06-23 09:54:49 status installed gnome-desktop-environment 1:2.22.2~5
2010-06-23 09:54:49 remove gnome-desktop-environment 1:2.22.2~5 1:2.22.2~5
2010-06-23 09:54:49 status half-configured gnome-desktop-environment 1:2.22.2~5
2010-06-23 09:54:49 status half-installed gnome-desktop-environment 1:2.22.2~5
2010-06-23 09:54:49 status config-files gnome-desktop-environment 1:2.22.2~5
2010-06-23 09:54:49 status config-files gnome-desktop-environment 1:2.22.2~5
2010-06-23 09:54:49 status config-files gnome-desktop-environment 1:2.22.2~5
2010-06-23 09:54:49 status not-installed gnome-desktop-environment <none>
2010-06-23 09:54:49 status installed gnome-network-admin 2.22.0-4
2010-06-23 09:54:50 remove gnome-network-admin 2.22.0-4 2.22.0-4
2010-06-23 09:54:50 status half-configured gnome-network-admin 2.22.0-4
2010-06-23 09:54:50 status half-installed gnome-network-admin 2.22.0-4
2010-06-23 09:54:50 status triggers-pending menu 2.1.41
test_data/big.log view on Meta::CPAN
2010-06-23 09:57:09 status unpacked libstartup-notification0 0.9-1
2010-06-23 09:57:09 status half-installed libstartup-notification0 0.9-1
2010-06-23 09:57:09 status half-installed libstartup-notification0 0.9-1
2010-06-23 09:57:09 status unpacked libstartup-notification0 0.10-1
2010-06-23 09:57:09 status unpacked libstartup-notification0 0.10-1
2010-06-23 09:57:09 install libgnome-desktop-2-17 <none> 2.30.0-2
2010-06-23 09:57:09 status half-installed libgnome-desktop-2-17 2.30.0-2
2010-06-23 09:57:09 status unpacked libgnome-desktop-2-17 2.30.0-2
2010-06-23 09:57:09 status unpacked libgnome-desktop-2-17 2.30.0-2
2010-06-23 09:57:09 upgrade libgnome-menu2 2.22.2-4 2.30.0-1
2010-06-23 09:57:09 status half-configured libgnome-menu2 2.22.2-4
2010-06-23 09:57:09 status unpacked libgnome-menu2 2.22.2-4
2010-06-23 09:57:09 status half-installed libgnome-menu2 2.22.2-4
2010-06-23 09:57:09 status half-installed libgnome-menu2 2.22.2-4
test_data/big.log view on Meta::CPAN
2010-06-23 09:57:18 status unpacked gnome-power-manager 2.30.1-1
2010-06-23 09:57:18 upgrade gnome-session 2.22.3-2 2.30.0-1
2010-06-23 09:57:18 status half-configured gnome-session 2.22.3-2
2010-06-23 09:57:18 update-alternatives: run with --remove x-session-manager /usr/bin/gnome-session
2010-06-23 09:57:18 update-alternatives: link group x-session-manager fully removed
2010-06-23 09:57:18 update-alternatives: run with --remove desktop-splash /usr/share/pixmaps/splash/gnome-splash.png
2010-06-23 09:57:18 update-alternatives: run with --remove desktop-splash /usr/share/pixmaps/splash/gnome-debian-splash.png
2010-06-23 09:57:20 status unpacked gnome-session 2.22.3-2
2010-06-23 09:57:21 status half-installed gnome-session 2.22.3-2
2010-06-23 09:57:21 status half-installed gnome-session 2.22.3-2
2010-06-23 09:57:22 status half-installed gnome-session 2.22.3-2
2010-06-23 09:57:22 status unpacked gnome-session 2.30.0-1
test_data/big.log view on Meta::CPAN
2010-06-23 09:57:45 status unpacked deskbar-applet 2.30.1-1+b1
2010-06-23 09:57:45 trigproc man-db 2.5.2-4 2.5.2-4
2010-06-23 09:57:45 status half-configured man-db 2.5.2-4
2010-06-23 09:57:45 status installed man-db 2.5.2-4
2010-06-23 09:57:46 startup packages remove
2010-06-23 09:57:46 status installed python-gnome2-desktop 2.22.0-2
2010-06-23 09:57:46 remove python-gnome2-desktop 2.22.0-2 2.22.0-2
2010-06-23 09:57:46 status half-configured python-gnome2-desktop 2.22.0-2
2010-06-23 09:57:46 status half-installed python-gnome2-desktop 2.22.0-2
2010-06-23 09:57:46 status config-files python-gnome2-desktop 2.22.0-2
2010-06-23 09:57:46 status config-files python-gnome2-desktop 2.22.0-2
2010-06-23 09:57:46 status config-files python-gnome2-desktop 2.22.0-2
2010-06-23 09:57:46 status not-installed python-gnome2-desktop <none>
2010-06-23 09:57:47 startup archives unpack
2010-06-23 09:57:47 upgrade python-gtk2 2.12.1-6 2.17.0-2
2010-06-23 09:57:47 status half-configured python-gtk2 2.12.1-6
2010-06-23 09:57:47 status unpacked python-gtk2 2.12.1-6
2010-06-23 09:57:47 status half-installed python-gtk2 2.12.1-6
test_data/big.log view on Meta::CPAN
2010-06-23 09:57:54 status unpacked python-gconf 2.28.1-1
2010-06-23 09:57:54 install python-gnomeapplet <none> 2.30.0-1+b1
2010-06-23 09:57:54 status half-installed python-gnomeapplet 2.30.0-1+b1
2010-06-23 09:57:54 status unpacked python-gnomeapplet 2.30.0-1+b1
2010-06-23 09:57:54 status unpacked python-gnomeapplet 2.30.0-1+b1
2010-06-23 09:57:54 install python-gnomedesktop <none> 2.30.0-1+b1
2010-06-23 09:57:54 status half-installed python-gnomedesktop 2.30.0-1+b1
2010-06-23 09:57:54 status unpacked python-gnomedesktop 2.30.0-1+b1
2010-06-23 09:57:54 status unpacked python-gnomedesktop 2.30.0-1+b1
2010-06-23 09:57:54 install python-gnomekeyring <none> 2.30.0-1+b1
2010-06-23 09:57:54 status half-installed python-gnomekeyring 2.30.0-1+b1
2010-06-23 09:57:54 status unpacked python-gnomekeyring 2.30.0-1+b1
2010-06-23 09:57:54 status unpacked python-gnomekeyring 2.30.0-1+b1
2010-06-23 09:57:54 install python-wnck <none> 2.30.0-1+b1
test_data/big.log view on Meta::CPAN
2010-06-23 09:57:57 status half-installed gnome-about 2.22.3-2
2010-06-23 09:57:57 status half-installed gnome-about 2.22.3-2
2010-06-23 09:57:57 status half-installed gnome-about 2.22.3-2
2010-06-23 09:57:58 status unpacked gnome-about 2.30.0-2
2010-06-23 09:57:58 status unpacked gnome-about 2.30.0-2
2010-06-23 09:57:58 upgrade gnome-desktop-data 2.22.3-2 2.30.0-2
2010-06-23 09:57:58 status half-configured gnome-desktop-data 2.22.3-2
2010-06-23 09:57:58 status unpacked gnome-desktop-data 2.22.3-2
2010-06-23 09:57:58 status half-installed gnome-desktop-data 2.22.3-2
2010-06-23 09:57:58 status half-installed gnome-desktop-data 2.22.3-2
2010-06-23 09:57:59 status unpacked gnome-desktop-data 2.30.0-2
2010-06-23 09:57:59 status unpacked gnome-desktop-data 2.30.0-2
2010-06-23 09:58:00 upgrade gnome-control-center 1:2.22.2.1-2 1:2.30.1-1
2010-06-23 09:58:00 status half-configured gnome-control-center 1:2.22.2.1-2
2010-06-23 09:58:00 status unpacked gnome-control-center 1:2.22.2.1-2
2010-06-23 09:58:00 status half-installed gnome-control-center 1:2.22.2.1-2
2010-06-23 09:58:00 status half-installed gnome-control-center 1:2.22.2.1-2
test_data/big.log view on Meta::CPAN
2010-06-23 10:02:02 status unpacked gnome-js-common 0.1.1-1
2010-06-23 10:02:02 install gir1.0-glib-2.0 <none> 0.6.14-1
2010-06-23 10:02:02 status half-installed gir1.0-glib-2.0 0.6.14-1
2010-06-23 10:02:02 status unpacked gir1.0-glib-2.0 0.6.14-1
2010-06-23 10:02:02 status unpacked gir1.0-glib-2.0 0.6.14-1
2010-06-23 10:02:02 install gir1.0-freedesktop <none> 0.6.14-1
2010-06-23 10:02:02 status half-installed gir1.0-freedesktop 0.6.14-1
2010-06-23 10:02:02 status unpacked gir1.0-freedesktop 0.6.14-1
2010-06-23 10:02:02 status unpacked gir1.0-freedesktop 0.6.14-1
2010-06-23 10:02:03 install gir1.0-gtk-2.0 <none> 0.6.5-6
2010-06-23 10:02:03 status half-installed gir1.0-gtk-2.0 0.6.5-6
2010-06-23 10:02:03 status unpacked gir1.0-gtk-2.0 0.6.5-6
2010-06-23 10:02:03 status unpacked gir1.0-gtk-2.0 0.6.5-6
2010-06-23 10:02:03 install libclutter-1.0-0 <none> 1.0.8-1
test_data/big.log view on Meta::CPAN
2010-06-23 10:17:44 status unpacked gnome-applets-data 2.30.0-1
2010-06-23 10:17:44 remove gnome-applets-data 2.30.0-1 2.30.0-1
2010-06-23 10:17:44 status half-installed gnome-applets-data 2.30.0-1
2010-06-23 10:17:47 status config-files gnome-applets-data 2.30.0-1
2010-06-23 10:17:47 status config-files gnome-applets-data 2.30.0-1
2010-06-23 10:17:47 status unpacked gnome-desktop-data 2.30.0-2
2010-06-23 10:17:47 remove gnome-desktop-data 2.30.0-2 2.30.0-2
2010-06-23 10:17:47 status half-installed gnome-desktop-data 2.30.0-2
2010-06-23 10:17:48 status config-files gnome-desktop-data 2.30.0-2
2010-06-23 10:17:48 status config-files gnome-desktop-data 2.30.0-2
2010-06-23 10:17:48 status config-files gnome-desktop-data 2.30.0-2
2010-06-23 10:17:48 status not-installed gnome-desktop-data <keine>
2010-06-23 10:17:48 status unpacked gnome-panel-data 2.30.0-2
2010-06-23 10:17:48 remove gnome-panel-data 2.30.0-2 2.30.0-2
2010-06-23 10:17:48 status half-installed gnome-panel-data 2.30.0-2
2010-06-23 10:17:49 status config-files gnome-panel-data 2.30.0-2
2010-06-23 10:17:49 status config-files gnome-panel-data 2.30.0-2
test_data/big.log view on Meta::CPAN
2010-06-23 10:18:41 status installed libssl0.9.8 0.9.8o-1
2010-06-23 10:18:41 configure bzip2 1.0.5-4 1.0.5-4
2010-06-23 10:18:41 status unpacked bzip2 1.0.5-4
2010-06-23 10:18:41 status half-configured bzip2 1.0.5-4
2010-06-23 10:18:41 status installed bzip2 1.0.5-4
2010-06-23 10:18:41 configure gir1.0-freedesktop 0.6.14-1 0.6.14-1
2010-06-23 10:18:41 status unpacked gir1.0-freedesktop 0.6.14-1
2010-06-23 10:18:41 status half-configured gir1.0-freedesktop 0.6.14-1
2010-06-23 10:18:41 status installed gir1.0-freedesktop 0.6.14-1
2010-06-23 10:18:41 configure openssl 0.9.8o-1 0.9.8o-1
2010-06-23 10:18:41 status unpacked openssl 0.9.8o-1
2010-06-23 10:18:41 status unpacked openssl 0.9.8o-1
2010-06-23 10:18:41 status half-configured openssl 0.9.8o-1
2010-06-23 10:18:41 status installed openssl 0.9.8o-1
test_data/big.log view on Meta::CPAN
2010-06-23 10:20:05 status installed python-wnck 2.30.0-1+b1
2010-06-23 10:20:05 configure linux-image-2.6-amd64 2.6.32+27 2.6.32+27
2010-06-23 10:20:05 status unpacked linux-image-2.6-amd64 2.6.32+27
2010-06-23 10:20:05 status half-configured linux-image-2.6-amd64 2.6.32+27
2010-06-23 10:20:05 status installed linux-image-2.6-amd64 2.6.32+27
2010-06-23 10:20:05 configure libgnome-desktop-2-17 2.30.0-2 2.30.0-2
2010-06-23 10:20:05 status unpacked libgnome-desktop-2-17 2.30.0-2
2010-06-23 10:20:05 status half-configured libgnome-desktop-2-17 2.30.0-2
2010-06-23 10:20:05 status installed libgnome-desktop-2-17 2.30.0-2
2010-06-23 10:20:05 configure libslab0a 2.30.0-1 2.30.0-1
2010-06-23 10:20:05 status unpacked libslab0a 2.30.0-1
2010-06-23 10:20:05 status half-configured libslab0a 2.30.0-1
2010-06-23 10:20:05 status installed libslab0a 2.30.0-1
2010-06-23 10:20:05 configure libnotify1 0.4.5-1 0.4.5-1
test_data/big.log view on Meta::CPAN
2010-06-23 10:20:12 update-alternatives: run with --remove mozilla /usr/bin/iceweasel
2010-06-23 10:20:12 update-alternatives: link group mozilla fully removed
2010-06-23 10:20:12 update-alternatives: run with --install /usr/bin/gnome-www-browser gnome-www-browser /usr/bin/iceweasel 70 --slave /usr/share/man/man1/gnome-www-browser.1.gz gnome-www-browser.1.gz /usr/share/man/man1/iceweasel.1.gz
2010-06-23 10:20:12 update-alternatives: link group gnome-www-browser updated to point to /usr/bin/iceweasel
2010-06-23 10:20:12 status installed iceweasel 3.5.9-3
2010-06-23 10:20:12 configure python-gnomedesktop 2.30.0-1+b1 2.30.0-1+b1
2010-06-23 10:20:12 status unpacked python-gnomedesktop 2.30.0-1+b1
2010-06-23 10:20:12 status half-configured python-gnomedesktop 2.30.0-1+b1
2010-06-23 10:20:12 status installed python-gnomedesktop 2.30.0-1+b1
2010-06-23 10:20:12 configure yelp 2.30.1+webkit-1 2.30.1+webkit-1
2010-06-23 10:20:12 status unpacked yelp 2.30.1+webkit-1
2010-06-23 10:20:12 status half-configured yelp 2.30.1+webkit-1
2010-06-23 10:20:12 status installed yelp 2.30.1+webkit-1
2010-06-23 10:20:12 configure libseed0 2.30.0-1 2.30.0-1
test_data/big.log view on Meta::CPAN
2010-06-23 10:27:49 status unpacked festlex-cmu 1.4.0-6
2010-06-23 10:27:49 install festlex-poslex <keine> 1.4.0-5
2010-06-23 10:27:49 status half-installed festlex-poslex 1.4.0-5
2010-06-23 10:27:49 status unpacked festlex-poslex 1.4.0-5
2010-06-23 10:27:49 status unpacked festlex-poslex 1.4.0-5
2010-06-23 10:27:50 install freedesktop-sound-theme <keine> 0.7.dfsg-1
2010-06-23 10:27:50 status half-installed freedesktop-sound-theme 0.7.dfsg-1
2010-06-23 10:27:50 status unpacked freedesktop-sound-theme 0.7.dfsg-1
2010-06-23 10:27:50 status unpacked freedesktop-sound-theme 0.7.dfsg-1
2010-06-23 10:27:50 install freeglut3 <keine> 2.6.0-1
2010-06-23 10:27:50 status half-installed freeglut3 2.6.0-1
2010-06-23 10:27:50 status unpacked freeglut3 2.6.0-1
2010-06-23 10:27:50 status unpacked freeglut3 2.6.0-1
2010-06-23 10:27:50 upgrade gcalctool 5.22.3-2 5.30.1-1
test_data/big.log view on Meta::CPAN
2010-06-23 10:28:03 status half-installed gnome-panel-data 2.30.0-2
2010-06-23 10:28:03 status half-installed gnome-panel-data 2.30.0-2
2010-06-23 10:28:03 status half-installed gnome-panel-data 2.30.0-2
2010-06-23 10:28:05 status unpacked gnome-panel-data 2.30.0-2
2010-06-23 10:28:05 status unpacked gnome-panel-data 2.30.0-2
2010-06-23 10:28:05 install gnome-desktop-data <keine> 2.30.0-2
2010-06-23 10:28:05 status half-installed gnome-desktop-data 2.30.0-2
2010-06-23 10:28:07 status unpacked gnome-desktop-data 2.30.0-2
2010-06-23 10:28:07 status unpacked gnome-desktop-data 2.30.0-2
2010-06-23 10:28:07 install libgnome-window-settings1 1:2.30.1-1 1:2.30.1-1
2010-06-23 10:28:07 status half-installed libgnome-window-settings1 1:2.30.1-1
2010-06-23 10:28:08 status unpacked libgnome-window-settings1 1:2.30.1-1
2010-06-23 10:28:08 status unpacked libgnome-window-settings1 1:2.30.1-1
2010-06-23 10:28:08 install gnome-control-center 1:2.30.1-1 1:2.30.1-1
test_data/big.log view on Meta::CPAN
2010-06-23 10:30:02 status unpacked totem-plugins 2.30.2-2+b1
2010-06-23 10:30:02 install libssh-4 <keine> 0.4.4-1
2010-06-23 10:30:02 status half-installed libssh-4 0.4.4-1
2010-06-23 10:30:03 status unpacked libssh-4 0.4.4-1
2010-06-23 10:30:03 status unpacked libssh-4 0.4.4-1
2010-06-23 10:30:03 install rdesktop <keine> 1.6.0-3
2010-06-23 10:30:03 status half-installed rdesktop 1.6.0-3
2010-06-23 10:30:03 status half-installed rdesktop 1.6.0-3
2010-06-23 10:30:03 status unpacked rdesktop 1.6.0-3
2010-06-23 10:30:03 status unpacked rdesktop 1.6.0-3
2010-06-23 10:30:03 install remmina <keine> 0.7.5-1
2010-06-23 10:30:03 status half-installed remmina 0.7.5-1
2010-06-23 10:30:04 status half-installed remmina 0.7.5-1
2010-06-23 10:30:04 status half-installed remmina 0.7.5-1
2010-06-23 10:30:04 status half-installed remmina 0.7.5-1
test_data/big.log view on Meta::CPAN
2010-06-23 10:30:06 status unpacked vino 2.28.2-1
2010-06-23 10:30:06 install xdg-user-dirs <keine> 0.12-1
2010-06-23 10:30:06 status half-installed xdg-user-dirs 0.12-1
2010-06-23 10:30:07 status unpacked xdg-user-dirs 0.12-1
2010-06-23 10:30:07 status unpacked xdg-user-dirs 0.12-1
2010-06-23 10:30:07 install gnome-desktop-environment <keine> 1:2.30+1
2010-06-23 10:30:07 status half-installed gnome-desktop-environment 1:2.30+1
2010-06-23 10:30:08 status unpacked gnome-desktop-environment 1:2.30+1
2010-06-23 10:30:08 status unpacked gnome-desktop-environment 1:2.30+1
2010-06-23 10:30:08 install gnome-themes-extras <keine> 2.22.0-3
2010-06-23 10:30:08 status half-installed gnome-themes-extras 2.22.0-3
2010-06-23 10:30:09 status unpacked gnome-themes-extras 2.22.0-3
2010-06-23 10:30:09 status unpacked gnome-themes-extras 2.22.0-3
2010-06-23 10:30:09 install guile-1.8-libs <keine> 1.8.7+1-3
test_data/big.log view on Meta::CPAN
2010-06-23 10:33:19 status installed festlex-cmu 1.4.0-6
2010-06-23 10:33:19 configure festlex-poslex 1.4.0-5 1.4.0-5
2010-06-23 10:33:19 status unpacked festlex-poslex 1.4.0-5
2010-06-23 10:33:19 status half-configured festlex-poslex 1.4.0-5
2010-06-23 10:33:19 status installed festlex-poslex 1.4.0-5
2010-06-23 10:33:19 configure freedesktop-sound-theme 0.7.dfsg-1 0.7.dfsg-1
2010-06-23 10:33:19 status unpacked freedesktop-sound-theme 0.7.dfsg-1
2010-06-23 10:33:19 status half-configured freedesktop-sound-theme 0.7.dfsg-1
2010-06-23 10:33:19 status installed freedesktop-sound-theme 0.7.dfsg-1
2010-06-23 10:33:19 configure freeglut3 2.6.0-1 2.6.0-1
2010-06-23 10:33:19 status unpacked freeglut3 2.6.0-1
2010-06-23 10:33:19 status half-configured freeglut3 2.6.0-1
2010-06-23 10:33:19 status installed freeglut3 2.6.0-1
2010-06-23 10:33:19 configure gcalctool 5.30.1-1 5.30.1-1
test_data/big.log view on Meta::CPAN
2010-06-23 10:33:21 configure gnome-panel-data 2.30.0-2 2.30.0-2
2010-06-23 10:33:21 status unpacked gnome-panel-data 2.30.0-2
2010-06-23 10:33:21 status unpacked gnome-panel-data 2.30.0-2
2010-06-23 10:33:21 status half-configured gnome-panel-data 2.30.0-2
2010-06-23 10:33:21 status installed gnome-panel-data 2.30.0-2
2010-06-23 10:33:21 configure gnome-desktop-data 2.30.0-2 2.30.0-2
2010-06-23 10:33:21 status unpacked gnome-desktop-data 2.30.0-2
2010-06-23 10:33:21 status half-configured gnome-desktop-data 2.30.0-2
2010-06-23 10:33:21 status installed gnome-desktop-data 2.30.0-2
2010-06-23 10:33:21 configure libgnome-window-settings1 1:2.30.1-1 1:2.30.1-1
2010-06-23 10:33:21 status unpacked libgnome-window-settings1 1:2.30.1-1
2010-06-23 10:33:21 status half-configured libgnome-window-settings1 1:2.30.1-1
2010-06-23 10:33:21 status installed libgnome-window-settings1 1:2.30.1-1
2010-06-23 10:33:22 configure gnome-control-center 1:2.30.1-1 1:2.30.1-1
test_data/big.log view on Meta::CPAN
2010-06-23 10:33:23 configure gnome-session 2.30.0-1 2.30.0-1
2010-06-23 10:33:23 status unpacked gnome-session 2.30.0-1
2010-06-23 10:33:23 status half-configured gnome-session 2.30.0-1
2010-06-23 10:33:23 update-alternatives: run with --install /usr/bin/x-session-manager x-session-manager /usr/bin/gnome-session 50 --slave /usr/share/man/man1/x-session-manager.1.gz x-session-manager.1.gz /usr/share/man/man1/gnome-session.1.gz
2010-06-23 10:33:23 update-alternatives: link group x-session-manager updated to point to /usr/bin/gnome-session
2010-06-23 10:33:23 update-alternatives: run with --remove desktop-splash /usr/share/pixmaps/splash/gnome-splash.png
2010-06-23 10:33:23 update-alternatives: run with --remove desktop-splash /usr/share/pixmaps/splash/gnome-debian-splash.png
2010-06-23 10:33:23 status installed gnome-session 2.30.0-1
2010-06-23 10:33:23 configure gnome-terminal-data 2.30.1-1 2.30.1-1
2010-06-23 10:33:23 status unpacked gnome-terminal-data 2.30.1-1
2010-06-23 10:33:23 status half-configured gnome-terminal-data 2.30.1-1
2010-06-23 10:33:23 status installed gnome-terminal-data 2.30.1-1
test_data/big.log view on Meta::CPAN
2010-06-23 10:33:47 status installed totem-plugins 2.30.2-2+b1
2010-06-23 10:33:47 configure libssh-4 0.4.4-1 0.4.4-1
2010-06-23 10:33:47 status unpacked libssh-4 0.4.4-1
2010-06-23 10:33:47 status half-configured libssh-4 0.4.4-1
2010-06-23 10:33:47 status installed libssh-4 0.4.4-1
2010-06-23 10:33:47 configure rdesktop 1.6.0-3 1.6.0-3
2010-06-23 10:33:47 status unpacked rdesktop 1.6.0-3
2010-06-23 10:33:47 status half-configured rdesktop 1.6.0-3
2010-06-23 10:33:47 status installed rdesktop 1.6.0-3
2010-06-23 10:33:47 configure remmina 0.7.5-1 0.7.5-1
2010-06-23 10:33:47 status unpacked remmina 0.7.5-1
2010-06-23 10:33:47 status half-configured remmina 0.7.5-1
2010-06-23 10:33:48 status installed remmina 0.7.5-1
2010-06-23 10:33:48 configure vino 2.28.2-1 2.28.2-1
test_data/big.log view on Meta::CPAN
2010-06-23 10:33:48 status unpacked xdg-user-dirs 0.12-1
2010-06-23 10:33:48 status unpacked xdg-user-dirs 0.12-1
2010-06-23 10:33:48 status unpacked xdg-user-dirs 0.12-1
2010-06-23 10:33:48 status half-configured xdg-user-dirs 0.12-1
2010-06-23 10:33:48 status installed xdg-user-dirs 0.12-1
2010-06-23 10:33:48 configure gnome-desktop-environment 1:2.30+1 1:2.30+1
2010-06-23 10:33:48 status unpacked gnome-desktop-environment 1:2.30+1
2010-06-23 10:33:48 status half-configured gnome-desktop-environment 1:2.30+1
2010-06-23 10:33:48 status installed gnome-desktop-environment 1:2.30+1
2010-06-23 10:33:48 configure gnome-themes-extras 2.22.0-3 2.22.0-3
2010-06-23 10:33:48 status unpacked gnome-themes-extras 2.22.0-3
2010-06-23 10:33:48 status half-configured gnome-themes-extras 2.22.0-3
2010-06-23 10:33:49 status installed gnome-themes-extras 2.22.0-3
2010-06-23 10:33:49 configure guile-1.8-libs 1.8.7+1-3 1.8.7+1-3
test_data/big.log view on Meta::CPAN
2010-06-24 12:39:40 status unpacked debian-keyring 2009.01.18
2010-06-24 12:39:40 status half-installed debian-keyring 2009.01.18
2010-06-24 12:39:41 status half-installed debian-keyring 2009.01.18
2010-06-24 12:39:41 status unpacked debian-keyring 2010.06.08
2010-06-24 12:39:42 status unpacked debian-keyring 2010.06.08
2010-06-24 12:39:42 upgrade desktop-base 5.0.3 5.0.5
2010-06-24 12:39:42 status half-configured desktop-base 5.0.3
2010-06-24 12:39:43 status unpacked desktop-base 5.0.3
2010-06-24 12:39:43 status half-installed desktop-base 5.0.3
2010-06-24 12:39:43 status triggers-pending hicolor-icon-theme 0.11-1
2010-06-24 12:39:43 status half-installed desktop-base 5.0.3
2010-06-24 12:39:43 status triggers-pending gconf2 2.28.1-3
2010-06-24 12:39:43 status half-installed desktop-base 5.0.3
2010-06-24 12:39:43 status half-installed desktop-base 5.0.3
2010-06-24 12:39:43 status unpacked desktop-base 5.0.5
2010-06-24 12:39:44 status unpacked desktop-base 5.0.5
2010-06-24 12:39:44 upgrade desktop-file-utils 0.15-1 0.15-2
2010-06-24 12:39:44 status half-configured desktop-file-utils 0.15-1
2010-06-24 12:39:44 status unpacked desktop-file-utils 0.15-1
2010-06-24 12:39:44 status half-installed desktop-file-utils 0.15-1
2010-06-24 12:39:44 status half-installed desktop-file-utils 0.15-1
2010-06-24 12:39:45 status half-installed desktop-file-utils 0.15-1
2010-06-24 12:39:45 status unpacked desktop-file-utils 0.15-2
2010-06-24 12:39:45 status unpacked desktop-file-utils 0.15-2
2010-06-24 12:39:45 upgrade devscripts 2.10.35lenny7 2.10.64
2010-06-24 12:39:45 status half-configured devscripts 2.10.35lenny7
2010-06-24 12:39:45 status unpacked devscripts 2.10.35lenny7
2010-06-24 12:39:45 status half-installed devscripts 2.10.35lenny7
2010-06-24 12:39:46 status half-installed devscripts 2.10.35lenny7
test_data/big.log view on Meta::CPAN
2010-06-24 12:39:47 status unpacked diffstat 1.45-2
2010-06-24 12:39:47 status half-installed diffstat 1.45-2
2010-06-24 12:39:47 status half-installed diffstat 1.45-2
2010-06-24 12:39:47 status unpacked diffstat 1.47-1
2010-06-24 12:39:47 status unpacked diffstat 1.47-1
2010-06-24 12:39:47 upgrade djvulibre-desktop 3.5.20-8+lenny1 3.5.22-9
2010-06-24 12:39:47 status half-configured djvulibre-desktop 3.5.20-8+lenny1
2010-06-24 12:39:47 status unpacked djvulibre-desktop 3.5.20-8+lenny1
2010-06-24 12:39:47 status half-installed djvulibre-desktop 3.5.20-8+lenny1
2010-06-24 12:39:47 status half-installed djvulibre-desktop 3.5.20-8+lenny1
2010-06-24 12:39:47 status half-installed djvulibre-desktop 3.5.20-8+lenny1
2010-06-24 12:39:56 status unpacked djvulibre-desktop 3.5.22-9
2010-06-24 12:39:56 status unpacked djvulibre-desktop 3.5.22-9
2010-06-24 12:39:56 upgrade dput 0.9.2.32 0.9.6
2010-06-24 12:39:56 status half-configured dput 0.9.2.32
2010-06-24 12:39:56 status unpacked dput 0.9.2.32
2010-06-24 12:39:56 status half-installed dput 0.9.2.32
2010-06-24 12:39:57 status half-installed dput 0.9.2.32
test_data/big.log view on Meta::CPAN
2010-06-24 12:39:59 status unpacked firmware-iwlwifi 0.25
2010-06-24 12:39:59 install geoip-database <keine> 1.4.7~beta5+dfsg-1
2010-06-24 12:39:59 status half-installed geoip-database 1.4.7~beta5+dfsg-1
2010-06-24 12:40:00 status unpacked geoip-database 1.4.7~beta5+dfsg-1
2010-06-24 12:40:00 status unpacked geoip-database 1.4.7~beta5+dfsg-1
2010-06-24 12:40:00 upgrade gir1.0-freedesktop 0.6.14-1 0.6.14-1+b1
2010-06-24 12:40:00 status half-configured gir1.0-freedesktop 0.6.14-1
2010-06-24 12:40:00 status unpacked gir1.0-freedesktop 0.6.14-1
2010-06-24 12:40:00 status half-installed gir1.0-freedesktop 0.6.14-1
2010-06-24 12:40:00 status half-installed gir1.0-freedesktop 0.6.14-1
2010-06-24 12:40:00 status unpacked gir1.0-freedesktop 0.6.14-1+b1
2010-06-24 12:40:00 status unpacked gir1.0-freedesktop 0.6.14-1+b1
2010-06-24 12:40:00 upgrade libgirepository1.0-0 0.6.14-1 0.6.14-1+b1
2010-06-24 12:40:00 status half-configured libgirepository1.0-0 0.6.14-1
2010-06-24 12:40:00 status unpacked libgirepository1.0-0 0.6.14-1
2010-06-24 12:40:00 status half-installed libgirepository1.0-0 0.6.14-1
2010-06-24 12:40:01 status half-installed libgirepository1.0-0 0.6.14-1
test_data/big.log view on Meta::CPAN
2010-06-24 14:51:16 status installed tcpd 7.6.q-19
2010-06-24 14:51:16 configure libmozjs1d 1.9.0.19-1 1.9.0.16-1
2010-06-24 14:51:16 status unpacked libmozjs1d 1.9.0.19-1
2010-06-24 14:51:16 status half-configured libmozjs1d 1.9.0.19-1
2010-06-24 14:51:18 status installed libmozjs1d 1.9.0.19-1
2010-06-24 14:51:18 configure djvulibre-desktop 3.5.22-9 3.5.20-8+lenny1
2010-06-24 14:51:18 status unpacked djvulibre-desktop 3.5.22-9
2010-06-24 14:51:18 status half-configured djvulibre-desktop 3.5.22-9
2010-06-24 14:51:19 status triggers-awaited djvulibre-desktop 3.5.22-9
2010-06-24 14:51:19 configure libtest-pod-perl 1.42-1 1.26-2
2010-06-24 14:51:19 status unpacked libtest-pod-perl 1.42-1
2010-06-24 14:51:19 status half-configured libtest-pod-perl 1.42-1
2010-06-24 14:51:19 status installed libtest-pod-perl 1.42-1
2010-06-24 14:51:19 configure libmpfr1ldbl 2.4.2-3 2.3.1.dfsg.1-2
test_data/big.log view on Meta::CPAN
2010-06-24 14:51:20 status half-configured finger 0.17-14
2010-06-24 14:51:20 status installed finger 0.17-14
2010-06-24 14:51:20 trigproc menu 2.1.41 2.1.41
2010-06-24 14:51:20 status half-configured menu 2.1.41
2010-06-24 14:51:23 status installed menu 2.1.41
2010-06-24 14:51:23 configure desktop-file-utils 0.15-2 0.15-1
2010-06-24 14:51:23 status unpacked desktop-file-utils 0.15-2
2010-06-24 14:51:23 status unpacked desktop-file-utils 0.15-2
2010-06-24 14:51:23 status half-configured desktop-file-utils 0.15-2
2010-06-24 14:51:23 status triggers-awaited desktop-file-utils 0.15-2
2010-06-24 14:51:23 configure openssl-blacklist 0.5-2 0.5-2
2010-06-24 14:51:23 status unpacked openssl-blacklist 0.5-2
2010-06-24 14:51:23 status half-configured openssl-blacklist 0.5-2
2010-06-24 14:51:23 status installed openssl-blacklist 0.5-2
2010-06-24 14:51:23 configure gettext-base 0.18.1.1-1 0.17-4
test_data/big.log view on Meta::CPAN
2010-06-24 14:51:24 status installed module-init-tools 3.12~pre2-3
2010-06-24 14:51:24 configure libenca0 1.13-2 1.13-1
2010-06-24 14:51:24 status unpacked libenca0 1.13-2
2010-06-24 14:51:24 status half-configured libenca0 1.13-2
2010-06-24 14:51:24 status installed libenca0 1.13-2
2010-06-24 14:51:24 configure desktop-base 5.0.5 5.0.3
2010-06-24 14:51:24 status unpacked desktop-base 5.0.5
2010-06-24 14:51:24 status unpacked desktop-base 5.0.5
2010-06-24 14:51:24 status unpacked desktop-base 5.0.5
2010-06-24 14:51:24 status half-configured desktop-base 5.0.5
2010-06-24 14:51:26 update-alternatives: run with --install /usr/share/images/desktop-base/desktop-background desktop-background /usr/share/images/desktop-base/moreblue-orbit-wallpaper.svg 60
2010-06-24 14:51:26 update-alternatives: run with --install /usr/share/images/desktop-base/desktop-background desktop-background /usr/share/images/desktop-base/moreblue-orbit-wallpaper-widescreen.svg 55
2010-06-24 14:51:26 update-alternatives: run with --install /usr/share/images/desktop-base/desktop-background desktop-background /usr/share/images/desktop-base/nightly-wallpaper.png 50
2010-06-24 14:51:26 update-alternatives: run with --install /usr/share/images/desktop-base/desktop-background desktop-background /usr/share/images/desktop-base/debian-blueish-wallpaper.svg 40
2010-06-24 14:51:26 update-alternatives: run with --install /usr/share/images/desktop-base/desktop-splash desktop-splash /usr/share/images/desktop-base/moreblue-orbit-splash.png 50
2010-06-24 14:51:26 update-alternatives: run with --install /usr/share/images/desktop-base/desktop-splash desktop-splash /usr/share/images/desktop-base/gnome-splash-curves.png 40
2010-06-24 14:51:26 update-alternatives: run with --install /usr/share/images/desktop-base/desktop-grub desktop-grub /usr/share/images/desktop-base/moreblue-orbit-grub.png 10
2010-06-24 14:51:35 status triggers-awaited desktop-base 5.0.5
2010-06-24 14:51:35 configure libfcgi-perl 0.71-1 0.67-2.1+b1
2010-06-24 14:51:35 status unpacked libfcgi-perl 0.71-1
2010-06-24 14:51:35 status half-configured libfcgi-perl 0.71-1
2010-06-24 14:51:35 status installed libfcgi-perl 0.71-1
2010-06-24 14:51:35 trigproc fontconfig 2.8.0-2.1 2.8.0-2.1
test_data/big.log view on Meta::CPAN
2010-06-24 14:51:43 status half-configured python-reportbug 4.12.3
2010-06-24 14:51:43 status installed python-reportbug 4.12.3
2010-06-24 14:51:43 status triggers-pending python-support 1.0.8
2010-06-24 14:51:43 trigproc hicolor-icon-theme 0.11-1 0.11-1
2010-06-24 14:51:43 status half-configured hicolor-icon-theme 0.11-1
2010-06-24 14:51:43 status installed djvulibre-desktop 3.5.22-9
2010-06-24 14:51:48 status installed hicolor-icon-theme 0.11-1
2010-06-24 14:51:48 trigproc install-info 4.13a.dfsg.1-5 4.13a.dfsg.1-5
2010-06-24 14:51:48 status half-configured install-info 4.13a.dfsg.1-5
2010-06-24 14:51:49 status installed install-info 4.13a.dfsg.1-5
2010-06-24 14:51:49 configure libobject-realize-later-perl 0.18-2 0.18-1
test_data/big.log view on Meta::CPAN
2010-06-24 14:51:50 configure vim-common 2:7.2.438+hg~d44112feb815-5+b1 1:7.1.314-3+lenny2
2010-06-24 14:51:50 status unpacked vim-common 2:7.2.438+hg~d44112feb815-5+b1
2010-06-24 14:51:50 status unpacked vim-common 2:7.2.438+hg~d44112feb815-5+b1
2010-06-24 14:51:50 status half-configured vim-common 2:7.2.438+hg~d44112feb815-5+b1
2010-06-24 14:51:51 status installed vim-common 2:7.2.438+hg~d44112feb815-5+b1
2010-06-24 14:51:51 configure gir1.0-freedesktop 0.6.14-1+b1 0.6.14-1
2010-06-24 14:51:51 status unpacked gir1.0-freedesktop 0.6.14-1+b1
2010-06-24 14:51:51 status half-configured gir1.0-freedesktop 0.6.14-1+b1
2010-06-24 14:51:51 status installed gir1.0-freedesktop 0.6.14-1+b1
2010-06-24 14:51:51 configure libcommon-sense-perl 3.2-1 <keine>
2010-06-24 14:51:51 status unpacked libcommon-sense-perl 3.2-1
2010-06-24 14:51:51 status half-configured libcommon-sense-perl 3.2-1
2010-06-24 14:51:51 status installed libcommon-sense-perl 3.2-1
2010-06-24 14:51:51 configure libisc60 1:9.7.0.dfsg.P1-1 <keine>
test_data/big.log view on Meta::CPAN
2010-06-24 14:52:00 status unpacked portmap 6.0.0-2
2010-06-24 14:52:00 status half-configured portmap 6.0.0-2
2010-06-24 14:52:01 status installed portmap 6.0.0-2
2010-06-24 14:52:01 trigproc gnome-menus 2.30.0-1 2.30.0-1
2010-06-24 14:52:01 status half-configured gnome-menus 2.30.0-1
2010-06-24 14:52:01 status installed desktop-file-utils 0.15-2
2010-06-24 14:52:01 status installed gnome-menus 2.30.0-1
2010-06-24 14:52:01 configure libglib-perl 1:1.230-1 1:1.190-2
2010-06-24 14:52:01 status unpacked libglib-perl 1:1.230-1
2010-06-24 14:52:01 status half-configured libglib-perl 1:1.230-1
2010-06-24 14:52:02 status installed libglib-perl 1:1.230-1
test_data/big.log view on Meta::CPAN
2010-06-24 14:52:29 status installed firmware-iwlwifi 0.25
2010-06-24 14:52:29 trigproc gconf2 2.28.1-3 2.28.1-3
2010-06-24 14:52:29 status half-configured gconf2 2.28.1-3
2010-06-24 14:52:29 status installed gnome-terminal-data 2.30.2-1
2010-06-24 14:52:29 status installed libgnome2-common 2.30.0-1
2010-06-24 14:52:29 status installed desktop-base 5.0.5
2010-06-24 14:52:41 status installed gconf2 2.28.1-3
2010-06-24 14:52:41 configure libldap-2.4-2 2.4.21-1 2.4.17-2.1
2010-06-24 14:52:41 status unpacked libldap-2.4-2 2.4.21-1
2010-06-24 14:52:41 status unpacked libldap-2.4-2 2.4.21-1
2010-06-24 14:52:41 status half-configured libldap-2.4-2 2.4.21-1
test_data/big.log view on Meta::CPAN
2010-06-28 11:57:29 status half-installed abiword 2.8.2-2
2010-06-28 11:57:29 status triggers-pending man-db 2.5.7-3
2010-06-28 11:57:29 status half-installed abiword 2.8.2-2
2010-06-28 11:57:29 status triggers-pending menu 2.1.41
2010-06-28 11:57:29 status half-installed abiword 2.8.2-2
2010-06-28 11:57:29 status triggers-pending desktop-file-utils 0.15-2
2010-06-28 11:57:29 status half-installed abiword 2.8.2-2
2010-06-28 11:57:29 status triggers-pending gnome-menus 2.30.0-1
2010-06-28 11:57:29 status half-installed abiword 2.8.2-2
2010-06-28 11:57:30 status triggers-awaited menu 2.1.41
2010-06-28 11:57:30 status config-files abiword 2.8.2-2
test_data/big.log view on Meta::CPAN
2010-06-28 11:57:30 status half-installed abiword-common 2.8.2-2
2010-06-28 11:57:30 status triggers-pending shared-mime-info 0.71-3
2010-06-28 11:57:30 status half-installed abiword-common 2.8.2-2
2010-06-28 11:57:30 status config-files abiword-common 2.8.2-2
2010-06-28 11:57:31 status config-files abiword-common 2.8.2-2
2010-06-28 11:57:31 status installed gnome-desktop-environment 1:2.30+1
2010-06-28 11:57:31 remove gnome-desktop-environment 1:2.30+1 1:2.30+1
2010-06-28 11:57:31 status half-configured gnome-desktop-environment 1:2.30+1
2010-06-28 11:57:31 status half-installed gnome-desktop-environment 1:2.30+1
2010-06-28 11:57:31 status config-files gnome-desktop-environment 1:2.30+1
2010-06-28 11:57:31 status config-files gnome-desktop-environment 1:2.30+1
2010-06-28 11:57:31 status config-files gnome-desktop-environment 1:2.30+1
2010-06-28 11:57:31 status not-installed gnome-desktop-environment <keine>
2010-06-28 11:57:31 status installed alacarte 0.13.1-1
2010-06-28 11:57:31 remove alacarte 0.13.1-1 0.13.1-1
2010-06-28 11:57:31 status half-configured alacarte 0.13.1-1
2010-06-28 11:57:31 status half-installed alacarte 0.13.1-1
2010-06-28 11:57:31 status half-installed alacarte 0.13.1-1
test_data/big.log view on Meta::CPAN
2010-06-28 11:58:15 status half-installed nautilus 2.30.1-1
2010-06-28 11:58:15 status half-installed nautilus 2.30.1-1
2010-06-28 11:58:15 status half-installed nautilus 2.30.1-1
2010-06-28 11:58:16 status config-files nautilus 2.30.1-1
2010-06-28 11:58:16 status config-files nautilus 2.30.1-1
2010-06-28 11:58:16 status triggers-pending desktop-file-utils 0.15-2
2010-06-28 11:58:16 remove desktop-file-utils 0.15-2 0.15-1
2010-06-28 11:58:16 status half-configured desktop-file-utils 0.15-2
2010-06-28 11:58:16 status half-installed desktop-file-utils 0.15-2
2010-06-28 11:58:16 status half-installed desktop-file-utils 0.15-2
2010-06-28 11:58:16 status half-installed desktop-file-utils 0.15-2
2010-06-28 11:58:16 status config-files desktop-file-utils 0.15-2
2010-06-28 11:58:16 status config-files desktop-file-utils 0.15-2
2010-06-28 11:58:16 status installed dhcdbd 3.0-5
2010-06-28 11:58:16 remove dhcdbd 3.0-5 3.0-5
2010-06-28 11:58:16 status half-configured dhcdbd 3.0-5
2010-06-28 11:58:17 status half-installed dhcdbd 3.0-5
2010-06-28 11:58:17 status half-installed dhcdbd 3.0-5
2010-06-28 11:58:17 status config-files dhcdbd 3.0-5
2010-06-28 11:58:17 status config-files dhcdbd 3.0-5
2010-06-28 11:58:17 status installed djvulibre-desktop 3.5.22-9
2010-06-28 11:58:17 remove djvulibre-desktop 3.5.22-9 3.5.20-8+lenny1
2010-06-28 11:58:17 status half-configured djvulibre-desktop 3.5.22-9
2010-06-28 11:58:17 status half-installed djvulibre-desktop 3.5.22-9
2010-06-28 11:58:17 status half-installed djvulibre-desktop 3.5.22-9
2010-06-28 11:58:17 status config-files djvulibre-desktop 3.5.22-9
2010-06-28 11:58:17 status config-files djvulibre-desktop 3.5.22-9
2010-06-28 11:58:17 status config-files djvulibre-desktop 3.5.22-9
2010-06-28 11:58:17 status config-files djvulibre-desktop 3.5.22-9
2010-06-28 11:58:17 status not-installed djvulibre-desktop <keine>
2010-06-28 11:58:17 status installed dmz-cursor-theme 0.4.1
2010-06-28 11:58:17 remove dmz-cursor-theme 0.4.1 0.4.1
2010-06-28 11:58:17 status half-configured dmz-cursor-theme 0.4.1
2010-06-28 11:58:17 update-alternatives: run with --remove x-cursor-theme /usr/share/icons/DMZ-White/cursor.theme
2010-06-28 11:58:17 update-alternatives: link group x-cursor-theme updated to point to /usr/share/icons/DMZ-Black/cursor.theme
test_data/big.log view on Meta::CPAN
2010-06-28 11:58:33 status config-files finger 0.17-14
2010-06-28 11:58:33 status config-files finger 0.17-14
2010-06-28 11:58:33 status config-files finger 0.17-14
2010-06-28 11:58:33 status config-files finger 0.17-14
2010-06-28 11:58:33 status not-installed finger <keine>
2010-06-28 11:58:33 status installed freedesktop-sound-theme 0.7.dfsg-1
2010-06-28 11:58:33 remove freedesktop-sound-theme 0.7.dfsg-1 0.7.dfsg-1
2010-06-28 11:58:33 status half-configured freedesktop-sound-theme 0.7.dfsg-1
2010-06-28 11:58:33 status half-installed freedesktop-sound-theme 0.7.dfsg-1
2010-06-28 11:58:33 status config-files freedesktop-sound-theme 0.7.dfsg-1
2010-06-28 11:58:33 status config-files freedesktop-sound-theme 0.7.dfsg-1
2010-06-28 11:58:33 status config-files freedesktop-sound-theme 0.7.dfsg-1
2010-06-28 11:58:33 status not-installed freedesktop-sound-theme <keine>
2010-06-28 11:58:33 status installed gnome-games 1:2.30.1-1
2010-06-28 11:58:33 remove gnome-games 1:2.30.1-1 1:2.30.1-1
2010-06-28 11:58:33 status half-configured gnome-games 1:2.30.1-1
2010-06-28 11:58:33 status half-installed gnome-games 1:2.30.1-1
2010-06-28 11:58:33 status half-installed gnome-games 1:2.30.1-1
test_data/big.log view on Meta::CPAN
2010-06-28 11:58:59 status config-files gnome-codec-install 0.4.7
2010-06-28 11:58:59 status config-files gnome-codec-install 0.4.7
2010-06-28 11:58:59 status config-files gnome-codec-install 0.4.7
2010-06-28 11:59:00 status config-files gnome-codec-install 0.4.7
2010-06-28 11:59:00 status not-installed gnome-codec-install <keine>
2010-06-28 11:59:00 status installed gnome-desktop-data 2.30.0-2
2010-06-28 11:59:00 remove gnome-desktop-data 2.30.0-2 2.30.0-2
2010-06-28 11:59:00 status half-configured gnome-desktop-data 2.30.0-2
2010-06-28 11:59:00 status half-installed gnome-desktop-data 2.30.0-2
2010-06-28 11:59:00 status config-files gnome-desktop-data 2.30.0-2
2010-06-28 11:59:00 status config-files gnome-desktop-data 2.30.0-2
2010-06-28 11:59:00 status config-files gnome-desktop-data 2.30.0-2
2010-06-28 11:59:00 status not-installed gnome-desktop-data <keine>
2010-06-28 11:59:00 status installed gnome-dictionary 2.30.0-2
2010-06-28 11:59:00 remove gnome-dictionary 2.30.0-2 2.30.0-2
2010-06-28 11:59:00 status half-configured gnome-dictionary 2.30.0-2
2010-06-28 11:59:00 status half-installed gnome-dictionary 2.30.0-2
2010-06-28 11:59:00 status half-installed gnome-dictionary 2.30.0-2
test_data/big.log view on Meta::CPAN
2010-06-28 12:00:20 remove libgmyth0 1:0.7.1-1 1:0.7.1-1
2010-06-28 12:00:20 status half-configured libgmyth0 1:0.7.1-1
2010-06-28 12:00:20 status half-installed libgmyth0 1:0.7.1-1
2010-06-28 12:00:20 status config-files libgmyth0 1:0.7.1-1
2010-06-28 12:00:20 status config-files libgmyth0 1:0.7.1-1
2010-06-28 12:00:20 status installed libgnome-desktop-2 2.22.3-2
2010-06-28 12:00:20 remove libgnome-desktop-2 2.22.3-2 2.22.3-2
2010-06-28 12:00:20 status half-configured libgnome-desktop-2 2.22.3-2
2010-06-28 12:00:20 status half-installed libgnome-desktop-2 2.22.3-2
2010-06-28 12:00:21 status config-files libgnome-desktop-2 2.22.3-2
2010-06-28 12:00:21 status config-files libgnome-desktop-2 2.22.3-2
2010-06-28 12:00:21 status installed libgnome-mag2 1:0.16.1-2
2010-06-28 12:00:21 remove libgnome-mag2 1:0.16.1-2 1:0.16.1-2
2010-06-28 12:00:21 status half-configured libgnome-mag2 1:0.16.1-2
2010-06-28 12:00:21 status half-installed libgnome-mag2 1:0.16.1-2
2010-06-28 12:00:21 status config-files libgnome-mag2 1:0.16.1-2
test_data/big.log view on Meta::CPAN
2010-06-28 12:01:46 status half-installed python-xdg 0.19-1
2010-06-28 12:01:46 status config-files python-xdg 0.19-1
2010-06-28 12:01:46 status config-files python-xdg 0.19-1
2010-06-28 12:01:46 status config-files python-xdg 0.19-1
2010-06-28 12:01:46 status not-installed python-xdg <keine>
2010-06-28 12:01:46 status installed rdesktop 1.6.0-3
2010-06-28 12:01:46 remove rdesktop 1.6.0-3 1.6.0-3
2010-06-28 12:01:46 status half-configured rdesktop 1.6.0-3
2010-06-28 12:01:46 status half-installed rdesktop 1.6.0-3
2010-06-28 12:01:46 status half-installed rdesktop 1.6.0-3
2010-06-28 12:01:46 status config-files rdesktop 1.6.0-3
2010-06-28 12:01:46 status config-files rdesktop 1.6.0-3
2010-06-28 12:01:46 status config-files rdesktop 1.6.0-3
2010-06-28 12:01:46 status config-files rdesktop 1.6.0-3
2010-06-28 12:01:46 status not-installed rdesktop <keine>
2010-06-28 12:01:46 status installed resolvconf 1.42
2010-06-28 12:01:46 remove resolvconf 1.42 1.42
2010-06-28 12:01:46 status half-configured resolvconf 1.42
2010-06-28 12:01:46 status half-installed resolvconf 1.42
2010-06-28 12:01:46 status half-installed resolvconf 1.42
test_data/big.log view on Meta::CPAN
2010-06-28 17:21:01 status half-installed deskbar-applet 2.30.1-1+b2
2010-06-28 17:21:01 status half-installed deskbar-applet 2.30.1-1+b2
2010-06-28 17:21:01 status half-installed deskbar-applet 2.30.1-1+b2
2010-06-28 17:21:02 status unpacked deskbar-applet 2.30.1-1+b2
2010-06-28 17:21:02 status unpacked deskbar-applet 2.30.1-1+b2
2010-06-28 17:21:02 install desktop-file-utils 0.15-2 0.15-2
2010-06-28 17:21:02 status half-installed desktop-file-utils 0.15-2
2010-06-28 17:21:02 status half-installed desktop-file-utils 0.15-2
2010-06-28 17:21:03 status unpacked desktop-file-utils 0.15-2
2010-06-28 17:21:03 status unpacked desktop-file-utils 0.15-2
2010-06-28 17:21:03 upgrade libebackend1.2-0 2.30.1-5 2.30.2-1
2010-06-28 17:21:03 status half-configured libebackend1.2-0 2.30.1-5
2010-06-28 17:21:03 status unpacked libebackend1.2-0 2.30.1-5
2010-06-28 17:21:03 status half-installed libebackend1.2-0 2.30.1-5
2010-06-28 17:21:03 status half-installed libebackend1.2-0 2.30.1-5
test_data/big.log view on Meta::CPAN
2010-06-28 17:21:12 status unpacked evolution-data-server-common 2.30.2-1
2010-06-28 17:21:12 install evolution-data-server <keine> 2.30.2-1
2010-06-28 17:21:12 status half-installed evolution-data-server 2.30.2-1
2010-06-28 17:21:12 status unpacked evolution-data-server 2.30.2-1
2010-06-28 17:21:12 status unpacked evolution-data-server 2.30.2-1
2010-06-28 17:21:12 install gnome-desktop-data <keine> 2.30.0-2
2010-06-28 17:21:12 status half-installed gnome-desktop-data 2.30.0-2
2010-06-28 17:21:13 status unpacked gnome-desktop-data 2.30.0-2
2010-06-28 17:21:13 status unpacked gnome-desktop-data 2.30.0-2
2010-06-28 17:21:13 install gnome-about <keine> 2.30.0-2
2010-06-28 17:21:13 status half-installed gnome-about 2.30.0-2
2010-06-28 17:21:13 status half-installed gnome-about 2.30.0-2
2010-06-28 17:21:14 status unpacked gnome-about 2.30.0-2
2010-06-28 17:21:14 status unpacked gnome-about 2.30.0-2
test_data/big.log view on Meta::CPAN
2010-06-28 17:22:38 status installed libebook1.2-9 2.30.2-1
2010-06-28 17:22:38 configure deskbar-applet 2.30.1-1+b2 2.30.1-1+b2
2010-06-28 17:22:38 status unpacked deskbar-applet 2.30.1-1+b2
2010-06-28 17:22:38 status half-configured deskbar-applet 2.30.1-1+b2
2010-06-28 17:22:39 status installed deskbar-applet 2.30.1-1+b2
2010-06-28 17:22:39 configure desktop-file-utils 0.15-2 0.15-2
2010-06-28 17:22:39 status unpacked desktop-file-utils 0.15-2
2010-06-28 17:22:39 status unpacked desktop-file-utils 0.15-2
2010-06-28 17:22:39 status half-configured desktop-file-utils 0.15-2
2010-06-28 17:22:39 status installed desktop-file-utils 0.15-2
2010-06-28 17:22:39 configure libebackend1.2-0 2.30.2-1 2.30.2-1
2010-06-28 17:22:39 status unpacked libebackend1.2-0 2.30.2-1
2010-06-28 17:22:39 status half-configured libebackend1.2-0 2.30.2-1
2010-06-28 17:22:39 status installed libebackend1.2-0 2.30.2-1
2010-06-28 17:22:39 configure libecal1.2-7 2.30.2-1 2.30.2-1
test_data/big.log view on Meta::CPAN
2010-06-28 17:22:40 status installed evolution-data-server-common 2.30.2-1
2010-06-28 17:22:40 configure evolution-data-server 2.30.2-1 2.30.2-1
2010-06-28 17:22:40 status unpacked evolution-data-server 2.30.2-1
2010-06-28 17:22:40 status half-configured evolution-data-server 2.30.2-1
2010-06-28 17:22:40 status installed evolution-data-server 2.30.2-1
2010-06-28 17:22:40 configure gnome-desktop-data 2.30.0-2 2.30.0-2
2010-06-28 17:22:40 status unpacked gnome-desktop-data 2.30.0-2
2010-06-28 17:22:40 status half-configured gnome-desktop-data 2.30.0-2
2010-06-28 17:22:40 status installed gnome-desktop-data 2.30.0-2
2010-06-28 17:22:40 configure gnome-about 2.30.0-2 2.30.0-2
2010-06-28 17:22:40 status unpacked gnome-about 2.30.0-2
2010-06-28 17:22:40 status half-configured gnome-about 2.30.0-2
2010-06-28 17:22:40 status installed gnome-about 2.30.0-2
2010-06-28 17:22:40 configure libapm1 3.2.2-14 3.2.2-14
test_data/big.log view on Meta::CPAN
2010-06-29 10:58:19 status half-installed evince-common 2.30.1-3
2010-06-29 10:58:19 status triggers-pending man-db 2.5.7-3
2010-06-29 10:58:19 status half-installed evince-common 2.30.1-3
2010-06-29 10:58:19 status triggers-pending hicolor-icon-theme 0.11-1
2010-06-29 10:58:19 status half-installed evince-common 2.30.1-3
2010-06-29 10:58:20 status triggers-pending desktop-file-utils 0.15-2
2010-06-29 10:58:20 status half-installed evince-common 2.30.1-3
2010-06-29 10:58:20 status triggers-pending gnome-menus 2.30.0-1
2010-06-29 10:58:20 status half-installed evince-common 2.30.1-3
2010-06-29 10:58:21 status unpacked evince-common 2.30.1-3
2010-06-29 10:58:21 status unpacked evince-common 2.30.1-3
test_data/big.log view on Meta::CPAN
2010-06-29 10:58:22 status half-configured man-db 2.5.7-3
2010-06-29 10:58:23 status installed man-db 2.5.7-3
2010-06-29 10:58:23 trigproc hicolor-icon-theme 0.11-1 0.11-1
2010-06-29 10:58:23 status half-configured hicolor-icon-theme 0.11-1
2010-06-29 10:58:25 status installed hicolor-icon-theme 0.11-1
2010-06-29 10:58:25 trigproc desktop-file-utils 0.15-2 0.15-2
2010-06-29 10:58:25 status half-configured desktop-file-utils 0.15-2
2010-06-29 10:58:26 status installed desktop-file-utils 0.15-2
2010-06-29 10:58:26 trigproc gnome-menus 2.30.0-1 2.30.0-1
2010-06-29 10:58:26 status half-configured gnome-menus 2.30.0-1
2010-06-29 10:58:26 status installed gnome-menus 2.30.0-1
2010-06-29 10:58:26 trigproc menu 2.1.41 2.1.41
2010-06-29 10:58:26 status half-configured menu 2.1.41
test_data/big.log view on Meta::CPAN
2010-06-29 14:22:26 status half-installed icedove 3.0.5-1
2010-06-29 14:22:26 status triggers-pending menu 2.1.41
2010-06-29 14:22:26 status half-installed icedove 3.0.5-1
2010-06-29 14:22:27 status triggers-pending man-db 2.5.7-3
2010-06-29 14:22:27 status half-installed icedove 3.0.5-1
2010-06-29 14:22:27 status triggers-pending desktop-file-utils 0.15-2
2010-06-29 14:22:27 status half-installed icedove 3.0.5-1
2010-06-29 14:22:27 status triggers-pending gnome-menus 2.30.0-1
2010-06-29 14:22:27 status half-installed icedove 3.0.5-1
2010-06-29 14:22:30 status unpacked icedove 3.0.5-1
2010-06-29 14:22:30 status unpacked icedove 3.0.5-1
test_data/big.log view on Meta::CPAN
2010-06-29 14:22:31 status half-configured menu 2.1.41
2010-06-29 14:22:35 status installed menu 2.1.41
2010-06-29 14:22:36 trigproc man-db 2.5.7-3 2.5.2-4
2010-06-29 14:22:36 status half-configured man-db 2.5.7-3
2010-06-29 14:22:40 status installed man-db 2.5.7-3
2010-06-29 14:22:40 trigproc desktop-file-utils 0.15-2 0.15-2
2010-06-29 14:22:40 status half-configured desktop-file-utils 0.15-2
2010-06-29 14:22:41 status installed desktop-file-utils 0.15-2
2010-06-29 14:22:41 trigproc gnome-menus 2.30.0-1 2.30.0-1
2010-06-29 14:22:41 status half-configured gnome-menus 2.30.0-1
2010-06-29 14:22:41 status installed gnome-menus 2.30.0-1
2010-06-29 14:22:42 startup packages configure
2010-06-29 14:22:42 configure icedove 3.0.5-1 3.0.5-1
test_data/big.log view on Meta::CPAN
2010-07-01 12:42:23 status half-installed epiphany-data 0.7.0-4
2010-07-01 12:42:23 status unpacked epiphany-data 0.7.0-4
2010-07-01 12:42:23 status unpacked epiphany-data 0.7.0-4
2010-07-01 12:42:23 install epiphany <keine> 0.7.0-4
2010-07-01 12:42:23 status half-installed epiphany 0.7.0-4
2010-07-01 12:42:24 status triggers-pending desktop-file-utils 0.15-2
2010-07-01 12:42:24 status half-installed epiphany 0.7.0-4
2010-07-01 12:42:24 status triggers-pending gnome-menus 2.30.0-1
2010-07-01 12:42:24 status half-installed epiphany 0.7.0-4
2010-07-01 12:42:24 status triggers-pending menu 2.1.41
2010-07-01 12:42:24 status half-installed epiphany 0.7.0-4
2010-07-01 12:42:24 status triggers-pending man-db 2.5.7-3
2010-07-01 12:42:24 status half-installed epiphany 0.7.0-4
2010-07-01 12:42:24 status unpacked epiphany 0.7.0-4
2010-07-01 12:42:24 status unpacked epiphany 0.7.0-4
2010-07-01 12:42:24 trigproc desktop-file-utils 0.15-2 0.15-2
2010-07-01 12:42:24 status half-configured desktop-file-utils 0.15-2
2010-07-01 12:42:25 status installed desktop-file-utils 0.15-2
2010-07-01 12:42:25 trigproc gnome-menus 2.30.0-1 2.30.0-1
2010-07-01 12:42:25 status half-configured gnome-menus 2.30.0-1
2010-07-01 12:42:26 status installed gnome-menus 2.30.0-1
2010-07-01 12:42:26 trigproc menu 2.1.41 2.1.41
2010-07-01 12:42:26 status half-configured menu 2.1.41
test_data/big.log view on Meta::CPAN
2010-07-01 12:43:41 status triggers-pending gconf2 2.28.1-3
2010-07-01 12:43:41 status half-installed epiphany-browser-data 2.30.2-2
2010-07-01 12:43:41 status triggers-pending gconf2 2.28.1-3
2010-07-01 12:43:41 status triggers-pending hicolor-icon-theme 0.11-1
2010-07-01 12:43:41 status half-installed epiphany-browser-data 2.30.2-2
2010-07-01 12:43:43 status triggers-pending desktop-file-utils 0.15-2
2010-07-01 12:43:43 status half-installed epiphany-browser-data 2.30.2-2
2010-07-01 12:43:43 status triggers-pending gnome-menus 2.30.0-1
2010-07-01 12:43:44 status half-installed epiphany-browser-data 2.30.2-2
2010-07-01 12:43:45 status unpacked epiphany-browser-data 2.30.2-2
2010-07-01 12:43:45 status unpacked epiphany-browser-data 2.30.2-2
test_data/big.log view on Meta::CPAN
2010-07-01 12:43:48 status half-configured gconf2 2.28.1-3
2010-07-01 12:43:56 status installed gconf2 2.28.1-3
2010-07-01 12:43:56 trigproc hicolor-icon-theme 0.11-1 0.11-1
2010-07-01 12:43:56 status half-configured hicolor-icon-theme 0.11-1
2010-07-01 12:43:59 status installed hicolor-icon-theme 0.11-1
2010-07-01 12:43:59 trigproc desktop-file-utils 0.15-2 0.15-2
2010-07-01 12:43:59 status half-configured desktop-file-utils 0.15-2
2010-07-01 12:43:59 status installed desktop-file-utils 0.15-2
2010-07-01 12:43:59 trigproc gnome-menus 2.30.0-1 2.30.0-1
2010-07-01 12:43:59 status half-configured gnome-menus 2.30.0-1
2010-07-01 12:43:59 status installed gnome-menus 2.30.0-1
2010-07-01 12:43:59 trigproc menu 2.1.41 2.1.41
2010-07-01 12:43:59 status half-configured menu 2.1.41
test_data/big.log view on Meta::CPAN
2010-07-07 12:02:23 status half-configured menu 2.1.41
2010-07-07 12:02:24 status installed menu 2.1.41
2010-07-07 16:57:59 startup archives unpack
2010-07-07 16:58:03 install dia-common <keine> 0.97.1-6
2010-07-07 16:58:03 status half-installed dia-common 0.97.1-6
2010-07-07 16:58:06 status triggers-pending desktop-file-utils 0.15-2
2010-07-07 16:58:06 status half-installed dia-common 0.97.1-6
2010-07-07 16:58:06 status triggers-pending gnome-menus 2.30.0-1
2010-07-07 16:58:06 status half-installed dia-common 0.97.1-6
2010-07-07 16:58:06 status triggers-pending gconf2 2.28.1-3
2010-07-07 16:58:06 status half-installed dia-common 0.97.1-6
test_data/big.log view on Meta::CPAN
2010-07-07 16:58:11 status half-installed gsfonts-x11 0.21
2010-07-07 16:58:11 status triggers-pending fontconfig 2.8.0-2.1
2010-07-07 16:58:11 status half-installed gsfonts-x11 0.21
2010-07-07 16:58:11 status unpacked gsfonts-x11 0.21
2010-07-07 16:58:11 status unpacked gsfonts-x11 0.21
2010-07-07 16:58:11 trigproc desktop-file-utils 0.15-2 0.15-2
2010-07-07 16:58:11 status half-configured desktop-file-utils 0.15-2
2010-07-07 16:58:13 status installed desktop-file-utils 0.15-2
2010-07-07 16:58:13 trigproc gnome-menus 2.30.0-1 2.30.0-1
2010-07-07 16:58:13 status half-configured gnome-menus 2.30.0-1
2010-07-07 16:58:15 status installed gnome-menus 2.30.0-1
2010-07-07 16:58:15 trigproc gconf2 2.28.1-3 2.28.1-3
2010-07-07 16:58:15 status half-configured gconf2 2.28.1-3
test_data/big.log view on Meta::CPAN
2010-07-13 12:17:08 status half-configured python2.6 2.6.5+20100616-1
2010-07-13 12:17:09 status unpacked python2.6 2.6.5+20100616-1
2010-07-13 12:17:09 status half-installed python2.6 2.6.5+20100616-1
2010-07-13 12:17:09 status half-installed python2.6 2.6.5+20100616-1
2010-07-13 12:17:09 status half-installed python2.6 2.6.5+20100616-1
2010-07-13 12:17:09 status triggers-pending desktop-file-utils 0.15-2
2010-07-13 12:17:09 status half-installed python2.6 2.6.5+20100616-1
2010-07-13 12:17:09 status triggers-pending gnome-menus 2.30.0-1
2010-07-13 12:17:09 status half-installed python2.6 2.6.5+20100616-1
2010-07-13 12:17:10 status half-installed python2.6 2.6.5+20100616-1
2010-07-13 12:17:10 status unpacked python2.6 2.6.5+20100706-1
test_data/big.log view on Meta::CPAN
2010-07-13 12:21:28 status unpacked usb-modeswitch 1.1.3-1
2010-07-13 12:21:28 status unpacked usb-modeswitch 1.1.3-1
2010-07-13 12:21:28 trigproc man-db 2.5.7-3 2.5.2-4
2010-07-13 12:21:28 status half-configured man-db 2.5.7-3
2010-07-13 12:21:43 status installed man-db 2.5.7-3
2010-07-13 12:21:43 trigproc desktop-file-utils 0.15-2 0.15-2
2010-07-13 12:21:43 status half-configured desktop-file-utils 0.15-2
2010-07-13 12:21:44 status installed desktop-file-utils 0.15-2
2010-07-13 12:21:44 trigproc gnome-menus 2.30.0-1 2.30.0-1
2010-07-13 12:21:44 status half-configured gnome-menus 2.30.0-1
2010-07-13 12:21:44 status installed gnome-menus 2.30.0-1
2010-07-13 12:21:44 trigproc shared-mime-info 0.71-3 0.71-3
2010-07-13 12:21:44 status half-configured shared-mime-info 0.71-3
test_data/big.log view on Meta::CPAN
2010-07-13 12:28:49 status half-installed gnome-system-tools 2.30.2-1
2010-07-13 12:28:49 status triggers-pending hicolor-icon-theme 0.11-1
2010-07-13 12:28:49 status half-installed gnome-system-tools 2.30.2-1
2010-07-13 12:28:49 status triggers-pending man-db 2.5.7-3
2010-07-13 12:28:49 status half-installed gnome-system-tools 2.30.2-1
2010-07-13 12:28:49 status triggers-pending desktop-file-utils 0.15-2
2010-07-13 12:28:49 status half-installed gnome-system-tools 2.30.2-1
2010-07-13 12:28:49 status triggers-pending gnome-menus 2.30.0-1
2010-07-13 12:28:49 status half-installed gnome-system-tools 2.30.2-1
2010-07-13 12:28:51 status unpacked gnome-system-tools 2.30.2-1
2010-07-13 12:28:51 status unpacked gnome-system-tools 2.30.2-1
test_data/big.log view on Meta::CPAN
2010-07-13 12:28:57 status half-configured hicolor-icon-theme 0.11-1
2010-07-13 12:28:57 status installed hicolor-icon-theme 0.11-1
2010-07-13 12:28:57 trigproc man-db 2.5.7-3 2.5.2-4
2010-07-13 12:28:57 status half-configured man-db 2.5.7-3
2010-07-13 12:28:58 status installed man-db 2.5.7-3
2010-07-13 12:28:58 trigproc desktop-file-utils 0.15-2 0.15-2
2010-07-13 12:28:58 status half-configured desktop-file-utils 0.15-2
2010-07-13 12:28:58 status installed desktop-file-utils 0.15-2
2010-07-13 12:28:58 trigproc gnome-menus 2.30.0-1 2.30.0-1
2010-07-13 12:28:58 status half-configured gnome-menus 2.30.0-1
2010-07-13 12:28:58 status installed gnome-menus 2.30.0-1
2010-07-13 12:28:59 startup packages configure
2010-07-13 12:28:59 configure gnome-system-tools 2.30.2-1 2.30.2-1
test_data/big.log view on Meta::CPAN
2010-07-13 12:30:12 startup archives unpack
2010-07-13 12:30:13 install evolution-common <keine> 2.30.2-1
2010-07-13 12:30:13 status half-installed evolution-common 2.30.2-1
2010-07-13 12:30:13 status triggers-pending hicolor-icon-theme 0.11-1
2010-07-13 12:30:13 status half-installed evolution-common 2.30.2-1
2010-07-13 12:30:14 status triggers-pending desktop-file-utils 0.15-2
2010-07-13 12:30:14 status half-installed evolution-common 2.30.2-1
2010-07-13 12:30:14 status triggers-pending gnome-menus 2.30.0-1
2010-07-13 12:30:14 status half-installed evolution-common 2.30.2-1
2010-07-13 12:30:18 status unpacked evolution-common 2.30.2-1
2010-07-13 12:30:19 status unpacked evolution-common 2.30.2-1
test_data/big.log view on Meta::CPAN
2010-07-13 12:31:03 status half-installed file-roller 2.30.1.1-2
2010-07-13 12:31:03 status half-installed file-roller 2.30.1.1-2
2010-07-13 12:31:03 status half-installed file-roller 2.30.1.1-2
2010-07-13 12:31:04 status unpacked file-roller 2.30.1.1-2
2010-07-13 12:31:04 status unpacked file-roller 2.30.1.1-2
2010-07-13 12:31:04 install freedesktop-sound-theme <keine> 0.7.dfsg-1
2010-07-13 12:31:04 status half-installed freedesktop-sound-theme 0.7.dfsg-1
2010-07-13 12:31:05 status unpacked freedesktop-sound-theme 0.7.dfsg-1
2010-07-13 12:31:05 status unpacked freedesktop-sound-theme 0.7.dfsg-1
2010-07-13 12:31:05 install freeglut3 2.6.0-1 2.6.0-1
2010-07-13 12:31:05 status half-installed freeglut3 2.6.0-1
2010-07-13 12:31:06 status unpacked freeglut3 2.6.0-1
2010-07-13 12:31:06 status unpacked freeglut3 2.6.0-1
2010-07-13 12:31:06 install gcalctool 5.30.1-1 5.30.2-1
test_data/big.log view on Meta::CPAN
2010-07-13 12:32:07 status unpacked vino 2.28.2-1
2010-07-13 12:32:07 install xdg-user-dirs 0.12-1 0.12-1
2010-07-13 12:32:07 status half-installed xdg-user-dirs 0.12-1
2010-07-13 12:32:08 status unpacked xdg-user-dirs 0.12-1
2010-07-13 12:32:08 status unpacked xdg-user-dirs 0.12-1
2010-07-13 12:32:08 install gnome-desktop-environment <keine> 1:2.30+1
2010-07-13 12:32:08 status half-installed gnome-desktop-environment 1:2.30+1
2010-07-13 12:32:08 status unpacked gnome-desktop-environment 1:2.30+1
2010-07-13 12:32:08 status unpacked gnome-desktop-environment 1:2.30+1
2010-07-13 12:32:08 install gnome-themes-extras 2.22.0-3 2.22.0-3
2010-07-13 12:32:08 status half-installed gnome-themes-extras 2.22.0-3
2010-07-13 12:32:10 status unpacked gnome-themes-extras 2.22.0-3
2010-07-13 12:32:10 status unpacked gnome-themes-extras 2.22.0-3
2010-07-13 12:32:10 install guile-1.8-libs 1.8.7+1-3 1.8.7+1-3
test_data/big.log view on Meta::CPAN
2010-07-13 12:34:08 status unpacked python-mechanize 0.1.11-1.1
2010-07-13 12:34:08 status unpacked python-mechanize 0.1.11-1.1
2010-07-13 12:34:08 trigproc hicolor-icon-theme 0.11-1 0.11-1
2010-07-13 12:34:08 status half-configured hicolor-icon-theme 0.11-1
2010-07-13 12:34:10 status installed hicolor-icon-theme 0.11-1
2010-07-13 12:34:10 trigproc desktop-file-utils 0.15-2 0.15-2
2010-07-13 12:34:10 status half-configured desktop-file-utils 0.15-2
2010-07-13 12:34:11 status installed desktop-file-utils 0.15-2
2010-07-13 12:34:11 trigproc gnome-menus 2.30.0-1 2.30.0-1
2010-07-13 12:34:11 status half-configured gnome-menus 2.30.0-1
2010-07-13 12:34:11 status installed gnome-menus 2.30.0-1
2010-07-13 12:34:11 trigproc gconf2 2.28.1-3 2.28.1-3
2010-07-13 12:34:11 status half-configured gconf2 2.28.1-3
test_data/big.log view on Meta::CPAN
2010-07-13 12:34:53 status installed p7zip-full 9.04~dfsg.1-1
2010-07-13 12:34:53 configure file-roller 2.30.1.1-2 2.30.1.1-2
2010-07-13 12:34:53 status unpacked file-roller 2.30.1.1-2
2010-07-13 12:34:53 status half-configured file-roller 2.30.1.1-2
2010-07-13 12:34:53 status installed file-roller 2.30.1.1-2
2010-07-13 12:34:54 configure freedesktop-sound-theme 0.7.dfsg-1 0.7.dfsg-1
2010-07-13 12:34:54 status unpacked freedesktop-sound-theme 0.7.dfsg-1
2010-07-13 12:34:54 status half-configured freedesktop-sound-theme 0.7.dfsg-1
2010-07-13 12:34:54 status installed freedesktop-sound-theme 0.7.dfsg-1
2010-07-13 12:34:54 configure freeglut3 2.6.0-1 2.6.0-1
2010-07-13 12:34:54 status unpacked freeglut3 2.6.0-1
2010-07-13 12:34:54 status half-configured freeglut3 2.6.0-1
2010-07-13 12:34:54 status installed freeglut3 2.6.0-1
2010-07-13 12:34:54 configure gcalctool 5.30.2-1 5.30.2-1
test_data/big.log view on Meta::CPAN
2010-07-13 12:35:34 status installed python-rdflib 2.4.2-1+b1
2010-07-13 12:35:34 configure totem-plugins 2.30.2-2+b1 2.30.2-2+b1
2010-07-13 12:35:34 status unpacked totem-plugins 2.30.2-2+b1
2010-07-13 12:35:34 status half-configured totem-plugins 2.30.2-2+b1
2010-07-13 12:35:35 status installed totem-plugins 2.30.2-2+b1
2010-07-13 12:35:35 configure gnome-desktop-environment 1:2.30+1 1:2.30+1
2010-07-13 12:35:35 status unpacked gnome-desktop-environment 1:2.30+1
2010-07-13 12:35:35 status half-configured gnome-desktop-environment 1:2.30+1
2010-07-13 12:35:35 status installed gnome-desktop-environment 1:2.30+1
2010-07-13 12:35:35 configure rhythmbox 0.12.8-2 0.12.8-2
2010-07-13 12:35:35 status unpacked rhythmbox 0.12.8-2
2010-07-13 12:35:35 status half-configured rhythmbox 0.12.8-2
2010-07-13 12:35:36 status installed rhythmbox 0.12.8-2
2010-07-13 12:35:36 configure rhythmbox-plugins 0.12.8-2 0.12.8-2
test_data/big.log view on Meta::CPAN
2010-07-19 10:59:04 upgrade vim-gui-common 2:7.2.438+hg~d44112feb815-5 2:7.2.445+hg~cb94c42c0e1a-1
2010-07-19 10:59:04 status half-configured vim-gui-common 2:7.2.438+hg~d44112feb815-5
2010-07-19 10:59:04 status unpacked vim-gui-common 2:7.2.438+hg~d44112feb815-5
2010-07-19 10:59:04 status half-installed vim-gui-common 2:7.2.438+hg~d44112feb815-5
2010-07-19 10:59:04 status half-installed vim-gui-common 2:7.2.438+hg~d44112feb815-5
2010-07-19 10:59:04 status triggers-pending desktop-file-utils 0.15-2
2010-07-19 10:59:04 status half-installed vim-gui-common 2:7.2.438+hg~d44112feb815-5
2010-07-19 10:59:04 status triggers-pending gnome-menus 2.30.0-1
2010-07-19 10:59:04 status half-installed vim-gui-common 2:7.2.438+hg~d44112feb815-5
2010-07-19 10:59:05 status half-installed vim-gui-common 2:7.2.438+hg~d44112feb815-5
2010-07-19 10:59:05 status unpacked vim-gui-common 2:7.2.445+hg~cb94c42c0e1a-1
test_data/big.log view on Meta::CPAN
2010-07-19 10:59:43 status half-installed gnome-about 2.30.0-2
2010-07-19 10:59:43 status half-installed gnome-about 2.30.0-2
2010-07-19 10:59:43 status half-installed gnome-about 2.30.0-2
2010-07-19 10:59:43 status unpacked gnome-about 2.30.2-1
2010-07-19 10:59:43 status unpacked gnome-about 2.30.2-1
2010-07-19 10:59:44 upgrade gnome-desktop-data 2.30.0-2 2.30.2-1
2010-07-19 10:59:44 status half-configured gnome-desktop-data 2.30.0-2
2010-07-19 10:59:44 status unpacked gnome-desktop-data 2.30.0-2
2010-07-19 10:59:44 status half-installed gnome-desktop-data 2.30.0-2
2010-07-19 10:59:45 status half-installed gnome-desktop-data 2.30.0-2
2010-07-19 10:59:45 status unpacked gnome-desktop-data 2.30.2-1
2010-07-19 10:59:45 status unpacked gnome-desktop-data 2.30.2-1
2010-07-19 10:59:45 upgrade grub-pc 1.98+20100706-1 1.98+20100710-1
2010-07-19 10:59:45 status half-configured grub-pc 1.98+20100706-1
2010-07-19 10:59:45 status unpacked grub-pc 1.98+20100706-1
2010-07-19 10:59:45 status half-installed grub-pc 1.98+20100706-1
2010-07-19 10:59:46 status half-installed grub-pc 1.98+20100706-1
test_data/big.log view on Meta::CPAN
2010-07-19 11:00:01 status unpacked libglu1-mesa 7.7.1-3
2010-07-19 11:00:01 status half-installed libglu1-mesa 7.7.1-3
2010-07-19 11:00:01 status half-installed libglu1-mesa 7.7.1-3
2010-07-19 11:00:01 status unpacked libglu1-mesa 7.7.1-4
2010-07-19 11:00:01 status unpacked libglu1-mesa 7.7.1-4
2010-07-19 11:00:02 upgrade libgnome-desktop-2-17 2.30.0-2 2.30.2-1
2010-07-19 11:00:02 status half-configured libgnome-desktop-2-17 2.30.0-2
2010-07-19 11:00:02 status unpacked libgnome-desktop-2-17 2.30.0-2
2010-07-19 11:00:02 status half-installed libgnome-desktop-2-17 2.30.0-2
2010-07-19 11:00:02 status half-installed libgnome-desktop-2-17 2.30.0-2
2010-07-19 11:00:02 status unpacked libgnome-desktop-2-17 2.30.2-1
2010-07-19 11:00:02 status unpacked libgnome-desktop-2-17 2.30.2-1
2010-07-19 11:00:02 install libicu44 <keine> 4.4.1-5
2010-07-19 11:00:02 status half-installed libicu44 4.4.1-5
2010-07-19 11:00:03 status unpacked libicu44 4.4.1-5
2010-07-19 11:00:03 status unpacked libicu44 4.4.1-5
2010-07-19 11:00:03 upgrade libimobiledevice1 1.0.1-1+b1 1.0.2-1
test_data/big.log view on Meta::CPAN
2010-07-19 11:00:54 status half-configured man-db 2.5.7-3
2010-07-19 11:00:58 status installed man-db 2.5.7-3
2010-07-19 11:00:58 trigproc menu 2.1.43 2.1.43
2010-07-19 11:00:58 status half-configured menu 2.1.43
2010-07-19 11:01:02 status installed menu 2.1.43
2010-07-19 11:01:02 trigproc desktop-file-utils 0.15-2 0.15-2
2010-07-19 11:01:02 status half-configured desktop-file-utils 0.15-2
2010-07-19 11:01:04 status installed desktop-file-utils 0.15-2
2010-07-19 11:01:04 trigproc gnome-menus 2.30.0-1 2.30.0-1
2010-07-19 11:01:04 status half-configured gnome-menus 2.30.0-1
2010-07-19 11:01:04 status installed gnome-menus 2.30.0-1
2010-07-19 11:01:04 trigproc install-info 4.13a.dfsg.1-5 4.13a.dfsg.1-5
2010-07-19 11:01:04 status half-configured install-info 4.13a.dfsg.1-5
test_data/big.log view on Meta::CPAN
2010-07-19 11:02:08 status installed libgstreamer0.10-0 0.10.30-1
2010-07-19 11:02:08 configure gir1.0-gstreamer-0.10 0.10.30-1 0.10.30-1
2010-07-19 11:02:08 status unpacked gir1.0-gstreamer-0.10 0.10.30-1
2010-07-19 11:02:08 status half-configured gir1.0-gstreamer-0.10 0.10.30-1
2010-07-19 11:02:08 status installed gir1.0-gstreamer-0.10 0.10.30-1
2010-07-19 11:02:08 configure gnome-desktop-data 2.30.2-1 2.30.2-1
2010-07-19 11:02:08 status unpacked gnome-desktop-data 2.30.2-1
2010-07-19 11:02:08 status half-configured gnome-desktop-data 2.30.2-1
2010-07-19 11:02:08 status installed gnome-desktop-data 2.30.2-1
2010-07-19 11:02:08 configure gnome-about 2.30.2-1 2.30.2-1
2010-07-19 11:02:08 status unpacked gnome-about 2.30.2-1
2010-07-19 11:02:08 status half-configured gnome-about 2.30.2-1
2010-07-19 11:02:08 status installed gnome-about 2.30.2-1
2010-07-19 11:02:08 configure libfreetype6 2.4.0-2 2.4.0-2
test_data/big.log view on Meta::CPAN
2010-07-19 11:02:39 status installed libdvdread4 4.1.3-10
2010-07-19 11:02:39 configure libglu1-mesa 7.7.1-4 7.7.1-4
2010-07-19 11:02:39 status unpacked libglu1-mesa 7.7.1-4
2010-07-19 11:02:39 status half-configured libglu1-mesa 7.7.1-4
2010-07-19 11:02:39 status installed libglu1-mesa 7.7.1-4
2010-07-19 11:02:39 configure libgnome-desktop-2-17 2.30.2-1 2.30.2-1
2010-07-19 11:02:39 status unpacked libgnome-desktop-2-17 2.30.2-1
2010-07-19 11:02:39 status half-configured libgnome-desktop-2-17 2.30.2-1
2010-07-19 11:02:39 status installed libgnome-desktop-2-17 2.30.2-1
2010-07-19 11:02:39 configure libicu44 4.4.1-5 4.4.1-5
2010-07-19 11:02:39 status unpacked libicu44 4.4.1-5
2010-07-19 11:02:39 status half-configured libicu44 4.4.1-5
2010-07-19 11:02:39 status installed libicu44 4.4.1-5
2010-07-19 11:02:39 configure libimobiledevice1 1.0.2-1 1.0.2-1
test_data/big.log view on Meta::CPAN
2010-08-03 14:29:36 status half-installed pidgin 2.7.1-1
2010-08-03 14:29:36 status triggers-pending man-db 2.5.7-3
2010-08-03 14:29:36 status half-installed pidgin 2.7.1-1
2010-08-03 14:29:37 status triggers-pending gconf2 2.28.1-3
2010-08-03 14:29:37 status half-installed pidgin 2.7.1-1
2010-08-03 14:29:37 status triggers-pending desktop-file-utils 0.15-2
2010-08-03 14:29:37 status half-installed pidgin 2.7.1-1
2010-08-03 14:29:37 status triggers-pending gnome-menus 2.30.0-1
2010-08-03 14:29:37 status half-installed pidgin 2.7.1-1
2010-08-03 14:29:38 status half-installed pidgin 2.7.1-1
2010-08-03 14:29:38 status triggers-awaited menu 2.1.43
test_data/big.log view on Meta::CPAN
2010-08-03 14:29:54 status half-configured man-db 2.5.7-3
2010-08-03 14:30:14 status installed man-db 2.5.7-3
2010-08-03 14:30:14 trigproc gconf2 2.28.1-3 2.28.1-3
2010-08-03 14:30:14 status half-configured gconf2 2.28.1-3
2010-08-03 14:30:42 status installed gconf2 2.28.1-3
2010-08-03 14:30:44 trigproc desktop-file-utils 0.15-2 0.15-2
2010-08-03 14:30:44 status half-configured desktop-file-utils 0.15-2
2010-08-03 14:30:54 status installed desktop-file-utils 0.15-2
2010-08-03 14:30:54 trigproc gnome-menus 2.30.0-1 2.30.0-1
2010-08-03 14:30:54 status half-configured gnome-menus 2.30.0-1
2010-08-03 14:30:56 status installed gnome-menus 2.30.0-1
2010-08-03 14:30:56 trigproc hicolor-icon-theme 0.11-1 0.11-1
2010-08-03 14:30:56 status half-configured hicolor-icon-theme 0.11-1
test_data/big.log view on Meta::CPAN
2010-08-16 13:53:52 status unpacked python2.6 2.6.5+20100706-1
2010-08-16 13:53:52 status half-installed python2.6 2.6.5+20100706-1
2010-08-16 13:53:52 status half-installed python2.6 2.6.5+20100706-1
2010-08-16 13:53:52 status triggers-pending menu 2.1.43
2010-08-16 13:53:52 status half-installed python2.6 2.6.5+20100706-1
2010-08-16 13:53:52 status triggers-pending desktop-file-utils 0.15-2
2010-08-16 13:53:52 status half-installed python2.6 2.6.5+20100706-1
2010-08-16 13:53:52 status triggers-pending gnome-menus 2.30.0-1
2010-08-16 13:53:52 status half-installed python2.6 2.6.5+20100706-1
2010-08-16 13:53:53 status half-installed python2.6 2.6.5+20100706-1
2010-08-16 13:53:53 status triggers-awaited menu 2.1.43
test_data/big.log view on Meta::CPAN
2010-08-16 13:54:03 status half-configured doc-base 0.9.5
2010-08-16 13:54:03 status installed doc-base 0.9.5
2010-08-16 13:54:03 trigproc menu 2.1.43 2.1.43
2010-08-16 13:54:03 status half-configured menu 2.1.43
2010-08-16 13:54:07 status installed menu 2.1.43
2010-08-16 13:54:07 trigproc desktop-file-utils 0.15-2 0.15-2
2010-08-16 13:54:07 status half-configured desktop-file-utils 0.15-2
2010-08-16 13:54:09 status installed desktop-file-utils 0.15-2
2010-08-16 13:54:09 trigproc gnome-menus 2.30.0-1 2.30.0-1
2010-08-16 13:54:09 status half-configured gnome-menus 2.30.0-1
2010-08-16 13:54:09 status installed gnome-menus 2.30.0-1
2010-08-16 13:54:10 startup packages configure
2010-08-16 13:54:10 configure debian-archive-keyring 2010.08.15 2010.08.15
test_data/big.log view on Meta::CPAN
2010-08-16 13:54:37 status half-configured reportbug 4.12.4
2010-08-16 13:54:37 status unpacked reportbug 4.12.4
2010-08-16 13:54:37 status half-installed reportbug 4.12.4
2010-08-16 13:54:37 status half-installed reportbug 4.12.4
2010-08-16 13:54:37 status half-installed reportbug 4.12.4
2010-08-16 13:54:37 status triggers-pending desktop-file-utils 0.15-2
2010-08-16 13:54:37 status half-installed reportbug 4.12.4
2010-08-16 13:54:37 status triggers-pending gnome-menus 2.30.0-1
2010-08-16 13:54:37 status half-installed reportbug 4.12.4
2010-08-16 13:54:37 status half-installed reportbug 4.12.4
2010-08-16 13:54:38 status unpacked reportbug 4.12.6
test_data/big.log view on Meta::CPAN
2010-08-16 13:56:00 status half-installed deskbar-applet 2.30.1-1+b2
2010-08-16 13:56:00 status half-installed deskbar-applet 2.30.1-1+b2
2010-08-16 13:56:02 status half-installed deskbar-applet 2.30.1-1+b2
2010-08-16 13:56:02 status unpacked deskbar-applet 2.30.1-2
2010-08-16 13:56:03 status unpacked deskbar-applet 2.30.1-2
2010-08-16 13:56:03 upgrade desktop-base 5.0.5 5.0.6
2010-08-16 13:56:03 status half-configured desktop-base 5.0.5
2010-08-16 13:56:03 status unpacked desktop-base 5.0.5
2010-08-16 13:56:03 status half-installed desktop-base 5.0.5
2010-08-16 13:56:03 status half-installed desktop-base 5.0.5
2010-08-16 13:56:03 status half-installed desktop-base 5.0.5
2010-08-16 13:56:04 status half-installed desktop-base 5.0.5
2010-08-16 13:56:05 status unpacked desktop-base 5.0.6
2010-08-16 13:56:05 status unpacked desktop-base 5.0.6
2010-08-16 13:56:05 upgrade devscripts 2.10.65.1 2.10.67
2010-08-16 13:56:05 status half-configured devscripts 2.10.65.1
2010-08-16 13:56:05 status unpacked devscripts 2.10.65.1
2010-08-16 13:56:05 status half-installed devscripts 2.10.65.1
2010-08-16 13:56:05 status half-installed devscripts 2.10.65.1
test_data/big.log view on Meta::CPAN
2010-08-16 14:02:12 status half-configured doc-base 0.9.5
2010-08-16 14:02:14 status installed doc-base 0.9.5
2010-08-16 14:02:14 trigproc menu 2.1.43 2.1.43
2010-08-16 14:02:14 status half-configured menu 2.1.43
2010-08-16 14:02:16 status installed menu 2.1.43
2010-08-16 14:02:16 trigproc desktop-file-utils 0.15-2 0.15-2
2010-08-16 14:02:16 status half-configured desktop-file-utils 0.15-2
2010-08-16 14:02:17 status installed desktop-file-utils 0.15-2
2010-08-16 14:02:17 trigproc python-support 1.0.9 1.0.9
2010-08-16 14:02:17 status half-configured python-support 1.0.9
2010-08-16 14:02:39 status installed python-support 1.0.9
2010-08-16 14:02:39 trigproc gconf2 2.28.1-3 2.28.1-3
2010-08-16 14:02:39 status half-configured gconf2 2.28.1-3
test_data/big.log view on Meta::CPAN
2010-08-16 14:04:29 status installed python-glade2 2.17.0-4
2010-08-16 14:04:29 configure deskbar-applet 2.30.1-2 2.30.1-2
2010-08-16 14:04:29 status unpacked deskbar-applet 2.30.1-2
2010-08-16 14:04:29 status half-configured deskbar-applet 2.30.1-2
2010-08-16 14:04:29 status installed deskbar-applet 2.30.1-2
2010-08-16 14:04:29 configure desktop-base 5.0.6 5.0.6
2010-08-16 14:04:29 status unpacked desktop-base 5.0.6
2010-08-16 14:04:29 status unpacked desktop-base 5.0.6
2010-08-16 14:04:29 status unpacked desktop-base 5.0.6
2010-08-16 14:04:29 status half-configured desktop-base 5.0.6
2010-08-16 14:04:43 status installed desktop-base 5.0.6
2010-08-16 14:04:43 configure dia-common 0.97.1-7 0.97.1-7
2010-08-16 14:04:43 status unpacked dia-common 0.97.1-7
2010-08-16 14:04:43 status half-configured dia-common 0.97.1-7
2010-08-16 14:04:43 status installed dia-common 0.97.1-7
2010-08-16 14:04:43 configure dia-libs 0.97.1-7 0.97.1-7
test_data/big.log view on Meta::CPAN
2010-08-17 09:47:14 status unpacked unixodbc 2.2.14p2-1
2010-08-17 09:47:14 install sun-java6-bin <keine> 6.21-1
2010-08-17 09:47:14 status half-installed sun-java6-bin 6.21-1
2010-08-17 09:47:15 status triggers-pending gnome-menus 2.30.2-1
2010-08-17 09:47:15 status half-installed sun-java6-bin 6.21-1
2010-08-17 09:47:16 status triggers-pending desktop-file-utils 0.15-2
2010-08-17 09:47:16 status half-installed sun-java6-bin 6.21-1
2010-08-17 09:47:16 status triggers-pending menu 2.1.43
2010-08-17 09:47:16 status half-installed sun-java6-bin 6.21-1
2010-08-17 09:47:18 status unpacked sun-java6-bin 6.21-1
2010-08-17 09:47:18 status unpacked sun-java6-bin 6.21-1
test_data/big.log view on Meta::CPAN
2010-08-17 09:47:26 status half-configured man-db 2.5.7-3
2010-08-17 09:47:34 status installed man-db 2.5.7-3
2010-08-17 09:47:34 trigproc gnome-menus 2.30.2-1 2.30.2-1
2010-08-17 09:47:34 status half-configured gnome-menus 2.30.2-1
2010-08-17 09:47:36 status installed gnome-menus 2.30.2-1
2010-08-17 09:47:36 trigproc desktop-file-utils 0.15-2 0.15-2
2010-08-17 09:47:36 status half-configured desktop-file-utils 0.15-2
2010-08-17 09:47:37 status installed desktop-file-utils 0.15-2
2010-08-17 09:47:37 trigproc menu 2.1.43 2.1.43
2010-08-17 09:47:37 status half-configured menu 2.1.43
2010-08-17 09:47:40 status installed menu 2.1.43
2010-08-17 09:47:40 trigproc doc-base 0.9.5 0.9.5
2010-08-17 09:47:40 status half-configured doc-base 0.9.5
test_data/big.log view on Meta::CPAN
2010-08-30 11:20:50 status half-installed evolution 2.30.2-1
2010-08-30 11:20:50 status triggers-pending gconf2 2.28.1-3
2010-08-30 11:20:50 status half-installed evolution 2.30.2-1
2010-08-30 11:20:50 status triggers-pending gnome-menus 2.30.2-1
2010-08-30 11:20:50 status half-installed evolution 2.30.2-1
2010-08-30 11:20:50 status triggers-pending desktop-file-utils 0.15-2
2010-08-30 11:20:50 status half-installed evolution 2.30.2-1
2010-08-30 11:20:51 status triggers-pending menu 2.1.43
2010-08-30 11:20:51 status half-installed evolution 2.30.2-1
2010-08-30 11:20:51 status half-installed evolution 2.30.2-1
2010-08-30 11:20:51 status half-installed evolution 2.30.2-1
test_data/big.log view on Meta::CPAN
2010-08-30 11:21:53 status half-configured gconf2 2.28.1-3
2010-08-30 11:22:07 status installed gconf2 2.28.1-3
2010-08-30 11:22:08 trigproc gnome-menus 2.30.2-1 2.30.2-1
2010-08-30 11:22:08 status half-configured gnome-menus 2.30.2-1
2010-08-30 11:22:08 status installed gnome-menus 2.30.2-1
2010-08-30 11:22:08 trigproc desktop-file-utils 0.15-2 0.15-2
2010-08-30 11:22:08 status half-configured desktop-file-utils 0.15-2
2010-08-30 11:22:09 status installed desktop-file-utils 0.15-2
2010-08-30 11:22:09 trigproc menu 2.1.43 2.1.43
2010-08-30 11:22:09 status half-configured menu 2.1.43
2010-08-30 11:22:14 status installed menu 2.1.43
2010-08-30 11:22:14 trigproc hicolor-icon-theme 0.11-1 0.11-1
2010-08-30 11:22:14 status half-configured hicolor-icon-theme 0.11-1
test_data/big.log view on Meta::CPAN
2010-08-30 11:22:46 status half-installed synaptic 0.70~pre1
2010-08-30 11:22:46 status triggers-pending hicolor-icon-theme 0.11-1
2010-08-30 11:22:46 status half-installed synaptic 0.70~pre1
2010-08-30 11:22:46 status triggers-pending gnome-menus 2.30.2-1
2010-08-30 11:22:46 status half-installed synaptic 0.70~pre1
2010-08-30 11:22:46 status triggers-pending desktop-file-utils 0.15-2
2010-08-30 11:22:46 status half-installed synaptic 0.70~pre1
2010-08-30 11:22:46 status triggers-pending man-db 2.5.7-3
2010-08-30 11:22:46 status half-installed synaptic 0.70~pre1
2010-08-30 11:22:47 status triggers-pending menu 2.1.43
2010-08-30 11:22:47 status half-installed synaptic 0.70~pre1
test_data/big.log view on Meta::CPAN
2010-08-30 11:23:01 status half-configured hicolor-icon-theme 0.11-1
2010-08-30 11:23:01 status installed hicolor-icon-theme 0.11-1
2010-08-30 11:23:01 trigproc gnome-menus 2.30.2-1 2.30.2-1
2010-08-30 11:23:01 status half-configured gnome-menus 2.30.2-1
2010-08-30 11:23:01 status installed gnome-menus 2.30.2-1
2010-08-30 11:23:01 trigproc desktop-file-utils 0.15-2 0.15-2
2010-08-30 11:23:01 status half-configured desktop-file-utils 0.15-2
2010-08-30 11:23:01 status installed desktop-file-utils 0.15-2
2010-08-30 11:23:01 trigproc man-db 2.5.7-3 2.5.2-4
2010-08-30 11:23:01 status half-configured man-db 2.5.7-3
2010-08-30 11:23:07 status installed man-db 2.5.7-3
2010-08-30 11:23:07 trigproc menu 2.1.43 2.1.43
2010-08-30 11:23:07 status half-configured menu 2.1.43
test_data/big.log view on Meta::CPAN
2010-08-30 11:23:34 status half-configured vim-gui-common 2:7.2.445+hg~cb94c42c0e1a-1
2010-08-30 11:23:34 status unpacked vim-gui-common 2:7.2.445+hg~cb94c42c0e1a-1
2010-08-30 11:23:34 status half-installed vim-gui-common 2:7.2.445+hg~cb94c42c0e1a-1
2010-08-30 11:23:34 status triggers-pending gnome-menus 2.30.2-1
2010-08-30 11:23:34 status half-installed vim-gui-common 2:7.2.445+hg~cb94c42c0e1a-1
2010-08-30 11:23:34 status triggers-pending desktop-file-utils 0.15-2
2010-08-30 11:23:34 status half-installed vim-gui-common 2:7.2.445+hg~cb94c42c0e1a-1
2010-08-30 11:23:35 status half-installed vim-gui-common 2:7.2.445+hg~cb94c42c0e1a-1
2010-08-30 11:23:35 status unpacked vim-gui-common 2:7.3.000+hg~ee53a39d5896-1
2010-08-30 11:23:35 status unpacked vim-gui-common 2:7.3.000+hg~ee53a39d5896-1
2010-08-30 11:23:36 upgrade vim-tiny 2:7.2.445+hg~cb94c42c0e1a-1 2:7.3.000+hg~ee53a39d5896-1
test_data/big.log view on Meta::CPAN
2010-08-30 11:27:49 status half-configured menu 2.1.43
2010-08-30 11:27:49 status installed menu 2.1.43
2010-08-30 11:27:49 trigproc gnome-menus 2.30.2-1 2.30.2-1
2010-08-30 11:27:49 status half-configured gnome-menus 2.30.2-1
2010-08-30 11:27:49 status installed gnome-menus 2.30.2-1
2010-08-30 11:27:49 trigproc desktop-file-utils 0.15-2 0.15-2
2010-08-30 11:27:49 status half-configured desktop-file-utils 0.15-2
2010-08-30 11:27:50 status installed desktop-file-utils 0.15-2
2010-08-30 11:27:50 trigproc software-center 2.0.7debian4 2.0.7debian4
2010-08-30 11:27:50 status half-configured software-center 2.0.7debian4
2010-08-30 11:28:36 status installed software-center 2.0.7debian4
2010-08-30 11:28:36 status triggers-pending python-central 0.6.16
2010-08-30 11:28:36 status triggers-awaited software-center 2.0.7debian4
test_data/big.log view on Meta::CPAN
2010-09-10 20:01:32 status unpacked libxcb-xv0 1.6-1
2010-09-10 20:01:32 install qt4-qtconfig <keine> 4:4.6.3-2
2010-09-10 20:01:32 status half-installed qt4-qtconfig 4:4.6.3-2
2010-09-10 20:01:32 status triggers-pending gnome-menus 2.30.2-1
2010-09-10 20:01:33 status half-installed qt4-qtconfig 4:4.6.3-2
2010-09-10 20:01:33 status triggers-pending desktop-file-utils 0.15-2
2010-09-10 20:01:33 status half-installed qt4-qtconfig 4:4.6.3-2
2010-09-10 20:01:33 status triggers-pending menu 2.1.43
2010-09-10 20:01:33 status half-installed qt4-qtconfig 4:4.6.3-2
2010-09-10 20:01:33 status half-installed qt4-qtconfig 4:4.6.3-2
2010-09-10 20:01:33 status unpacked qt4-qtconfig 4:4.6.3-2
test_data/big.log view on Meta::CPAN
2010-09-10 20:01:48 status half-configured hicolor-icon-theme 0.11-1
2010-09-10 20:01:56 status installed hicolor-icon-theme 0.11-1
2010-09-10 20:01:56 trigproc gnome-menus 2.30.2-1 2.30.2-1
2010-09-10 20:01:56 status half-configured gnome-menus 2.30.2-1
2010-09-10 20:01:57 status installed gnome-menus 2.30.2-1
2010-09-10 20:01:57 trigproc desktop-file-utils 0.15-2 0.15-2
2010-09-10 20:01:57 status half-configured desktop-file-utils 0.15-2
2010-09-10 20:01:59 status installed desktop-file-utils 0.15-2
2010-09-10 20:01:59 trigproc menu 2.1.43 2.1.43
2010-09-10 20:01:59 status half-configured menu 2.1.43
2010-09-10 20:02:03 status installed menu 2.1.43
2010-09-10 20:02:05 startup packages configure
2010-09-10 20:02:05 configure libaudio2 1.9.2-3 1.9.2-3
test_data/big.log view on Meta::CPAN
2010-09-27 14:51:43 configure fast-user-switch-applet 2.24.0-4 2.24.0-4
2010-09-27 14:51:43 status unpacked fast-user-switch-applet 2.24.0-4
2010-09-27 14:51:43 status half-configured fast-user-switch-applet 2.24.0-4
2010-09-27 14:51:43 status installed fast-user-switch-applet 2.24.0-4
2010-09-27 14:51:44 startup archives unpack
2010-09-27 14:51:44 upgrade gnome-desktop-environment 1:2.30+1 1:2.30+3
2010-09-27 14:51:44 status half-configured gnome-desktop-environment 1:2.30+1
2010-09-27 14:51:44 status unpacked gnome-desktop-environment 1:2.30+1
2010-09-27 14:51:44 status half-installed gnome-desktop-environment 1:2.30+1
2010-09-27 14:51:45 status half-installed gnome-desktop-environment 1:2.30+1
2010-09-27 14:51:45 status unpacked gnome-desktop-environment 1:2.30+3
2010-09-27 14:51:45 status unpacked gnome-desktop-environment 1:2.30+3
2010-09-27 14:51:45 upgrade gnome-accessibility 1:2.30+1 1:2.30+3
2010-09-27 14:51:45 status half-configured gnome-accessibility 1:2.30+1
2010-09-27 14:51:45 status unpacked gnome-accessibility 1:2.30+1
2010-09-27 14:51:45 status half-installed gnome-accessibility 1:2.30+1
2010-09-27 14:51:45 status half-installed gnome-accessibility 1:2.30+1
test_data/big.log view on Meta::CPAN
2010-09-27 14:51:46 status unpacked xdg-user-dirs-gtk 0.8-1
2010-09-27 14:51:46 install xmonad-gnome-session <keine> 1.1
2010-09-27 14:51:46 status half-installed xmonad-gnome-session 1.1
2010-09-27 14:51:47 status triggers-pending gnome-menus 2.30.2-1
2010-09-27 14:51:47 status half-installed xmonad-gnome-session 1.1
2010-09-27 14:51:47 status triggers-pending desktop-file-utils 0.15-2
2010-09-27 14:51:47 status half-installed xmonad-gnome-session 1.1
2010-09-27 14:51:47 status unpacked xmonad-gnome-session 1.1
2010-09-27 14:51:47 status unpacked xmonad-gnome-session 1.1
2010-09-27 14:51:47 trigproc gnome-menus 2.30.2-1 2.30.2-1
2010-09-27 14:51:48 status half-configured gnome-menus 2.30.2-1
2010-09-27 14:51:48 status installed gnome-menus 2.30.2-1
2010-09-27 14:51:48 trigproc desktop-file-utils 0.15-2 0.15-2
2010-09-27 14:51:48 status half-configured desktop-file-utils 0.15-2
2010-09-27 14:51:49 status installed desktop-file-utils 0.15-2
2010-09-27 14:51:50 startup packages configure
2010-09-27 14:51:50 configure gnome-core 1:2.30+3 1:2.30+3
2010-09-27 14:51:50 status unpacked gnome-core 1:2.30+3
2010-09-27 14:51:50 status half-configured gnome-core 1:2.30+3
2010-09-27 14:51:50 status installed gnome-core 1:2.30+3
2010-09-27 14:51:50 configure xdg-user-dirs-gtk 0.8-1 0.8-1
2010-09-27 14:51:50 status unpacked xdg-user-dirs-gtk 0.8-1
2010-09-27 14:51:50 status unpacked xdg-user-dirs-gtk 0.8-1
2010-09-27 14:51:50 status half-configured xdg-user-dirs-gtk 0.8-1
2010-09-27 14:51:50 status installed xdg-user-dirs-gtk 0.8-1
2010-09-27 14:51:50 configure gnome-desktop-environment 1:2.30+3 1:2.30+3
2010-09-27 14:51:50 status unpacked gnome-desktop-environment 1:2.30+3
2010-09-27 14:51:50 status half-configured gnome-desktop-environment 1:2.30+3
2010-09-27 14:51:50 status installed gnome-desktop-environment 1:2.30+3
2010-09-27 14:51:50 configure gnome 1:2.30+3 1:2.30+3
2010-09-27 14:51:50 status unpacked gnome 1:2.30+3
2010-09-27 14:51:50 status half-configured gnome 1:2.30+3
2010-09-27 14:51:50 status installed gnome 1:2.30+3
2010-09-27 14:51:50 configure gnome-accessibility 1:2.30+3 1:2.30+3
test_data/big.log view on Meta::CPAN
2010-10-06 16:54:06 status half-installed python2.6 2.6.6-3
2010-10-06 16:54:06 status triggers-pending menu 2.1.43
2010-10-06 16:54:06 status half-installed python2.6 2.6.6-3
2010-10-06 16:54:06 status triggers-pending gnome-menus 2.30.2-1
2010-10-06 16:54:06 status half-installed python2.6 2.6.6-3
2010-10-06 16:54:06 status triggers-pending desktop-file-utils 0.15-2
2010-10-06 16:54:06 status half-installed python2.6 2.6.6-3
2010-10-06 16:54:07 status half-installed python2.6 2.6.6-3
2010-10-06 16:54:08 status triggers-awaited menu 2.1.43
2010-10-06 16:54:08 status unpacked python2.6 2.6.6-5
2010-10-06 16:54:08 status unpacked python2.6 2.6.6-5
test_data/big.log view on Meta::CPAN
2010-10-06 16:54:25 status half-configured menu 2.1.43
2010-10-06 16:54:25 status installed menu 2.1.43
2010-10-06 16:54:25 trigproc gnome-menus 2.30.2-1 2.30.2-1
2010-10-06 16:54:25 status half-configured gnome-menus 2.30.2-1
2010-10-06 16:54:26 status installed gnome-menus 2.30.2-1
2010-10-06 16:54:26 trigproc desktop-file-utils 0.15-2 0.15-2
2010-10-06 16:54:26 status half-configured desktop-file-utils 0.15-2
2010-10-06 16:54:27 status installed desktop-file-utils 0.15-2
2010-10-06 16:54:27 trigproc doc-base 0.9.5 0.9.5
2010-10-06 16:54:27 status half-configured doc-base 0.9.5
2010-10-06 16:54:29 status installed doc-base 0.9.5
2010-10-06 16:54:29 trigproc hicolor-icon-theme 0.11-1 0.11-1
2010-10-06 16:54:29 status half-configured hicolor-icon-theme 0.11-1
test_data/big.log view on Meta::CPAN
2010-10-06 16:57:02 status unpacked python2.5 2.5.5-7
2010-10-06 16:57:02 status half-installed python2.5 2.5.5-7
2010-10-06 16:57:02 status half-installed python2.5 2.5.5-7
2010-10-06 16:57:02 status triggers-pending gnome-menus 2.30.2-1
2010-10-06 16:57:02 status half-installed python2.5 2.5.5-7
2010-10-06 16:57:02 status triggers-pending desktop-file-utils 0.15-2
2010-10-06 16:57:02 status half-installed python2.5 2.5.5-7
2010-10-06 16:57:04 status half-installed python2.5 2.5.5-7
2010-10-06 16:57:05 status unpacked python2.5 2.5.5-8
2010-10-06 16:57:05 status unpacked python2.5 2.5.5-8
2010-10-06 16:57:06 upgrade python2.5-minimal 2.5.5-7 2.5.5-8
test_data/big.log view on Meta::CPAN
2010-10-06 16:59:08 status unpacked python-gnomeapplet 2.30.0-1+b1
2010-10-06 16:59:08 status half-installed python-gnomeapplet 2.30.0-1+b1
2010-10-06 16:59:08 status half-installed python-gnomeapplet 2.30.0-1+b1
2010-10-06 16:59:08 status unpacked python-gnomeapplet 2.30.0-3
2010-10-06 16:59:08 status unpacked python-gnomeapplet 2.30.0-3
2010-10-06 16:59:08 upgrade python-gnomedesktop 2.30.0-1+b1 2.30.0-3
2010-10-06 16:59:08 status half-configured python-gnomedesktop 2.30.0-1+b1
2010-10-06 16:59:08 status unpacked python-gnomedesktop 2.30.0-1+b1
2010-10-06 16:59:08 status half-installed python-gnomedesktop 2.30.0-1+b1
2010-10-06 16:59:09 status half-installed python-gnomedesktop 2.30.0-1+b1
2010-10-06 16:59:09 status unpacked python-gnomedesktop 2.30.0-3
2010-10-06 16:59:09 status unpacked python-gnomedesktop 2.30.0-3
2010-10-06 16:59:09 upgrade python-gnomekeyring 2.30.0-1+b1 2.30.0-3
2010-10-06 16:59:09 status half-configured python-gnomekeyring 2.30.0-1+b1
2010-10-06 16:59:09 status unpacked python-gnomekeyring 2.30.0-1+b1
2010-10-06 16:59:09 status half-installed python-gnomekeyring 2.30.0-1+b1
2010-10-06 16:59:09 status half-installed python-gnomekeyring 2.30.0-1+b1
test_data/big.log view on Meta::CPAN
2010-10-06 17:04:09 status unpacked gnome 1:2.30+3
2010-10-06 17:04:09 status half-installed gnome 1:2.30+3
2010-10-06 17:04:11 status half-installed gnome 1:2.30+3
2010-10-06 17:04:11 status unpacked gnome 1:2.30+4
2010-10-06 17:04:11 status unpacked gnome 1:2.30+4
2010-10-06 17:04:12 upgrade gnome-desktop-environment 1:2.30+3 1:2.30+4
2010-10-06 17:04:12 status half-configured gnome-desktop-environment 1:2.30+3
2010-10-06 17:04:13 status unpacked gnome-desktop-environment 1:2.30+3
2010-10-06 17:04:13 status half-installed gnome-desktop-environment 1:2.30+3
2010-10-06 17:04:14 status half-installed gnome-desktop-environment 1:2.30+3
2010-10-06 17:04:15 status unpacked gnome-desktop-environment 1:2.30+4
2010-10-06 17:04:16 status unpacked gnome-desktop-environment 1:2.30+4
2010-10-06 17:04:17 upgrade gnome-core 1:2.30+3 1:2.30+4
2010-10-06 17:04:17 status half-configured gnome-core 1:2.30+3
2010-10-06 17:04:17 status unpacked gnome-core 1:2.30+3
2010-10-06 17:04:17 status half-installed gnome-core 1:2.30+3
2010-10-06 17:04:19 status half-installed gnome-core 1:2.30+3
test_data/big.log view on Meta::CPAN
2010-10-06 17:12:48 status half-configured install-info 4.13a.dfsg.1-5
2010-10-06 17:12:49 status installed install-info 4.13a.dfsg.1-5
2010-10-06 17:12:50 trigproc lintian 2.4.3 2.4.3
2010-10-06 17:12:50 status half-configured lintian 2.4.3
2010-10-06 17:12:51 status installed lintian 2.4.3
2010-10-06 17:12:51 trigproc desktop-file-utils 0.15-2 0.15-2
2010-10-06 17:12:51 status half-configured desktop-file-utils 0.15-2
2010-10-06 17:12:52 status installed desktop-file-utils 0.15-2
2010-10-06 17:12:52 trigproc shared-mime-info 0.71-3 0.71-3
2010-10-06 17:12:52 status half-configured shared-mime-info 0.71-3
2010-10-06 17:12:53 status installed shared-mime-info 0.71-3
2010-10-06 17:12:53 trigproc hal 0.5.14-3 0.5.14-3
2010-10-06 17:12:53 status half-configured hal 0.5.14-3
test_data/big.log view on Meta::CPAN
2010-10-06 17:17:27 status installed libpanel-applet2-0 2.30.2-2
2010-10-06 17:17:27 configure python-gnomeapplet 2.30.0-3 2.30.0-3
2010-10-06 17:17:27 status unpacked python-gnomeapplet 2.30.0-3
2010-10-06 17:17:27 status half-configured python-gnomeapplet 2.30.0-3
2010-10-06 17:17:27 status installed python-gnomeapplet 2.30.0-3
2010-10-06 17:17:27 configure python-gnomedesktop 2.30.0-3 2.30.0-3
2010-10-06 17:17:27 status unpacked python-gnomedesktop 2.30.0-3
2010-10-06 17:17:27 status half-configured python-gnomedesktop 2.30.0-3
2010-10-06 17:17:27 status installed python-gnomedesktop 2.30.0-3
2010-10-06 17:17:27 configure python-gnomekeyring 2.30.0-3 2.30.0-3
2010-10-06 17:17:27 status unpacked python-gnomekeyring 2.30.0-3
2010-10-06 17:17:27 status half-configured python-gnomekeyring 2.30.0-3
2010-10-06 17:17:27 status installed python-gnomekeyring 2.30.0-3
2010-10-06 17:17:27 configure libwnck-common 2.30.4-2 2.30.4-2
test_data/big.log view on Meta::CPAN
2010-10-06 17:23:36 status triggers-awaited gdebi 0.6.4
2010-10-06 17:23:36 configure totem-plugins 2.30.2-5 2.30.2-5
2010-10-06 17:23:36 status unpacked totem-plugins 2.30.2-5
2010-10-06 17:23:36 status half-configured totem-plugins 2.30.2-5
2010-10-06 17:23:36 status installed totem-plugins 2.30.2-5
2010-10-06 17:23:36 configure gnome-desktop-environment 1:2.30+4 1:2.30+4
2010-10-06 17:23:36 status unpacked gnome-desktop-environment 1:2.30+4
2010-10-06 17:23:36 status half-configured gnome-desktop-environment 1:2.30+4
2010-10-06 17:23:36 status installed gnome-desktop-environment 1:2.30+4
2010-10-06 17:23:36 configure gnome 1:2.30+4 1:2.30+4
2010-10-06 17:23:36 status unpacked gnome 1:2.30+4
2010-10-06 17:23:36 status half-configured gnome 1:2.30+4
2010-10-06 17:23:36 status installed gnome 1:2.30+4
2010-10-06 17:23:36 configure virt-manager 0.8.4-8 0.8.4-8
test_data/big.log view on Meta::CPAN
2010-10-07 10:24:38 status unpacked qt4-qtconfig 4:4.6.3-2
2010-10-07 10:24:38 status half-installed qt4-qtconfig 4:4.6.3-2
2010-10-07 10:24:38 status half-installed qt4-qtconfig 4:4.6.3-2
2010-10-07 10:24:38 status triggers-pending gnome-menus 2.30.3-1
2010-10-07 10:24:38 status half-installed qt4-qtconfig 4:4.6.3-2
2010-10-07 10:24:38 status triggers-pending desktop-file-utils 0.15-2
2010-10-07 10:24:38 status half-installed qt4-qtconfig 4:4.6.3-2
2010-10-07 10:24:38 status triggers-pending menu 2.1.44
2010-10-07 10:24:38 status half-installed qt4-qtconfig 4:4.6.3-2
2010-10-07 10:24:38 status half-installed qt4-qtconfig 4:4.6.3-2
2010-10-07 10:24:38 status triggers-awaited menu 2.1.44
test_data/big.log view on Meta::CPAN
2010-10-07 10:24:52 status half-configured man-db 2.5.7-5
2010-10-07 10:24:54 status installed man-db 2.5.7-5
2010-10-07 10:24:54 trigproc gnome-menus 2.30.3-1 2.30.3-1
2010-10-07 10:24:54 status half-configured gnome-menus 2.30.3-1
2010-10-07 10:24:54 status installed gnome-menus 2.30.3-1
2010-10-07 10:24:54 trigproc desktop-file-utils 0.15-2 0.15-2
2010-10-07 10:24:54 status half-configured desktop-file-utils 0.15-2
2010-10-07 10:24:55 status installed desktop-file-utils 0.15-2
2010-10-07 10:24:55 trigproc menu 2.1.44 2.1.44
2010-10-07 10:24:55 status half-configured menu 2.1.44
2010-10-07 10:24:58 status installed menu 2.1.44
2010-10-07 10:24:59 startup packages configure
2010-10-07 10:24:59 configure whois 5.0.8 5.0.8
test_data/big.log view on Meta::CPAN
2010-10-07 10:59:04 remove abiword 2.8.2-2+b10 2.8.2-2+b10
2010-10-07 10:59:04 status half-configured abiword 2.8.2-2+b10
2010-10-07 10:59:04 status half-installed abiword 2.8.2-2+b10
2010-10-07 10:59:04 status triggers-pending gnome-menus 2.30.3-1
2010-10-07 10:59:04 status half-installed abiword 2.8.2-2+b10
2010-10-07 10:59:04 status triggers-pending desktop-file-utils 0.15-2
2010-10-07 10:59:04 status half-installed abiword 2.8.2-2+b10
2010-10-07 10:59:04 status triggers-pending menu 2.1.44
2010-10-07 10:59:04 status half-installed abiword 2.8.2-2+b10
2010-10-07 10:59:04 status triggers-pending man-db 2.5.7-5
2010-10-07 10:59:05 status half-installed abiword 2.8.2-2+b10
test_data/big.log view on Meta::CPAN
2010-10-07 10:59:05 status config-files abiword 2.8.2-2+b10
2010-10-07 10:59:05 status not-installed abiword <keine>
2010-10-07 10:59:05 trigproc gnome-menus 2.30.3-1 2.30.3-1
2010-10-07 10:59:05 status half-configured gnome-menus 2.30.3-1
2010-10-07 10:59:05 status installed gnome-menus 2.30.3-1
2010-10-07 10:59:06 trigproc desktop-file-utils 0.15-2 0.15-2
2010-10-07 10:59:06 status half-configured desktop-file-utils 0.15-2
2010-10-07 10:59:06 status installed desktop-file-utils 0.15-2
2010-10-07 10:59:06 trigproc menu 2.1.44 2.1.44
2010-10-07 10:59:06 status half-configured menu 2.1.44
2010-10-07 10:59:06 status installed menu 2.1.44
2010-10-07 10:59:06 trigproc man-db 2.5.7-5 2.5.7-5
2010-10-07 10:59:06 status half-configured man-db 2.5.7-5
test_data/big.log view on Meta::CPAN
2010-10-11 10:30:09 status half-installed python2.6 2.6.6-5
2010-10-11 10:30:09 status triggers-pending menu 2.1.44
2010-10-11 10:30:09 status half-installed python2.6 2.6.6-5
2010-10-11 10:30:09 status triggers-pending gnome-menus 2.30.3-1
2010-10-11 10:30:09 status half-installed python2.6 2.6.6-5
2010-10-11 10:30:09 status triggers-pending desktop-file-utils 0.15-2
2010-10-11 10:30:09 status half-installed python2.6 2.6.6-5
2010-10-11 10:30:12 status half-installed python2.6 2.6.6-5
2010-10-11 10:30:12 status triggers-awaited menu 2.1.44
2010-10-11 10:30:13 status unpacked python2.6 2.6.6-6
2010-10-11 10:30:14 status unpacked python2.6 2.6.6-6
test_data/big.log view on Meta::CPAN
2010-10-11 10:32:15 status half-configured menu 2.1.44
2010-10-11 10:32:19 status installed menu 2.1.44
2010-10-11 10:32:19 trigproc gnome-menus 2.30.3-1 2.30.3-1
2010-10-11 10:32:19 status half-configured gnome-menus 2.30.3-1
2010-10-11 10:32:19 status installed gnome-menus 2.30.3-1
2010-10-11 10:32:19 trigproc desktop-file-utils 0.15-2 0.15-2
2010-10-11 10:32:19 status half-configured desktop-file-utils 0.15-2
2010-10-11 10:32:20 status installed desktop-file-utils 0.15-2
2010-10-11 10:32:20 trigproc doc-base 0.9.5 0.9.5
2010-10-11 10:32:20 status half-configured doc-base 0.9.5
2010-10-11 10:32:21 status installed doc-base 0.9.5
2010-10-11 10:32:22 startup packages configure
2010-10-11 10:32:22 configure python2.6-minimal 2.6.6-6 2.6.6-6
test_data/big.log view on Meta::CPAN
2010-10-12 10:17:55 status half-installed empathy 2.30.2-1
2010-10-12 10:17:55 status triggers-pending man-db 2.5.7-5
2010-10-12 10:17:55 status half-installed empathy 2.30.2-1
2010-10-12 10:17:55 status triggers-pending gnome-menus 2.30.3-1
2010-10-12 10:17:55 status half-installed empathy 2.30.2-1
2010-10-12 10:17:55 status triggers-pending desktop-file-utils 0.15-2
2010-10-12 10:17:55 status half-installed empathy 2.30.2-1
2010-10-12 10:17:56 status half-installed empathy 2.30.2-1
2010-10-12 10:17:56 status unpacked empathy 2.30.3-1
2010-10-12 10:17:56 status unpacked empathy 2.30.3-1
2010-10-12 10:17:56 upgrade empathy-common 2.30.2-1 2.30.3-1
test_data/big.log view on Meta::CPAN
2010-10-12 10:18:22 status half-configured man-db 2.5.7-5
2010-10-12 10:18:30 status installed man-db 2.5.7-5
2010-10-12 10:18:30 trigproc gnome-menus 2.30.3-1 2.30.3-1
2010-10-12 10:18:30 status half-configured gnome-menus 2.30.3-1
2010-10-12 10:18:31 status installed gnome-menus 2.30.3-1
2010-10-12 10:18:31 trigproc desktop-file-utils 0.15-2 0.15-2
2010-10-12 10:18:31 status half-configured desktop-file-utils 0.15-2
2010-10-12 10:18:32 status installed desktop-file-utils 0.15-2
2010-10-12 10:18:32 trigproc hicolor-icon-theme 0.12-1 0.12-1
2010-10-12 10:18:32 status half-configured hicolor-icon-theme 0.12-1
2010-10-12 10:18:44 status installed hicolor-icon-theme 0.12-1
2010-10-12 10:18:44 trigproc python-support 1.0.10 1.0.10
2010-10-12 10:18:44 status half-configured python-support 1.0.10
test_data/big.log view on Meta::CPAN
2010-10-14 12:46:55 status half-installed openjdk-6-jre 6b18-1.8.1-2
2010-10-14 12:46:56 status triggers-pending menu 2.1.44
2010-10-14 12:46:56 status half-installed openjdk-6-jre 6b18-1.8.1-2
2010-10-14 12:46:56 status triggers-pending gnome-menus 2.30.3-1
2010-10-14 12:46:56 status half-installed openjdk-6-jre 6b18-1.8.1-2
2010-10-14 12:46:56 status triggers-pending desktop-file-utils 0.15-2
2010-10-14 12:46:56 status half-installed openjdk-6-jre 6b18-1.8.1-2
2010-10-14 12:46:56 status half-installed openjdk-6-jre 6b18-1.8.1-2
2010-10-14 12:46:57 status triggers-awaited menu 2.1.44
2010-10-14 12:46:57 status unpacked openjdk-6-jre 6b18-1.8.2-1
2010-10-14 12:46:57 status unpacked openjdk-6-jre 6b18-1.8.2-1
test_data/big.log view on Meta::CPAN
2010-10-14 12:47:09 status half-configured menu 2.1.44
2010-10-14 12:47:13 status installed menu 2.1.44
2010-10-14 12:47:13 trigproc gnome-menus 2.30.3-1 2.30.3-1
2010-10-14 12:47:13 status half-configured gnome-menus 2.30.3-1
2010-10-14 12:47:14 status installed gnome-menus 2.30.3-1
2010-10-14 12:47:14 trigproc desktop-file-utils 0.15-2 0.15-2
2010-10-14 12:47:14 status half-configured desktop-file-utils 0.15-2
2010-10-14 12:47:15 status installed desktop-file-utils 0.15-2
2010-10-14 12:47:16 startup packages configure
2010-10-14 12:47:16 configure libkrb5support0 1.8.3+dfsg-2 1.8.3+dfsg-2
2010-10-14 12:47:16 status unpacked libkrb5support0 1.8.3+dfsg-2
2010-10-14 12:47:16 status half-configured libkrb5support0 1.8.3+dfsg-2
2010-10-14 12:47:18 status installed libkrb5support0 1.8.3+dfsg-2
test_data/big.log view on Meta::CPAN
2010-10-19 17:46:19 status half-installed sun-java6-bin 6.21-1
2010-10-19 17:46:19 status triggers-pending menu 2.1.44
2010-10-19 17:46:19 status half-installed sun-java6-bin 6.21-1
2010-10-19 17:46:19 status triggers-pending gnome-menus 2.30.3-1
2010-10-19 17:46:19 status half-installed sun-java6-bin 6.21-1
2010-10-19 17:46:19 status triggers-pending desktop-file-utils 0.15-2
2010-10-19 17:46:19 status half-installed sun-java6-bin 6.21-1
2010-10-19 17:46:23 status half-installed sun-java6-bin 6.21-1
2010-10-19 17:46:24 status triggers-awaited menu 2.1.44
2010-10-19 17:46:26 status unpacked sun-java6-bin 6.22-1
2010-10-19 17:46:26 status unpacked sun-java6-bin 6.22-1
test_data/big.log view on Meta::CPAN
2010-10-19 17:46:43 status half-configured menu 2.1.44
2010-10-19 17:46:46 status installed menu 2.1.44
2010-10-19 17:46:46 trigproc gnome-menus 2.30.3-1 2.30.3-1
2010-10-19 17:46:46 status half-configured gnome-menus 2.30.3-1
2010-10-19 17:46:46 status installed gnome-menus 2.30.3-1
2010-10-19 17:46:46 trigproc desktop-file-utils 0.15-2 0.15-2
2010-10-19 17:46:46 status half-configured desktop-file-utils 0.15-2
2010-10-19 17:46:48 status installed desktop-file-utils 0.15-2
2010-10-19 17:46:48 trigproc doc-base 0.9.5 0.9.5
2010-10-19 17:46:48 status half-configured doc-base 0.9.5
2010-10-19 17:46:50 status installed doc-base 0.9.5
2010-10-19 17:46:51 startup packages configure
2010-10-19 17:46:51 configure gcc-4.4-base 4.4.5-4 4.4.5-4
test_data/big.log view on Meta::CPAN
2010-10-19 17:48:09 status half-configured qt4-qtconfig 4:4.6.3-3
2010-10-19 17:48:09 status unpacked qt4-qtconfig 4:4.6.3-3
2010-10-19 17:48:09 status half-installed qt4-qtconfig 4:4.6.3-3
2010-10-19 17:48:09 status triggers-pending gnome-menus 2.30.3-1
2010-10-19 17:48:09 status half-installed qt4-qtconfig 4:4.6.3-3
2010-10-19 17:48:09 status triggers-pending desktop-file-utils 0.15-2
2010-10-19 17:48:09 status half-installed qt4-qtconfig 4:4.6.3-3
2010-10-19 17:48:09 status half-installed qt4-qtconfig 4:4.6.3-3
2010-10-19 17:48:09 status half-installed qt4-qtconfig 4:4.6.3-3
2010-10-19 17:48:10 status unpacked qt4-qtconfig 4:4.6.3-4
2010-10-19 17:48:10 status unpacked qt4-qtconfig 4:4.6.3-4
test_data/big.log view on Meta::CPAN
2010-10-19 18:15:02 status half-configured doc-base 0.9.5
2010-10-19 18:15:02 status installed doc-base 0.9.5
2010-10-19 18:15:02 trigproc gnome-menus 2.30.3-1 2.30.3-1
2010-10-19 18:15:02 status half-configured gnome-menus 2.30.3-1
2010-10-19 18:15:02 status installed gnome-menus 2.30.3-1
2010-10-19 18:15:02 trigproc desktop-file-utils 0.15-2 0.15-2
2010-10-19 18:15:02 status half-configured desktop-file-utils 0.15-2
2010-10-19 18:15:03 status installed desktop-file-utils 0.15-2
2010-10-19 18:15:03 trigproc hal 0.5.14-3 0.5.14-3
2010-10-19 18:15:03 status half-configured hal 0.5.14-3
2010-10-19 18:15:04 status installed hal 0.5.14-3
2010-10-19 18:15:04 trigproc hicolor-icon-theme 0.12-1 0.12-1
2010-10-19 18:15:04 status half-configured hicolor-icon-theme 0.12-1
test_data/big.log view on Meta::CPAN
2010-10-20 11:53:19 status half-installed gksu 2.0.2-3
2010-10-20 11:53:19 status triggers-pending menu 2.1.44
2010-10-20 11:53:19 status half-installed gksu 2.0.2-3
2010-10-20 11:53:19 status triggers-pending gnome-menus 2.30.3-1
2010-10-20 11:53:19 status half-installed gksu 2.0.2-3
2010-10-20 11:53:19 status triggers-pending desktop-file-utils 0.15-2
2010-10-20 11:53:19 status half-installed gksu 2.0.2-3
2010-10-20 11:53:19 status half-installed gksu 2.0.2-3
2010-10-20 11:53:19 status half-installed gksu 2.0.2-3
2010-10-20 11:53:19 status triggers-awaited menu 2.1.44
2010-10-20 11:53:19 status unpacked gksu 2.0.2-4
test_data/big.log view on Meta::CPAN
2010-10-20 11:54:05 status half-configured menu 2.1.44
2010-10-20 11:54:08 status installed menu 2.1.44
2010-10-20 11:54:08 trigproc gnome-menus 2.30.3-1 2.30.3-1
2010-10-20 11:54:08 status half-configured gnome-menus 2.30.3-1
2010-10-20 11:54:08 status installed gnome-menus 2.30.3-1
2010-10-20 11:54:08 trigproc desktop-file-utils 0.15-2 0.15-2
2010-10-20 11:54:08 status half-configured desktop-file-utils 0.15-2
2010-10-20 11:54:09 status installed desktop-file-utils 0.15-2
2010-10-20 11:54:09 trigproc hicolor-icon-theme 0.12-1 0.12-1
2010-10-20 11:54:09 status half-configured hicolor-icon-theme 0.12-1
2010-10-20 11:54:20 status installed hicolor-icon-theme 0.12-1
2010-10-20 11:54:21 startup packages configure
2010-10-20 11:54:21 configure python-support 1.0.11 1.0.11
test_data/big.log view on Meta::CPAN
2010-10-22 11:41:15 status triggers-pending gconf2 2.28.1-5
2010-10-22 11:41:16 status half-installed gnome-power-manager 2.30.1-1
2010-10-22 11:41:16 status half-installed gnome-power-manager 2.30.1-1
2010-10-22 11:41:16 status triggers-pending gnome-menus 2.30.3-1
2010-10-22 11:41:16 status half-installed gnome-power-manager 2.30.1-1
2010-10-22 11:41:16 status triggers-pending desktop-file-utils 0.15-2
2010-10-22 11:41:16 status half-installed gnome-power-manager 2.30.1-1
2010-10-22 11:41:18 status half-installed gnome-power-manager 2.30.1-1
2010-10-22 11:41:19 status unpacked gnome-power-manager 2.32.0-2
2010-10-22 11:41:21 status unpacked gnome-power-manager 2.32.0-2
2010-10-22 11:41:22 upgrade iceweasel-l10n-de 1:3.5.13+debian-2 1:3.5.14+debian-1
test_data/big.log view on Meta::CPAN
2010-10-22 11:42:18 status half-configured gconf2 2.28.1-5
2010-10-22 11:42:32 status installed gconf2 2.28.1-5
2010-10-22 11:42:32 trigproc gnome-menus 2.30.3-1 2.30.3-1
2010-10-22 11:42:32 status half-configured gnome-menus 2.30.3-1
2010-10-22 11:42:32 status installed gnome-menus 2.30.3-1
2010-10-22 11:42:32 trigproc desktop-file-utils 0.15-2 0.15-2
2010-10-22 11:42:32 status half-configured desktop-file-utils 0.15-2
2010-10-22 11:42:34 status installed desktop-file-utils 0.15-2
2010-10-22 11:42:34 trigproc python-support 1.0.11 1.0.11
2010-10-22 11:42:34 status half-configured python-support 1.0.11
2010-10-22 11:43:01 status installed python-support 1.0.11
2010-10-22 11:43:02 startup packages configure
2010-10-22 11:43:02 configure linux-base 2.6.32-26 2.6.32-26
test_data/big.log view on Meta::CPAN
2010-10-24 18:47:48 status half-configured pidgin 2.7.4-1
2010-10-24 18:47:48 status unpacked pidgin 2.7.4-1
2010-10-24 18:47:48 status half-installed pidgin 2.7.4-1
2010-10-24 18:47:48 status triggers-pending gnome-menus 2.30.3-1
2010-10-24 18:47:48 status half-installed pidgin 2.7.4-1
2010-10-24 18:47:48 status triggers-pending desktop-file-utils 0.15-2
2010-10-24 18:47:48 status half-installed pidgin 2.7.4-1
2010-10-24 18:47:48 status triggers-pending menu 2.1.44
2010-10-24 18:47:48 status half-installed pidgin 2.7.4-1
2010-10-24 18:47:48 status triggers-pending gconf2 2.28.1-5
2010-10-24 18:47:48 status half-installed pidgin 2.7.4-1
test_data/big.log view on Meta::CPAN
2010-10-24 18:48:06 status half-configured hicolor-icon-theme 0.12-1
2010-10-24 18:48:18 status installed hicolor-icon-theme 0.12-1
2010-10-24 18:48:18 trigproc gnome-menus 2.30.3-1 2.30.3-1
2010-10-24 18:48:18 status half-configured gnome-menus 2.30.3-1
2010-10-24 18:48:18 status installed gnome-menus 2.30.3-1
2010-10-24 18:48:18 trigproc desktop-file-utils 0.15-2 0.15-2
2010-10-24 18:48:18 status half-configured desktop-file-utils 0.15-2
2010-10-24 18:48:20 status installed desktop-file-utils 0.15-2
2010-10-24 18:48:20 trigproc menu 2.1.44 2.1.44
2010-10-24 18:48:20 status half-configured menu 2.1.44
2010-10-24 18:48:24 status installed menu 2.1.44
2010-10-24 18:48:24 trigproc gconf2 2.28.1-5 2.28.1-5
2010-10-24 18:48:24 status half-configured gconf2 2.28.1-5
test_data/big.log view on Meta::CPAN
2010-10-26 10:08:32 status unpacked vim-gui-common 2:7.3.000+hg~ee53a39d5896-1
2010-10-26 10:08:33 status half-installed vim-gui-common 2:7.3.000+hg~ee53a39d5896-1
2010-10-26 10:08:33 status half-installed vim-gui-common 2:7.3.000+hg~ee53a39d5896-1
2010-10-26 10:08:33 status triggers-pending gnome-menus 2.30.3-1
2010-10-26 10:08:33 status half-installed vim-gui-common 2:7.3.000+hg~ee53a39d5896-1
2010-10-26 10:08:33 status triggers-pending desktop-file-utils 0.15-2
2010-10-26 10:08:33 status half-installed vim-gui-common 2:7.3.000+hg~ee53a39d5896-1
2010-10-26 10:08:33 status half-installed vim-gui-common 2:7.3.000+hg~ee53a39d5896-1
2010-10-26 10:08:34 status unpacked vim-gui-common 2:7.3.035+hg~8fdc12103333-1
2010-10-26 10:08:34 status unpacked vim-gui-common 2:7.3.035+hg~8fdc12103333-1
2010-10-26 10:08:34 upgrade vim-tiny 2:7.3.000+hg~ee53a39d5896-1 2:7.3.035+hg~8fdc12103333-1
test_data/big.log view on Meta::CPAN
2010-10-26 10:09:07 status half-configured menu 2.1.44
2010-10-26 10:09:07 status installed menu 2.1.44
2010-10-26 10:09:07 trigproc gnome-menus 2.30.3-1 2.30.3-1
2010-10-26 10:09:07 status half-configured gnome-menus 2.30.3-1
2010-10-26 10:09:08 status installed gnome-menus 2.30.3-1
2010-10-26 10:09:08 trigproc desktop-file-utils 0.15-2 0.15-2
2010-10-26 10:09:08 status half-configured desktop-file-utils 0.15-2
2010-10-26 10:09:09 status installed desktop-file-utils 0.15-2
2010-10-26 10:09:09 trigproc install-info 4.13a.dfsg.1-6 4.13a.dfsg.1-6
2010-10-26 10:09:09 status half-configured install-info 4.13a.dfsg.1-6
2010-10-26 10:09:11 status installed install-info 4.13a.dfsg.1-6
2010-10-26 10:09:11 trigproc python-support 1.0.11 1.0.11
2010-10-26 10:09:11 status half-configured python-support 1.0.11
test_data/big.log view on Meta::CPAN
2010-10-28 09:05:01 status triggers-awaited menu 2.1.44
2010-10-28 09:05:02 trigproc menu 2.1.44 2.1.44
2010-10-28 09:05:02 status half-configured menu 2.1.44
2010-10-28 09:05:07 status installed menu 2.1.44
2010-10-28 09:20:11 startup archives unpack
2010-10-28 09:20:26 install rdesktop <keine> 1.6.0-3
2010-10-28 09:20:26 status half-installed rdesktop 1.6.0-3
2010-10-28 09:20:27 status triggers-pending man-db 2.5.7-6
2010-10-28 09:20:27 status half-installed rdesktop 1.6.0-3
2010-10-28 09:20:29 status unpacked rdesktop 1.6.0-3
2010-10-28 09:20:29 status unpacked rdesktop 1.6.0-3
2010-10-28 09:20:29 trigproc man-db 2.5.7-6 2.5.7-6
2010-10-28 09:20:29 status half-configured man-db 2.5.7-6
2010-10-28 09:20:32 status installed man-db 2.5.7-6
2010-10-28 09:20:33 startup packages configure
2010-10-28 09:20:33 configure rdesktop 1.6.0-3 1.6.0-3
2010-10-28 09:20:33 status unpacked rdesktop 1.6.0-3
2010-10-28 09:20:33 status half-configured rdesktop 1.6.0-3
2010-10-28 09:20:33 status installed rdesktop 1.6.0-3
2010-10-28 09:24:06 startup archives unpack
2010-10-28 09:24:15 install dkms <keine> 2.1.1.2-5
2010-10-28 09:24:15 status half-installed dkms 2.1.1.2-5
2010-10-28 09:24:15 status triggers-pending man-db 2.5.7-6
2010-10-28 09:24:15 status half-installed dkms 2.1.1.2-5
test_data/big.log view on Meta::CPAN
2010-10-28 09:24:31 startup archives install
2010-10-28 09:24:34 install virtualbox-3.2 <keine> 3.2.10-66523~Ubuntu~maverick
2010-10-28 09:24:34 status half-installed virtualbox-3.2 3.2.10-66523~Ubuntu~maverick
2010-10-28 09:24:49 status triggers-pending gnome-menus 2.30.3-1
2010-10-28 09:24:49 status half-installed virtualbox-3.2 3.2.10-66523~Ubuntu~maverick
2010-10-28 09:24:49 status triggers-pending desktop-file-utils 0.15-2
2010-10-28 09:24:49 status half-installed virtualbox-3.2 3.2.10-66523~Ubuntu~maverick
2010-10-28 09:24:58 status unpacked virtualbox-3.2 3.2.10-66523~Ubuntu~maverick
2010-10-28 09:24:58 status unpacked virtualbox-3.2 3.2.10-66523~Ubuntu~maverick
2010-10-28 09:24:58 trigproc gnome-menus 2.30.3-1 2.30.3-1
2010-10-28 09:24:58 status half-configured gnome-menus 2.30.3-1
2010-10-28 09:24:59 status installed gnome-menus 2.30.3-1
2010-10-28 09:24:59 trigproc desktop-file-utils 0.15-2 0.15-2
2010-10-28 09:24:59 status half-configured desktop-file-utils 0.15-2
2010-10-28 09:25:00 status installed desktop-file-utils 0.15-2
2010-10-28 09:27:30 startup archives install
2010-10-28 09:27:36 upgrade virtualbox-3.2 3.2.10-66523~Ubuntu~maverick 3.2.10-66523~Debian~squeeze
2010-10-28 09:27:36 status half-installed virtualbox-3.2 3.2.10-66523~Ubuntu~maverick
2010-10-28 09:27:43 status triggers-pending gnome-menus 2.30.3-1
2010-10-28 09:27:43 status half-installed virtualbox-3.2 3.2.10-66523~Ubuntu~maverick
2010-10-28 09:27:43 status triggers-pending desktop-file-utils 0.15-2
2010-10-28 09:27:43 status half-installed virtualbox-3.2 3.2.10-66523~Ubuntu~maverick
2010-10-28 09:27:48 status half-installed virtualbox-3.2 3.2.10-66523~Ubuntu~maverick
2010-10-28 09:27:48 status unpacked virtualbox-3.2 3.2.10-66523~Debian~squeeze
2010-10-28 09:27:48 status unpacked virtualbox-3.2 3.2.10-66523~Debian~squeeze
2010-10-28 09:27:48 trigproc gnome-menus 2.30.3-1 2.30.3-1
2010-10-28 09:27:48 status half-configured gnome-menus 2.30.3-1
2010-10-28 09:27:48 status installed gnome-menus 2.30.3-1
2010-10-28 09:27:48 trigproc desktop-file-utils 0.15-2 0.15-2
2010-10-28 09:27:48 status half-configured desktop-file-utils 0.15-2
2010-10-28 09:27:50 status installed desktop-file-utils 0.15-2
2010-10-28 09:28:11 startup archives unpack
2010-10-28 09:28:11 install libqt4-opengl <keine> 4:4.6.3-4
2010-10-28 09:28:11 status half-installed libqt4-opengl 4:4.6.3-4
2010-10-28 09:28:12 status unpacked libqt4-opengl 4:4.6.3-4
2010-10-28 09:28:12 status unpacked libqt4-opengl 4:4.6.3-4
test_data/big.log view on Meta::CPAN
2010-10-29 09:09:40 status half-installed evolution 2.30.3-2
2010-10-29 09:09:40 status triggers-pending gconf2 2.28.1-5
2010-10-29 09:09:40 status half-installed evolution 2.30.3-2
2010-10-29 09:09:40 status triggers-pending gnome-menus 2.30.3-1
2010-10-29 09:09:40 status half-installed evolution 2.30.3-2
2010-10-29 09:09:40 status triggers-pending desktop-file-utils 0.15-2
2010-10-29 09:09:41 status half-installed evolution 2.30.3-2
2010-10-29 09:09:41 status triggers-pending menu 2.1.44
2010-10-29 09:09:41 status half-installed evolution 2.30.3-2
2010-10-29 09:09:41 status half-installed evolution 2.30.3-2
2010-10-29 09:09:41 status half-installed evolution 2.30.3-2
test_data/big.log view on Meta::CPAN
2010-10-29 09:10:22 status half-configured gconf2 2.28.1-5
2010-10-29 09:10:36 status installed gconf2 2.28.1-5
2010-10-29 09:10:36 trigproc gnome-menus 2.30.3-1 2.30.3-1
2010-10-29 09:10:36 status half-configured gnome-menus 2.30.3-1
2010-10-29 09:10:36 status installed gnome-menus 2.30.3-1
2010-10-29 09:10:36 trigproc desktop-file-utils 0.15-2 0.15-2
2010-10-29 09:10:36 status half-configured desktop-file-utils 0.15-2
2010-10-29 09:10:37 status installed desktop-file-utils 0.15-2
2010-10-29 09:10:37 trigproc menu 2.1.44 2.1.44
2010-10-29 09:10:37 status half-configured menu 2.1.44
2010-10-29 09:10:41 status installed menu 2.1.44
2010-10-29 09:10:41 trigproc hicolor-icon-theme 0.12-1 0.12-1
2010-10-29 09:10:41 status half-configured hicolor-icon-theme 0.12-1
test_data/big.log view on Meta::CPAN
2010-11-02 12:32:37 status triggers-pending menu 2.1.44
2010-11-02 12:32:37 status half-installed filezilla 3.3.3-1
2010-11-02 12:32:37 status half-installed filezilla 3.3.3-1
2010-11-02 12:32:37 status triggers-pending gnome-menus 2.30.3-1
2010-11-02 12:32:37 status half-installed filezilla 3.3.3-1
2010-11-02 12:32:37 status triggers-pending desktop-file-utils 0.15-2
2010-11-02 12:32:37 status half-installed filezilla 3.3.3-1
2010-11-02 12:32:38 status unpacked filezilla 3.3.3-1
2010-11-02 12:32:38 status unpacked filezilla 3.3.3-1
2010-11-02 12:32:38 trigproc man-db 2.5.7-6 2.5.7-6
2010-11-02 12:32:38 status half-configured man-db 2.5.7-6
test_data/big.log view on Meta::CPAN
2010-11-02 12:32:55 status half-configured menu 2.1.44
2010-11-02 12:32:59 status installed menu 2.1.44
2010-11-02 12:32:59 trigproc gnome-menus 2.30.3-1 2.30.3-1
2010-11-02 12:32:59 status half-configured gnome-menus 2.30.3-1
2010-11-02 12:32:59 status installed gnome-menus 2.30.3-1
2010-11-02 12:33:00 trigproc desktop-file-utils 0.15-2 0.15-2
2010-11-02 12:33:00 status half-configured desktop-file-utils 0.15-2
2010-11-02 12:33:01 status installed desktop-file-utils 0.15-2
2010-11-02 12:33:02 startup packages configure
2010-11-02 12:33:02 configure libtinyxml2.5.3 2.5.3-3 2.5.3-3
2010-11-02 12:33:02 status unpacked libtinyxml2.5.3 2.5.3-3
2010-11-02 12:33:02 status half-configured libtinyxml2.5.3 2.5.3-3
2010-11-02 12:33:04 status installed libtinyxml2.5.3 2.5.3-3
test_data/big.log view on Meta::CPAN
2010-11-02 12:34:38 status half-installed gftp-gtk 2.0.19-2
2010-11-02 12:34:38 status triggers-pending menu 2.1.44
2010-11-02 12:34:38 status half-installed gftp-gtk 2.0.19-2
2010-11-02 12:34:38 status triggers-pending gnome-menus 2.30.3-1
2010-11-02 12:34:38 status half-installed gftp-gtk 2.0.19-2
2010-11-02 12:34:38 status triggers-pending desktop-file-utils 0.15-2
2010-11-02 12:34:38 status half-installed gftp-gtk 2.0.19-2
2010-11-02 12:34:38 status unpacked gftp-gtk 2.0.19-2
2010-11-02 12:34:38 status unpacked gftp-gtk 2.0.19-2
2010-11-02 12:34:39 install gftp-text <keine> 2.0.19-2
2010-11-02 12:34:39 status half-installed gftp-text 2.0.19-2
test_data/big.log view on Meta::CPAN
2010-11-02 12:34:40 status half-configured menu 2.1.44
2010-11-02 12:34:40 status installed menu 2.1.44
2010-11-02 12:34:40 trigproc gnome-menus 2.30.3-1 2.30.3-1
2010-11-02 12:34:40 status half-configured gnome-menus 2.30.3-1
2010-11-02 12:34:40 status installed gnome-menus 2.30.3-1
2010-11-02 12:34:40 trigproc desktop-file-utils 0.15-2 0.15-2
2010-11-02 12:34:40 status half-configured desktop-file-utils 0.15-2
2010-11-02 12:34:40 status installed desktop-file-utils 0.15-2
2010-11-02 12:34:41 startup packages configure
2010-11-02 12:34:41 configure gftp-common 2.0.19-2 2.0.19-2
2010-11-02 12:34:41 status unpacked gftp-common 2.0.19-2
2010-11-02 12:34:41 status unpacked gftp-common 2.0.19-2
2010-11-02 12:34:41 status unpacked gftp-common 2.0.19-2
test_data/big.log view on Meta::CPAN
2010-11-03 17:50:29 status half-installed icedove 3.0.9-1
2010-11-03 17:50:29 status triggers-pending menu 2.1.44
2010-11-03 17:50:30 status half-installed icedove 3.0.9-1
2010-11-03 17:50:30 status triggers-pending gnome-menus 2.30.3-1
2010-11-03 17:50:30 status half-installed icedove 3.0.9-1
2010-11-03 17:50:30 status triggers-pending desktop-file-utils 0.15-2
2010-11-03 17:50:30 status half-installed icedove 3.0.9-1
2010-11-03 17:50:33 status half-installed icedove 3.0.9-1
2010-11-03 17:50:33 status triggers-awaited menu 2.1.44
2010-11-03 17:50:33 status unpacked icedove 3.0.10-1
2010-11-03 17:50:33 status unpacked icedove 3.0.10-1
test_data/big.log view on Meta::CPAN
2010-11-03 17:51:36 status half-configured menu 2.1.44
2010-11-03 17:51:38 status installed menu 2.1.44
2010-11-03 17:51:39 trigproc gnome-menus 2.30.3-1 2.30.3-1
2010-11-03 17:51:39 status half-configured gnome-menus 2.30.3-1
2010-11-03 17:51:40 status installed gnome-menus 2.30.3-1
2010-11-03 17:51:40 trigproc desktop-file-utils 0.15-2 0.15-2
2010-11-03 17:51:40 status half-configured desktop-file-utils 0.15-2
2010-11-03 17:51:44 status installed desktop-file-utils 0.15-2
2010-11-03 17:51:45 trigproc doc-base 0.9.5 0.9.5
2010-11-03 17:51:45 status half-configured doc-base 0.9.5
2010-11-03 17:51:47 status installed doc-base 0.9.5
2010-11-03 17:51:48 startup packages configure
2010-11-03 17:51:48 configure libc6-i386 2.11.2-7 2.11.2-7
test_data/big.log view on Meta::CPAN
2010-11-09 12:57:55 status half-installed brasero 2.30.3-1
2010-11-09 12:57:56 status triggers-pending menu 2.1.44
2010-11-09 12:57:56 status half-installed brasero 2.30.3-1
2010-11-09 12:57:56 status triggers-pending gnome-menus 2.30.3-1
2010-11-09 12:57:56 status half-installed brasero 2.30.3-1
2010-11-09 12:57:56 status triggers-pending desktop-file-utils 0.15-2
2010-11-09 12:57:56 status half-installed brasero 2.30.3-1
2010-11-09 12:57:56 status half-installed brasero 2.30.3-1
2010-11-09 12:57:56 status half-installed brasero 2.30.3-1
2010-11-09 12:57:57 status triggers-awaited menu 2.1.44
2010-11-09 12:57:57 status unpacked brasero 2.30.3-2
test_data/big.log view on Meta::CPAN
2010-11-09 12:58:20 status unpacked gnome 1:2.30+4
2010-11-09 12:58:20 status half-installed gnome 1:2.30+4
2010-11-09 12:58:21 status half-installed gnome 1:2.30+4
2010-11-09 12:58:21 status unpacked gnome 1:2.30+6
2010-11-09 12:58:21 status unpacked gnome 1:2.30+6
2010-11-09 12:58:21 upgrade gnome-desktop-environment 1:2.30+4 1:2.30+6
2010-11-09 12:58:21 status half-configured gnome-desktop-environment 1:2.30+4
2010-11-09 12:58:21 status unpacked gnome-desktop-environment 1:2.30+4
2010-11-09 12:58:21 status half-installed gnome-desktop-environment 1:2.30+4
2010-11-09 12:58:21 status half-installed gnome-desktop-environment 1:2.30+4
2010-11-09 12:58:21 status unpacked gnome-desktop-environment 1:2.30+6
2010-11-09 12:58:21 status unpacked gnome-desktop-environment 1:2.30+6
2010-11-09 12:58:21 upgrade gnome-core 1:2.30+4 1:2.30+6
2010-11-09 12:58:21 status half-configured gnome-core 1:2.30+4
2010-11-09 12:58:21 status unpacked gnome-core 1:2.30+4
2010-11-09 12:58:21 status half-installed gnome-core 1:2.30+4
2010-11-09 12:58:21 status half-installed gnome-core 1:2.30+4
test_data/big.log view on Meta::CPAN
2010-11-09 13:00:18 status half-configured menu 2.1.44
2010-11-09 13:00:25 status installed menu 2.1.44
2010-11-09 13:00:25 trigproc gnome-menus 2.30.3-1 2.30.3-1
2010-11-09 13:00:25 status half-configured gnome-menus 2.30.3-1
2010-11-09 13:00:27 status installed gnome-menus 2.30.3-1
2010-11-09 13:00:27 trigproc desktop-file-utils 0.15-2 0.15-2
2010-11-09 13:00:27 status half-configured desktop-file-utils 0.15-2
2010-11-09 13:00:31 status installed desktop-file-utils 0.15-2
2010-11-09 13:00:32 trigproc doc-base 0.9.5 0.9.5
2010-11-09 13:00:32 status half-configured doc-base 0.9.5
2010-11-09 13:00:36 status installed doc-base 0.9.5
2010-11-09 13:00:37 trigproc install-info 4.13a.dfsg.1-6 4.13a.dfsg.1-6
2010-11-09 13:00:37 status half-configured install-info 4.13a.dfsg.1-6
test_data/big.log view on Meta::CPAN
2010-11-09 13:03:17 status installed hamster-applet 2.30.2-2
2010-11-09 13:03:17 configure vino 2.28.2-2 2.28.2-2
2010-11-09 13:03:17 status unpacked vino 2.28.2-2
2010-11-09 13:03:17 status half-configured vino 2.28.2-2
2010-11-09 13:03:18 status installed vino 2.28.2-2
2010-11-09 13:03:18 configure gnome-desktop-environment 1:2.30+6 1:2.30+6
2010-11-09 13:03:18 status unpacked gnome-desktop-environment 1:2.30+6
2010-11-09 13:03:18 status half-configured gnome-desktop-environment 1:2.30+6
2010-11-09 13:03:19 status installed gnome-desktop-environment 1:2.30+6
2010-11-09 13:03:19 configure gnome 1:2.30+6 1:2.30+6
2010-11-09 13:03:19 status unpacked gnome 1:2.30+6
2010-11-09 13:03:19 status half-configured gnome 1:2.30+6
2010-11-09 13:03:19 status installed gnome 1:2.30+6
2010-11-09 13:03:20 configure grub-common 1.98+20100804-8 1.98+20100804-8
test_data/big.log view on Meta::CPAN
2010-11-16 09:57:06 status unpacked libudev0 164-1
2010-11-16 09:57:06 status half-installed libudev0 164-1
2010-11-16 09:57:06 status half-installed libudev0 164-1
2010-11-16 09:57:06 status unpacked libudev0 164-2
2010-11-16 09:57:06 status unpacked libudev0 164-2
2010-11-16 09:57:06 upgrade libgnome-desktop-2-17 2.30.2-1 2.30.2-2
2010-11-16 09:57:06 status half-configured libgnome-desktop-2-17 2.30.2-1
2010-11-16 09:57:06 status unpacked libgnome-desktop-2-17 2.30.2-1
2010-11-16 09:57:06 status half-installed libgnome-desktop-2-17 2.30.2-1
2010-11-16 09:57:07 status half-installed libgnome-desktop-2-17 2.30.2-1
2010-11-16 09:57:07 status unpacked libgnome-desktop-2-17 2.30.2-2
2010-11-16 09:57:07 status unpacked libgnome-desktop-2-17 2.30.2-2
2010-11-16 09:57:07 upgrade libevolution 2.30.3-3 2.30.3-4
2010-11-16 09:57:07 status half-configured libevolution 2.30.3-3
2010-11-16 09:57:07 status unpacked libevolution 2.30.3-3
2010-11-16 09:57:07 status half-installed libevolution 2.30.3-3
2010-11-16 09:57:08 status half-installed libevolution 2.30.3-3
test_data/big.log view on Meta::CPAN
2010-11-16 09:57:08 status half-installed evolution 2.30.3-3
2010-11-16 09:57:08 status triggers-pending gconf2 2.28.1-6
2010-11-16 09:57:08 status half-installed evolution 2.30.3-3
2010-11-16 09:57:08 status triggers-pending gnome-menus 2.30.3-1
2010-11-16 09:57:08 status half-installed evolution 2.30.3-3
2010-11-16 09:57:09 status triggers-pending desktop-file-utils 0.15-2
2010-11-16 09:57:09 status half-installed evolution 2.30.3-3
2010-11-16 09:57:09 status triggers-pending menu 2.1.44
2010-11-16 09:57:09 status half-installed evolution 2.30.3-3
2010-11-16 09:57:09 status half-installed evolution 2.30.3-3
2010-11-16 09:57:09 status half-installed evolution 2.30.3-3
test_data/big.log view on Meta::CPAN
2010-11-16 09:57:36 status half-configured gconf2 2.28.1-6
2010-11-16 09:57:49 status installed gconf2 2.28.1-6
2010-11-16 09:57:49 trigproc gnome-menus 2.30.3-1 2.30.3-1
2010-11-16 09:57:49 status half-configured gnome-menus 2.30.3-1
2010-11-16 09:57:50 status installed gnome-menus 2.30.3-1
2010-11-16 09:57:50 trigproc desktop-file-utils 0.15-2 0.15-2
2010-11-16 09:57:50 status half-configured desktop-file-utils 0.15-2
2010-11-16 09:57:51 status installed desktop-file-utils 0.15-2
2010-11-16 09:57:51 trigproc menu 2.1.44 2.1.44
2010-11-16 09:57:51 status half-configured menu 2.1.44
2010-11-16 09:57:55 status installed menu 2.1.44
2010-11-16 09:57:55 trigproc hicolor-icon-theme 0.12-1 0.12-1
2010-11-16 09:57:55 status half-configured hicolor-icon-theme 0.12-1
test_data/big.log view on Meta::CPAN
2010-11-16 09:59:12 status half-installed cups 1.4.4-6
2010-11-16 09:59:13 status half-installed cups 1.4.4-6
2010-11-16 09:59:15 status half-installed cups 1.4.4-6
2010-11-16 09:59:15 status unpacked cups 1.4.4-7
2010-11-16 09:59:15 status unpacked cups 1.4.4-7
2010-11-16 09:59:15 upgrade desktop-base 5.0.6 6.0.0
2010-11-16 09:59:15 status half-configured desktop-base 5.0.6
2010-11-16 09:59:16 status unpacked desktop-base 5.0.6
2010-11-16 09:59:16 status half-installed desktop-base 5.0.6
2010-11-16 09:59:16 status triggers-pending hicolor-icon-theme 0.12-1
2010-11-16 09:59:16 status half-installed desktop-base 5.0.6
2010-11-16 09:59:16 status triggers-pending gconf2 2.28.1-6
2010-11-16 09:59:16 status half-installed desktop-base 5.0.6
2010-11-16 09:59:17 status half-installed desktop-base 5.0.6
2010-11-16 09:59:18 status unpacked desktop-base 6.0.0
2010-11-16 09:59:18 status unpacked desktop-base 6.0.0
2010-11-16 09:59:19 upgrade dictionaries-common 1.5.15 1.5.16
2010-11-16 09:59:19 status half-configured dictionaries-common 1.5.15
2010-11-16 09:59:19 status unpacked dictionaries-common 1.5.15
2010-11-16 09:59:19 status half-installed dictionaries-common 1.5.15
2010-11-16 09:59:19 status half-installed dictionaries-common 1.5.15
test_data/big.log view on Meta::CPAN
2010-11-16 09:59:29 status half-configured gnome-about 2.30.2-1
2010-11-16 09:59:29 status unpacked gnome-about 2.30.2-1
2010-11-16 09:59:29 status half-installed gnome-about 2.30.2-1
2010-11-16 09:59:29 status triggers-pending gnome-menus 2.30.3-1
2010-11-16 09:59:29 status half-installed gnome-about 2.30.2-1
2010-11-16 09:59:29 status triggers-pending desktop-file-utils 0.15-2
2010-11-16 09:59:29 status half-installed gnome-about 2.30.2-1
2010-11-16 09:59:29 status half-installed gnome-about 2.30.2-1
2010-11-16 09:59:30 status half-installed gnome-about 2.30.2-1
2010-11-16 09:59:30 status unpacked gnome-about 2.30.2-2
2010-11-16 09:59:30 status unpacked gnome-about 2.30.2-2
2010-11-16 09:59:30 upgrade gnome-desktop-data 2.30.2-1 2.30.2-2
2010-11-16 09:59:30 status half-configured gnome-desktop-data 2.30.2-1
2010-11-16 09:59:30 status unpacked gnome-desktop-data 2.30.2-1
2010-11-16 09:59:30 status half-installed gnome-desktop-data 2.30.2-1
2010-11-16 09:59:32 status half-installed gnome-desktop-data 2.30.2-1
2010-11-16 09:59:32 status unpacked gnome-desktop-data 2.30.2-2
2010-11-16 09:59:33 status unpacked gnome-desktop-data 2.30.2-2
2010-11-16 09:59:33 upgrade libgp11-0 2.30.3-3 2.30.3-4
2010-11-16 09:59:33 status half-configured libgp11-0 2.30.3-3
2010-11-16 09:59:33 status unpacked libgp11-0 2.30.3-3
2010-11-16 09:59:33 status half-installed libgp11-0 2.30.3-3
2010-11-16 09:59:34 status half-installed libgp11-0 2.30.3-3
test_data/big.log view on Meta::CPAN
2010-11-16 10:02:14 status half-configured menu 2.1.44
2010-11-16 10:02:16 status installed menu 2.1.44
2010-11-16 10:02:16 trigproc gnome-menus 2.30.3-1 2.30.3-1
2010-11-16 10:02:16 status half-configured gnome-menus 2.30.3-1
2010-11-16 10:02:16 status installed gnome-menus 2.30.3-1
2010-11-16 10:02:16 trigproc desktop-file-utils 0.15-2 0.15-2
2010-11-16 10:02:16 status half-configured desktop-file-utils 0.15-2
2010-11-16 10:02:18 status installed desktop-file-utils 0.15-2
2010-11-16 10:02:18 trigproc hal 0.5.14-3 0.5.14-3
2010-11-16 10:02:18 status half-configured hal 0.5.14-3
2010-11-16 10:02:20 status installed hal 0.5.14-3
2010-11-16 10:02:20 trigproc postgresql-common 111 111
2010-11-16 10:02:20 status half-configured postgresql-common 111
test_data/big.log view on Meta::CPAN
2010-11-16 10:02:50 status unpacked udev 164-2
2010-11-16 10:02:50 status unpacked udev 164-2
2010-11-16 10:02:50 status half-configured udev 164-2
2010-11-16 10:02:51 status installed udev 164-2
2010-11-16 10:02:51 status triggers-pending initramfs-tools 0.98.5
2010-11-16 10:02:51 configure libgnome-desktop-2-17 2.30.2-2 2.30.2-2
2010-11-16 10:02:51 status unpacked libgnome-desktop-2-17 2.30.2-2
2010-11-16 10:02:51 status half-configured libgnome-desktop-2-17 2.30.2-2
2010-11-16 10:02:51 status installed libgnome-desktop-2-17 2.30.2-2
2010-11-16 10:02:51 configure libevolution 2.30.3-4 2.30.3-4
2010-11-16 10:02:51 status unpacked libevolution 2.30.3-4
2010-11-16 10:02:51 status half-configured libevolution 2.30.3-4
2010-11-16 10:02:51 status installed libevolution 2.30.3-4
2010-11-16 10:02:51 configure evolution-common 2.30.3-4 2.30.3-4
test_data/big.log view on Meta::CPAN
2010-11-16 10:03:06 status unpacked cups 1.4.4-7
2010-11-16 10:03:06 status unpacked cups 1.4.4-7
2010-11-16 10:03:06 status unpacked cups 1.4.4-7
2010-11-16 10:03:06 status half-configured cups 1.4.4-7
2010-11-16 10:03:09 status installed cups 1.4.4-7
2010-11-16 10:03:09 configure desktop-base 6.0.0 6.0.0
2010-11-16 10:03:09 status unpacked desktop-base 6.0.0
2010-11-16 10:03:09 status unpacked desktop-base 6.0.0
2010-11-16 10:03:09 status half-configured desktop-base 6.0.0
2010-11-16 10:03:33 status installed desktop-base 6.0.0
2010-11-16 10:03:33 configure dictionaries-common 1.5.16 1.5.16
2010-11-16 10:03:33 status unpacked dictionaries-common 1.5.16
2010-11-16 10:03:33 status unpacked dictionaries-common 1.5.16
2010-11-16 10:03:33 status half-configured dictionaries-common 1.5.16
2010-11-16 10:03:34 status installed dictionaries-common 1.5.16
test_data/big.log view on Meta::CPAN
2010-11-16 10:03:35 status unpacked gdm 2.20.11-4
2010-11-16 10:03:35 status unpacked gdm 2.20.11-4
2010-11-16 10:03:35 status unpacked gdm 2.20.11-4
2010-11-16 10:03:35 status half-configured gdm 2.20.11-4
2010-11-16 10:03:36 status installed gdm 2.20.11-4
2010-11-16 10:03:36 configure gnome-desktop-data 2.30.2-2 2.30.2-2
2010-11-16 10:03:36 status unpacked gnome-desktop-data 2.30.2-2
2010-11-16 10:03:36 status half-configured gnome-desktop-data 2.30.2-2
2010-11-16 10:03:36 status installed gnome-desktop-data 2.30.2-2
2010-11-16 10:03:36 configure gnome-about 2.30.2-2 2.30.2-2
2010-11-16 10:03:36 status unpacked gnome-about 2.30.2-2
2010-11-16 10:03:36 status half-configured gnome-about 2.30.2-2
2010-11-16 10:03:36 status installed gnome-about 2.30.2-2
2010-11-16 10:03:36 configure libgp11-0 2.30.3-4 2.30.3-4
test_data/big.log view on Meta::CPAN
2010-11-29 13:46:40 status unpacked evolution 2.30.3-4
2010-11-29 13:46:40 status half-installed evolution 2.30.3-4
2010-11-29 13:46:41 status half-installed evolution 2.30.3-4
2010-11-29 13:46:41 status triggers-pending gnome-menus 2.30.3-1
2010-11-29 13:46:41 status half-installed evolution 2.30.3-4
2010-11-29 13:46:41 status triggers-pending desktop-file-utils 0.15-2
2010-11-29 13:46:41 status half-installed evolution 2.30.3-4
2010-11-29 13:46:41 status triggers-pending menu 2.1.44
2010-11-29 13:46:41 status half-installed evolution 2.30.3-4
2010-11-29 13:46:41 status half-installed evolution 2.30.3-4
2010-11-29 13:46:42 status half-installed evolution 2.30.3-4
test_data/big.log view on Meta::CPAN
2010-11-29 13:48:30 status half-configured gconf2 2.28.1-6
2010-11-29 13:48:45 status installed gconf2 2.28.1-6
2010-11-29 13:48:45 trigproc gnome-menus 2.30.3-1 2.30.3-1
2010-11-29 13:48:45 status half-configured gnome-menus 2.30.3-1
2010-11-29 13:48:45 status installed gnome-menus 2.30.3-1
2010-11-29 13:48:45 trigproc desktop-file-utils 0.15-2 0.15-2
2010-11-29 13:48:45 status half-configured desktop-file-utils 0.15-2
2010-11-29 13:48:47 status installed desktop-file-utils 0.15-2
2010-11-29 13:48:47 trigproc menu 2.1.44 2.1.44
2010-11-29 13:48:47 status half-configured menu 2.1.44
2010-11-29 13:48:50 status installed menu 2.1.44
2010-11-29 13:48:50 trigproc hicolor-icon-theme 0.12-1 0.12-1
2010-11-29 13:48:50 status half-configured hicolor-icon-theme 0.12-1
test_data/big.log view on Meta::CPAN
2010-11-29 13:49:30 status unpacked python2.6 2.6.6-6
2010-11-29 13:49:30 status half-installed python2.6 2.6.6-6
2010-11-29 13:49:31 status half-installed python2.6 2.6.6-6
2010-11-29 13:49:31 status triggers-pending gnome-menus 2.30.3-1
2010-11-29 13:49:31 status half-installed python2.6 2.6.6-6
2010-11-29 13:49:31 status triggers-pending desktop-file-utils 0.15-2
2010-11-29 13:49:31 status half-installed python2.6 2.6.6-6
2010-11-29 13:49:31 status half-installed python2.6 2.6.6-6
2010-11-29 13:49:31 status half-installed python2.6 2.6.6-6
2010-11-29 13:49:32 status unpacked python2.6 2.6.6-7
2010-11-29 13:49:32 status unpacked python2.6 2.6.6-7
test_data/big.log view on Meta::CPAN
2010-11-29 13:49:57 status half-installed cowbuilder 0.62
2010-11-29 13:49:57 status half-installed cowbuilder 0.62
2010-11-29 13:49:57 status half-installed cowbuilder 0.62
2010-11-29 13:49:57 status unpacked cowbuilder 0.62+nmu1
2010-11-29 13:49:57 status unpacked cowbuilder 0.62+nmu1
2010-11-29 13:49:57 upgrade desktop-base 6.0.0 6.0.2
2010-11-29 13:49:57 status half-configured desktop-base 6.0.0
2010-11-29 13:49:57 status unpacked desktop-base 6.0.0
2010-11-29 13:49:57 status half-installed desktop-base 6.0.0
2010-11-29 13:49:58 status triggers-pending hicolor-icon-theme 0.12-1
2010-11-29 13:49:58 status half-installed desktop-base 6.0.0
2010-11-29 13:49:58 status triggers-pending gconf2 2.28.1-6
2010-11-29 13:49:58 status half-installed desktop-base 6.0.0
2010-11-29 13:49:58 status half-installed desktop-base 6.0.0
2010-11-29 13:49:59 status unpacked desktop-base 6.0.2
2010-11-29 13:49:59 status unpacked desktop-base 6.0.2
2010-11-29 13:49:59 upgrade dpkg-dev 1.15.8.5 1.15.8.6
2010-11-29 13:49:59 status half-configured dpkg-dev 1.15.8.5
2010-11-29 13:49:59 status unpacked dpkg-dev 1.15.8.5
2010-11-29 13:49:59 status half-installed dpkg-dev 1.15.8.5
2010-11-29 13:49:59 status half-installed dpkg-dev 1.15.8.5
test_data/big.log view on Meta::CPAN
2010-11-29 13:52:20 status half-configured menu 2.1.44
2010-11-29 13:52:22 status installed menu 2.1.44
2010-11-29 13:52:22 trigproc gnome-menus 2.30.3-1 2.30.3-1
2010-11-29 13:52:22 status half-configured gnome-menus 2.30.3-1
2010-11-29 13:52:22 status installed gnome-menus 2.30.3-1
2010-11-29 13:52:22 trigproc desktop-file-utils 0.15-2 0.15-2
2010-11-29 13:52:22 status half-configured desktop-file-utils 0.15-2
2010-11-29 13:52:24 status installed desktop-file-utils 0.15-2
2010-11-29 13:52:24 trigproc install-info 4.13a.dfsg.1-6 4.13a.dfsg.1-6
2010-11-29 13:52:24 status half-configured install-info 4.13a.dfsg.1-6
2010-11-29 13:52:25 status installed install-info 4.13a.dfsg.1-6
2010-11-29 13:52:25 trigproc doc-base 0.9.5 0.9.5
2010-11-29 13:52:25 status half-configured doc-base 0.9.5
test_data/big.log view on Meta::CPAN
2010-11-29 13:55:52 status unpacked consolekit 0.4.3-2
2010-11-29 13:55:52 status unpacked consolekit 0.4.3-2
2010-11-29 13:55:52 status unpacked consolekit 0.4.3-2
2010-11-29 13:55:52 status half-configured consolekit 0.4.3-2
2010-11-29 13:55:53 status installed consolekit 0.4.3-2
2010-11-29 13:55:53 configure desktop-base 6.0.2 6.0.2
2010-11-29 13:55:53 status unpacked desktop-base 6.0.2
2010-11-29 13:55:53 status unpacked desktop-base 6.0.2
2010-11-29 13:55:53 status half-configured desktop-base 6.0.2
2010-11-29 13:56:13 status installed desktop-base 6.0.2
2010-11-29 13:56:13 status triggers-pending initramfs-tools 0.98.5
2010-11-29 13:56:13 configure libdpkg-perl 1.15.8.6 1.15.8.6
2010-11-29 13:56:13 status unpacked libdpkg-perl 1.15.8.6
2010-11-29 13:56:13 status half-configured libdpkg-perl 1.15.8.6
2010-11-29 13:56:13 status installed libdpkg-perl 1.15.8.6
test_data/big.log view on Meta::CPAN
2010-12-09 12:28:24 status unpacked chromium-browser-inspector 6.0.472.63~r59945-3
2010-12-09 12:28:25 install chromium-browser <keine> 6.0.472.63~r59945-3
2010-12-09 12:28:25 status half-installed chromium-browser 6.0.472.63~r59945-3
2010-12-09 12:28:25 status triggers-pending gnome-menus 2.30.3-1
2010-12-09 12:28:25 status half-installed chromium-browser 6.0.472.63~r59945-3
2010-12-09 12:28:25 status triggers-pending desktop-file-utils 0.15-2
2010-12-09 12:28:25 status half-installed chromium-browser 6.0.472.63~r59945-3
2010-12-09 12:28:25 status triggers-pending menu 2.1.44
2010-12-09 12:28:25 status half-installed chromium-browser 6.0.472.63~r59945-3
2010-12-09 12:28:25 status triggers-pending hicolor-icon-theme 0.12-1
2010-12-09 12:28:25 status half-installed chromium-browser 6.0.472.63~r59945-3
test_data/big.log view on Meta::CPAN
2010-12-09 12:28:27 status unpacked chromium-browser 6.0.472.63~r59945-3
2010-12-09 12:28:28 status unpacked chromium-browser 6.0.472.63~r59945-3
2010-12-09 12:28:28 trigproc gnome-menus 2.30.3-1 2.30.3-1
2010-12-09 12:28:28 status half-configured gnome-menus 2.30.3-1
2010-12-09 12:28:29 status installed gnome-menus 2.30.3-1
2010-12-09 12:28:29 trigproc desktop-file-utils 0.15-2 0.15-2
2010-12-09 12:28:29 status half-configured desktop-file-utils 0.15-2
2010-12-09 12:28:30 status installed desktop-file-utils 0.15-2
2010-12-09 12:28:31 trigproc menu 2.1.44 2.1.44
2010-12-09 12:28:31 status half-configured menu 2.1.44
2010-12-09 12:28:35 status installed menu 2.1.44
2010-12-09 12:28:35 trigproc hicolor-icon-theme 0.12-1 0.12-1
2010-12-09 12:28:35 status half-configured hicolor-icon-theme 0.12-1
test_data/big.log view on Meta::CPAN
2010-12-13 11:37:50 status half-configured python2.6 2.6.6-7
2010-12-13 11:37:51 status unpacked python2.6 2.6.6-7
2010-12-13 11:37:51 status half-installed python2.6 2.6.6-7
2010-12-13 11:37:51 status triggers-pending gnome-menus 2.30.3-1
2010-12-13 11:37:51 status half-installed python2.6 2.6.6-7
2010-12-13 11:37:51 status triggers-pending desktop-file-utils 0.15-2
2010-12-13 11:37:51 status half-installed python2.6 2.6.6-7
2010-12-13 11:37:51 status half-installed python2.6 2.6.6-7
2010-12-13 11:37:52 status half-installed python2.6 2.6.6-7
2010-12-13 11:37:52 status unpacked python2.6 2.6.6-8
2010-12-13 11:37:52 status unpacked python2.6 2.6.6-8
test_data/big.log view on Meta::CPAN
2010-12-13 11:38:29 status half-installed ttf-sil-andika 1.0.basic-4
2010-12-13 11:38:32 status triggers-pending fontconfig 2.8.0-2.1
2010-12-13 11:38:38 status half-installed ttf-sil-andika 1.0.basic-4
2010-12-13 11:38:38 status unpacked ttf-sil-andika 1.0.basic-4
2010-12-13 11:38:38 status unpacked ttf-sil-andika 1.0.basic-4
2010-12-13 11:38:39 upgrade desktop-base 6.0.2 6.0.3
2010-12-13 11:38:39 status half-configured desktop-base 6.0.2
2010-12-13 11:38:39 status unpacked desktop-base 6.0.2
2010-12-13 11:38:39 status half-installed desktop-base 6.0.2
2010-12-13 11:38:39 status triggers-pending hicolor-icon-theme 0.12-1
2010-12-13 11:38:39 status half-installed desktop-base 6.0.2
2010-12-13 11:38:39 status triggers-pending gconf2 2.28.1-6
2010-12-13 11:38:40 status half-installed desktop-base 6.0.2
2010-12-13 11:38:41 status half-installed desktop-base 6.0.2
2010-12-13 11:38:41 status unpacked desktop-base 6.0.3
2010-12-13 11:38:41 status unpacked desktop-base 6.0.3
2010-12-13 11:38:42 upgrade fakeroot 1.14.4-1 1.14.5-1
2010-12-13 11:38:42 status half-configured fakeroot 1.14.4-1
2010-12-13 11:38:42 status unpacked fakeroot 1.14.4-1
2010-12-13 11:38:42 status half-installed fakeroot 1.14.4-1
2010-12-13 11:38:42 status half-installed fakeroot 1.14.4-1
test_data/big.log view on Meta::CPAN
2010-12-13 11:39:03 status unpacked gnome 1:2.30+6
2010-12-13 11:39:03 status half-installed gnome 1:2.30+6
2010-12-13 11:39:03 status half-installed gnome 1:2.30+6
2010-12-13 11:39:03 status unpacked gnome 1:2.30+7
2010-12-13 11:39:03 status unpacked gnome 1:2.30+7
2010-12-13 11:39:03 upgrade gnome-desktop-environment 1:2.30+6 1:2.30+7
2010-12-13 11:39:03 status half-configured gnome-desktop-environment 1:2.30+6
2010-12-13 11:39:03 status unpacked gnome-desktop-environment 1:2.30+6
2010-12-13 11:39:03 status half-installed gnome-desktop-environment 1:2.30+6
2010-12-13 11:39:04 status half-installed gnome-desktop-environment 1:2.30+6
2010-12-13 11:39:04 status unpacked gnome-desktop-environment 1:2.30+7
2010-12-13 11:39:04 status unpacked gnome-desktop-environment 1:2.30+7
2010-12-13 11:39:04 upgrade gnome-core 1:2.30+6 1:2.30+7
2010-12-13 11:39:04 status half-configured gnome-core 1:2.30+6
2010-12-13 11:39:04 status unpacked gnome-core 1:2.30+6
2010-12-13 11:39:04 status half-installed gnome-core 1:2.30+6
2010-12-13 11:39:04 status half-installed gnome-core 1:2.30+6
test_data/big.log view on Meta::CPAN
2010-12-13 11:41:14 status unpacked python-bugbuddy 2.30.0-3
2010-12-13 11:41:14 status half-installed python-bugbuddy 2.30.0-3
2010-12-13 11:41:14 status half-installed python-bugbuddy 2.30.0-3
2010-12-13 11:41:14 status unpacked python-bugbuddy 2.30.0-4
2010-12-13 11:41:14 status unpacked python-bugbuddy 2.30.0-4
2010-12-13 11:41:15 upgrade python-gnomedesktop 2.30.0-3 2.30.0-4
2010-12-13 11:41:15 status half-configured python-gnomedesktop 2.30.0-3
2010-12-13 11:41:15 status unpacked python-gnomedesktop 2.30.0-3
2010-12-13 11:41:15 status half-installed python-gnomedesktop 2.30.0-3
2010-12-13 11:41:15 status half-installed python-gnomedesktop 2.30.0-3
2010-12-13 11:41:15 status unpacked python-gnomedesktop 2.30.0-4
2010-12-13 11:41:15 status unpacked python-gnomedesktop 2.30.0-4
2010-12-13 11:41:15 upgrade python-gnomekeyring 2.30.0-3 2.30.0-4
2010-12-13 11:41:15 status half-configured python-gnomekeyring 2.30.0-3
2010-12-13 11:41:15 status unpacked python-gnomekeyring 2.30.0-3
2010-12-13 11:41:15 status half-installed python-gnomekeyring 2.30.0-3
2010-12-13 11:41:15 status half-installed python-gnomekeyring 2.30.0-3
test_data/big.log view on Meta::CPAN
2010-12-13 11:41:55 status half-configured menu 2.1.44
2010-12-13 11:41:59 status installed menu 2.1.44
2010-12-13 11:41:59 trigproc gnome-menus 2.30.3-1 2.30.3-1
2010-12-13 11:41:59 status half-configured gnome-menus 2.30.3-1
2010-12-13 11:41:59 status installed gnome-menus 2.30.3-1
2010-12-13 11:41:59 trigproc desktop-file-utils 0.15-2 0.15-2
2010-12-13 11:41:59 status half-configured desktop-file-utils 0.15-2
2010-12-13 11:42:01 status installed desktop-file-utils 0.15-2
2010-12-13 11:42:01 trigproc shared-mime-info 0.71-4 0.71-4
2010-12-13 11:42:01 status half-configured shared-mime-info 0.71-4
2010-12-13 11:42:03 status installed shared-mime-info 0.71-4
2010-12-13 11:42:03 trigproc fontconfig 2.8.0-2.1 2.8.0-2.1
2010-12-13 11:42:03 status half-configured fontconfig 2.8.0-2.1
test_data/big.log view on Meta::CPAN
2010-12-13 11:45:41 configure ttf-sil-andika 1.0.basic-4 1.0.basic-4
2010-12-13 11:45:41 status unpacked ttf-sil-andika 1.0.basic-4
2010-12-13 11:45:41 status unpacked ttf-sil-andika 1.0.basic-4
2010-12-13 11:45:41 status half-configured ttf-sil-andika 1.0.basic-4
2010-12-13 11:45:41 status installed ttf-sil-andika 1.0.basic-4
2010-12-13 11:45:41 configure desktop-base 6.0.3 6.0.3
2010-12-13 11:45:41 status unpacked desktop-base 6.0.3
2010-12-13 11:45:41 status unpacked desktop-base 6.0.3
2010-12-13 11:45:41 status half-configured desktop-base 6.0.3
2010-12-13 11:46:01 status installed desktop-base 6.0.3
2010-12-13 11:46:01 status triggers-pending initramfs-tools 0.98.5
2010-12-13 11:46:01 configure fakeroot 1.14.5-1 1.14.5-1
2010-12-13 11:46:01 status unpacked fakeroot 1.14.5-1
2010-12-13 11:46:01 status half-configured fakeroot 1.14.5-1
2010-12-13 11:46:02 status installed fakeroot 1.14.5-1
test_data/big.log view on Meta::CPAN
2010-12-13 11:46:09 status installed python-wnck 2.30.0-4
2010-12-13 11:46:09 configure hamster-applet 2.30.2-3 2.30.2-3
2010-12-13 11:46:09 status unpacked hamster-applet 2.30.2-3
2010-12-13 11:46:09 status half-configured hamster-applet 2.30.2-3
2010-12-13 11:46:09 status installed hamster-applet 2.30.2-3
2010-12-13 11:46:09 configure gnome-desktop-environment 1:2.30+7 1:2.30+7
2010-12-13 11:46:09 status unpacked gnome-desktop-environment 1:2.30+7
2010-12-13 11:46:09 status half-configured gnome-desktop-environment 1:2.30+7
2010-12-13 11:46:09 status installed gnome-desktop-environment 1:2.30+7
2010-12-13 11:46:09 configure synaptic 0.70 0.70
2010-12-13 11:46:09 status unpacked synaptic 0.70
2010-12-13 11:46:09 status half-configured synaptic 0.70
2010-12-13 11:46:10 status installed synaptic 0.70
2010-12-13 11:46:10 configure tomboy 1.2.2-2 1.2.2-2
test_data/big.log view on Meta::CPAN
2010-12-13 11:47:19 status installed python-apt-doc 0.7.100.1
2010-12-13 11:47:19 configure python-bugbuddy 2.30.0-4 2.30.0-4
2010-12-13 11:47:19 status unpacked python-bugbuddy 2.30.0-4
2010-12-13 11:47:19 status half-configured python-bugbuddy 2.30.0-4
2010-12-13 11:47:19 status installed python-bugbuddy 2.30.0-4
2010-12-13 11:47:19 configure python-gnomedesktop 2.30.0-4 2.30.0-4
2010-12-13 11:47:19 status unpacked python-gnomedesktop 2.30.0-4
2010-12-13 11:47:19 status half-configured python-gnomedesktop 2.30.0-4
2010-12-13 11:47:19 status installed python-gnomedesktop 2.30.0-4
2010-12-13 11:47:19 configure python-gnomekeyring 2.30.0-4 2.30.0-4
2010-12-13 11:47:19 status unpacked python-gnomekeyring 2.30.0-4
2010-12-13 11:47:19 status half-configured python-gnomekeyring 2.30.0-4
2010-12-13 11:47:20 status installed python-gnomekeyring 2.30.0-4
2010-12-13 11:47:20 configure python-libvirt 0.8.3-5 0.8.3-5
test_data/big.log view on Meta::CPAN
2011-01-03 13:49:40 status half-configured iceweasel 3.5.16-1
2011-01-03 13:49:40 status unpacked iceweasel 3.5.16-1
2011-01-03 13:49:40 status half-installed iceweasel 3.5.16-1
2011-01-03 13:49:40 status triggers-pending gnome-menus 2.30.3-1
2011-01-03 13:49:40 status half-installed iceweasel 3.5.16-1
2011-01-03 13:49:40 status triggers-pending desktop-file-utils 0.15-2
2011-01-03 13:49:40 status half-installed iceweasel 3.5.16-1
2011-01-03 13:49:40 status triggers-pending hicolor-icon-theme 0.12-1
2011-01-03 13:49:40 status half-installed iceweasel 3.5.16-1
2011-01-03 13:49:41 status triggers-pending man-db 2.5.7-7
2011-01-03 13:49:41 status half-installed iceweasel 3.5.16-1
test_data/big.log view on Meta::CPAN
2011-01-03 13:49:42 status unpacked iceweasel 3.5.16-3
2011-01-03 13:49:43 status unpacked iceweasel 3.5.16-3
2011-01-03 13:49:43 trigproc gnome-menus 2.30.3-1 2.30.3-1
2011-01-03 13:49:43 status half-configured gnome-menus 2.30.3-1
2011-01-03 13:49:44 status installed gnome-menus 2.30.3-1
2011-01-03 13:49:44 trigproc desktop-file-utils 0.15-2 0.15-2
2011-01-03 13:49:44 status half-configured desktop-file-utils 0.15-2
2011-01-03 13:49:46 status installed desktop-file-utils 0.15-2
2011-01-03 13:49:46 trigproc hicolor-icon-theme 0.12-1 0.12-1
2011-01-03 13:49:46 status half-configured hicolor-icon-theme 0.12-1
2011-01-03 13:50:00 status installed hicolor-icon-theme 0.12-1
2011-01-03 13:50:00 trigproc man-db 2.5.7-7 2.5.7-7
2011-01-03 13:50:00 status half-configured man-db 2.5.7-7
test_data/big.log view on Meta::CPAN
2011-01-11 12:19:41 status unpacked libxine1 1.1.19-2
2011-01-11 12:19:41 install phonon-backend-xine <keine> 4:4.6.0really4.4.2-1
2011-01-11 12:19:41 status half-installed phonon-backend-xine 4:4.6.0really4.4.2-1
2011-01-11 12:19:41 status unpacked phonon-backend-xine 4:4.6.0really4.4.2-1
2011-01-11 12:19:41 status unpacked phonon-backend-xine 4:4.6.0really4.4.2-1
2011-01-11 12:19:41 install shared-desktop-ontologies <keine> 0.5-1
2011-01-11 12:19:41 status half-installed shared-desktop-ontologies 0.5-1
2011-01-11 12:19:41 status unpacked shared-desktop-ontologies 0.5-1
2011-01-11 12:19:41 status unpacked shared-desktop-ontologies 0.5-1
2011-01-11 12:19:41 install plasma-scriptengine-javascript <keine> 4:4.4.5-1
2011-01-11 12:19:41 status half-installed plasma-scriptengine-javascript 4:4.4.5-1
2011-01-11 12:19:41 status unpacked plasma-scriptengine-javascript 4:4.4.5-1
2011-01-11 12:19:41 status unpacked plasma-scriptengine-javascript 4:4.4.5-1
2011-01-11 12:19:41 install kdebase-runtime <keine> 4:4.4.5-1
2011-01-11 12:19:41 status half-installed kdebase-runtime 4:4.4.5-1
2011-01-11 12:19:42 status triggers-pending gnome-menus 2.30.3-1
2011-01-11 12:19:42 status half-installed kdebase-runtime 4:4.4.5-1
2011-01-11 12:19:42 status triggers-pending desktop-file-utils 0.15-2
2011-01-11 12:19:42 status half-installed kdebase-runtime 4:4.4.5-1
2011-01-11 12:19:42 status half-installed kdebase-runtime 4:4.4.5-1
2011-01-11 12:19:42 status unpacked kdebase-runtime 4:4.4.5-1
2011-01-11 12:19:42 status unpacked kdebase-runtime 4:4.4.5-1
2011-01-11 12:19:42 install phonon <keine> 4:4.6.0really4.4.2-1
test_data/big.log view on Meta::CPAN
2011-01-11 12:20:07 status half-configured shared-mime-info 0.71-4
2011-01-11 12:20:08 status installed shared-mime-info 0.71-4
2011-01-11 12:20:08 trigproc gnome-menus 2.30.3-1 2.30.3-1
2011-01-11 12:20:08 status half-configured gnome-menus 2.30.3-1
2011-01-11 12:20:10 status installed gnome-menus 2.30.3-1
2011-01-11 12:20:10 trigproc desktop-file-utils 0.15-2 0.15-2
2011-01-11 12:20:10 status half-configured desktop-file-utils 0.15-2
2011-01-11 12:20:12 status installed desktop-file-utils 0.15-2
2011-01-11 12:20:12 startup packages configure
2011-01-11 12:20:12 configure kdelibs5-data 4:4.4.5-2 4:4.4.5-2
2011-01-11 12:20:12 status unpacked kdelibs5-data 4:4.4.5-2
2011-01-11 12:20:12 status unpacked kdelibs5-data 4:4.4.5-2
2011-01-11 12:20:12 status unpacked kdelibs5-data 4:4.4.5-2
test_data/big.log view on Meta::CPAN
2011-01-11 12:20:23 status installed libxine1 1.1.19-2
2011-01-11 12:20:23 configure phonon-backend-xine 4:4.6.0really4.4.2-1 4:4.6.0really4.4.2-1
2011-01-11 12:20:23 status unpacked phonon-backend-xine 4:4.6.0really4.4.2-1
2011-01-11 12:20:24 status half-configured phonon-backend-xine 4:4.6.0really4.4.2-1
2011-01-11 12:20:24 status installed phonon-backend-xine 4:4.6.0really4.4.2-1
2011-01-11 12:20:24 configure shared-desktop-ontologies 0.5-1 0.5-1
2011-01-11 12:20:24 status unpacked shared-desktop-ontologies 0.5-1
2011-01-11 12:20:24 status half-configured shared-desktop-ontologies 0.5-1
2011-01-11 12:20:24 status installed shared-desktop-ontologies 0.5-1
2011-01-11 12:20:24 configure plasma-scriptengine-javascript 4:4.4.5-1 4:4.4.5-1
2011-01-11 12:20:24 status unpacked plasma-scriptengine-javascript 4:4.4.5-1
2011-01-11 12:20:24 status half-configured plasma-scriptengine-javascript 4:4.4.5-1
2011-01-11 12:20:24 status installed plasma-scriptengine-javascript 4:4.4.5-1
2011-01-11 12:20:24 configure kdebase-runtime 4:4.4.5-1 4:4.4.5-1
test_data/big.log view on Meta::CPAN
2011-01-11 12:42:53 status unpacked acroread-debian-files 0.2.11
2011-01-11 12:42:53 install acroread-data <keine> 9.4.1-0.1
2011-01-11 12:42:53 status half-installed acroread-data 9.4.1-0.1
2011-01-11 12:42:53 status triggers-pending gnome-menus 2.30.3-1
2011-01-11 12:42:53 status half-installed acroread-data 9.4.1-0.1
2011-01-11 12:42:53 status triggers-pending desktop-file-utils 0.15-2
2011-01-11 12:42:53 status half-installed acroread-data 9.4.1-0.1
2011-01-11 12:42:53 status triggers-pending hicolor-icon-theme 0.12-1
2011-01-11 12:42:53 status half-installed acroread-data 9.4.1-0.1
2011-01-11 12:42:54 status unpacked acroread-data 9.4.1-0.1
2011-01-11 12:42:54 status unpacked acroread-data 9.4.1-0.1
test_data/big.log view on Meta::CPAN
2011-01-11 12:43:08 status half-configured menu 2.1.44
2011-01-11 12:43:12 status installed menu 2.1.44
2011-01-11 12:43:12 trigproc gnome-menus 2.30.3-1 2.30.3-1
2011-01-11 12:43:12 status half-configured gnome-menus 2.30.3-1
2011-01-11 12:43:13 status installed gnome-menus 2.30.3-1
2011-01-11 12:43:13 trigproc desktop-file-utils 0.15-2 0.15-2
2011-01-11 12:43:13 status half-configured desktop-file-utils 0.15-2
2011-01-11 12:43:15 status installed desktop-file-utils 0.15-2
2011-01-11 12:43:15 trigproc hicolor-icon-theme 0.12-1 0.12-1
2011-01-11 12:43:15 status half-configured hicolor-icon-theme 0.12-1
2011-01-11 12:43:27 status installed hicolor-icon-theme 0.12-1
2011-01-11 12:43:27 startup packages configure
2011-01-11 12:43:27 configure ia32-libs-xulrunner 1.8.1.3-0.5 1.8.1.3-0.5
test_data/big.log view on Meta::CPAN
2011-02-08 11:51:39 install wine-bin <keine> 1.0.1-3.1
2011-02-08 11:51:39 status half-installed wine-bin 1.0.1-3.1
2011-02-08 11:51:39 status half-installed wine-bin 1.0.1-3.1
2011-02-08 11:51:40 status triggers-pending gnome-menus 2.30.3-1
2011-02-08 11:51:40 status half-installed wine-bin 1.0.1-3.1
2011-02-08 11:51:40 status triggers-pending desktop-file-utils 0.15-2
2011-02-08 11:51:40 status half-installed wine-bin 1.0.1-3.1
2011-02-08 11:51:40 status unpacked wine-bin 1.0.1-3.1
2011-02-08 11:51:40 status unpacked wine-bin 1.0.1-3.1
2011-02-08 11:51:40 install wine-utils <keine> 1.0.1-3.1
2011-02-08 11:51:40 status half-installed wine-utils 1.0.1-3.1
test_data/big.log view on Meta::CPAN
2011-02-08 11:51:42 status half-configured man-db 2.5.7-7
2011-02-08 11:51:47 status installed man-db 2.5.7-7
2011-02-08 11:51:47 trigproc gnome-menus 2.30.3-1 2.30.3-1
2011-02-08 11:51:47 status half-configured gnome-menus 2.30.3-1
2011-02-08 11:51:47 status installed gnome-menus 2.30.3-1
2011-02-08 11:51:47 trigproc desktop-file-utils 0.15-2 0.15-2
2011-02-08 11:51:47 status half-configured desktop-file-utils 0.15-2
2011-02-08 11:51:49 status installed desktop-file-utils 0.15-2
2011-02-08 11:51:50 startup packages configure
2011-02-08 11:51:50 configure libwine 1.0.1-3.1 1.0.1-3.1
2011-02-08 11:51:50 status unpacked libwine 1.0.1-3.1
2011-02-08 11:51:50 status half-configured libwine 1.0.1-3.1
2011-02-08 11:51:50 status installed libwine 1.0.1-3.1
test_data/big.log view on Meta::CPAN
2011-02-13 18:41:38 status unpacked openoffice.org-common 1:3.2.1-10
2011-02-13 18:41:38 status half-installed openoffice.org-common 1:3.2.1-10
2011-02-13 18:41:38 status half-installed openoffice.org-common 1:3.2.1-10
2011-02-13 18:41:43 status triggers-pending gnome-menus 2.30.3-1
2011-02-13 18:41:43 status half-installed openoffice.org-common 1:3.2.1-10
2011-02-13 18:41:43 status triggers-pending desktop-file-utils 0.15-2
2011-02-13 18:41:43 status half-installed openoffice.org-common 1:3.2.1-10
2011-02-13 18:41:43 status triggers-pending shared-mime-info 0.71-4
2011-02-13 18:41:43 status half-installed openoffice.org-common 1:3.2.1-10
2011-02-13 18:41:43 status triggers-pending hicolor-icon-theme 0.12-1
2011-02-13 18:41:43 status half-installed openoffice.org-common 1:3.2.1-10
test_data/big.log view on Meta::CPAN
2011-02-13 18:42:06 status unpacked openoffice.org 1:3.3.0-5
2011-02-13 18:42:06 status unpacked openoffice.org 1:3.3.0-5
2011-02-13 18:42:06 trigproc gnome-menus 2.30.3-1 2.30.3-1
2011-02-13 18:42:06 status half-configured gnome-menus 2.30.3-1
2011-02-13 18:42:07 status installed gnome-menus 2.30.3-1
2011-02-13 18:42:07 trigproc desktop-file-utils 0.15-2 0.15-2
2011-02-13 18:42:07 status half-configured desktop-file-utils 0.15-2
2011-02-13 18:42:08 status installed desktop-file-utils 0.15-2
2011-02-13 18:42:08 trigproc shared-mime-info 0.71-4 0.71-4
2011-02-13 18:42:08 status half-configured shared-mime-info 0.71-4
2011-02-13 18:42:10 status installed shared-mime-info 0.71-4
2011-02-13 18:42:10 trigproc hicolor-icon-theme 0.12-1 0.12-1
2011-02-13 18:42:10 status half-configured hicolor-icon-theme 0.12-1
test_data/big.log view on Meta::CPAN
2011-02-13 18:42:52 status half-installed openoffice.org-calc 1:3.2.1-10
2011-02-13 18:42:52 status triggers-pending menu 2.1.44
2011-02-13 18:42:52 status triggers-awaited menu 2.1.44
2011-02-13 18:42:52 status triggers-pending gnome-menus 2.30.3-1
2011-02-13 18:42:52 status half-installed openoffice.org-calc 1:3.2.1-10
2011-02-13 18:42:52 status triggers-pending desktop-file-utils 0.15-2
2011-02-13 18:42:52 status half-installed openoffice.org-calc 1:3.2.1-10
2011-02-13 18:42:52 status half-installed openoffice.org-calc 1:3.2.1-10
2011-02-13 18:42:52 status triggers-pending man-db 2.5.7-7
2011-02-13 18:42:52 status half-installed openoffice.org-calc 1:3.2.1-10
2011-02-13 18:42:52 status unpacked openoffice.org-calc 1:3.3.0-5
test_data/big.log view on Meta::CPAN
2011-02-13 18:42:57 status half-configured menu 2.1.44
2011-02-13 18:42:57 status installed menu 2.1.44
2011-02-13 18:42:57 trigproc gnome-menus 2.30.3-1 2.30.3-1
2011-02-13 18:42:57 status half-configured gnome-menus 2.30.3-1
2011-02-13 18:42:58 status installed gnome-menus 2.30.3-1
2011-02-13 18:42:58 trigproc desktop-file-utils 0.15-2 0.15-2
2011-02-13 18:42:58 status half-configured desktop-file-utils 0.15-2
2011-02-13 18:42:58 status installed desktop-file-utils 0.15-2
2011-02-13 18:42:58 trigproc man-db 2.5.7-7 2.5.7-7
2011-02-13 18:42:58 status half-configured man-db 2.5.7-7
2011-02-13 18:42:59 status installed man-db 2.5.7-7
2011-02-13 18:43:00 startup packages remove
2011-02-13 18:43:00 status installed openoffice.org-base-core 1:3.2.1-10
test_data/big.log view on Meta::CPAN
2011-02-13 18:43:00 remove openoffice.org-core 1:3.2.1-10 1:3.2.1-10
2011-02-13 18:43:00 status half-configured openoffice.org-core 1:3.2.1-10
2011-02-13 18:43:00 status half-installed openoffice.org-core 1:3.2.1-10
2011-02-13 18:43:01 status triggers-pending gnome-menus 2.30.3-1
2011-02-13 18:43:01 status half-installed openoffice.org-core 1:3.2.1-10
2011-02-13 18:43:01 status triggers-pending desktop-file-utils 0.15-2
2011-02-13 18:43:01 status half-installed openoffice.org-core 1:3.2.1-10
2011-02-13 18:43:02 status config-files openoffice.org-core 1:3.2.1-10
2011-02-13 18:43:02 status config-files openoffice.org-core 1:3.2.1-10
2011-02-13 18:43:02 trigproc gnome-menus 2.30.3-1 2.30.3-1
2011-02-13 18:43:02 status half-configured gnome-menus 2.30.3-1
2011-02-13 18:43:02 status installed gnome-menus 2.30.3-1
2011-02-13 18:43:02 trigproc desktop-file-utils 0.15-2 0.15-2
2011-02-13 18:43:02 status half-configured desktop-file-utils 0.15-2
2011-02-13 18:43:02 status installed desktop-file-utils 0.15-2
2011-02-13 18:43:03 startup archives unpack
2011-02-13 18:43:03 upgrade ure 1.6.1+OOo3.2.1-10 1.7.0+LibO3.3.1~rc1-2
2011-02-13 18:43:03 status half-configured ure 1.6.1+OOo3.2.1-10
2011-02-13 18:43:03 status unpacked ure 1.6.1+OOo3.2.1-10
2011-02-13 18:43:03 status half-installed ure 1.6.1+OOo3.2.1-10
test_data/big.log view on Meta::CPAN
2011-02-13 18:43:06 status half-installed libreoffice-common 1:3.3.1~rc1-2
2011-02-13 18:43:06 status triggers-pending shared-mime-info 0.71-4
2011-02-13 18:43:06 status half-installed libreoffice-common 1:3.3.1~rc1-2
2011-02-13 18:43:06 status triggers-pending gnome-menus 2.30.3-1
2011-02-13 18:43:06 status half-installed libreoffice-common 1:3.3.1~rc1-2
2011-02-13 18:43:06 status triggers-pending desktop-file-utils 0.15-2
2011-02-13 18:43:06 status half-installed libreoffice-common 1:3.3.1~rc1-2
2011-02-13 18:43:12 status unpacked libreoffice-common 1:3.3.1~rc1-2
2011-02-13 18:43:12 status unpacked libreoffice-common 1:3.3.1~rc1-2
2011-02-13 18:43:12 upgrade libhyphen0 2.5-1 2.7.1-3
2011-02-13 18:43:12 status half-configured libhyphen0 2.5-1
test_data/big.log view on Meta::CPAN
2011-02-13 18:43:32 status half-configured shared-mime-info 0.71-4
2011-02-13 18:43:32 status installed shared-mime-info 0.71-4
2011-02-13 18:43:32 trigproc gnome-menus 2.30.3-1 2.30.3-1
2011-02-13 18:43:32 status half-configured gnome-menus 2.30.3-1
2011-02-13 18:43:32 status installed gnome-menus 2.30.3-1
2011-02-13 18:43:32 trigproc desktop-file-utils 0.15-2 0.15-2
2011-02-13 18:43:32 status half-configured desktop-file-utils 0.15-2
2011-02-13 18:43:33 status installed desktop-file-utils 0.15-2
2011-02-13 18:43:33 trigproc menu 2.1.44 2.1.44
2011-02-13 18:43:33 status half-configured menu 2.1.44
2011-02-13 18:43:33 status installed menu 2.1.44
2011-02-13 18:43:34 startup packages configure
2011-02-13 18:43:34 configure ttf-opensymbol 2:2.4.3+LibO3.3.1~rc1-2 2:2.4.3+LibO3.3.1~rc1-2
view all matches for this distribution
view release on metacpan or search on metacpan
t/04packages.t view on Meta::CPAN
my $dchess = $packages->get_package('name' => '3dchess');
isa_ok($dchess, "DPKG::Parse::Entry");
is($dchess->package, "3dchess", "Package name is 3dchess");
my $ddesktop = $packages->get_package('name' => '3ddesktop');
isa_ok($ddesktop, "DPKG::Parse::Entry");
is($ddesktop->package, "3ddesktop", "Package name is 3ddesktop");
my $counter = 0;
while (my $entry = $packages->next_package) {
if ($counter == 0) {
is($entry->package, "3dchess", "First is 3dchess");
} elsif ($counter == 1) {
is($entry->package, "3ddesktop", "Second is 3ddesktop");
} elsif ($counter == 2) {
is($entry->package, "44bsd-rdist", "Third is 44bsd-rdist");
} else {
die "Should not ever be here!";
}
view all matches for this distribution
view release on metacpan or search on metacpan
public/css/bootstrap-3/bootstrap.css.map view on Meta::CPAN
{"version":3,"sources":["bootstrap.css","less/normalize.less","less/print.less","less/glyphicons.less","less/scaffolding.less","less/mixins/vendor-prefixes.less","less/mixins/tab-focus.less","less/mixins/image.less","less/type.less","less/mixins/text...
view all matches for this distribution
view release on metacpan or search on metacpan
Example.pod view on Meta::CPAN
works and how you can integrate the plugin in your existing L<Dancer> web
application.
=head1 THE BIG PICTURE
You have created a realy cool web application which looks great on desktop
computers (big screens) but is nearly unreadable on mobile devices such as
smartphones or tablets because of its small display size? This is where
L<Dancer::Plugin::Device::Layout> can help you with.
L<Dancer::Plugin::Device::Layout> provides a subroutine that detects the
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Dancer/Plugin/Passphrase.pm view on Meta::CPAN
SHA isn't quite as broken as MD5, but it shares the same theoretical
weaknesses. Even without hash collisions, it is vulnerable to brute forcing.
Modern hardware is so powerful it can try around a billion hashes a second.
That means every 7 chracter password in the range [A-Za-z0-9] can be cracked
in one hour on your average desktop computer.
=item If the only way to break the hash is to brute-force it, it's secure enough
It is unlikely that your database will be hacked and your hashes brute forced.
However, in the event that it does happen, or SHA512 is broken, using this module
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Dancer2/Plugin/Passphrase.pm view on Meta::CPAN
SHA isn't quite as broken as MD5, but it shares the same theoretical
weaknesses. Even without hash collisions, it is vulnerable to brute forcing.
Modern hardware is so powerful it can try around a billion hashes a second.
That means every 7 character password in the range [A-Za-z0-9] can be cracked
in one hour on your average desktop computer.
=item If the only way to break the hash is to brute-force it, it's secure enough
It is unlikely that your database will be hacked and your hashes brute forced.
However, in the event that it does happen, or SHA512 is broken, using this module
view all matches for this distribution
view release on metacpan or search on metacpan
share/assets/dash_table/async~table.js.map view on Meta::CPAN
{"version":3,"sources":["webpack://dash_table/./node_modules/ramda/es/internal/_includes.js","webpack://dash_table/./node_modules/ramda/es/internal/_checkForMethod.js","webpack://dash_table/./node_modules/ramda/es/internal/_arrayFromIterator.js","web...
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Data/Dumper/session view on Meta::CPAN
(setq-default file-name-history '("/home/lanx/perl/talks/ExtendingSyntax/modules/Data-Dumper-Lazy/lib/Data/Dumper/Lazy.pm" "/home/lanx/perl/talks/ExtendingSyntax/modules/exp/Hygiene.pl" "/home/lanx/perl/talks/ExtendingSyntax/exp/multi-for.pl" "/home/...
(setq-default search-ring '("d " "directive" "include_new" "compact" "deep" "dd" "Data::Dump"))
(setq-default Info-search-history '("desk"))
(setq-default Man-topic-history '("ExtUtils::ModuleMaker" "ExtUtils::MakeMaker" "Data::Dumper"))
(setq-default buffer-name-history '("*WoMan 3perl ExtUtils::MakeMaker*" "*WoMan 3perl Data::Dumper*" "dump-name.pl" "scrap.pl" "session" "elisp/init.el"))
(setq-default command-history '((find-file "/home/lanx/perl/talks/ExtendingSyntax/modules/Data-Dumper-Lazy/lib/Data/Dumper/Lazy.pm" t) (woman nil nil) (kill-buffer "*WoMan 3perl ExtUtils::MakeMaker*") (switch-to-buffer "*WoMan 3perl Data::Dumper*") (...
(setq-default extended-command-history '("woman" "desktop-change-dir" "customize-group" "set-variable" "desktop-save-in-desktop-dir" "ffap"))
(setq-default minibuffer-history '("desktop" "Saving Emacs Sessions" "Emacs" "desktop-dirname" "desktop-save-in-desktop-dir"))
(setq-default woman-file-history '("/usr/local/man/man3/ExtUtils::ModuleMaker.3pm"))
(setq-default woman-topic-history '("ExtUtils::ModuleMaker" "ExtUtils::MakeMaker" "Data::Dumper"))
(setq-default yes-or-no-p-history '("yes"))
view all matches for this distribution
view release on metacpan or search on metacpan
doc/rfc2445.txt view on Meta::CPAN
RFC 2445 iCalendar November 1998
addition, the content type is useful as an object for interactions
between desktop applications using the operating system clipboard,
drag/drop or file systems capabilities.
This memo is based on the earlier work of the vCalendar specification
for the exchange of personal calendaring and scheduling information.
In order to avoid confusion with this referenced work, this memo is
doc/rfc2445.txt view on Meta::CPAN
The iCalendar format is suitable as an exchange format between
applications or systems. The format is defined in terms of a MIME
content type. This will enable the object to be exchanged using
several transports, including but not limited to SMTP, HTTP, a file
system, desktop interactive protocols such as the use of a memory-
based clipboard or drag/drop interactions, point-to-point
asynchronous communication, wired-network transport, or some form of
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Data/IconText.pm view on Meta::CPAN
use Data::Identifier v0.12;
use constant {
WK_UNICODE_CP => Data::Identifier->new(uuid => '5f167223-cc9c-4b2f-9928-9fe1b253b560')->register, # unicode-code-point
WK_ASCII_CP => Data::Identifier->new(uuid => 'f4b073ff-0b53-4034-b4e4-4affe5caf72c')->register, # ascii-code-point
WK_FREEDESKTOP_ICON_NAME => Data::Identifier->new(uuid => '560906df-ebd1-41f6-b510-038b30522051')->register, # freedesktop-icon-name
};
use overload '""' => sub {$_[0]->as_string};
our $VERSION = v0.03;
lib/Data/IconText.pm view on Meta::CPAN
},
},
v0.03 => {
parent => v0.02,
identifier => {
'560906df-ebd1-41f6-b510-038b30522051' => { # freedesktop-icon-name
# 'address-book-new' => 0x0,
# 'application-exit' => 0x0,
# 'appointment-new' => 0x0,
# 'call-start' => 0x0,
# 'call-stop' => 0x0,
lib/Data/IconText.pm view on Meta::CPAN
# 'accessories-dictionary' => 0x0,
# 'accessories-screenshot-tool' => 0x0,
# 'accessories-text-editor' => 0x0,
# 'help-browser' => 0x0,
'multimedia-volume-control' => 0x1F39B,
# 'preferences-desktop-accessibility' => 0x0,
# 'preferences-desktop-font' => 0x0,
# 'preferences-desktop-keyboard' => 0x0,
# 'preferences-desktop-locale' => 0x0,
# 'preferences-desktop-multimedia' => 0x0,
# 'preferences-desktop-screensaver' => 0x0,
# 'preferences-desktop-theme' => 0x0,
# 'preferences-desktop-wallpaper' => 0x0,
# 'system-file-manager' => 0x0,
# 'system-software-install' => 0x0,
# 'system-software-update' => 0x0,
# 'utilities-system-monitor' => 0x0,
# 'utilities-terminal' => 0x0,
lib/Data/IconText.pm view on Meta::CPAN
# 'applications-office' => 0x0,
# 'applications-other' => 0x0,
# 'applications-science' => 0x0,
# 'applications-system' => 0x0,
# 'applications-utilities' => 0x0,
# 'preferences-desktop' => 0x0,
# 'preferences-desktop-peripherals' => 0x0,
# 'preferences-desktop-personal' => 0x0,
# 'preferences-other' => 0x0,
# 'preferences-system' => 0x0,
# 'preferences-system-network' => 0x0,
# 'system-help' => 0x0,
# 'audio-card' => 0x0,
lib/Data/IconText.pm view on Meta::CPAN
# 'folder-remote' => 0x0,
# 'network-server' => 0x0,
# 'network-workgroup' => 0x0,
# 'start-here' => 0x0,
# 'user-bookmarks' => 0x0,
# 'user-desktop' => 0x0,
# 'user-home' => 0x0,
'user-trash' => 0x1F5D1,
# 'appointment-missed' => 0x0,
# 'appointment-soon' => 0x0,
'audio-volume-high' => 0x1F50A,
view all matches for this distribution
view release on metacpan or search on metacpan
msgpack-3.3.0/include/msgpack/predef/platform/cloudabi.h
msgpack-3.3.0/include/msgpack/predef/platform/ios.h
msgpack-3.3.0/include/msgpack/predef/platform/mingw.h
msgpack-3.3.0/include/msgpack/predef/platform/mingw32.h
msgpack-3.3.0/include/msgpack/predef/platform/mingw64.h
msgpack-3.3.0/include/msgpack/predef/platform/windows_desktop.h
msgpack-3.3.0/include/msgpack/predef/platform/windows_phone.h
msgpack-3.3.0/include/msgpack/predef/platform/windows_runtime.h
msgpack-3.3.0/include/msgpack/predef/platform/windows_server.h
msgpack-3.3.0/include/msgpack/predef/platform/windows_store.h
msgpack-3.3.0/include/msgpack/predef/platform/windows_system.h
view all matches for this distribution
view release on metacpan or search on metacpan
include/msgpack/predef/os/windows.h
include/msgpack/predef/other.h
include/msgpack/predef/other/endian.h
include/msgpack/predef/platform.h
include/msgpack/predef/platform/mingw.h
include/msgpack/predef/platform/windows_desktop.h
include/msgpack/predef/platform/windows_phone.h
include/msgpack/predef/platform/windows_runtime.h
include/msgpack/predef/platform/windows_store.h
include/msgpack/predef/version.h
include/msgpack/predef/version_number.h
view all matches for this distribution
view release on metacpan or search on metacpan
share/dictionary.txt view on Meta::CPAN
desisting
desists
desk
desk's
desks
desktop
desktops
desolate
desolated
desolately
desolateness
desolateness's
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Data/Password/zxcvbn/RankedDictionaries/Common.pm view on Meta::CPAN
'designer1' => 12799,
'desire' => 3484,
'desiree' => 2262,
'desiree1' => 13048,
'deskjet' => 5786,
'desktop' => 12217,
'desmond' => 5143,
'desmond1' => 18544,
'desperado' => 5845,
'desperados' => 15655,
'desperate' => 9650,
view all matches for this distribution
view release on metacpan or search on metacpan
perlsurvey2007.csv view on Meta::CPAN
1269,1956,male,us,us,English,,"Computers - Software; Electronics",21,30,"Applescript; Awk; Bash; BASIC; C; C++; Csh; Forth; JavaScript; Lisp/Scheme; Objective-C; Tcl/Tk; Verilog",,80,"5.8.6; 5.8.7; 5.8.8","Mac OS/X; Unix - HPUX; Unix - Solaris; Windo...
1270,1962,male,at,at,German,,"Computers - Software",15,25,"Ada; Assembler (any kind); Awk; Bash; BASIC; C; C++; COBOL; Fortran; Haskell; JavaScript; Modula-2; Pascal; PHP; PL/1; PL/SQL; Prolog; Python; Tcl/Tk; VHDL; XSLT",,100,5.8.8,"Linux - Debian",...
1272,1972,male,dk,dk,Danish,80000-89999,"Consulting Services",8,10,"PHP; PL/SQL; Visual Basic",,100,"5.8.6; 5.8.8","BSD - FreeBSD; Linux - Suse; Mac OS/X; Windows 2k; Windows XP",1,1,1,0,0,1,1,0,1,0,1,1,0,0,0,1,1,17,"2007-07-28 07:54:07"
1273,1977,male,uk,uk,English,60000-69999,"Computers - Software; Financial",9,16,,,10,"5.005; 5.6.0; 5.8.8","BSD - FreeBSD; Linux - Gentoo; Linux - Redhat; Mac OS/X; Unix - Solaris; Windows XP",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"2007-07-28 08:08:19"
1274,1966,male,uk,uk,English,,Science,5,5,,,100,5.8.6,"Linux - Debian; Mac OS/X; Windows XP",1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,"2007-07-28 08:23:19"
1275,1974,male,es,es,Spanish,30000-39999,"Computers - Services; Computers - Software",2,20,"Assembler (any kind); Awk; Bash; BASIC; C; Java; Pascal; Postscript","dc (unix desktop calculator)",90,5.8.8,"Linux - Debian; Windows XP",1,1,0,0,0,0,1,0,0,0,...
1276,1977,male,dk,us,English,,"Computers - Services; Computers - Software; Consulting Services; Internet",10,16,"Bash; JavaScript; Ruby",SQL,90,"5.8.3; 5.8.6; 5.8.7; 5.8.8","BSD - FreeBSD; Linux - Fedora; Linux - Redhat; Mac OS/X",1,1,1,1,0,1,1,0,1,1...
1277,1975,male,nl,nl,Dutch,60000-69999,"Computers - Services; Computers - Software",10,14,"BASIC; C; C++; Java; JavaScript; PHP; PL/SQL; VBScript; Visual Basic; XSLT",,80,"5.8.6; 5.8.8","Linux - Debian; Linux - Fedora; Linux - Gentoo; Linux - Ubuntu;...
1278,1976,male,fr,fr,French,50000-59999,"Computers - Services",10,10,,,100,"5.003; 5.6.1; 5.8.1; 5.8.5; 5.8.6; 5.8.8; 5.9.X","EPOC; Linux - Debian; Linux - Redhat; Mac OS/X; MSDOS; Unix - AIX; Unix - HPUX; Unix - Solaris; Windows 2003 Server; Windows...
1279,1977,male,md,md,Russian,0-9999,Internet,7,15,"JavaScript; Pascal",SQL,90,"5.8.7; 5.8.8; 5.9.X","BSD - FreeBSD; Linux - Redhat; Windows XP",1,1,1,1,1,1,0,0,0,0,0,1,1,1,0,1,1,7,"2007-07-28 08:57:39"
1280,1966,male,uk,uk,English,150000+,"Computers - Software; Consulting Services; Financial",10,25,"Assembler (any kind); Bash; C; C++; VBScript; Visual Basic",,80,"5.6.1; 5.8.4; 5.8.8","Linux - Gentoo; Linux - Redhat; Unix - Solaris; Windows 2003 Ser...
view all matches for this distribution
view release on metacpan or search on metacpan
examples/CoreHouseholdIndicators.csv view on Meta::CPAN
196,Zimbabwe,,40.2,,2018,35.7,,2018,...,,,87.6,,2018,15.2,,2018,30.3,,2018,,,,...,,,,...,,,...,,
Note:,,Figures in italics are ITU estimates.,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
...,,Data not available,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-,,Zero or quantity less than the unit shown.,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
Source:,,ITU World Telecommunication/ICT Indicators Database.,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
" (1) Households that have computers not divided by type. (2) Households with Internet connection. (3) They are the private households of the 31 urban agglomerations covered by the Permanent Household Survey. They are urban agglomerates: all localiti...
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Data/Presenter.pm view on Meta::CPAN
text files, Perl formats and HTML tables.
=back
Data::Presenter is most appropriate in situations where the user either has
no access to (or chooses not to use) commercial desktop database programs such
as I<Microsoft Access>(r) or open source database programs such as I<MySQL>(r).
Data::Presenter's installation and preparation require moderate knowledge of
Perl, but the actual running of Data::Presenter scripts can be delegated to
someone with less knowledge of Perl.
view all matches for this distribution