Merge lp:~jml/launchpad/ssh-key-auth into lp:launchpad

Proposed by Jonathan Lange
Status: Rejected
Rejected by: Jonathan Lange
Proposed branch: lp:~jml/launchpad/ssh-key-auth
Merge into: lp:launchpad
Diff against target: 15081 lines (+7122/-2801)
158 files modified
configs/testrunner/launchpad-lazr.conf (+3/-0)
cronscripts/parse-ppa-apache-access-logs.py (+61/-0)
cronscripts/update-pkgcache.py (+1/-1)
daemons/sftp.tac (+24/-8)
database/replication/Makefile (+3/-1)
database/sampledata/current-dev.sql (+1447/-159)
database/sampledata/current.sql (+216/-122)
database/schema/Makefile (+1/-1)
database/schema/comments.sql (+20/-2)
database/schema/patch-2207-35-1.sql (+7/-0)
database/schema/patch-2207-35-2.sql (+12/-0)
database/schema/patch-2207-36-0.sql (+15/-0)
database/schema/patch-2207-37-0.sql (+9/-0)
database/schema/patch-2207-38-0.sql (+17/-0)
database/schema/patch-2207-39-0.sql (+16/-0)
database/schema/patch-2207-40-0.sql (+19/-0)
database/schema/patch-2207-41-0.sql (+95/-0)
database/schema/patch-2207-42-0.sql (+7/-0)
database/schema/patch-2207-43-0.sql (+4/-0)
database/schema/patch-2207-44-0.sql (+37/-0)
database/schema/patch-2207-45-0.sql (+12/-0)
database/schema/security.cfg (+31/-1)
database/schema/trusted.sql (+23/-0)
lib/canonical/config/schema-lazr.conf (+4/-0)
lib/canonical/launchpad/scripts/__init__.py (+0/-3)
lib/canonical/launchpad/scripts/garbo.py (+23/-41)
lib/canonical/launchpad/security.py (+7/-0)
lib/canonical/launchpad/systemhomes.py (+1/-1)
lib/canonical/launchpad/testing/systemdocs.py (+3/-0)
lib/canonical/launchpad/utilities/looptuner.py (+29/-1)
lib/canonical/launchpad/webapp/adapter.py (+9/-4)
lib/canonical/launchpad/webapp/ftests/test_adapter.txt (+10/-0)
lib/canonical/launchpad/xmlrpc/faults.py (+1/-35)
lib/canonical/launchpad/xmlrpc/tests/test_authserver.py (+2/-8)
lib/canonical/launchpad/xmlrpc/tests/test_faults.py (+0/-65)
lib/canonical/librarian/ftests/test_gc.py (+13/-0)
lib/canonical/librarian/librariangc.py (+36/-0)
lib/lp/archiveuploader/dscfile.py (+85/-21)
lib/lp/archiveuploader/tests/test_dscfile.py (+59/-23)
lib/lp/bugs/configure.zcml (+39/-8)
lib/lp/bugs/doc/bug-heat.txt (+117/-32)
lib/lp/bugs/doc/bug-watch-activity.txt (+144/-0)
lib/lp/bugs/doc/bugtracker.txt (+29/-26)
lib/lp/bugs/doc/bugwatch.txt (+20/-11)
lib/lp/bugs/doc/checkwatches-batching.txt (+8/-2)
lib/lp/bugs/doc/checkwatches-cli-switches.txt (+12/-13)
lib/lp/bugs/doc/checkwatches.txt (+42/-37)
lib/lp/bugs/doc/externalbugtracker-bug-imports.txt (+1/-0)
lib/lp/bugs/doc/externalbugtracker-bugzilla-api.txt (+22/-5)
lib/lp/bugs/doc/externalbugtracker-bugzilla-lp-plugin.txt (+22/-6)
lib/lp/bugs/doc/externalbugtracker-bugzilla-oddities.txt (+1/-0)
lib/lp/bugs/doc/externalbugtracker-bugzilla.txt (+3/-1)
lib/lp/bugs/doc/externalbugtracker-comment-imports.txt (+27/-7)
lib/lp/bugs/doc/externalbugtracker-comment-pushing.txt (+19/-8)
lib/lp/bugs/doc/externalbugtracker-debbugs.txt (+25/-7)
lib/lp/bugs/doc/externalbugtracker-linking-back.txt (+6/-0)
lib/lp/bugs/doc/externalbugtracker-mantis-csv.txt (+3/-1)
lib/lp/bugs/doc/externalbugtracker-mantis.txt (+3/-1)
lib/lp/bugs/doc/externalbugtracker-roundup.txt (+2/-0)
lib/lp/bugs/doc/externalbugtracker-rt.txt (+2/-0)
lib/lp/bugs/doc/externalbugtracker-sourceforge.txt (+4/-0)
lib/lp/bugs/doc/externalbugtracker-trac-lp-plugin.txt (+14/-4)
lib/lp/bugs/doc/externalbugtracker-trac.txt (+3/-1)
lib/lp/bugs/doc/externalbugtracker.txt (+22/-42)
lib/lp/bugs/externalbugtracker/base.py (+9/-2)
lib/lp/bugs/externalbugtracker/bugzilla.py (+18/-0)
lib/lp/bugs/externalbugtracker/debbugs.py (+2/-0)
lib/lp/bugs/externalbugtracker/isolation.py (+65/-0)
lib/lp/bugs/externalbugtracker/mantis.py (+6/-1)
lib/lp/bugs/externalbugtracker/rt.py (+2/-0)
lib/lp/bugs/externalbugtracker/tests/test_isolation.py (+87/-0)
lib/lp/bugs/externalbugtracker/trac.py (+10/-0)
lib/lp/bugs/interfaces/bug.py (+11/-1)
lib/lp/bugs/interfaces/bugtracker.py (+17/-11)
lib/lp/bugs/interfaces/bugwatch.py (+36/-3)
lib/lp/bugs/model/bug.py (+21/-2)
lib/lp/bugs/model/bugtracker.py (+45/-41)
lib/lp/bugs/model/bugwatch.py (+56/-13)
lib/lp/bugs/scripts/checkwatches/__init__.py (+8/-0)
lib/lp/bugs/scripts/checkwatches/scheduler.py (+91/-0)
lib/lp/bugs/scripts/checkwatches/updater.py (+475/-388)
lib/lp/bugs/scripts/tests/test_bugimport.py (+8/-2)
lib/lp/bugs/scripts/tests/test_checkwatches.py (+37/-6)
lib/lp/bugs/stories/bugwatches/xx-bugwatch-errors.txt (+4/-4)
lib/lp/bugs/stories/webservice/xx-bug.txt (+2/-0)
lib/lp/bugs/tests/test_bugtracker.py (+57/-11)
lib/lp/bugs/tests/test_bugwatch.py (+89/-1)
lib/lp/bugs/tests/test_doc.py (+6/-0)
lib/lp/code/configure.zcml (+1/-1)
lib/lp/code/interfaces/sourcepackagerecipe.py (+20/-7)
lib/lp/code/model/branchmergeproposaljob.py (+3/-1)
lib/lp/code/model/sourcepackagerecipe.py (+25/-8)
lib/lp/code/model/sourcepackagerecipedata.py (+3/-1)
lib/lp/code/model/tests/test_branchmergeproposals.py (+9/-1)
lib/lp/code/model/tests/test_sourcepackagerecipe.py (+49/-0)
lib/lp/code/model/tests/test_sourcepackagerecipe.py.moved (+40/-0)
lib/lp/code/tests/test_recipebuilder.py (+1/-1)
lib/lp/code/tests/test_sourcepackagerecipe.py (+22/-14)
lib/lp/code/xmlrpc/tests/test_branch.py (+2/-1)
lib/lp/code/xmlrpc/tests/test_codehosting.py (+20/-34)
lib/lp/codehosting/sftp.py (+2/-21)
lib/lp/codehosting/sshserver/auth.py (+0/-340)
lib/lp/codehosting/sshserver/service.py (+86/-141)
lib/lp/codehosting/sshserver/session.py (+29/-76)
lib/lp/codehosting/sshserver/tests/test_auth.py (+9/-508)
lib/lp/codehosting/sshserver/tests/test_session.py (+4/-4)
lib/lp/codehosting/tests/helpers.py (+2/-4)
lib/lp/codehosting/tests/test_sftp.py (+4/-4)
lib/lp/codehosting/vfs/branchfs.py (+3/-2)
lib/lp/codehosting/vfs/branchfsclient.py (+0/-18)
lib/lp/codehosting/vfs/tests/test_branchfsclient.py (+1/-54)
lib/lp/registry/browser/configure.zcml (+6/-0)
lib/lp/registry/browser/tests/test_sshkey.py (+31/-0)
lib/lp/registry/interfaces/distroseries.py (+6/-4)
lib/lp/registry/interfaces/person.py (+6/-1)
lib/lp/registry/interfaces/ssh.py (+10/-5)
lib/lp/registry/model/distroseries.py (+7/-6)
lib/lp/registry/stories/webservice/xx-person.txt (+43/-1)
lib/lp/services/database/configure.zcml (+3/-1)
lib/lp/services/sshserver/__init__.py (+4/-0)
lib/lp/services/sshserver/accesslog.py (+47/-214)
lib/lp/services/sshserver/auth.py (+299/-0)
lib/lp/services/sshserver/events.py (+145/-0)
lib/lp/services/sshserver/service.py (+178/-0)
lib/lp/services/sshserver/session.py (+79/-0)
lib/lp/services/sshserver/sftp.py (+33/-0)
lib/lp/services/sshserver/tests/__init__.py (+5/-0)
lib/lp/services/sshserver/tests/keys/ssh_host_key_rsa (+15/-0)
lib/lp/services/sshserver/tests/keys/ssh_host_key_rsa.pub (+1/-0)
lib/lp/services/sshserver/tests/test_auth.py (+502/-0)
lib/lp/services/sshserver/tests/test_events.py (+89/-0)
lib/lp/services/sshserver/tests/test_logging.py (+44/-112)
lib/lp/services/twistedsupport/tests/test_xmlrpc.py (+90/-0)
lib/lp/services/twistedsupport/xmlrpc.py (+27/-0)
lib/lp/services/utils.py (+21/-1)
lib/lp/services/xmlrpc.py (+40/-0)
lib/lp/soyuz/browser/archive.py (+52/-0)
lib/lp/soyuz/browser/configure.zcml (+5/-0)
lib/lp/soyuz/configure.zcml (+9/-1)
lib/lp/soyuz/doc/archive.txt (+66/-0)
lib/lp/soyuz/doc/distroseriesqueue-translations.txt (+3/-2)
lib/lp/soyuz/doc/publishing.txt (+48/-0)
lib/lp/soyuz/doc/sourcepackagerelease.txt (+2/-1)
lib/lp/soyuz/interfaces/archive.py (+61/-0)
lib/lp/soyuz/interfaces/binarypackagerelease.py (+37/-4)
lib/lp/soyuz/interfaces/publishing.py (+32/-1)
lib/lp/soyuz/interfaces/sourcepackagerelease.py (+1/-0)
lib/lp/soyuz/model/archive.py (+55/-2)
lib/lp/soyuz/model/binarypackagerelease.py (+44/-2)
lib/lp/soyuz/model/publishing.py (+52/-2)
lib/lp/soyuz/model/sourcepackagerelease.py (+1/-0)
lib/lp/soyuz/scripts/ppa_apache_log_parser.py (+22/-0)
lib/lp/soyuz/scripts/tests/ppa-apache-log-files/ppa.launchpad.net.access-log (+9/-0)
lib/lp/soyuz/scripts/tests/test_ppa_apache_log_parser.py (+134/-0)
lib/lp/soyuz/stories/webservice/xx-binary-package-publishing.txt (+108/-1)
lib/lp/soyuz/tests/test_archive.py (+185/-1)
lib/lp/soyuz/tests/test_publishing.py (+1/-0)
lib/lp/testing/factory.py (+15/-3)
To merge this branch: bzr merge lp:~jml/launchpad/ssh-key-auth
Reviewer Review Type Date Requested Status
Jonathan Lange (community) Disapprove
Review via email: mp+21801@code.launchpad.net

Commit message

Extract common SSH server code out of lp.codehosting and put into lp.services

Description of the change

This branch extracts common SSH server code out of lp.codehosting and puts it into lp.services, in preparation for having an SFTP server for poppy.

I've been moving things class-by-class as I find stuff that has nothing to do with codehosting and that needs to be re-used to provide a top quality SSH experience for poppy. Unfortunately, the branch is now massive. I'm going to explore options for breaking it up.

To post a comment you must log in.
Revision history for this message
Jonathan Lange (jml) wrote :

This branch has way more lines of diff than it needs. Resubmit with smarter renaming in order to make it more reviewable. Also, don't include db-devel changes if you want it to land on devel.

review: Disapprove

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'configs/testrunner/launchpad-lazr.conf'
2--- configs/testrunner/launchpad-lazr.conf 2010-03-03 00:07:28 +0000
3+++ configs/testrunner/launchpad-lazr.conf 2010-03-30 18:45:58 +0000
4@@ -189,6 +189,9 @@
5 [personalpackagearchive]
6 root: /var/tmp/ppa.test/
7
8+[ppa_apache_log_parser]
9+logs_root: lib/lp/soyuz/scripts/tests/ppa-apache-log-files
10+
11 [poimport]
12 error_dir: /var/tmp/poimport.test
13 oops_prefix: TPOI
14
15=== added file 'cronscripts/parse-ppa-apache-access-logs.py'
16--- cronscripts/parse-ppa-apache-access-logs.py 1970-01-01 00:00:00 +0000
17+++ cronscripts/parse-ppa-apache-access-logs.py 2010-03-30 18:45:58 +0000
18@@ -0,0 +1,61 @@
19+#!/usr/bin/python2.5
20+#
21+# Copyright 2010 Canonical Ltd. This software is licensed under the
22+# GNU Affero General Public License version 3 (see the file LICENSE).
23+
24+"""Parse PPA apache logs to find out download counts for each file."""
25+
26+__metaclass__ = type
27+
28+import _pythonpath
29+
30+import functools
31+
32+from zope.component import getUtility
33+
34+from canonical.config import config
35+# XXX: wgrant 2010-03-16 bug=539496: Importing directly from
36+# lp.registry.interfaces.person results in a circular import.
37+from canonical.launchpad.interfaces import IPersonSet
38+from lp.soyuz.interfaces.archive import NoSuchPPA
39+from lp.soyuz.scripts.ppa_apache_log_parser import DBUSER, get_ppa_file_key
40+from lp.services.apachelogparser.script import ParseApacheLogs
41+
42+
43+class ParsePPAApacheLogs(ParseApacheLogs):
44+ """An Apache log parser for PPA downloads."""
45+
46+ def setUpUtilities(self):
47+ """See `ParseApacheLogs`."""
48+ self.person_set = getUtility(IPersonSet)
49+
50+ @property
51+ def root(self):
52+ """See `ParseApacheLogs`."""
53+ return config.ppa_apache_log_parser.logs_root
54+
55+ def getDownloadKey(self, path):
56+ """See `ParseApacheLogs`."""
57+ return get_ppa_file_key(path)
58+
59+ def getDownloadCountUpdater(self, file_id):
60+ """See `ParseApacheLogs`."""
61+ person = self.person_set.getByName(file_id[0])
62+ if person is None:
63+ return
64+ try:
65+ archive = person.getPPAByName(file_id[1])
66+ except NoSuchPPA:
67+ return None
68+ # file_id[2] (distro) isn't used yet, since getPPAByName
69+ # hardcodes Ubuntu.
70+ bpr = archive.getBinaryPackageReleaseByFileName(file_id[3])
71+ if bpr is None:
72+ return None
73+
74+ return functools.partial(archive.updatePackageDownloadCount, bpr)
75+
76+
77+if __name__ == '__main__':
78+ script = ParsePPAApacheLogs('parse-ppa-apache-logs', DBUSER)
79+ script.lock_and_run()
80
81=== modified file 'cronscripts/update-pkgcache.py'
82--- cronscripts/update-pkgcache.py 2009-11-17 02:33:27 +0000
83+++ cronscripts/update-pkgcache.py 2010-03-30 18:45:58 +0000
84@@ -101,6 +101,6 @@
85
86 if __name__ == '__main__':
87 script = PackageCacheUpdater(
88- 'update-cache', dbuser=config.statistician.dbuser)
89+ 'update-cache', dbuser="update-pkg-cache")
90 script.lock_and_run()
91
92
93=== modified file 'daemons/sftp.tac'
94--- daemons/sftp.tac 2009-06-24 20:55:31 +0000
95+++ daemons/sftp.tac 2010-03-30 18:45:58 +0000
96@@ -1,20 +1,36 @@
97-# Copyright 2009 Canonical Ltd. This software is licensed under the
98-# GNU Affero General Public License version 3 (see the file LICENSE).
99+# Copyright 2009-2010 Canonical Ltd. This software is licensed under the GNU
100+# Affero General Public License version 3 (see the file LICENSE).
101
102 # This is a Twisted application config file. To run, use:
103 # twistd -noy sftp.tac
104 # or similar. Refer to the twistd(1) man page for details.
105
106+import logging
107+
108 from twisted.application import service
109
110+from canonical.config import config
111 from canonical.launchpad.daemons import tachandler
112-from lp.codehosting.sshserver.service import SSHService
113-
114-
115-# Construct an Application that includes a supermirror SFTP service.
116+from lp.codehosting.sshserver.service import (
117+ ACCESS_LOG_NAME, get_key_path, LOG_NAME, make_portal, PRIVATE_KEY_FILE,
118+ PUBLIC_KEY_FILE)
119+from lp.services.sshserver.service import SSHService
120+
121+
122+# Construct the SSH service that *is* Launchpad codehosting.
123 application = service.Application('sftponly')
124-svc = SSHService()
125+svc = SSHService(
126+ portal=make_portal(),
127+ private_key_path=get_key_path(PRIVATE_KEY_FILE),
128+ public_key_path=get_key_path(PUBLIC_KEY_FILE),
129+ oops_configuration='codehosting',
130+ main_log=logging.getLogger(LOG_NAME),
131+ access_log=logging.getLogger(ACCESS_LOG_NAME),
132+ access_log_path=config.codehosting.access_log,
133+ port=config.codehosting.port,
134+ idle_timeout=config.codehosting.idle_timeout,
135+ banner=config.codehosting.banner)
136 svc.setServiceParent(application)
137
138-# Service that announces when the daemon is ready
139+# Service that announces when the daemon is ready.
140 tachandler.ReadyService().setServiceParent(application)
141
142=== modified file 'database/replication/Makefile'
143--- database/replication/Makefile 2010-01-15 09:00:20 +0000
144+++ database/replication/Makefile 2010-03-30 18:45:58 +0000
145@@ -44,7 +44,9 @@
146
147 PGMASSACRE=../../utilities/pgmassacre.py
148
149-SHHH=../../utilities/shhh.py
150+# Turn off silencing for now so we details on staging deployments.
151+#SHHH=../../utilities/shhh.py
152+SHHH=
153
154 AUTHDB_TABLES=\
155 account accountpassword authkoken emailaddress \
156
157=== modified file 'database/sampledata/current-dev.sql'
158--- database/sampledata/current-dev.sql 2010-03-26 00:45:36 +0000
159+++ database/sampledata/current-dev.sql 2010-03-30 18:45:58 +0000
160@@ -775,6 +775,12 @@
161
162
163
164+
165+
166+
167+
168+
169+
170 ALTER TABLE account DISABLE TRIGGER ALL;
171
172 INSERT INTO account (id, date_created, creation_rationale, status, date_status_set, displayname, openid_identifier, status_comment, old_openid_identifier) VALUES (1, '2005-06-06 08:59:51.591618', 8, 20, '2005-06-06 08:59:51.591618', 'Mark Shuttleworth', 'mark_oid', NULL, '123/mark');
173@@ -854,6 +860,8 @@
174 INSERT INTO account (id, date_created, creation_rationale, status, date_status_set, displayname, openid_identifier, status_comment, old_openid_identifier) VALUES (243634, '2009-08-24 14:36:04.670944', 1, 20, '2009-08-24 14:36:04.670944', 'Epiphany Maintainer', 'HHN3kCp', 'Activated when the preferred email was set.', NULL);
175 INSERT INTO account (id, date_created, creation_rationale, status, date_status_set, displayname, openid_identifier, status_comment, old_openid_identifier) VALUES (243635, '2009-08-24 14:39:04.682972', 1, 20, '2009-08-24 14:39:04.682972', 'intltool maintainer', 'NbFGnBx', 'Activated when the preferred email was set.', NULL);
176 INSERT INTO account (id, date_created, creation_rationale, status, date_status_set, displayname, openid_identifier, status_comment, old_openid_identifier) VALUES (243636, '2009-08-24 14:41:04.403504', 1, 20, '2009-08-24 14:41:04.403504', 'Lies Maintainer', 'e3eENYJ', 'Activated when the preferred email was set.', NULL);
177+INSERT INTO account (id, date_created, creation_rationale, status, date_status_set, displayname, openid_identifier, status_comment, old_openid_identifier) VALUES (243637, '2010-03-21 16:37:00.097121', 1, 20, '2010-03-21 16:37:00.097121', 'Ppa-user', 'AdzdTBA', 'Activated when the preferred email was set.', NULL);
178+INSERT INTO account (id, date_created, creation_rationale, status, date_status_set, displayname, openid_identifier, status_comment, old_openid_identifier) VALUES (243638, '2010-03-21 16:40:52.504463', 7, 10, '2010-03-21 16:40:52.504463', 'Santiago Vila', 'pD7XQny', NULL, NULL);
179
180
181 ALTER TABLE account ENABLE TRIGGER ALL;
182@@ -924,6 +932,7 @@
183 INSERT INTO accountpassword (id, account, password) VALUES (243637, 243634, 'j4OCnhO4rzPbvyJgeHYEGXe8FpfWYMsCsRvxb9wZVBUHsCfiUP/XvQ==');
184 INSERT INTO accountpassword (id, account, password) VALUES (243638, 243635, 'MUDYvi+UgO8wUqxwhd9br4tXTgxPpcloU5EUW5BRTNUKUS2ac+hG7A==');
185 INSERT INTO accountpassword (id, account, password) VALUES (243639, 243636, 'Q/4V+DAYdXXoCoQiSchF9DkfA4ntWhmkJhmzcmYmylpEnlbiZfvyIA==');
186+INSERT INTO accountpassword (id, account, password) VALUES (243640, 243637, 'R8LC6MbIoRPDggGnD6Er3tX3VcTigtjn/n3pvfbdXtOJBWzXWL0gIA==');
187
188
189 ALTER TABLE accountpassword ENABLE TRIGGER ALL;
190@@ -1006,18 +1015,20 @@
191
192 ALTER TABLE archive DISABLE TRIGGER ALL;
193
194-INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (1, 17, NULL, true, NULL, 1, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:12.241774', 15, 1, 8, 5, 1, '2008-09-23 17:29:03.442606', NULL, NULL, NULL, 'Primary Archive for Ubuntu Linux', 0, NULL);
195-INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (2, 1, NULL, true, NULL, 2, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.863812', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.445921', NULL, NULL, NULL, 'Primary Archive for Redhat Advanced Server', 0, NULL);
196-INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (3, 1, NULL, true, NULL, 3, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.864941', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.446557', NULL, NULL, NULL, 'Primary Archive for Debian GNU/Linux', 0, NULL);
197-INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (4, 1, NULL, true, NULL, 4, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.865502', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.44689', NULL, NULL, NULL, 'Primary Archive for The Gentoo Linux', 0, NULL);
198-INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (5, 1, NULL, true, NULL, 5, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.866015', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.447202', NULL, NULL, NULL, 'Primary Archive for Kubuntu - Free KDE-based Linux', 0, NULL);
199-INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (7, 4, NULL, true, NULL, 7, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.866529', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.447515', NULL, NULL, NULL, 'Primary Archive for GuadaLinex: Linux for Andalucia', 0, NULL);
200-INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (8, 17, NULL, true, NULL, 8, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.867154', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.447851', NULL, NULL, NULL, 'Primary Archive for Ubuntu Test', 0, NULL);
201-INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (9, 28, 'packages to help my friends.', true, 1024, 1, 2, false, 3, 3, NULL, NULL, NULL, true, 'ppa', true, '2008-05-27 18:15:15.867684', 4, 0, 3, 1, 0, '2008-09-23 17:29:03.448178', NULL, NULL, NULL, 'PPA for Celso Providelo', 0, NULL);
202-INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (10, 1, 'packages to help the humanity (you know, ubuntu)', true, 1024, 1, 2, false, 1, 1, NULL, NULL, NULL, true, 'ppa', true, '2008-05-27 18:15:15.868202', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.448488', NULL, NULL, NULL, 'PPA for Mark Shuttleworth', 0, NULL);
203-INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (11, 52, 'I am not allowed to say, I have no privs.', true, 1024, 1, 2, false, 0, 0, NULL, NULL, NULL, true, 'ppa', true, '2008-05-27 18:15:15.868709', 1, 0, 0, 1, 0, '2008-09-23 17:29:03.448797', NULL, NULL, NULL, 'PPA for No Privileges Person', 0, NULL);
204-INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (12, 17, 'Partner archive', true, NULL, 1, 4, false, NULL, NULL, NULL, NULL, NULL, false, 'partner', true, '2008-05-27 18:15:15.869209', 1, 0, 1, 0, 0, '2008-09-23 17:29:03.449157', NULL, NULL, NULL, 'Partner Archive for Ubuntu Linux', 0, NULL);
205-INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (13, 17, 'Partner archive', true, NULL, 8, 4, false, NULL, NULL, NULL, NULL, NULL, false, 'partner', true, '2008-05-27 18:15:15.869732', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.449471', NULL, NULL, NULL, 'Partner Archive for Ubuntu Test', 0, NULL);
206+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (1, 17, NULL, true, NULL, 1, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:12.241774', 15, 1, 8, 5, 1, '2008-09-23 17:29:03.442606', NULL, NULL, NULL, 'Primary Archive for Ubuntu Linux', 0, NULL, 0);
207+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (2, 1, NULL, true, NULL, 2, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.863812', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.445921', NULL, NULL, NULL, 'Primary Archive for Redhat Advanced Server', 0, NULL, 0);
208+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (3, 1, NULL, true, NULL, 3, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.864941', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.446557', NULL, NULL, NULL, 'Primary Archive for Debian GNU/Linux', 0, NULL, 0);
209+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (4, 1, NULL, true, NULL, 4, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.865502', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.44689', NULL, NULL, NULL, 'Primary Archive for The Gentoo Linux', 0, NULL, 0);
210+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (5, 1, NULL, true, NULL, 5, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.866015', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.447202', NULL, NULL, NULL, 'Primary Archive for Kubuntu - Free KDE-based Linux', 0, NULL, 0);
211+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (7, 4, NULL, true, NULL, 7, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.866529', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.447515', NULL, NULL, NULL, 'Primary Archive for GuadaLinex: Linux for Andalucia', 0, NULL, 0);
212+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (8, 17, NULL, true, NULL, 8, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.867154', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.447851', NULL, NULL, NULL, 'Primary Archive for Ubuntu Test', 0, NULL, 0);
213+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (9, 28, 'packages to help my friends.', true, 1024, 1, 2, false, 3, 3, NULL, NULL, NULL, true, 'ppa', false, '2008-05-27 18:15:15.867684', 4, 0, 3, 1, 0, '2008-09-23 17:29:03.448178', NULL, NULL, NULL, 'PPA for Celso Providelo', 0, NULL, 0);
214+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (10, 1, 'packages to help the humanity (you know, ubuntu)', true, 1024, 1, 2, false, 1, 1, NULL, NULL, NULL, true, 'ppa', false, '2008-05-27 18:15:15.868202', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.448488', NULL, NULL, NULL, 'PPA for Mark Shuttleworth', 0, NULL, 0);
215+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (11, 52, 'I am not allowed to say, I have no privs.', true, 1024, 1, 2, false, 0, 0, NULL, NULL, NULL, true, 'ppa', false, '2008-05-27 18:15:15.868709', 1, 0, 0, 1, 0, '2008-09-23 17:29:03.448797', NULL, NULL, NULL, 'PPA for No Privileges Person', 0, NULL, 0);
216+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (12, 17, 'Partner archive', true, NULL, 1, 4, false, NULL, NULL, NULL, NULL, NULL, false, 'partner', true, '2008-05-27 18:15:15.869209', 1, 0, 1, 0, 0, '2008-09-23 17:29:03.449157', NULL, NULL, NULL, 'Partner Archive for Ubuntu Linux', 0, NULL, 0);
217+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (13, 17, 'Partner archive', true, NULL, 8, 4, false, NULL, NULL, NULL, NULL, NULL, false, 'partner', true, '2008-05-27 18:15:15.869732', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.449471', NULL, NULL, NULL, 'Partner Archive for Ubuntu Test', 0, NULL, 0);
218+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (14, 243651, 'Automatically created test PPA.', true, 1024, 1, 2, false, 0, 0, NULL, NULL, NULL, false, 'test-ppa', true, '2010-03-21 16:37:03.438124', 0, 0, 0, 0, 0, '2010-03-21 16:37:03.438124', NULL, NULL, NULL, 'PPA named test-ppa for Ppa-user', 0, 'deb http://archive.ubuntu.com/ubuntu lucid main restricted universe multiverse
219+', 0);
220
221
222 ALTER TABLE archive ENABLE TRIGGER ALL;
223@@ -1064,6 +1075,8 @@
224 INSERT INTO archivepermission (id, date_created, person, permission, archive, component, sourcepackagename, packageset, explicit) VALUES (16, '2006-10-16 18:31:43.465111', 12, 2, 1, 4, NULL, NULL, false);
225 INSERT INTO archivepermission (id, date_created, person, permission, archive, component, sourcepackagename, packageset, explicit) VALUES (17, '2006-10-16 18:31:43.465111', 243602, 2, 1, 3, NULL, NULL, false);
226 INSERT INTO archivepermission (id, date_created, person, permission, archive, component, sourcepackagename, packageset, explicit) VALUES (18, '2006-10-16 18:31:43.465111', 243602, 2, 1, 4, NULL, NULL, false);
227+INSERT INTO archivepermission (id, date_created, person, permission, archive, component, sourcepackagename, packageset, explicit) VALUES (19, '2010-03-21 16:36:52.135353', 17, 1, 1, 4, NULL, NULL, false);
228+INSERT INTO archivepermission (id, date_created, person, permission, archive, component, sourcepackagename, packageset, explicit) VALUES (20, '2010-03-21 16:36:52.135353', 17, 2, 1, 4, NULL, NULL, false);
229
230
231 ALTER TABLE archivepermission ENABLE TRIGGER ALL;
232@@ -1116,31 +1129,31 @@
233
234 ALTER TABLE binarypackagepublishinghistory DISABLE TRIGGER ALL;
235
236-INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (9, 12, 1, 2, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-18 00:00:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
237+INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (9, 12, 1, 4, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-18 00:00:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
238 INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (11, 15, 6, 3, 1, 3, 40, '2005-05-05 00:00:00', '2005-05-05 00:01:00', '2006-01-25 00:00:00', 7, NULL, NULL, NULL, 0, 1, NULL, NULL);
239-INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (12, 15, 6, 2, 3, 3, 40, '2006-01-25 00:00:00', '2006-01-25 00:01:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
240+INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (12, 15, 6, 4, 3, 3, 40, '2006-01-25 00:00:00', '2006-01-25 00:01:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
241 INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (13, 15, 1, 3, 3, 3, 40, '2006-01-26 00:00:00', '2006-01-26 00:01:00', '2007-09-13 00:00:01', NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
242 INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (14, 15, 7, 3, 3, 3, 40, '2006-01-26 00:00:00', '2006-01-26 00:01:00', '2006-01-28 00:00:00', NULL, NULL, NULL, NULL, 0, 3, NULL, NULL);
243 INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (15, 12, 7, 2, 3, 3, 40, '2006-01-26 00:00:00', '2006-01-26 00:01:00', NULL, NULL, NULL, NULL, NULL, 0, 3, NULL, NULL);
244-INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (16, 15, 1, 2, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-24 00:01:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
245-INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (17, 16, 1, 2, 1, 1, 10, '2005-07-06 00:00:00', '2005-08-20 00:00:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
246+INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (16, 15, 1, 4, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-24 00:01:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
247+INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (17, 16, 1, 4, 1, 1, 10, '2005-07-06 00:00:00', '2005-08-20 00:00:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
248 INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (18, 17, 1, 3, 1, 1, 10, '2005-08-07 00:00:00', '2005-08-22 00:00:00', '2005-08-22 00:00:01', NULL, NULL, '2005-08-22 00:00:02', '2005-08-23 00:00:00', 0, 1, NULL, NULL);
249-INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (19, 18, 1, 2, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-20 00:00:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
250-INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (20, 17, 1, 2, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-20 00:01:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
251-INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (21, 18, 11, 2, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-20 00:00:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
252+INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (19, 18, 1, 4, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-20 00:00:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
253+INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (20, 17, 1, 4, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-20 00:01:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
254+INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (21, 18, 11, 4, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-20 00:00:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
255 INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (22, 20, 8, 4, 1, 1, 40, '2006-09-13 00:00:00', '2006-09-13 00:00:01', '2006-09-13 00:00:01', NULL, NULL, '2006-09-13 00:00:02', '2006-09-13 00:00:03', 0, 1, 1, 'nah ...');
256 INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (23, 6, 1, 4, 1, 1, 40, '2006-12-01 00:00:00', '2006-12-01 00:00:01', '2006-12-01 00:00:01', NULL, NULL, '2006-12-01 00:00:02', '2006-12-01 00:00:03', 0, 1, 28, 'I do not like it either');
257-INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (24, 21, 1, 2, 1, 1, 40, '2006-12-01 00:00:00', '2006-12-01 00:00:01', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
258+INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (24, 21, 1, 4, 1, 1, 40, '2006-12-01 00:00:00', '2006-12-01 00:00:01', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
259 INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (25, 12, 1, 2, 1, 1, 10, '2007-01-19 00:00:00', '2007-02-19 00:00:00', NULL, NULL, NULL, NULL, NULL, 0, 8, NULL, NULL);
260-INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (26, 22, 1, 2, 1, 1, 40, '2006-04-11 13:00:00', '2006-04-11 13:00:01', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
261+INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (26, 22, 1, 4, 1, 1, 40, '2006-04-11 13:00:00', '2006-04-11 13:00:01', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
262 INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (27, 22, 1, 2, 1, 1, 40, '2007-07-10 13:00:00', '2007-07-10 13:00:01', NULL, NULL, NULL, NULL, NULL, 0, 9, NULL, NULL);
263 INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (28, 23, 1, 2, 1, 1, 40, '2007-07-10 13:00:00', '2007-07-10 13:00:01', NULL, NULL, NULL, NULL, NULL, 0, 9, NULL, NULL);
264 INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (29, 23, 12, 2, 1, 1, 40, '2007-07-10 13:00:00', '2007-07-10 13:00:01', NULL, NULL, NULL, NULL, NULL, 0, 9, NULL, NULL);
265 INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (30, 24, 12, 2, 1, 1, 40, '2007-08-10 13:00:00', '2007-08-10 13:00:01', NULL, NULL, NULL, NULL, NULL, 0, 9, NULL, NULL);
266-INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (31, 25, 8, 2, 5, 7, 20, '2007-08-09 21:55:39.561526', '2007-08-09 21:56:39.561526', NULL, NULL, NULL, NULL, NULL, 0, 12, NULL, NULL);
267-INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (32, 26, 12, 2, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-18 00:00:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
268-INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (33, 27, 1, 2, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-18 00:00:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
269-INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (34, 27, 12, 2, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-18 00:00:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
270+INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (31, 25, 8, 4, 5, 7, 20, '2007-08-09 21:55:39.561526', '2007-08-09 21:56:39.561526', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 12, 16, 'Cleaned up because of missing Librarian files.');
271+INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (32, 26, 12, 4, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-18 00:00:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
272+INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (33, 27, 1, 4, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-18 00:00:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
273+INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (34, 27, 12, 4, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-18 00:00:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
274 INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (35, 24, 12, 2, 1, 1, 40, '2007-08-10 13:00:00', '2007-08-10 13:00:01', NULL, NULL, NULL, NULL, NULL, 0, 10, NULL, NULL);
275
276
277@@ -1169,6 +1182,13 @@
278 ALTER TABLE binarypackagerelease ENABLE TRIGGER ALL;
279
280
281+ALTER TABLE binarypackagereleasedownloadcount DISABLE TRIGGER ALL;
282+
283+
284+
285+ALTER TABLE binarypackagereleasedownloadcount ENABLE TRIGGER ALL;
286+
287+
288 ALTER TABLE bounty DISABLE TRIGGER ALL;
289
290 INSERT INTO bounty (id, name, title, summary, description, usdvalue, difficulty, reviewer, datecreated, owner, deadline, claimant, dateclaimed, bountystatus) VALUES (1, 'foomatic-widgets', 'Make foomatic have better widgets.', 'Foomatic needs to have way better widgets. The current ones are SO WinXP. Eeewww. Maybe we can get some of that K-Bling that I saw in Kubuntu?', 'The widgets need to be particularly polished, since foomatic is going to be the default foomaster on the desktop for the planet.', 453.44, 50, 16, '2005-03-11 09:17:40.585397', 16, NULL, NULL, NULL, 1);
291@@ -1715,23 +1735,30 @@
292
293 ALTER TABLE bugwatch DISABLE TRIGGER ALL;
294
295-INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id) VALUES (1, 2, 1, '42', 'FUBAR', '2004-09-24 20:58:04.740841', '2004-09-24 20:58:04.740841', '2004-09-24 20:58:04.740841', 12, NULL, NULL, NULL);
296-INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id) VALUES (2, 1, 1, '2000', '', '2004-10-04 01:00:00', '2004-10-04 01:00:00', '2004-10-04 01:00:00', 1, NULL, NULL, NULL);
297-INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id) VALUES (3, 1, 1, '123543', '', '2004-10-04 00:00:00', '2004-10-04 00:00:00', '2004-10-04 00:00:00', 1, NULL, NULL, NULL);
298-INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id) VALUES (4, 2, 2, '3224', '', '2004-10-05 00:00:00', '2004-10-05 00:00:00', '2004-10-05 00:00:00', 1, NULL, NULL, NULL);
299-INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id) VALUES (5, 1, 1, '42', 'FUBAR', '2004-09-24 20:59:04.740841', '2004-09-24 20:59:04.740841', '2004-09-24 20:59:04.740841', 12, NULL, NULL, NULL);
300-INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id) VALUES (6, 9, 4, '1234', NULL, '2006-02-23 16:43:25.744534', NULL, '2006-02-23 16:43:25.744534', 12, NULL, NULL, NULL);
301-INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id) VALUES (7, 7, 3, '280883', NULL, '2006-03-29 16:45:45.054836', NULL, '2006-03-29 16:45:45.054836', 12, NULL, NULL, NULL);
302-INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id) VALUES (8, 1, 3, '304014', NULL, '2006-03-29 16:46:54.407686', NULL, '2006-03-29 16:46:54.407686', 12, NULL, NULL, NULL);
303-INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id) VALUES (9, 2, 3, '327452', NULL, '2006-03-29 16:47:51.515017', NULL, '2006-03-29 16:47:51.515017', 12, NULL, NULL, NULL);
304-INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id) VALUES (10, 3, 3, '327549', NULL, '2006-03-29 16:48:18.807764', NULL, '2006-03-29 16:48:18.807764', 12, NULL, NULL, NULL);
305-INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id) VALUES (11, 15, 3, '308994', 'open important', '2007-12-18 16:31:34.790641', '2007-12-18 16:31:34.790641', '2007-12-18 16:30:47.889614', 16, NULL, 'UNKNOWN', NULL);
306-INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id) VALUES (12, 15, 2, '304070', NULL, NULL, NULL, '2007-12-18 16:31:34.790641', 243614, 2, NULL, NULL);
307+INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id, next_check) VALUES (1, 2, 1, '42', 'FUBAR', '2004-09-24 20:58:04.740841', '2004-09-24 20:58:04.740841', '2004-09-24 20:58:04.740841', 12, NULL, NULL, NULL, NULL);
308+INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id, next_check) VALUES (2, 1, 1, '2000', '', '2004-10-04 01:00:00', '2004-10-04 01:00:00', '2004-10-04 01:00:00', 1, NULL, NULL, NULL, NULL);
309+INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id, next_check) VALUES (3, 1, 1, '123543', '', '2004-10-04 00:00:00', '2004-10-04 00:00:00', '2004-10-04 00:00:00', 1, NULL, NULL, NULL, NULL);
310+INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id, next_check) VALUES (4, 2, 2, '3224', '', '2004-10-05 00:00:00', '2004-10-05 00:00:00', '2004-10-05 00:00:00', 1, NULL, NULL, NULL, NULL);
311+INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id, next_check) VALUES (5, 1, 1, '42', 'FUBAR', '2004-09-24 20:59:04.740841', '2004-09-24 20:59:04.740841', '2004-09-24 20:59:04.740841', 12, NULL, NULL, NULL, NULL);
312+INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id, next_check) VALUES (6, 9, 4, '1234', NULL, '2006-02-23 16:43:25.744534', NULL, '2006-02-23 16:43:25.744534', 12, NULL, NULL, NULL, NULL);
313+INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id, next_check) VALUES (7, 7, 3, '280883', NULL, '2006-03-29 16:45:45.054836', NULL, '2006-03-29 16:45:45.054836', 12, NULL, NULL, NULL, NULL);
314+INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id, next_check) VALUES (8, 1, 3, '304014', NULL, '2006-03-29 16:46:54.407686', NULL, '2006-03-29 16:46:54.407686', 12, NULL, NULL, NULL, NULL);
315+INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id, next_check) VALUES (9, 2, 3, '327452', NULL, '2006-03-29 16:47:51.515017', NULL, '2006-03-29 16:47:51.515017', 12, NULL, NULL, NULL, NULL);
316+INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id, next_check) VALUES (10, 3, 3, '327549', NULL, '2006-03-29 16:48:18.807764', NULL, '2006-03-29 16:48:18.807764', 12, NULL, NULL, NULL, NULL);
317+INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id, next_check) VALUES (11, 15, 3, '308994', 'open important', '2007-12-18 16:31:34.790641', '2007-12-18 16:31:34.790641', '2007-12-18 16:30:47.889614', 16, NULL, 'UNKNOWN', NULL, NULL);
318+INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id, next_check) VALUES (12, 15, 2, '304070', NULL, NULL, NULL, '2007-12-18 16:31:34.790641', 243614, 2, NULL, NULL, NULL);
319
320
321 ALTER TABLE bugwatch ENABLE TRIGGER ALL;
322
323
324+ALTER TABLE bugwatchactivity DISABLE TRIGGER ALL;
325+
326+
327+
328+ALTER TABLE bugwatchactivity ENABLE TRIGGER ALL;
329+
330+
331 ALTER TABLE build DISABLE TRIGGER ALL;
332
333 INSERT INTO build (id, datecreated, processor, distroarchseries, buildstate, datebuilt, buildduration, buildlog, builder, sourcepackagerelease, pocket, dependencies, archive, build_warnings, date_first_dispatched, upload_log) VALUES (2, '2004-09-27 11:57:13', 1, 1, 1, '2004-09-27 11:57:14', '00:02:01', 1, 1, 14, 0, NULL, 1, NULL, NULL, NULL);
334@@ -1885,6 +1912,44 @@
335 INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (12, 1, 3, '2006-10-16 18:31:43.262049');
336 INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (13, 10, 5, '2007-06-24 13:12:05.04436');
337 INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (14, 11, 5, '2007-06-24 13:12:10.692827');
338+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (15, 3, 3, '2010-03-21 16:36:52.135353');
339+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (16, 3, 4, '2010-03-21 16:36:52.135353');
340+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (17, 14, 1, '2010-03-21 16:36:52.135353');
341+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (18, 14, 2, '2010-03-21 16:36:52.135353');
342+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (19, 14, 3, '2010-03-21 16:36:52.135353');
343+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (20, 14, 4, '2010-03-21 16:36:52.135353');
344+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (21, 15, 1, '2010-03-21 16:36:52.135353');
345+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (22, 15, 2, '2010-03-21 16:36:52.135353');
346+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (23, 15, 3, '2010-03-21 16:36:52.135353');
347+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (24, 15, 4, '2010-03-21 16:36:52.135353');
348+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (25, 16, 1, '2010-03-21 16:36:52.135353');
349+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (26, 16, 2, '2010-03-21 16:36:52.135353');
350+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (27, 16, 3, '2010-03-21 16:36:52.135353');
351+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (28, 16, 4, '2010-03-21 16:36:52.135353');
352+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (29, 17, 1, '2010-03-21 16:36:52.135353');
353+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (30, 17, 2, '2010-03-21 16:36:52.135353');
354+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (31, 17, 3, '2010-03-21 16:36:52.135353');
355+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (32, 17, 4, '2010-03-21 16:36:52.135353');
356+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (33, 18, 1, '2010-03-21 16:36:52.135353');
357+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (34, 18, 2, '2010-03-21 16:36:52.135353');
358+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (35, 18, 3, '2010-03-21 16:36:52.135353');
359+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (36, 18, 4, '2010-03-21 16:36:52.135353');
360+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (37, 19, 1, '2010-03-21 16:36:52.135353');
361+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (38, 19, 2, '2010-03-21 16:36:52.135353');
362+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (39, 19, 3, '2010-03-21 16:36:52.135353');
363+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (40, 19, 4, '2010-03-21 16:36:52.135353');
364+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (41, 20, 1, '2010-03-21 16:36:52.135353');
365+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (42, 20, 2, '2010-03-21 16:36:52.135353');
366+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (43, 20, 3, '2010-03-21 16:36:52.135353');
367+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (44, 20, 4, '2010-03-21 16:36:52.135353');
368+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (45, 21, 1, '2010-03-21 16:36:52.135353');
369+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (46, 21, 2, '2010-03-21 16:36:52.135353');
370+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (47, 21, 3, '2010-03-21 16:36:52.135353');
371+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (48, 21, 4, '2010-03-21 16:36:52.135353');
372+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (49, 22, 1, '2010-03-21 16:36:52.135353');
373+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (50, 22, 2, '2010-03-21 16:36:52.135353');
374+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (51, 22, 3, '2010-03-21 16:36:52.135353');
375+INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (52, 22, 4, '2010-03-21 16:36:52.135353');
376
377
378 ALTER TABLE componentselection ENABLE TRIGGER ALL;
379@@ -2236,7 +2301,7 @@
380
381 ALTER TABLE distribution DISABLE TRIGGER ALL;
382
383-INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (1, 'ubuntu', 'Ubuntu Linux', 'Ubuntu is a new approach to Linux Distribution that includes regular releases, and a simplified single-CD installation system.', 'ubuntulinux.org', 17, '[publishing]
384+INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (1, 'ubuntu', 'Ubuntu Linux', 'Ubuntu is a new approach to Linux Distribution that includes regular releases, and a simplified single-CD installation system.', 'ubuntulinux.org', 17, '[publishing]
385 pendingremovalduration=5
386 root=/var/tmp/archive
387 archiveroot=/var/tmp/archive/ubuntu
388@@ -2245,21 +2310,21 @@
389 overrideroot=/var/tmp/archive/ubuntu-overrides
390 cacheroot=/var/tmp/archive/ubuntu-cache
391 miscroot=/var/tmp/archive/ubuntu-misc
392-', 'Ubuntu', 'Ubuntu is a new approach to Linux Distribution that includes regular releases, and a simplified single-CD installation system.', 17, 3, 100, NULL, true, true, NULL, NULL, 3, 59, NULL, NULL, '2006-10-16 18:31:43.415195', NULL, NULL, NULL, NULL, NULL, true, NULL, true, true, NULL, NULL);
393-INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (2, 'redhat', 'Redhat Advanced Server', 'Red Hat is a commercial distribution of the GNU/Linux Operating System.', 'redhat.com', 1, NULL, 'Red Hat', 'Red Hat is a commercial distribution of the GNU/Linux Operating System.', 1, NULL, 1, NULL, false, false, NULL, 8, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.417928', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL);
394-INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (3, 'debian', 'Debian GNU/Linux', 'Debian GNU/Linux is
395+', 'Ubuntu', 'Ubuntu is a new approach to Linux Distribution that includes regular releases, and a simplified single-CD installation system.', 17, 3, 100, NULL, true, true, NULL, NULL, 3, 59, NULL, NULL, '2006-10-16 18:31:43.415195', NULL, NULL, NULL, NULL, NULL, true, NULL, true, true, NULL, NULL, NULL);
396+INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (2, 'redhat', 'Redhat Advanced Server', 'Red Hat is a commercial distribution of the GNU/Linux Operating System.', 'redhat.com', 1, NULL, 'Red Hat', 'Red Hat is a commercial distribution of the GNU/Linux Operating System.', 1, NULL, 1, NULL, false, false, NULL, 8, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.417928', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL, NULL);
397+INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (3, 'debian', 'Debian GNU/Linux', 'Debian GNU/Linux is
398 a non commercial distribution of a GNU/Linux Operating System for many
399 platforms.', 'debian.org', 1, NULL, 'Debian', 'Debian GNU/Linux is
400 a non commercial distribution of a GNU/Linux Operating System for many
401-platforms.', 1, 2, 200, NULL, false, false, NULL, NULL, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.418942', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL);
402-INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (4, 'gentoo', 'The Gentoo Linux', 'Gentoo is a very
403+platforms.', 1, 2, 200, NULL, false, false, NULL, NULL, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.418942', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL, NULL);
404+INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (4, 'gentoo', 'The Gentoo Linux', 'Gentoo is a very
405 customizeable GNU/Linux Distribution that is designed to let you build every
406-single package yourself, with your own preferences.', 'gentoo.org', 1, NULL, 'Gentoo', 'Gentoo is a very customizeable GNU/Linux Distribution that is designed to let you build every single package yourself, with your own preferences.', 1, NULL, 1, NULL, true, false, NULL, NULL, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.41974', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL);
407-INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (5, 'kubuntu', 'Kubuntu - Free KDE-based Linux', 'Kubuntu is an entirely free Linux distribution that uses the K Desktop
408+single package yourself, with your own preferences.', 'gentoo.org', 1, NULL, 'Gentoo', 'Gentoo is a very customizeable GNU/Linux Distribution that is designed to let you build every single package yourself, with your own preferences.', 1, NULL, 1, NULL, true, false, NULL, NULL, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.41974', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL, NULL);
409+INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (5, 'kubuntu', 'Kubuntu - Free KDE-based Linux', 'Kubuntu is an entirely free Linux distribution that uses the K Desktop
410 Environment as its default desktop after install.', 'kubuntu.org', 1, NULL, 'Kubuntu', 'Kubuntu is an entirely free Linux distribution that uses the K Desktop
411-Environment as its default desktop after install.', 1, NULL, 1, NULL, false, false, NULL, 8, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.420551', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL);
412-INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (7, 'guadalinex', 'GuadaLinex: Linux for Andalucia', 'GuadaLinex is based on Ubuntu and adds full support for applications specific to the local environment in Andalucia.', 'guadalinex.es', 4, NULL, 'GuadaLinex', 'The GuadaLinex team produces a high quality linux for the Andalucian marketplace.', 32, NULL, 1, NULL, false, false, NULL, NULL, NULL, 4, NULL, NULL, '2006-10-16 18:31:43.421329', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL);
413-INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (8, 'ubuntutest', 'Ubuntu Test', 'Ubuntu Test', 'ubuntulinux.org', 17, '[publishing]
414+Environment as its default desktop after install.', 1, NULL, 1, NULL, false, false, NULL, 8, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.420551', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL, NULL);
415+INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (7, 'guadalinex', 'GuadaLinex: Linux for Andalucia', 'GuadaLinex is based on Ubuntu and adds full support for applications specific to the local environment in Andalucia.', 'guadalinex.es', 4, NULL, 'GuadaLinex', 'The GuadaLinex team produces a high quality linux for the Andalucian marketplace.', 32, NULL, 1, NULL, false, false, NULL, NULL, NULL, 4, NULL, NULL, '2006-10-16 18:31:43.421329', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL, NULL);
416+INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (8, 'ubuntutest', 'Ubuntu Test', 'Ubuntu Test', 'ubuntulinux.org', 17, '[publishing]
417 pendingremovalduration=5
418 root=/var/tmp/archive
419 archiveroot=/var/tmp/archive/ubuntutest
420@@ -2268,7 +2333,7 @@
421 overrideroot=/var/tmp/archive/ubuntutest-overrides
422 cacheroot=/var/tmp/archive/ubuntutest-cache
423 miscroot=/var/tmp/archive/ubuntutest-misc
424-', 'ubuntutest', 'Ubuntu Test summary', 17, NULL, 1, NULL, false, false, NULL, NULL, NULL, 17, NULL, NULL, '2006-10-16 18:31:43.422162', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL);
425+', 'ubuntutest', 'Ubuntu Test summary', 17, NULL, 1, NULL, false, false, NULL, NULL, NULL, 17, NULL, NULL, '2006-10-16 18:31:43.422162', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL, NULL);
426
427
428 ALTER TABLE distribution ENABLE TRIGGER ALL;
429@@ -2344,6 +2409,34 @@
430 INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (10, 13, 3, 'amd64', 1, true, 0, '2006-10-16 18:31:43.458434', true);
431 INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (11, 3, 4, 'hppa', 1, false, 0, '2006-10-16 18:31:43.458892', false);
432 INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (12, 1, 4, 'hppa', 1, false, 0, '2006-10-16 18:31:43.459349', false);
433+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (13, 3, 3, 'amd64', 1, true, 0, '2010-03-21 16:36:52.135353', false);
434+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (14, 14, 1, 'i386', 1, true, 0, '2010-03-21 16:36:52.135353', true);
435+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (15, 14, 4, 'hppa', 1, false, 0, '2010-03-21 16:36:52.135353', false);
436+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (16, 14, 3, 'amd64', 1, true, 0, '2010-03-21 16:36:52.135353', false);
437+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (17, 15, 4, 'hppa', 1, false, 0, '2010-03-21 16:36:52.135353', false);
438+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (18, 15, 3, 'amd64', 1, true, 0, '2010-03-21 16:36:52.135353', false);
439+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (19, 15, 1, 'i386', 1, true, 0, '2010-03-21 16:36:52.135353', true);
440+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (20, 16, 4, 'hppa', 1, false, 0, '2010-03-21 16:36:52.135353', false);
441+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (21, 16, 3, 'amd64', 1, true, 0, '2010-03-21 16:36:52.135353', false);
442+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (22, 16, 1, 'i386', 1, true, 0, '2010-03-21 16:36:52.135353', true);
443+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (23, 17, 4, 'hppa', 1, false, 0, '2010-03-21 16:36:52.135353', false);
444+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (24, 17, 3, 'amd64', 1, true, 0, '2010-03-21 16:36:52.135353', false);
445+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (25, 17, 1, 'i386', 1, true, 0, '2010-03-21 16:36:52.135353', true);
446+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (26, 18, 4, 'hppa', 1, false, 0, '2010-03-21 16:36:52.135353', false);
447+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (27, 18, 3, 'amd64', 1, true, 0, '2010-03-21 16:36:52.135353', false);
448+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (28, 18, 1, 'i386', 1, true, 0, '2010-03-21 16:36:52.135353', true);
449+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (29, 19, 4, 'hppa', 1, false, 0, '2010-03-21 16:36:52.135353', false);
450+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (30, 19, 3, 'amd64', 1, true, 0, '2010-03-21 16:36:52.135353', false);
451+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (31, 19, 1, 'i386', 1, true, 0, '2010-03-21 16:36:52.135353', true);
452+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (32, 20, 4, 'hppa', 1, false, 0, '2010-03-21 16:36:52.135353', false);
453+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (33, 20, 3, 'amd64', 1, true, 0, '2010-03-21 16:36:52.135353', false);
454+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (34, 20, 1, 'i386', 1, true, 0, '2010-03-21 16:36:52.135353', true);
455+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (35, 21, 4, 'hppa', 1, false, 0, '2010-03-21 16:36:52.135353', false);
456+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (36, 21, 3, 'amd64', 1, true, 0, '2010-03-21 16:36:52.135353', false);
457+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (37, 21, 1, 'i386', 1, true, 0, '2010-03-21 16:36:52.135353', true);
458+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (38, 22, 4, 'hppa', 1, false, 0, '2010-03-21 16:36:52.135353', false);
459+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (39, 22, 3, 'amd64', 1, true, 0, '2010-03-21 16:36:52.135353', false);
460+INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (40, 22, 1, 'i386', 1, true, 0, '2010-03-21 16:36:52.135353', true);
461
462
463 ALTER TABLE distroarchseries ENABLE TRIGGER ALL;
464@@ -2363,19 +2456,21 @@
465
466 ALTER TABLE distroseries DISABLE TRIGGER ALL;
467
468-INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (1, 1, 'warty', 'The Warty Warthog Release', 'Warty was the first stable release of Ubuntu. Key feature goals included releasing on time, with the latest version of the Gnome Desktop Environment, and the creation of all the infrastructure required to manage Ubuntu itself. Warty includes excellent support for Python, with most of the widely used Python libraries installed by default.', '4.10', 4, '2004-08-20 00:00:00', NULL, 17, NULL, 'Warty is the first release of Ubuntu, with a planned release date of October 2004.', 'Warty', NULL, 0, 1, 'warty-changes@ubuntu.com', 4, 3, NULL, '2006-10-16 18:31:43.475428', false, false, NULL, NULL, NULL, false);
469+INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (1, 1, 'warty', 'The Warty Warthog Release', 'Warty was the first stable release of Ubuntu. Key feature goals included releasing on time, with the latest version of the Gnome Desktop Environment, and the creation of all the infrastructure required to manage Ubuntu itself. Warty includes excellent support for Python, with most of the widely used Python libraries installed by default.', '4.10', 6, '2004-08-20 00:00:00', NULL, 17, '[publishing]
470+components = main restricted universe multiverse', 'Warty is the first release of Ubuntu, with a planned release date of October 2004.', 'Warty', NULL, 0, 1, 'warty-changes@ubuntu.com', 4, 3, NULL, '2006-10-16 18:31:43.475428', false, false, NULL, NULL, NULL, false);
471 INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (2, 2, 'six', 'Six Six Six', 'some text to describe the whole 666 release of RH', '6.0.1', 4, '2004-03-21 00:00:00', NULL, 8, NULL, 'some text to describe the whole 666 release of RH', 'Six', NULL, 0, NULL, NULL, 0, 0, NULL, '2006-10-16 18:31:43.482603', false, false, NULL, NULL, NULL, false);
472-INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (3, 1, 'hoary', 'The Hoary Hedgehog Release', 'Hoary is the second release of Ubuntu. Key feature goals include the integration of Hoary with the Launchpad for bugs and translation information, as well as Gnome 2.10 and the X.org window system.', '5.04', 2, NULL, 1, 1, NULL, 'Hoary is the second released of Ubuntu, with release planned for April 2005.', 'Hoary', NULL, 96, 6, 'hoary-changes@ubuntu.com', 1, 4, NULL, '2006-10-16 18:31:43.483559', false, false, NULL, NULL, NULL, false);
473+INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (3, 1, 'hoary', 'The Hoary Hedgehog Release', 'Hoary is the second release of Ubuntu. Key feature goals include the integration of Hoary with the Launchpad for bugs and translation information, as well as Gnome 2.10 and the X.org window system.', '5.04', 6, NULL, 1, 1, '[publishing]
474+components = main restricted universe multiverse', 'Hoary is the second released of Ubuntu, with release planned for April 2005.', 'Hoary', NULL, 96, 6, 'hoary-changes@ubuntu.com', 1, 4, NULL, '2006-10-16 18:31:43.483559', false, false, NULL, NULL, NULL, false);
475 INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (4, 2, '7.0', 'Seven', 'The release that we would not expect', '7.0.1', 3, NULL, 2, 7, NULL, 'The release that we would not expect', '7.0', NULL, 0, NULL, NULL, 0, 0, NULL, '2006-10-16 18:31:43.484426', false, false, NULL, NULL, NULL, false);
476-INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (5, 1, 'grumpy', 'The Grumpy Groundhog Release', 'Grumpy, the third release of Ubuntu Linux, is not yet in active development. This information is purely a placeholder.', '5.10', 1, NULL, 1, 1, NULL, 'Grumpy is the third release of Ubuntu, planned for October 2005.', 'Grumpy', NULL, 0, NULL, NULL, 0, 0, NULL, '2006-10-16 18:31:43.485233', false, false, NULL, NULL, NULL, false);
477+INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (5, 1, 'grumpy', 'The Grumpy Groundhog Release', 'Grumpy, the third release of Ubuntu Linux, is not yet in active development. This information is purely a placeholder.', '5.10', 6, NULL, 1, 1, '[publishing]
478+components = main restricted universe multiverse', 'Grumpy is the third release of Ubuntu, planned for October 2005.', 'Grumpy', NULL, 0, NULL, NULL, 0, 0, NULL, '2006-10-16 18:31:43.485233', false, false, NULL, NULL, NULL, false);
479 INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (6, 3, 'woody', 'WOODY', 'WOODY is the current stable verison of Debian GNU/Linux', '3.0', 4, '2003-01-01 00:00:00', NULL, 2, NULL, 'WOODY is the current stable verison of Debian GNU/Linux', 'Woody', NULL, 0, NULL, NULL, 0, 0, NULL, '2006-10-16 18:31:43.486054', false, false, NULL, NULL, NULL, false);
480 INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (7, 3, 'sarge', 'Sarge', 'Sarge is the FROZEN unstable version of Debian GNU/Linux.', '3.1', 3, NULL, 6, 5, NULL, 'Sarge is the FROZEN unstable version of Debian GNU/Linux.', 'Sarge', NULL, 0, NULL, NULL, 0, 0, 6, '2006-10-16 18:31:43.486972', false, false, NULL, NULL, NULL, false);
481 INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (8, 3, 'sid', 'Sid', 'Sid is the CRAZY unstable version of Debian GNU/Linux.', '3.2', 1, NULL, 6, 6, NULL, 'Sid is the CRAZY unstable version of Debian GNU/Linux.', 'Sid', NULL, 0, NULL, NULL, 0, 1, NULL, '2006-10-16 18:31:43.487779', false, false, NULL, NULL, NULL, false);
482 INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (9, 7, '2k5', 'Guada 2005', 'This release places extra emphasis on usability and installability. The installer is adapted from Ubuntu to assume your country, language, keyboard and time zone preference, thus ensuring that installs ask the minimum number of questions possible.', '2005', 2, NULL, 3, 4, NULL, 'Guada 2005 is a rapid-install version of
483 Ubuntu Hoary for the Andalucian marketplace.', 'Guada2005', NULL, 0, NULL, NULL, 0, 0, NULL, '2006-10-16 18:31:43.488598', false, false, NULL, NULL, NULL, false);
484-INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (10, 1, 'breezy-autotest', 'Breezy Badger Autotest', 'Autotest version of Breezy', '6.6.6', 1, NULL, 3, 1, '[publishing]
485-components = main restricted universe multiverse
486-', 'Autosync uploader test', 'Breezy Badger Autotest', NULL, 0, 8, 'autotest_changes@ubuntu.com', 0, 0, NULL, '2006-10-16 18:31:43.489468', false, false, NULL, NULL, NULL, false);
487+INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (10, 1, 'breezy-autotest', 'Breezy Badger Autotest', 'Autotest version of Breezy', '6.6.6', 6, NULL, 3, 1, '[publishing]
488+components = main restricted universe multiverse', 'Autosync uploader test', 'Breezy Badger Autotest', NULL, 0, 8, 'autotest_changes@ubuntu.com', 0, 0, NULL, '2006-10-16 18:31:43.489468', false, false, NULL, NULL, NULL, false);
489 INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (11, 8, 'breezy-autotest', 'Breezy Badger Autotest', 'Autotest version of Breezy', '6.6.6', 1, NULL, 1, 1, '[publishing]
490 components = main restricted universe multiverse
491 ', 'Autosync uploader test', 'Breezy Badger Autotest', NULL, 0, NULL, NULL, 0, 0, NULL, '2006-10-16 18:31:43.490333', false, false, NULL, NULL, NULL, false);
492@@ -2383,6 +2478,24 @@
493 INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (13, 8, 'hoary-test', 'Mock Hoary', 'nothing special', '9.9.9', 1, NULL, 1, 1, '[publishing]
494 components = main restricted universe multiverse
495 ', 'summmmmmmary', 'Hoary Mock', NULL, 0, NULL, NULL, 0, 0, NULL, '2006-10-16 18:31:43.492845', false, false, NULL, NULL, NULL, false);
496+INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (14, 1, 'dapper', 'The Dapper Drake', '6.06 is awesome.', '6.06', 5, NULL, 3, 1, '[publishing]
497+components = main restricted universe multiverse', 'Ubuntu 6.06 is good.', 'Dapper', NULL, 0, 14, NULL, 0, 0, NULL, '2010-03-21 16:36:52.135353', true, true, NULL, NULL, NULL, false);
498+INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (15, 1, 'edgy', 'The Edgy Eft', '6.10 is awesome.', '6.10', 6, NULL, 14, 1, '[publishing]
499+components = main restricted universe multiverse', 'Ubuntu 6.10 is good.', 'Edgy', NULL, 0, 19, NULL, 0, 0, NULL, '2010-03-21 16:36:52.135353', true, true, NULL, NULL, NULL, false);
500+INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (16, 1, 'feisty', 'The Feisty Fawn', '7.04 is awesome.', '7.04', 6, NULL, 15, 1, '[publishing]
501+components = main restricted universe multiverse', 'Ubuntu 7.04 is good.', 'Feisty', NULL, 0, 22, NULL, 0, 0, NULL, '2010-03-21 16:36:52.135353', true, true, NULL, NULL, NULL, false);
502+INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (17, 1, 'gutsy', 'The Gutsy Gibbon', '7.10 is awesome.', '7.10', 6, NULL, 16, 1, '[publishing]
503+components = main restricted universe multiverse', 'Ubuntu 7.10 is good.', 'Gutsy', NULL, 0, 25, NULL, 0, 0, NULL, '2010-03-21 16:36:52.135353', true, true, NULL, NULL, NULL, false);
504+INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (18, 1, 'hardy', 'The Hardy Heron', '8.04 is awesome.', '8.04', 5, NULL, 17, 1, '[publishing]
505+components = main restricted universe multiverse', 'Ubuntu 8.04 is good.', 'Hardy', NULL, 0, 28, NULL, 0, 0, NULL, '2010-03-21 16:36:52.135353', true, true, NULL, NULL, NULL, false);
506+INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (19, 1, 'intrepid', 'The Intrepid Ibex', '8.10 is awesome.', '8.10', 5, NULL, 18, 1, '[publishing]
507+components = main restricted universe multiverse', 'Ubuntu 8.10 is good.', 'Intrepid', NULL, 0, 31, NULL, 0, 0, NULL, '2010-03-21 16:36:52.135353', true, true, NULL, NULL, NULL, false);
508+INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (20, 1, 'jaunty', 'The Jaunty Jackalope', '9.04 is awesome.', '9.04', 5, NULL, 19, 1, '[publishing]
509+components = main restricted universe multiverse', 'Ubuntu 9.04 is good.', 'Jaunty', NULL, 0, 34, NULL, 0, 0, NULL, '2010-03-21 16:36:52.135353', true, true, NULL, NULL, NULL, false);
510+INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (21, 1, 'karmic', 'The Karmic Koala', '9.10 is awesome.', '9.10', 4, NULL, 20, 1, '[publishing]
511+components = main restricted universe multiverse', 'Ubuntu 9.10 is good.', 'Karmic', NULL, 0, 37, NULL, 0, 0, NULL, '2010-03-21 16:36:52.135353', true, true, NULL, NULL, NULL, false);
512+INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (22, 1, 'lucid', 'The Lucid Lynx', '10.04 is awesome.', '10.04', 2, NULL, 21, 1, '[publishing]
513+components = main restricted universe multiverse', 'Ubuntu 10.04 is good.', 'Lucid', NULL, 0, 40, NULL, 0, 0, NULL, '2010-03-21 16:36:52.135353', true, true, NULL, NULL, NULL, false);
514
515
516 ALTER TABLE distroseries ENABLE TRIGGER ALL;
517@@ -2519,6 +2632,8 @@
518 INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (90, 'epiphany-maintainer@example.com', 243648, 4, '2009-08-24 14:36:04.670944', 243634);
519 INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (91, 'intltool-maintainer@example.com', 243649, 4, '2009-08-24 14:39:04.682972', 243635);
520 INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (92, 'lies@example.com', 243650, 4, '2009-08-24 14:41:04.403504', 243636);
521+INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (93, 'test@launchpad.dev', 243651, 4, '2010-03-21 16:37:00.097121', 243637);
522+INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (94, 'sanvila@debian.org', 243652, 1, '2010-03-21 16:40:52.504463', 243638);
523
524
525 ALTER TABLE emailaddress ENABLE TRIGGER ALL;
526@@ -2632,6 +2747,8 @@
527 ALTER TABLE gpgkey DISABLE TRIGGER ALL;
528
529 INSERT INTO gpgkey (id, owner, keyid, fingerprint, active, algorithm, keysize, can_encrypt, date_created) VALUES (1, 16, '12345678', 'ABCDEF0123456789ABCDDCBA0000111112345678', true, 17, 1024, true, '2006-10-16 18:31:43.631499');
530+INSERT INTO gpgkey (id, owner, keyid, fingerprint, active, algorithm, keysize, can_encrypt, date_created) VALUES (2, 243651, '90A7B996', 'C13FCD9A94FCCEE3B75277D075545A4890A7B996', true, 1, 2048, true, '2010-03-21 16:37:00.153872');
531+INSERT INTO gpgkey (id, owner, keyid, fingerprint, active, algorithm, keysize, can_encrypt, date_created) VALUES (3, 243651, '00000001', '00000001AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA', true, 1, 2, false, '2010-03-21 16:37:03.438124');
532
533
534 ALTER TABLE gpgkey ENABLE TRIGGER ALL;
535@@ -3815,6 +3932,31 @@
536 INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (90, 90, 'pmount_1.0-1_all.deb', 'application/x-debian-package', NULL, '2008-05-08 10:15:32.440132', '2008-05-08 10:10:27.899028', false, 0);
537 INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (91, 91, 'upload_22_log.txt', 'application/text', NULL, '2008-07-07 22:30:01.123456', '2008-07-07 22:30:01.123456', false, 0);
538 INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (92, 92, 'sample-submission-2.xml', 'application/x-bzip2', NULL, '2008-09-30 08:19:00.222131', '2008-09-30 08:19:00.222131', false, 0);
539+INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (93, 93, 'hello_2.4-3_source.changes', 'text/plain', NULL, '2010-03-21 16:40:52.468708', '2010-03-21 16:40:52.468708', false, 0);
540+INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (94, 94, 'changelog', 'text/x-debian-source-changelog', NULL, '2010-03-21 16:40:52.468708', '2010-03-21 16:40:52.468708', false, 0);
541+INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (95, 95, 'hello_2.4.orig.tar.gz', 'application/gzipped-tar', NULL, '2010-03-21 16:40:52.468708', '2010-03-21 16:40:52.468708', false, 0);
542+INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (96, 96, 'hello_2.4-3.diff.gz', 'application/gzipped-patch', NULL, '2010-03-21 16:40:52.468708', '2010-03-21 16:40:52.468708', false, 0);
543+INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (97, 97, 'hello_2.4-3.dsc', 'text/x-debian-source-package', NULL, '2010-03-21 16:40:52.468708', '2010-03-21 16:40:52.468708', false, 0);
544+INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (98, 98, 'hello_2.4-3_source.changes', 'text/plain', NULL, '2010-03-21 16:40:53.242249', '2010-03-21 16:40:53.242249', false, 0);
545+INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (99, 99, 'changelog', 'text/x-debian-source-changelog', NULL, '2010-03-21 16:40:53.242249', '2010-03-21 16:40:53.242249', false, 0);
546+INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (100, 100, 'hello_2.4.orig.tar.gz', 'application/gzipped-tar', NULL, '2010-03-21 16:40:53.242249', '2010-03-21 16:40:53.242249', false, 0);
547+INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (101, 101, 'hello_2.4-3.diff.gz', 'application/gzipped-patch', NULL, '2010-03-21 16:40:53.242249', '2010-03-21 16:40:53.242249', false, 0);
548+INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (102, 102, 'hello_2.4-3.dsc', 'text/x-debian-source-package', NULL, '2010-03-21 16:40:53.242249', '2010-03-21 16:40:53.242249', false, 0);
549+INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (103, 103, 'hello_2.4-3_source.changes', 'text/plain', NULL, '2010-03-21 16:40:55.270048', '2010-03-21 16:40:55.270048', false, 0);
550+INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (104, 104, 'changelog', 'text/x-debian-source-changelog', NULL, '2010-03-21 16:40:55.270048', '2010-03-21 16:40:55.270048', false, 0);
551+INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (105, 105, 'hello_2.4.orig.tar.gz', 'application/gzipped-tar', NULL, '2010-03-21 16:40:55.270048', '2010-03-21 16:40:55.270048', false, 0);
552+INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (106, 106, 'hello_2.4-3.diff.gz', 'application/gzipped-patch', NULL, '2010-03-21 16:40:55.270048', '2010-03-21 16:40:55.270048', false, 0);
553+INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (107, 107, 'hello_2.4-3.dsc', 'text/x-debian-source-package', NULL, '2010-03-21 16:40:55.270048', '2010-03-21 16:40:55.270048', false, 0);
554+INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (108, 108, 'hello_2.4-3_source.changes', 'text/plain', NULL, '2010-03-21 16:40:56.808105', '2010-03-21 16:40:56.808105', false, 0);
555+INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (109, 109, 'changelog', 'text/x-debian-source-changelog', NULL, '2010-03-21 16:40:56.808105', '2010-03-21 16:40:56.808105', false, 0);
556+INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (110, 110, 'hello_2.4.orig.tar.gz', 'application/gzipped-tar', NULL, '2010-03-21 16:40:56.808105', '2010-03-21 16:40:56.808105', false, 0);
557+INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (111, 111, 'hello_2.4-3.diff.gz', 'application/gzipped-patch', NULL, '2010-03-21 16:40:56.808105', '2010-03-21 16:40:56.808105', false, 0);
558+INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (112, 112, 'hello_2.4-3.dsc', 'text/x-debian-source-package', NULL, '2010-03-21 16:40:56.808105', '2010-03-21 16:40:56.808105', false, 0);
559+INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (113, 113, 'hello_2.4-3_source.changes', 'text/plain', NULL, '2010-03-21 16:40:58.942507', '2010-03-21 16:40:58.942507', false, 0);
560+INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (114, 114, 'changelog', 'text/x-debian-source-changelog', NULL, '2010-03-21 16:40:58.942507', '2010-03-21 16:40:58.942507', false, 0);
561+INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (115, 115, 'hello_2.4.orig.tar.gz', 'application/gzipped-tar', NULL, '2010-03-21 16:40:58.942507', '2010-03-21 16:40:58.942507', false, 0);
562+INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (116, 116, 'hello_2.4-3.diff.gz', 'application/gzipped-patch', NULL, '2010-03-21 16:40:58.942507', '2010-03-21 16:40:58.942507', false, 0);
563+INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (117, 117, 'hello_2.4-3.dsc', 'text/x-debian-source-package', NULL, '2010-03-21 16:40:58.942507', '2010-03-21 16:40:58.942507', false, 0);
564
565
566 ALTER TABLE libraryfilealias ENABLE TRIGGER ALL;
567@@ -3909,6 +4051,31 @@
568 INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (90, '2008-05-08 10:10:16.866444', 18, '0c805a60b31058a1018680f99447033dcb9d4caa', '8a8a67b8dbc5f203ae8712092c68c7aa', NULL);
569 INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (91, '2008-07-07 22:30:01.123456', 10, '0c805a60b31058a1018680f99447033dcb9d4c01', '8a8a67b8dbc5f203ae8712092c68c701', NULL);
570 INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (92, '2008-09-30 08:19:00.222131', 10, 'f10e2821bbbea527ea02200352313bc059445190', '7815696ecbf1c96e6894b779456d330e', NULL);
571+INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (93, '2010-03-21 16:40:52.468708', 1698, 'a894138c09bc49182f4f70368d3436ce254db1c3', '456e2055f980f56163423b5ae61dd1ba', NULL);
572+INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (94, '2010-03-21 16:40:52.468708', 9384, '4298df8dc91044112f33febac673524fab1d04b9', '9443d7940112cb5f00f864de4f318e5d', NULL);
573+INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (95, '2010-03-21 16:40:52.468708', 499638, 'fcbf0264928900adf03a7797474375e1a6fa3836', '1691faa758ca41c70b6da5501bdf230a', NULL);
574+INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (96, '2010-03-21 16:40:52.468708', 5739, '6de5cf470583cdbf2947d16aa4f10e3028839391', '0a267ee8ef148e91d06c3750ec79ca85', NULL);
575+INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (97, '2010-03-21 16:40:52.468708', 1173, '20353964f353c348956c88e7bd2af180a9ab665f', '63e41c55fd6e4909ff181c85538416a9', NULL);
576+INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (98, '2010-03-21 16:40:53.242249', 1698, '1b228d4b27ea16a65ae708669846095fb40c9172', 'aa20edb67b9ba280f8ecefe6118534bd', NULL);
577+INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (99, '2010-03-21 16:40:53.242249', 9384, '4298df8dc91044112f33febac673524fab1d04b9', '9443d7940112cb5f00f864de4f318e5d', NULL);
578+INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (100, '2010-03-21 16:40:53.242249', 499638, 'fcbf0264928900adf03a7797474375e1a6fa3836', '1691faa758ca41c70b6da5501bdf230a', NULL);
579+INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (101, '2010-03-21 16:40:53.242249', 5739, '6de5cf470583cdbf2947d16aa4f10e3028839391', '0a267ee8ef148e91d06c3750ec79ca85', NULL);
580+INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (102, '2010-03-21 16:40:53.242249', 1173, '6d9a9191d822a7d935d5eb2e68f75130e7f450ec', 'cf0607fdf8e6103db833164806da3d0b', NULL);
581+INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (103, '2010-03-21 16:40:55.270048', 1698, '1b228d4b27ea16a65ae708669846095fb40c9172', 'aa20edb67b9ba280f8ecefe6118534bd', NULL);
582+INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (104, '2010-03-21 16:40:55.270048', 9384, '4298df8dc91044112f33febac673524fab1d04b9', '9443d7940112cb5f00f864de4f318e5d', NULL);
583+INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (105, '2010-03-21 16:40:55.270048', 499638, 'fcbf0264928900adf03a7797474375e1a6fa3836', '1691faa758ca41c70b6da5501bdf230a', NULL);
584+INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (106, '2010-03-21 16:40:55.270048', 5739, '6de5cf470583cdbf2947d16aa4f10e3028839391', '0a267ee8ef148e91d06c3750ec79ca85', NULL);
585+INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (107, '2010-03-21 16:40:55.270048', 1173, '6d9a9191d822a7d935d5eb2e68f75130e7f450ec', 'cf0607fdf8e6103db833164806da3d0b', NULL);
586+INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (108, '2010-03-21 16:40:56.808105', 1698, '1b228d4b27ea16a65ae708669846095fb40c9172', 'aa20edb67b9ba280f8ecefe6118534bd', NULL);
587+INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (109, '2010-03-21 16:40:56.808105', 9384, '4298df8dc91044112f33febac673524fab1d04b9', '9443d7940112cb5f00f864de4f318e5d', NULL);
588+INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (110, '2010-03-21 16:40:56.808105', 499638, 'fcbf0264928900adf03a7797474375e1a6fa3836', '1691faa758ca41c70b6da5501bdf230a', NULL);
589+INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (111, '2010-03-21 16:40:56.808105', 5739, '6de5cf470583cdbf2947d16aa4f10e3028839391', '0a267ee8ef148e91d06c3750ec79ca85', NULL);
590+INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (112, '2010-03-21 16:40:56.808105', 1173, '6d9a9191d822a7d935d5eb2e68f75130e7f450ec', 'cf0607fdf8e6103db833164806da3d0b', NULL);
591+INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (113, '2010-03-21 16:40:58.942507', 1698, '1b228d4b27ea16a65ae708669846095fb40c9172', 'aa20edb67b9ba280f8ecefe6118534bd', NULL);
592+INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (114, '2010-03-21 16:40:58.942507', 9384, '4298df8dc91044112f33febac673524fab1d04b9', '9443d7940112cb5f00f864de4f318e5d', NULL);
593+INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (115, '2010-03-21 16:40:58.942507', 499638, 'fcbf0264928900adf03a7797474375e1a6fa3836', '1691faa758ca41c70b6da5501bdf230a', NULL);
594+INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (116, '2010-03-21 16:40:58.942507', 5739, '6de5cf470583cdbf2947d16aa4f10e3028839391', '0a267ee8ef148e91d06c3750ec79ca85', NULL);
595+INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (117, '2010-03-21 16:40:58.942507', 1173, '6d9a9191d822a7d935d5eb2e68f75130e7f450ec', 'cf0607fdf8e6103db833164806da3d0b', NULL);
596
597
598 ALTER TABLE libraryfilecontent ENABLE TRIGGER ALL;
599@@ -3931,6 +4098,92 @@
600 ALTER TABLE logintoken ENABLE TRIGGER ALL;
601
602
603+ALTER TABLE lp_account DISABLE TRIGGER ALL;
604+
605+INSERT INTO lp_account (id, openid_identifier) VALUES (1, 'mark_oid');
606+INSERT INTO lp_account (id, openid_identifier) VALUES (2, 'lifeless_oid');
607+INSERT INTO lp_account (id, openid_identifier) VALUES (3, 'justdave_oid');
608+INSERT INTO lp_account (id, openid_identifier) VALUES (4, 'kamion_oid');
609+INSERT INTO lp_account (id, openid_identifier) VALUES (5, 'keybuk_oid');
610+INSERT INTO lp_account (id, openid_identifier) VALUES (6, 'jdub_oid');
611+INSERT INTO lp_account (id, openid_identifier) VALUES (7, 'spiv_oid');
612+INSERT INTO lp_account (id, openid_identifier) VALUES (8, 'jblack_oid');
613+INSERT INTO lp_account (id, openid_identifier) VALUES (9, 'kiko_oid');
614+INSERT INTO lp_account (id, openid_identifier) VALUES (10, 'limi_oid');
615+INSERT INTO lp_account (id, openid_identifier) VALUES (11, 'stevea_oid');
616+INSERT INTO lp_account (id, openid_identifier) VALUES (12, 'name12_oid');
617+INSERT INTO lp_account (id, openid_identifier) VALUES (13, 'carlos_oid');
618+INSERT INTO lp_account (id, openid_identifier) VALUES (14, 'daf_oid');
619+INSERT INTO lp_account (id, openid_identifier) VALUES (16, 'name16_oid');
620+INSERT INTO lp_account (id, openid_identifier) VALUES (22, 'stub_oid');
621+INSERT INTO lp_account (id, openid_identifier) VALUES (23, 'ddaa_oid');
622+INSERT INTO lp_account (id, openid_identifier) VALUES (26, 'kinnison_oid');
623+INSERT INTO lp_account (id, openid_identifier) VALUES (27, 'debonzi_oid');
624+INSERT INTO lp_account (id, openid_identifier) VALUES (28, 'cprov_oid');
625+INSERT INTO lp_account (id, openid_identifier) VALUES (29, 'salgado_oid');
626+INSERT INTO lp_account (id, openid_identifier) VALUES (33, 'edgar_oid');
627+INSERT INTO lp_account (id, openid_identifier) VALUES (34, 'jvprat_oid');
628+INSERT INTO lp_account (id, openid_identifier) VALUES (35, 'sigurd-ubuntu_oid');
629+INSERT INTO lp_account (id, openid_identifier) VALUES (36, 'skacel_oid');
630+INSERT INTO lp_account (id, openid_identifier) VALUES (37, 'danner_oid');
631+INSERT INTO lp_account (id, openid_identifier) VALUES (38, 'martin-pitt_oid');
632+INSERT INTO lp_account (id, openid_identifier) VALUES (39, 'nsv_oid');
633+INSERT INTO lp_account (id, openid_identifier) VALUES (40, 'callipeo_oid');
634+INSERT INTO lp_account (id, openid_identifier) VALUES (41, 'jorge-gonzalez-gonzalez_oid');
635+INSERT INTO lp_account (id, openid_identifier) VALUES (42, 'barbier_oid');
636+INSERT INTO lp_account (id, openid_identifier) VALUES (43, 'andrelop_oid');
637+INSERT INTO lp_account (id, openid_identifier) VALUES (44, 'valyag_oid');
638+INSERT INTO lp_account (id, openid_identifier) VALUES (45, 'luk-claes_oid');
639+INSERT INTO lp_account (id, openid_identifier) VALUES (46, 'kurem_oid');
640+INSERT INTO lp_account (id, openid_identifier) VALUES (47, 'morten_oid');
641+INSERT INTO lp_account (id, openid_identifier) VALUES (48, 'mpo_oid');
642+INSERT INTO lp_account (id, openid_identifier) VALUES (49, 'kebil_oid');
643+INSERT INTO lp_account (id, openid_identifier) VALUES (50, 'tsukimi_oid');
644+INSERT INTO lp_account (id, openid_identifier) VALUES (51, 'kreutzm_oid');
645+INSERT INTO lp_account (id, openid_identifier) VALUES (52, 'no-priv_oid');
646+INSERT INTO lp_account (id, openid_identifier) VALUES (55, 'marilize_oid');
647+INSERT INTO lp_account (id, openid_identifier) VALUES (56, 'jordi_oid');
648+INSERT INTO lp_account (id, openid_identifier) VALUES (58, 'bug-importer_oid');
649+INSERT INTO lp_account (id, openid_identifier) VALUES (62, 'bug-watch-updater_oid');
650+INSERT INTO lp_account (id, openid_identifier) VALUES (63, 'karl_oid');
651+INSERT INTO lp_account (id, openid_identifier) VALUES (65, 'launchpad-janitor_oid');
652+INSERT INTO lp_account (id, openid_identifier) VALUES (66, 'matsubara_oid');
653+INSERT INTO lp_account (id, openid_identifier) VALUES (67, 'team-membership-janitor_oid');
654+INSERT INTO lp_account (id, openid_identifier) VALUES (68, 'launchpad-beta-owner_oid');
655+INSERT INTO lp_account (id, openid_identifier) VALUES (70, 'former-user_oid');
656+INSERT INTO lp_account (id, openid_identifier) VALUES (243602, 'no-team-memberships_oid');
657+INSERT INTO lp_account (id, openid_identifier) VALUES (243603, 'one-membership_oid');
658+INSERT INTO lp_account (id, openid_identifier) VALUES (243606, 'neMCQNd');
659+INSERT INTO lp_account (id, openid_identifier) VALUES (243608, 'WQPMHdf');
660+INSERT INTO lp_account (id, openid_identifier) VALUES (243609, '6w7kmzC');
661+INSERT INTO lp_account (id, openid_identifier) VALUES (243610, 'cCGE3LA');
662+INSERT INTO lp_account (id, openid_identifier) VALUES (243611, 'MGWJnTL');
663+INSERT INTO lp_account (id, openid_identifier) VALUES (243614, '6KHNEe3');
664+INSERT INTO lp_account (id, openid_identifier) VALUES (243615, 'yEzBPbd');
665+INSERT INTO lp_account (id, openid_identifier) VALUES (243616, 'R8FpwXd');
666+INSERT INTO lp_account (id, openid_identifier) VALUES (243617, 'CALDpFr');
667+INSERT INTO lp_account (id, openid_identifier) VALUES (243622, 'rPwGRk4');
668+INSERT INTO lp_account (id, openid_identifier) VALUES (243623, 'mTmeENb');
669+INSERT INTO lp_account (id, openid_identifier) VALUES (243624, 'cF4PNk3');
670+INSERT INTO lp_account (id, openid_identifier) VALUES (243625, '3sbtGMy');
671+INSERT INTO lp_account (id, openid_identifier) VALUES (243626, 'LQCGF4D');
672+INSERT INTO lp_account (id, openid_identifier) VALUES (243627, 'tMRLhWD');
673+INSERT INTO lp_account (id, openid_identifier) VALUES (243628, 'MY7Gzdp');
674+INSERT INTO lp_account (id, openid_identifier) VALUES (243629, 'DX4rknT');
675+INSERT INTO lp_account (id, openid_identifier) VALUES (243630, 'f8mXQsW');
676+INSERT INTO lp_account (id, openid_identifier) VALUES (243631, 'DeKE6Tx');
677+INSERT INTO lp_account (id, openid_identifier) VALUES (243632, 'wwnwXxy');
678+INSERT INTO lp_account (id, openid_identifier) VALUES (243633, 'YEBL6yn');
679+INSERT INTO lp_account (id, openid_identifier) VALUES (243634, 'HHN3kCp');
680+INSERT INTO lp_account (id, openid_identifier) VALUES (243635, 'NbFGnBx');
681+INSERT INTO lp_account (id, openid_identifier) VALUES (243636, 'e3eENYJ');
682+INSERT INTO lp_account (id, openid_identifier) VALUES (243637, 'AdzdTBA');
683+INSERT INTO lp_account (id, openid_identifier) VALUES (243638, 'pD7XQny');
684+
685+
686+ALTER TABLE lp_account ENABLE TRIGGER ALL;
687+
688+
689 ALTER TABLE lp_person DISABLE TRIGGER ALL;
690
691 INSERT INTO lp_person (id, displayname, teamowner, teamdescription, name, language, fti, defaultmembershipperiod, defaultrenewalperiod, subscriptionpolicy, merged, datecreated, addressline1, addressline2, organization, city, province, country, postcode, phone, homepage_content, icon, mugshot, hide_email_addresses, creation_rationale, creation_comment, registrant, logo, renewal_policy, personal_standing, personal_standing_reason, mail_resumption_date, mailing_list_auto_subscribe_policy, mailing_list_receive_duplicates, visibility, verbose_bugnotifications, account) VALUES (1, 'Mark Shuttleworth', NULL, NULL, 'mark', NULL, NULL, NULL, NULL, 1, NULL, '2005-06-06 08:59:51.591618', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, 8, NULL, NULL, NULL, 10, 0, NULL, NULL, 1, true, 1, false, 1);
692@@ -4048,6 +4301,8 @@
693 INSERT INTO lp_person (id, displayname, teamowner, teamdescription, name, language, fti, defaultmembershipperiod, defaultrenewalperiod, subscriptionpolicy, merged, datecreated, addressline1, addressline2, organization, city, province, country, postcode, phone, homepage_content, icon, mugshot, hide_email_addresses, creation_rationale, creation_comment, registrant, logo, renewal_policy, personal_standing, personal_standing_reason, mail_resumption_date, mailing_list_auto_subscribe_policy, mailing_list_receive_duplicates, visibility, verbose_bugnotifications, account) VALUES (243648, 'Epiphany Maintainer', NULL, NULL, 'epiphany-maintainer', NULL, NULL, NULL, NULL, 1, NULL, '2009-08-24 14:36:04.668409', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, 1, NULL, NULL, NULL, 10, 0, NULL, NULL, 1, true, 1, true, 243634);
694 INSERT INTO lp_person (id, displayname, teamowner, teamdescription, name, language, fti, defaultmembershipperiod, defaultrenewalperiod, subscriptionpolicy, merged, datecreated, addressline1, addressline2, organization, city, province, country, postcode, phone, homepage_content, icon, mugshot, hide_email_addresses, creation_rationale, creation_comment, registrant, logo, renewal_policy, personal_standing, personal_standing_reason, mail_resumption_date, mailing_list_auto_subscribe_policy, mailing_list_receive_duplicates, visibility, verbose_bugnotifications, account) VALUES (243649, 'intltool maintainer', NULL, NULL, 'intltool-maintainer', NULL, NULL, NULL, NULL, 1, NULL, '2009-08-24 14:38:22.003195', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, 1, NULL, NULL, NULL, 10, 0, NULL, NULL, 1, true, 1, true, 243635);
695 INSERT INTO lp_person (id, displayname, teamowner, teamdescription, name, language, fti, defaultmembershipperiod, defaultrenewalperiod, subscriptionpolicy, merged, datecreated, addressline1, addressline2, organization, city, province, country, postcode, phone, homepage_content, icon, mugshot, hide_email_addresses, creation_rationale, creation_comment, registrant, logo, renewal_policy, personal_standing, personal_standing_reason, mail_resumption_date, mailing_list_auto_subscribe_policy, mailing_list_receive_duplicates, visibility, verbose_bugnotifications, account) VALUES (243650, 'Lies Maintainer', NULL, NULL, 'lies-maintainer', NULL, NULL, NULL, NULL, 1, NULL, '2009-08-24 14:39:04.740018', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, 1, NULL, NULL, NULL, 10, 0, NULL, NULL, 1, true, 1, true, 243636);
696+INSERT INTO lp_person (id, displayname, teamowner, teamdescription, name, language, fti, defaultmembershipperiod, defaultrenewalperiod, subscriptionpolicy, merged, datecreated, addressline1, addressline2, organization, city, province, country, postcode, phone, homepage_content, icon, mugshot, hide_email_addresses, creation_rationale, creation_comment, registrant, logo, renewal_policy, personal_standing, personal_standing_reason, mail_resumption_date, mailing_list_auto_subscribe_policy, mailing_list_receive_duplicates, visibility, verbose_bugnotifications, account) VALUES (243651, 'Ppa-user', NULL, NULL, 'ppa-user', NULL, NULL, NULL, NULL, 1, NULL, '2010-03-21 16:37:00.092385', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, 1, NULL, NULL, NULL, 10, 0, NULL, NULL, 1, true, 1, true, 243637);
697+INSERT INTO lp_person (id, displayname, teamowner, teamdescription, name, language, fti, defaultmembershipperiod, defaultrenewalperiod, subscriptionpolicy, merged, datecreated, addressline1, addressline2, organization, city, province, country, postcode, phone, homepage_content, icon, mugshot, hide_email_addresses, creation_rationale, creation_comment, registrant, logo, renewal_policy, personal_standing, personal_standing_reason, mail_resumption_date, mailing_list_auto_subscribe_policy, mailing_list_receive_duplicates, visibility, verbose_bugnotifications, account) VALUES (243652, 'Santiago Vila', NULL, NULL, 'sanvila', NULL, NULL, NULL, NULL, 1, NULL, '2010-03-21 16:40:52.468708', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, 7, 'when the hello_2.4-3 package was uploaded to lucid/RELEASE', NULL, NULL, 10, 0, NULL, NULL, 1, true, 1, true, 243638);
698
699
700 ALTER TABLE lp_person ENABLE TRIGGER ALL;
701@@ -4299,6 +4554,10 @@
702 INSERT INTO lp_teamparticipation (id, team, person) VALUES (250, 243648, 243648);
703 INSERT INTO lp_teamparticipation (id, team, person) VALUES (251, 243649, 243649);
704 INSERT INTO lp_teamparticipation (id, team, person) VALUES (252, 243650, 243650);
705+INSERT INTO lp_teamparticipation (id, team, person) VALUES (253, 243651, 243651);
706+INSERT INTO lp_teamparticipation (id, team, person) VALUES (254, 32, 243651);
707+INSERT INTO lp_teamparticipation (id, team, person) VALUES (255, 17, 243651);
708+INSERT INTO lp_teamparticipation (id, team, person) VALUES (256, 243652, 243652);
709
710
711 ALTER TABLE lp_teamparticipation ENABLE TRIGGER ALL;
712@@ -5121,6 +5380,11 @@
713 INSERT INTO packageupload (id, status, distroseries, pocket, changesfile, date_created, signing_key, archive) VALUES (13, 3, 10, 0, 65, '2007-08-09 21:25:37.832976', NULL, 12);
714 INSERT INTO packageupload (id, status, distroseries, pocket, changesfile, date_created, signing_key, archive) VALUES (14, 3, 10, 0, 69, '2007-08-09 21:54:18.456616', NULL, 12);
715 INSERT INTO packageupload (id, status, distroseries, pocket, changesfile, date_created, signing_key, archive) VALUES (15, 3, 1, 0, 52, '2008-05-25 20:39:27.186515', NULL, 10);
716+INSERT INTO packageupload (id, status, distroseries, pocket, changesfile, date_created, signing_key, archive) VALUES (16, 0, 22, 0, 93, '2010-03-21 16:40:52.468708', NULL, 1);
717+INSERT INTO packageupload (id, status, distroseries, pocket, changesfile, date_created, signing_key, archive) VALUES (17, 0, 22, 0, 98, '2010-03-21 16:40:53.242249', NULL, 1);
718+INSERT INTO packageupload (id, status, distroseries, pocket, changesfile, date_created, signing_key, archive) VALUES (18, 0, 22, 0, 103, '2010-03-21 16:40:55.270048', NULL, 1);
719+INSERT INTO packageupload (id, status, distroseries, pocket, changesfile, date_created, signing_key, archive) VALUES (19, 0, 22, 0, 108, '2010-03-21 16:40:56.808105', NULL, 1);
720+INSERT INTO packageupload (id, status, distroseries, pocket, changesfile, date_created, signing_key, archive) VALUES (20, 0, 22, 0, 113, '2010-03-21 16:40:58.942507', NULL, 1);
721
722
723 ALTER TABLE packageupload ENABLE TRIGGER ALL;
724@@ -5157,6 +5421,11 @@
725 INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (6, 12, 34, '2007-02-15 14:40:09.479212');
726 INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (7, 13, 36, '2007-08-09 21:25:37.832976');
727 INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (8, 15, 35, '2006-10-16 18:31:43.832976');
728+INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (9, 16, 38, '2010-03-21 16:40:52.468708');
729+INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (10, 17, 39, '2010-03-21 16:40:53.242249');
730+INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (11, 18, 40, '2010-03-21 16:40:55.270048');
731+INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (12, 19, 41, '2010-03-21 16:40:56.808105');
732+INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (13, 20, 42, '2010-03-21 16:40:58.942507');
733
734
735 ALTER TABLE packageuploadsource ENABLE TRIGGER ALL;
736@@ -5167,8 +5436,35 @@
737 INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 1, 1, 3, 2, '2005-07-05 14:20:26.577312', NULL, '2006-10-16 18:31:44.336247');
738 INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 10, 19, 1, 8, '2005-09-15 11:55:38.640138', NULL, '2006-10-16 18:31:44.337965');
739 INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 11, 19, 8, 8, '2005-09-15 11:55:48.109778', NULL, '2006-10-16 18:31:44.338488');
740+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 12, 1, 14, 2, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
741+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 13, 9, 14, 3, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
742+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 14, 10, 14, 5, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
743+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 15, 10, 15, 5, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
744+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 16, 9, 15, 3, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
745+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 17, 1, 15, 2, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
746+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 18, 1, 16, 2, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
747+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 19, 9, 16, 3, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
748 INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 2, 9, 3, 3, '2005-07-05 14:20:26.577312', NULL, '2006-10-16 18:31:44.338912');
749+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 20, 10, 16, 5, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
750+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 21, 10, 17, 5, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
751+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 22, 9, 17, 3, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
752+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 23, 1, 17, 2, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
753+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 24, 1, 18, 2, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
754+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 25, 9, 18, 3, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
755+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 26, 10, 18, 5, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
756+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 27, 10, 19, 5, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
757+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 28, 9, 19, 3, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
758+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 29, 1, 19, 2, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
759 INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 3, 10, 1, 5, '2005-07-05 14:20:26.577312', NULL, '2006-10-16 18:31:44.339361');
760+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 30, 1, 20, 2, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
761+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 31, 9, 20, 3, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
762+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 32, 10, 20, 5, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
763+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 33, 10, 21, 5, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
764+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 34, 9, 21, 3, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
765+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 35, 1, 21, 2, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
766+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 36, 1, 22, 2, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
767+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 37, 9, 22, 3, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
768+INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 38, 10, 22, 5, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353');
769 INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 4, 9, 1, 3, '2005-07-05 14:20:26.577312', NULL, '2006-10-16 18:31:44.339782');
770 INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 6, 10, 3, 5, '2005-07-05 14:20:26.577312', NULL, '2006-10-16 18:31:44.340203');
771 INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 7, 15, 1, 6, '2005-07-05 14:20:26.577312', NULL, '2006-10-16 18:31:44.340624');
772@@ -5302,6 +5598,8 @@
773 INSERT INTO person (id, displayname, teamowner, teamdescription, name, language, fti, defaultmembershipperiod, defaultrenewalperiod, subscriptionpolicy, merged, datecreated, addressline1, addressline2, organization, city, province, country, postcode, phone, homepage_content, icon, mugshot, hide_email_addresses, creation_rationale, creation_comment, registrant, logo, renewal_policy, personal_standing, personal_standing_reason, mail_resumption_date, mailing_list_auto_subscribe_policy, mailing_list_receive_duplicates, visibility, verbose_bugnotifications, account) VALUES (243648, 'Epiphany Maintainer', NULL, NULL, 'epiphany-maintainer', NULL, NULL, NULL, NULL, 1, NULL, '2009-08-24 14:36:04.668409', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, 1, NULL, NULL, NULL, 10, 0, NULL, NULL, 1, true, 1, true, 243634);
774 INSERT INTO person (id, displayname, teamowner, teamdescription, name, language, fti, defaultmembershipperiod, defaultrenewalperiod, subscriptionpolicy, merged, datecreated, addressline1, addressline2, organization, city, province, country, postcode, phone, homepage_content, icon, mugshot, hide_email_addresses, creation_rationale, creation_comment, registrant, logo, renewal_policy, personal_standing, personal_standing_reason, mail_resumption_date, mailing_list_auto_subscribe_policy, mailing_list_receive_duplicates, visibility, verbose_bugnotifications, account) VALUES (243649, 'intltool maintainer', NULL, NULL, 'intltool-maintainer', NULL, NULL, NULL, NULL, 1, NULL, '2009-08-24 14:38:22.003195', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, 1, NULL, NULL, NULL, 10, 0, NULL, NULL, 1, true, 1, true, 243635);
775 INSERT INTO person (id, displayname, teamowner, teamdescription, name, language, fti, defaultmembershipperiod, defaultrenewalperiod, subscriptionpolicy, merged, datecreated, addressline1, addressline2, organization, city, province, country, postcode, phone, homepage_content, icon, mugshot, hide_email_addresses, creation_rationale, creation_comment, registrant, logo, renewal_policy, personal_standing, personal_standing_reason, mail_resumption_date, mailing_list_auto_subscribe_policy, mailing_list_receive_duplicates, visibility, verbose_bugnotifications, account) VALUES (243650, 'Lies Maintainer', NULL, NULL, 'lies-maintainer', NULL, NULL, NULL, NULL, 1, NULL, '2009-08-24 14:39:04.740018', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, 1, NULL, NULL, NULL, 10, 0, NULL, NULL, 1, true, 1, true, 243636);
776+INSERT INTO person (id, displayname, teamowner, teamdescription, name, language, fti, defaultmembershipperiod, defaultrenewalperiod, subscriptionpolicy, merged, datecreated, addressline1, addressline2, organization, city, province, country, postcode, phone, homepage_content, icon, mugshot, hide_email_addresses, creation_rationale, creation_comment, registrant, logo, renewal_policy, personal_standing, personal_standing_reason, mail_resumption_date, mailing_list_auto_subscribe_policy, mailing_list_receive_duplicates, visibility, verbose_bugnotifications, account) VALUES (243651, 'Ppa-user', NULL, NULL, 'ppa-user', NULL, NULL, NULL, NULL, 1, NULL, '2010-03-21 16:37:00.092385', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, 1, NULL, NULL, NULL, 10, 0, NULL, NULL, 1, true, 1, true, 243637);
777+INSERT INTO person (id, displayname, teamowner, teamdescription, name, language, fti, defaultmembershipperiod, defaultrenewalperiod, subscriptionpolicy, merged, datecreated, addressline1, addressline2, organization, city, province, country, postcode, phone, homepage_content, icon, mugshot, hide_email_addresses, creation_rationale, creation_comment, registrant, logo, renewal_policy, personal_standing, personal_standing_reason, mail_resumption_date, mailing_list_auto_subscribe_policy, mailing_list_receive_duplicates, visibility, verbose_bugnotifications, account) VALUES (243652, 'Santiago Vila', NULL, NULL, 'sanvila', NULL, NULL, NULL, NULL, 1, NULL, '2010-03-21 16:40:52.468708', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, 7, 'when the hello_2.4-3 package was uploaded to lucid/RELEASE', NULL, NULL, 10, 0, NULL, NULL, 1, true, 1, true, 243638);
778
779
780 ALTER TABLE person ENABLE TRIGGER ALL;
781@@ -8155,31 +8453,31 @@
782
783 ALTER TABLE product DISABLE TRIGGER ALL;
784
785-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (1, 1, 17, 'tomcat', 'Tomcat', 'Tomcat', 'The servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies.', 'Apache Tomcat is developed in an open and participatory environment and released under the Apache Software License. This project has nothing to do with Ubuntu, but this description uses the word "Ubuntu" for the purpose of testing search results.', '2004-09-24 20:58:00.655518', 'http://tomcat.apache.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 16, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 17, NULL, NULL);
786-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (2, 2, 2, 'unassigned', 'unassigned syncs', 'unassigned syncs', 'syncs still not assigned to a real product', 'unassigned syncs, will not be processed, to be moved to real projects ASAP.', '2004-09-24 20:58:00.674409', 'http://archive.apache.org/dist/tomcat', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, false, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 17, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 2, NULL, NULL);
787-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (3, 3, 2, 'arch-mirrors', 'Arch mirrors', 'Arch archive mirrors', 'Arch Archive Mirroring project.', 'Arch archive full-archive mirror tasks', '2004-09-24 20:58:00.691047', 'http://arch.ubuntu.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 15, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 2, NULL, NULL);
788-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (4, 4, 12, 'firefox', 'Mozilla Firefox', 'Mozilla Firefox', 'The Mozilla Firefox web browser', 'The Mozilla Firefox web browser', '2004-09-24 20:58:02.185708', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 1, 100, false, true, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, true, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL);
789-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (5, 5, 12, 'evolution', 'Evolution', 'The Evolution Groupware Application', 'Evolution is an email client, addressbook and calendar application that is very well integrated with the Gnome desktop. Evolution is the standard mail client in the Ubuntu distribution, and supports all current mail system standards.', 'Recently, Evolution has seen significant work to make it interoperable with the proprietary Microsoft Exchange Server protocols and formats, allowing organisations to replace Outlook on Windows with Evolution and Linux.
790-
791-The current stable release series of Evolution is 2.0.', '2004-09-24 20:58:02.240163', 'http://www.gnome.org/evolution/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 1, 100, true, true, NULL, NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL);
792-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (6, 5, 12, 'gnome-terminal', 'GNOME Terminal', 'The GNOME Terminal Emulator', 'Gnome Terminal is a simple terminal application for your Gnome desktop. It allows quick access to console applications, supports all console types, and has many useful features such as tabbed consoles (many consoles in a single window with quick switching between them).', 'The Gnome Terminal application fully supports Gnome 2 and is a standard part of the Gnome Desktop.', '2004-09-24 20:58:02.256678', 'http://www.gnome.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, 2, 14, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, 'gnome-terminal', NULL);
793-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (7, 6, 12, 'iso-codes', 'iso-codes', 'The iso-codes', 'foo', 'bar', '2004-09-24 20:58:02.258743', 'http://www.novell.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 13, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL);
794-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (8, 4, 12, 'thunderbird', 'Mozilla Thunderbird', 'Mozilla Thunderbird', 'The Mozilla Thunderbird email client', 'The Mozilla Thunderbird email client', '2004-09-24 20:58:04.478988', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 4, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL);
795-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (9, 5, 16, 'applets', 'Gnome Applets', 'The Gnome Panel Applets', 'The Gnome Panel Applets are a collection of standard widgets that can be installed on your desktop Panel. These icons act as launchers for applications, or indicators of the status of your machine. For example, panel applets exist to show you your battery status or wifi network signal strength.', 'This is the collection of Panel Applets that is part of the default Gnome release. Additional Panel Applets are available from third parties. A complete set of Panel Applets is included in the Ubuntu OS, for example.
796-
797-The Gnome Panel team includes Abel Kascinsky, Frederick Wurst and Andreas Andropovitch Axelsson.', '2004-10-03 16:46:09.113721', 'http://www.gnome.org/panel/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 12, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL);
798-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (10, NULL, 2, 'python-gnome2-dev', 'python gnome2 dev', 'python gnome2 dev', 'Python bindings for the GNOME desktop environment', 'Python bindings for the GNOME desktop environment', '2004-09-24 20:58:00.674409', 'http://www.daa.com.au/~james/software/pygtk/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, false, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 18, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 2, NULL, NULL);
799-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (11, 5, 12, 'netapplet', 'NetApplet', 'Network Applet', 'The Novell Network Applet', 'Displays current network status and allows network switching', '2005-03-10 16:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL);
800-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (12, NULL, 16, 'a52dec', 'a52dec', 'Liba52 Test Decoder', 'a52dec is a test program for liba52.', 'This tool decodes ATSC A/52 streams, and also includes a demultiplexer for mpeg-1 and mpeg-2 program streams. The liba52 source code is always distributed in the a52dec package, to make sure it easier for people to test it.', '2005-04-14 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 6, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL);
801-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (13, 5, 16, 'gnomebaker', 'gnomebaker', 'Gnome Baker', 'Gnome Baker is a CD burning application', 'Gnome Baker burns CDs like there''s no tomorrow', '2005-08-26 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 11, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL);
802-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (14, NULL, 12, 'bazaar', 'Bazaar', 'Bazaar', 'Bazaar is a distributed revision control system', 'Bazaar is all about source control and double-dashes.', '2005-08-26 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 10, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL);
803-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (15, NULL, 1, 'alsa-utils', 'alsa-utils', 'ALSA utilities', 'Utilities for configurating and using the Advanced Linux Sound Architecture', NULL, '2005-09-15 09:05:11.472752', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 2, 1, true, false, NULL, NULL, NULL, NULL, 8, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 1, NULL, NULL);
804-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (16, NULL, 12, 'landscape', 'The Landscape Project', 'The Landscape Project', 'Landscape is a system being developed by Canonical to allow remote management of systems using a web interface.', 'Landscape is a system being developed by Canonical to allow remote management of systems using a web interface. The scope of the project isn''t limited, and will grow up as new features are planned.
805-
806-The Landscape system consists of two major parts: a client daemon which delivers information to the server and acts on server-provided requests; and a web server responsible for handling communication with clients and the user interface itself.', '2006-07-11 19:59:17.311451', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, 64, NULL, NULL, NULL, 9, NULL, NULL, NULL, NULL, false, true, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL);
807-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (17, NULL, 12, 'launchpad', 'Launchpad', 'Launchpad', 'Launchpad is a catalogue of libre software projects and products. Projects registered in the Launchpad are linked to their translations in Rosetta, their bugs in Malone, their RCS imports in Bazaar, and their packages in Soyuz.', 'Launchpad''s design is inspired by the Description of a Project (DOAP) framework by Edd Dumbill, with extensions for actual releases of products.', '2006-11-24 12:48:19.178553', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, NULL, NULL, NULL, NULL, 19, NULL, NULL, NULL, NULL, true, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL);
808-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (18, NULL, 37, 'upstart', 'Upstart', 'The Upstart System Initialisation Process', 'Event-based init daemon.', 'upstart is a replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running.', '2007-03-14 18:47:04.891546', 'http://upstart.ubuntu.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 3, 100, false, false, NULL, NULL, NULL, NULL, 20, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 37, NULL, NULL);
809-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (19, NULL, 28, 'aptoncd', 'APTonCD', 'APTonCD, Get APT Anywhere', 'A simple yet powerful tool which allows you to create one (or more) CD/DVD-Repository containing all of the packages downloaded via apt-get or aptitude.', 'A GUI-based tool that allows you to create a CD/DVD with all downloaded packages with APT-GET, creating a removable-repository.
810+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (1, 1, 17, 'tomcat', 'Tomcat', 'Tomcat', 'The servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies.', 'Apache Tomcat is developed in an open and participatory environment and released under the Apache Software License. This project has nothing to do with Ubuntu, but this description uses the word "Ubuntu" for the purpose of testing search results.', '2004-09-24 20:58:00.655518', 'http://tomcat.apache.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 16, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 17, NULL, NULL, NULL);
811+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (2, 2, 2, 'unassigned', 'unassigned syncs', 'unassigned syncs', 'syncs still not assigned to a real product', 'unassigned syncs, will not be processed, to be moved to real projects ASAP.', '2004-09-24 20:58:00.674409', 'http://archive.apache.org/dist/tomcat', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, false, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 17, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 2, NULL, NULL, NULL);
812+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (3, 3, 2, 'arch-mirrors', 'Arch mirrors', 'Arch archive mirrors', 'Arch Archive Mirroring project.', 'Arch archive full-archive mirror tasks', '2004-09-24 20:58:00.691047', 'http://arch.ubuntu.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 15, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 2, NULL, NULL, NULL);
813+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (4, 4, 12, 'firefox', 'Mozilla Firefox', 'Mozilla Firefox', 'The Mozilla Firefox web browser', 'The Mozilla Firefox web browser', '2004-09-24 20:58:02.185708', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 1, 100, false, true, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, true, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL);
814+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (5, 5, 12, 'evolution', 'Evolution', 'The Evolution Groupware Application', 'Evolution is an email client, addressbook and calendar application that is very well integrated with the Gnome desktop. Evolution is the standard mail client in the Ubuntu distribution, and supports all current mail system standards.', 'Recently, Evolution has seen significant work to make it interoperable with the proprietary Microsoft Exchange Server protocols and formats, allowing organisations to replace Outlook on Windows with Evolution and Linux.
815+
816+The current stable release series of Evolution is 2.0.', '2004-09-24 20:58:02.240163', 'http://www.gnome.org/evolution/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 1, 100, true, true, NULL, NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL);
817+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (6, 5, 12, 'gnome-terminal', 'GNOME Terminal', 'The GNOME Terminal Emulator', 'Gnome Terminal is a simple terminal application for your Gnome desktop. It allows quick access to console applications, supports all console types, and has many useful features such as tabbed consoles (many consoles in a single window with quick switching between them).', 'The Gnome Terminal application fully supports Gnome 2 and is a standard part of the Gnome Desktop.', '2004-09-24 20:58:02.256678', 'http://www.gnome.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, 2, 14, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, 'gnome-terminal', NULL, NULL);
818+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (7, 6, 12, 'iso-codes', 'iso-codes', 'The iso-codes', 'foo', 'bar', '2004-09-24 20:58:02.258743', 'http://www.novell.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 13, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL);
819+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (8, 4, 12, 'thunderbird', 'Mozilla Thunderbird', 'Mozilla Thunderbird', 'The Mozilla Thunderbird email client', 'The Mozilla Thunderbird email client', '2004-09-24 20:58:04.478988', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 4, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL);
820+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (9, 5, 16, 'applets', 'Gnome Applets', 'The Gnome Panel Applets', 'The Gnome Panel Applets are a collection of standard widgets that can be installed on your desktop Panel. These icons act as launchers for applications, or indicators of the status of your machine. For example, panel applets exist to show you your battery status or wifi network signal strength.', 'This is the collection of Panel Applets that is part of the default Gnome release. Additional Panel Applets are available from third parties. A complete set of Panel Applets is included in the Ubuntu OS, for example.
821+
822+The Gnome Panel team includes Abel Kascinsky, Frederick Wurst and Andreas Andropovitch Axelsson.', '2004-10-03 16:46:09.113721', 'http://www.gnome.org/panel/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 12, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL, NULL);
823+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (10, NULL, 2, 'python-gnome2-dev', 'python gnome2 dev', 'python gnome2 dev', 'Python bindings for the GNOME desktop environment', 'Python bindings for the GNOME desktop environment', '2004-09-24 20:58:00.674409', 'http://www.daa.com.au/~james/software/pygtk/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, false, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 18, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 2, NULL, NULL, NULL);
824+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (11, 5, 12, 'netapplet', 'NetApplet', 'Network Applet', 'The Novell Network Applet', 'Displays current network status and allows network switching', '2005-03-10 16:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL);
825+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (12, NULL, 16, 'a52dec', 'a52dec', 'Liba52 Test Decoder', 'a52dec is a test program for liba52.', 'This tool decodes ATSC A/52 streams, and also includes a demultiplexer for mpeg-1 and mpeg-2 program streams. The liba52 source code is always distributed in the a52dec package, to make sure it easier for people to test it.', '2005-04-14 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 6, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL, NULL);
826+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (13, 5, 16, 'gnomebaker', 'gnomebaker', 'Gnome Baker', 'Gnome Baker is a CD burning application', 'Gnome Baker burns CDs like there''s no tomorrow', '2005-08-26 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 11, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL, NULL);
827+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (14, NULL, 12, 'bazaar', 'Bazaar', 'Bazaar', 'Bazaar is a distributed revision control system', 'Bazaar is all about source control and double-dashes.', '2005-08-26 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 10, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL);
828+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (15, NULL, 1, 'alsa-utils', 'alsa-utils', 'ALSA utilities', 'Utilities for configurating and using the Advanced Linux Sound Architecture', NULL, '2005-09-15 09:05:11.472752', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 2, 1, true, false, NULL, NULL, NULL, NULL, 8, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 1, NULL, NULL, NULL);
829+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (16, NULL, 12, 'landscape', 'The Landscape Project', 'The Landscape Project', 'Landscape is a system being developed by Canonical to allow remote management of systems using a web interface.', 'Landscape is a system being developed by Canonical to allow remote management of systems using a web interface. The scope of the project isn''t limited, and will grow up as new features are planned.
830+
831+The Landscape system consists of two major parts: a client daemon which delivers information to the server and acts on server-provided requests; and a web server responsible for handling communication with clients and the user interface itself.', '2006-07-11 19:59:17.311451', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, 64, NULL, NULL, NULL, 9, NULL, NULL, NULL, NULL, false, true, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL);
832+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (17, NULL, 12, 'launchpad', 'Launchpad', 'Launchpad', 'Launchpad is a catalogue of libre software projects and products. Projects registered in the Launchpad are linked to their translations in Rosetta, their bugs in Malone, their RCS imports in Bazaar, and their packages in Soyuz.', 'Launchpad''s design is inspired by the Description of a Project (DOAP) framework by Edd Dumbill, with extensions for actual releases of products.', '2006-11-24 12:48:19.178553', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, NULL, NULL, NULL, NULL, 19, NULL, NULL, NULL, NULL, true, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL);
833+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (18, NULL, 37, 'upstart', 'Upstart', 'The Upstart System Initialisation Process', 'Event-based init daemon.', 'upstart is a replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running.', '2007-03-14 18:47:04.891546', 'http://upstart.ubuntu.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 3, 100, false, false, NULL, NULL, NULL, NULL, 20, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 37, NULL, NULL, NULL);
834+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (19, NULL, 28, 'aptoncd', 'APTonCD', 'APTonCD, Get APT Anywhere', 'A simple yet powerful tool which allows you to create one (or more) CD/DVD-Repository containing all of the packages downloaded via apt-get or aptitude.', 'A GUI-based tool that allows you to create a CD/DVD with all downloaded packages with APT-GET, creating a removable-repository.
835
836 With aptoncd you can:
837 * Create a CD/DVD with all downloaded packages
838@@ -8188,26 +8486,26 @@
839 * Upgrade a lot of computers with same DVD
840 * And more is expected...
841
842-In the "Create APTonCD" feature we have the possibility to make a CD/DVD with all previously downloaded packages with apt-get or aptitude. It uses apt-cache (/var/cache/apt/archives) and scans for packages and makes a repository in one (or more) CD/DVD, exactly as the previous option.', '2007-03-14 18:53:13.112116', 'http://aptoncd.sourceforge.net/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 21, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 28, NULL, NULL);
843-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (20, NULL, 14, 'jokosher', 'Jokosher', 'Jokosher Audio Editor', 'Jokosher is a simple yet powerful multi-track studio. With it you can create and record music, podcasts and more, all from an integrated simple environment.', 'Jokosher brings together many sources of audio into a seamless environment where you can record, mix and publish your audio content.', '2007-03-15 20:11:49.501871', 'http://www.jokosher.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, NULL, NULL, NULL, NULL, 22, NULL, NULL, NULL, NULL, false, false, false, NULL, false, true, NULL, NULL, false, false, 14, NULL, NULL);
844-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (21, NULL, 12, 'bzr', 'Bazaar', 'Bazaar Version Control System', 'Bazaar is a distributed revision control system. It allows team members to branch and merge upstream code very easily. Most importantly, it is very robust in handling renames so that merges across radical restructurings of the tree are efficient and correct.', 'Bazaar aims to be a distributed RCS system that the open source community loves to use.
845+In the "Create APTonCD" feature we have the possibility to make a CD/DVD with all previously downloaded packages with apt-get or aptitude. It uses apt-cache (/var/cache/apt/archives) and scans for packages and makes a repository in one (or more) CD/DVD, exactly as the previous option.', '2007-03-14 18:53:13.112116', 'http://aptoncd.sourceforge.net/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 21, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 28, NULL, NULL, NULL);
846+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (20, NULL, 14, 'jokosher', 'Jokosher', 'Jokosher Audio Editor', 'Jokosher is a simple yet powerful multi-track studio. With it you can create and record music, podcasts and more, all from an integrated simple environment.', 'Jokosher brings together many sources of audio into a seamless environment where you can record, mix and publish your audio content.', '2007-03-15 20:11:49.501871', 'http://www.jokosher.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, NULL, NULL, NULL, NULL, 22, NULL, NULL, NULL, NULL, false, false, false, NULL, false, true, NULL, NULL, false, false, 14, NULL, NULL, NULL);
847+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (21, NULL, 12, 'bzr', 'Bazaar', 'Bazaar Version Control System', 'Bazaar is a distributed revision control system. It allows team members to branch and merge upstream code very easily. Most importantly, it is very robust in handling renames so that merges across radical restructurings of the tree are efficient and correct.', 'Bazaar aims to be a distributed RCS system that the open source community loves to use.
848
849-Distributed revision control systems allow multiple people to have their own branch of a project, and merge code efficiently between them. This enables new contributors to immediately have access to the full tools that previously have been limited to just the committers to a project.', '2007-03-27 16:28:27.763632', 'http://bazaar-vcs.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 23, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL);
850-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (22, NULL, 12, 'redfish', 'Redfish', 'Redfish', 'The redfish project.', 'The redfish project.', '2007-04-18 20:58:56.846607', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, 64, NULL, NULL, NULL, 24, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL);
851-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (23, 1, 1, 'derby', 'Derby', 'Derby - Java Database', 'Apache Derby, an Apache DB subproject, is an open source relational database implemented entirely in Java and available under the Apache License, Version 2.0.', 'Some key advantages include:
852+Distributed revision control systems allow multiple people to have their own branch of a project, and merge code efficiently between them. This enables new contributors to immediately have access to the full tools that previously have been limited to just the committers to a project.', '2007-03-27 16:28:27.763632', 'http://bazaar-vcs.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 23, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL);
853+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (22, NULL, 12, 'redfish', 'Redfish', 'Redfish', 'The redfish project.', 'The redfish project.', '2007-04-18 20:58:56.846607', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, 64, NULL, NULL, NULL, 24, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL);
854+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (23, 1, 1, 'derby', 'Derby', 'Derby - Java Database', 'Apache Derby, an Apache DB subproject, is an open source relational database implemented entirely in Java and available under the Apache License, Version 2.0.', 'Some key advantages include:
855
856 * Derby has a small footprint -- about 2 megabytes for the base engine and embedded JDBC driver.
857 * Derby is based on the Java, JDBC, and SQL standards.
858 * Derby provides an embedded JDBC driver that lets you embed Derby in any Java-based solution.
859 * Derby also supports the more familiar client/server mode with the Derby Network Client JDBC driver and Derby Network Server.
860 * Derby is easy to install, deploy, and use.
861-', '2007-11-19 12:44:30.603892', 'http://db.apache.org/derby/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 25, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 1, NULL, NULL);
862-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (24, NULL, 243623, 'mega-money-maker', 'Mega Money Maker', 'Sample Commercial Project', 'Proprietary project', NULL, '2008-06-27 14:51:47.366199', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 26, NULL, NULL, NULL, NULL, false, false, false, 'All rights reserved. Not free.', false, false, NULL, NULL, false, false, 243623, NULL, NULL);
863-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (25, NULL, 16, 'rosetta', 'Launchpad Translations', 'The translations part of Launchpad', 'Here you can translate your project into other spoken languages.', NULL, '2008-10-02 10:12:40.909504', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 27, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL);
864-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (26, NULL, 16, 'obsolete-junk', 'Obsolete Junk', 'The Great Mass of Obsolete Junk', 'If you have junk that you don''t want clogging up your product, dump it here.', NULL, '2009-05-02 21:33:15.310312', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 28, NULL, NULL, NULL, NULL, false, false, false, '(We have them all because we are junk. Junk. Junk I tell you.)', false, false, NULL, NULL, false, true, 16, NULL, NULL);
865-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (27, NULL, 243648, 'epiphany', 'Epiphany', 'Epiphany Web Browser', 'A default GNOME web browser.', 'description1', '2009-08-24 14:36:04.699204', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 3, 20, true, false, NULL, NULL, NULL, NULL, 29, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 243648, NULL, NULL);
866-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (28, NULL, 243649, 'intltool', 'intltool', 'Internationalization build tools', 'Tools to extract translatable messages from different file formats and to merge them back in.', 'description2', '2009-08-24 14:39:04.708167', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 2, 1, true, false, NULL, NULL, NULL, NULL, 30, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 243649, NULL, NULL);
867-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (29, NULL, 243650, 'lies', 'Lies', 'Quick production of lies', 'Software to easily and quickly manufacture as many lies as possible. It takes truth as the input', 'description3', '2009-08-24 14:41:04.427117', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 2, 100, true, false, NULL, NULL, NULL, NULL, 31, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 243650, NULL, NULL);
868+', '2007-11-19 12:44:30.603892', 'http://db.apache.org/derby/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 25, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 1, NULL, NULL, NULL);
869+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (24, NULL, 243623, 'mega-money-maker', 'Mega Money Maker', 'Sample Commercial Project', 'Proprietary project', NULL, '2008-06-27 14:51:47.366199', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 26, NULL, NULL, NULL, NULL, false, false, false, 'All rights reserved. Not free.', false, false, NULL, NULL, false, false, 243623, NULL, NULL, NULL);
870+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (25, NULL, 16, 'rosetta', 'Launchpad Translations', 'The translations part of Launchpad', 'Here you can translate your project into other spoken languages.', NULL, '2008-10-02 10:12:40.909504', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 27, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL, NULL);
871+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (26, NULL, 16, 'obsolete-junk', 'Obsolete Junk', 'The Great Mass of Obsolete Junk', 'If you have junk that you don''t want clogging up your product, dump it here.', NULL, '2009-05-02 21:33:15.310312', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 28, NULL, NULL, NULL, NULL, false, false, false, '(We have them all because we are junk. Junk. Junk I tell you.)', false, false, NULL, NULL, false, true, 16, NULL, NULL, NULL);
872+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (27, NULL, 243648, 'epiphany', 'Epiphany', 'Epiphany Web Browser', 'A default GNOME web browser.', 'description1', '2009-08-24 14:36:04.699204', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 3, 20, true, false, NULL, NULL, NULL, NULL, 29, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 243648, NULL, NULL, NULL);
873+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (28, NULL, 243649, 'intltool', 'intltool', 'Internationalization build tools', 'Tools to extract translatable messages from different file formats and to merge them back in.', 'description2', '2009-08-24 14:39:04.708167', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 2, 1, true, false, NULL, NULL, NULL, NULL, 30, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 243649, NULL, NULL, NULL);
874+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (29, NULL, 243650, 'lies', 'Lies', 'Quick production of lies', 'Software to easily and quickly manufacture as many lies as possible. It takes truth as the input', 'description3', '2009-08-24 14:41:04.427117', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 2, 100, true, false, NULL, NULL, NULL, NULL, 31, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 243650, NULL, NULL, NULL);
875
876
877 ALTER TABLE product ENABLE TRIGGER ALL;
878@@ -8498,24 +8796,24 @@
879
880 ALTER TABLE project DISABLE TRIGGER ALL;
881
882-INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (1, 1, 'apache', 'Apache', 'Apache', 'The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field.', 'We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.', '2004-09-24 20:58:00.633513', 'http://apache.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1);
883-INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (2, 2, 'do-not-use-info-imports', 'DO NOT USE', 'DO NOT USE', 'DO NOT USE', 'TEMPORARY project till mirror jobs are assigned to correct project', '2004-09-24 20:58:00.637677', 'http://arch.ubuntu.com/', NULL, NULL, NULL, NULL, true, false, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
884-INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (3, 2, 'launchpad-mirrors', 'Launchpad SCM Mirrors', 'The Launchpad Mirroring Project', 'launchpad mirrors various revision control archives, that mirroring is managed here', 'A project to mirror revision control archives into Arch.', '2004-09-24 20:58:00.65398', 'http://arch.ubuntu.com/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
885-INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (4, 12, 'mozilla', 'the Mozilla Project', 'The Mozilla Project', 'The Mozilla Project is the largest open source web browser collaborative project. Founded when Netscape released the source code to its pioneering browser in 1999, the Mozilla Project continues to set the standard for web browser technology.', 'The Mozilla Project produces several internet applications that are very widely used, and is also a center for collaboration on internet standards work by open source groups.
886+INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (1, 1, 'apache', 'Apache', 'Apache', 'The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field.', 'We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.', '2004-09-24 20:58:00.633513', 'http://apache.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL);
887+INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (2, 2, 'do-not-use-info-imports', 'DO NOT USE', 'DO NOT USE', 'DO NOT USE', 'TEMPORARY project till mirror jobs are assigned to correct project', '2004-09-24 20:58:00.637677', 'http://arch.ubuntu.com/', NULL, NULL, NULL, NULL, true, false, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL);
888+INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (3, 2, 'launchpad-mirrors', 'Launchpad SCM Mirrors', 'The Launchpad Mirroring Project', 'launchpad mirrors various revision control archives, that mirroring is managed here', 'A project to mirror revision control archives into Arch.', '2004-09-24 20:58:00.65398', 'http://arch.ubuntu.com/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL);
889+INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (4, 12, 'mozilla', 'the Mozilla Project', 'The Mozilla Project', 'The Mozilla Project is the largest open source web browser collaborative project. Founded when Netscape released the source code to its pioneering browser in 1999, the Mozilla Project continues to set the standard for web browser technology.', 'The Mozilla Project produces several internet applications that are very widely used, and is also a center for collaboration on internet standards work by open source groups.
890
891 The Project now has several popular products, including the Firefox web browser, the Thunderbird mail client and the libraries that enable them to run on many platforms.
892
893-Organisationally, the Mozilla Project is hosted by the Mozilla Foundation, a not-for-profit company incorporated in the US.', '2004-09-24 20:58:02.177698', 'http://www.mozilla.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 12);
894-INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (5, 12, 'gnome', 'GNOME', 'The GNOME Project', 'The GNOME Project is an initiative to prduce a free desktop software framework. GNOME is more than a set of applications, it is a user interface standard (the Gnome HIG) and a set of libraries that allow applications to work together in a harmonious desktop-ish way.', 'The Gnome Project was founded (when?) to build on the success of early applications using the Gtk GUI toolkit. Many of those applications are still part of Gnome, and the Gtk toolkit remains an essential part of Gnome.
895-
896-Gnome applications cover the full spectrum from office productivity applications to games, digital camera applications, and of course the Gnome Panel which acts as a launcher and general access point for apps on the desktop.', '2004-09-24 20:58:02.222154', 'http://www.gnome.org/', NULL, NULL, NULL, NULL, false, true, NULL, 2, 20, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, 12);
897-INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (6, 12, 'iso-codes-project', 'iso-codes', 'iso-codes', 'foo', 'bar', '2004-09-24 20:58:02.238443', 'http://www.gnome.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 12);
898-INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (7, 16, 'aaa', 'the Test Project', 'The Test Project', 'This is a small project that has no purpose by to serve as a test data point. The only thing this project has ever produced is products, most of which are largely unheard of. This short description is long enough.', 'Of course, one can''t say enough about the Test Project. Not only is it always there, it''s often exactly in the same state that you saw it last. And it has an amazing ability to pop up in places where you just didn''t think you''d expect to find it. Very noticeable when you least want it noticed, that sort of thing.
899-
900-It would be very interesting to know whether this second paragraph of text about the test project is in fact rendered as a second paragraph, or if it all blurs together in a haze of testing. Only time will tell.', '2004-10-03 22:27:25.02843', 'http://www.testmenow.com', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16);
901-INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (8, 16, 'gimp', 'the GiMP Project', 'The GIMP Project', 'The GIMP Project works in the field of image manipulation and reproduction. The Project is responsible for several pieces of software, such as The GiMP and GiMP-Print.', 'Founded by Spencer Kimball in 1996 with the simple aim of producing a "paint" program, the GIMP project has become one of the defining projects of the open source world. The GIMP itself is an image manipulation program that is beginning to rival even Adobe Photoshop in features and functionality.
902-
903-The project is loosely organised, with about 15 people making regular contributions. There is no fixed release schedule other than "when it is done".', '2004-10-03 22:27:45.283741', 'http://www.gimp.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16);
904+Organisationally, the Mozilla Project is hosted by the Mozilla Foundation, a not-for-profit company incorporated in the US.', '2004-09-24 20:58:02.177698', 'http://www.mozilla.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 12, NULL);
905+INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (5, 12, 'gnome', 'GNOME', 'The GNOME Project', 'The GNOME Project is an initiative to prduce a free desktop software framework. GNOME is more than a set of applications, it is a user interface standard (the Gnome HIG) and a set of libraries that allow applications to work together in a harmonious desktop-ish way.', 'The Gnome Project was founded (when?) to build on the success of early applications using the Gtk GUI toolkit. Many of those applications are still part of Gnome, and the Gtk toolkit remains an essential part of Gnome.
906+
907+Gnome applications cover the full spectrum from office productivity applications to games, digital camera applications, and of course the Gnome Panel which acts as a launcher and general access point for apps on the desktop.', '2004-09-24 20:58:02.222154', 'http://www.gnome.org/', NULL, NULL, NULL, NULL, false, true, NULL, 2, 20, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, 12, NULL);
908+INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (6, 12, 'iso-codes-project', 'iso-codes', 'iso-codes', 'foo', 'bar', '2004-09-24 20:58:02.238443', 'http://www.gnome.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 12, NULL);
909+INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (7, 16, 'aaa', 'the Test Project', 'The Test Project', 'This is a small project that has no purpose by to serve as a test data point. The only thing this project has ever produced is products, most of which are largely unheard of. This short description is long enough.', 'Of course, one can''t say enough about the Test Project. Not only is it always there, it''s often exactly in the same state that you saw it last. And it has an amazing ability to pop up in places where you just didn''t think you''d expect to find it. Very noticeable when you least want it noticed, that sort of thing.
910+
911+It would be very interesting to know whether this second paragraph of text about the test project is in fact rendered as a second paragraph, or if it all blurs together in a haze of testing. Only time will tell.', '2004-10-03 22:27:25.02843', 'http://www.testmenow.com', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16, NULL);
912+INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (8, 16, 'gimp', 'the GiMP Project', 'The GIMP Project', 'The GIMP Project works in the field of image manipulation and reproduction. The Project is responsible for several pieces of software, such as The GiMP and GiMP-Print.', 'Founded by Spencer Kimball in 1996 with the simple aim of producing a "paint" program, the GIMP project has become one of the defining projects of the open source world. The GIMP itself is an image manipulation program that is beginning to rival even Adobe Photoshop in features and functionality.
913+
914+The project is loosely organised, with about 15 people making regular contributions. There is no fixed release schedule other than "when it is done".', '2004-10-03 22:27:45.283741', 'http://www.gimp.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16, NULL);
915
916
917 ALTER TABLE project ENABLE TRIGGER ALL;
918@@ -8788,6 +9086,25 @@
919 INSERT INTO section (id, name) VALUES (33, 'embedded');
920 INSERT INTO section (id, name) VALUES (34, 'hamradio');
921 INSERT INTO section (id, name) VALUES (35, 'science');
922+INSERT INTO section (id, name) VALUES (36, 'cli-mono');
923+INSERT INTO section (id, name) VALUES (37, 'database');
924+INSERT INTO section (id, name) VALUES (38, 'debug');
925+INSERT INTO section (id, name) VALUES (39, 'fonts');
926+INSERT INTO section (id, name) VALUES (40, 'gnu-r');
927+INSERT INTO section (id, name) VALUES (41, 'gnustep');
928+INSERT INTO section (id, name) VALUES (42, 'haskell');
929+INSERT INTO section (id, name) VALUES (43, 'httpd');
930+INSERT INTO section (id, name) VALUES (44, 'java');
931+INSERT INTO section (id, name) VALUES (45, 'kernel');
932+INSERT INTO section (id, name) VALUES (46, 'lisp');
933+INSERT INTO section (id, name) VALUES (47, 'localization');
934+INSERT INTO section (id, name) VALUES (48, 'ocaml');
935+INSERT INTO section (id, name) VALUES (49, 'php');
936+INSERT INTO section (id, name) VALUES (50, 'ruby');
937+INSERT INTO section (id, name) VALUES (51, 'vcs');
938+INSERT INTO section (id, name) VALUES (52, 'video');
939+INSERT INTO section (id, name) VALUES (53, 'xfce');
940+INSERT INTO section (id, name) VALUES (54, 'zope');
941
942
943 ALTER TABLE section ENABLE TRIGGER ALL;
944@@ -8878,6 +9195,530 @@
945 INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (81, 1, 7, '2007-02-09 10:31:52.595418');
946 INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (82, 3, 7, '2007-02-09 10:31:52.595418');
947 INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (83, 3, 29, '2007-02-15 12:31:52.595418');
948+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (84, 3, 36, '2010-03-21 16:36:52.135353');
949+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (85, 3, 5, '2010-03-21 16:36:52.135353');
950+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (86, 3, 37, '2010-03-21 16:36:52.135353');
951+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (87, 3, 38, '2010-03-21 16:36:52.135353');
952+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (88, 3, 8, '2010-03-21 16:36:52.135353');
953+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (89, 3, 32, '2010-03-21 16:36:52.135353');
954+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (90, 3, 33, '2010-03-21 16:36:52.135353');
955+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (91, 3, 39, '2010-03-21 16:36:52.135353');
956+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (92, 3, 9, '2010-03-21 16:36:52.135353');
957+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (93, 3, 10, '2010-03-21 16:36:52.135353');
958+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (94, 3, 11, '2010-03-21 16:36:52.135353');
959+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (95, 3, 40, '2010-03-21 16:36:52.135353');
960+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (96, 3, 41, '2010-03-21 16:36:52.135353');
961+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (97, 3, 34, '2010-03-21 16:36:52.135353');
962+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (98, 3, 42, '2010-03-21 16:36:52.135353');
963+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (99, 3, 43, '2010-03-21 16:36:52.135353');
964+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (100, 3, 12, '2010-03-21 16:36:52.135353');
965+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (101, 3, 44, '2010-03-21 16:36:52.135353');
966+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (102, 3, 13, '2010-03-21 16:36:52.135353');
967+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (103, 3, 45, '2010-03-21 16:36:52.135353');
968+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (104, 3, 15, '2010-03-21 16:36:52.135353');
969+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (105, 3, 14, '2010-03-21 16:36:52.135353');
970+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (106, 3, 46, '2010-03-21 16:36:52.135353');
971+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (107, 3, 47, '2010-03-21 16:36:52.135353');
972+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (108, 3, 16, '2010-03-21 16:36:52.135353');
973+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (109, 3, 17, '2010-03-21 16:36:52.135353');
974+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (110, 3, 18, '2010-03-21 16:36:52.135353');
975+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (111, 3, 19, '2010-03-21 16:36:52.135353');
976+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (112, 3, 20, '2010-03-21 16:36:52.135353');
977+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (113, 3, 48, '2010-03-21 16:36:52.135353');
978+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (114, 3, 21, '2010-03-21 16:36:52.135353');
979+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (115, 3, 22, '2010-03-21 16:36:52.135353');
980+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (116, 3, 23, '2010-03-21 16:36:52.135353');
981+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (117, 3, 49, '2010-03-21 16:36:52.135353');
982+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (118, 3, 24, '2010-03-21 16:36:52.135353');
983+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (119, 3, 50, '2010-03-21 16:36:52.135353');
984+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (120, 3, 35, '2010-03-21 16:36:52.135353');
985+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (121, 3, 25, '2010-03-21 16:36:52.135353');
986+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (122, 3, 26, '2010-03-21 16:36:52.135353');
987+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (123, 3, 27, '2010-03-21 16:36:52.135353');
988+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (124, 3, 28, '2010-03-21 16:36:52.135353');
989+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (125, 3, 30, '2010-03-21 16:36:52.135353');
990+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (126, 3, 51, '2010-03-21 16:36:52.135353');
991+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (127, 3, 52, '2010-03-21 16:36:52.135353');
992+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (128, 3, 31, '2010-03-21 16:36:52.135353');
993+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (129, 3, 53, '2010-03-21 16:36:52.135353');
994+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (130, 3, 54, '2010-03-21 16:36:52.135353');
995+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (131, 14, 3, '2010-03-21 16:36:52.135353');
996+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (132, 14, 1, '2010-03-21 16:36:52.135353');
997+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (133, 14, 2, '2010-03-21 16:36:52.135353');
998+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (134, 14, 4, '2010-03-21 16:36:52.135353');
999+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (135, 14, 7, '2010-03-21 16:36:52.135353');
1000+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (136, 14, 29, '2010-03-21 16:36:52.135353');
1001+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (137, 14, 36, '2010-03-21 16:36:52.135353');
1002+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (138, 14, 5, '2010-03-21 16:36:52.135353');
1003+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (139, 14, 37, '2010-03-21 16:36:52.135353');
1004+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (140, 14, 38, '2010-03-21 16:36:52.135353');
1005+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (141, 14, 8, '2010-03-21 16:36:52.135353');
1006+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (142, 14, 32, '2010-03-21 16:36:52.135353');
1007+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (143, 14, 33, '2010-03-21 16:36:52.135353');
1008+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (144, 14, 39, '2010-03-21 16:36:52.135353');
1009+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (145, 14, 9, '2010-03-21 16:36:52.135353');
1010+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (146, 14, 10, '2010-03-21 16:36:52.135353');
1011+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (147, 14, 11, '2010-03-21 16:36:52.135353');
1012+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (148, 14, 40, '2010-03-21 16:36:52.135353');
1013+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (149, 14, 41, '2010-03-21 16:36:52.135353');
1014+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (150, 14, 34, '2010-03-21 16:36:52.135353');
1015+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (151, 14, 42, '2010-03-21 16:36:52.135353');
1016+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (152, 14, 43, '2010-03-21 16:36:52.135353');
1017+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (153, 14, 12, '2010-03-21 16:36:52.135353');
1018+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (154, 14, 44, '2010-03-21 16:36:52.135353');
1019+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (155, 14, 13, '2010-03-21 16:36:52.135353');
1020+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (156, 14, 45, '2010-03-21 16:36:52.135353');
1021+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (157, 14, 15, '2010-03-21 16:36:52.135353');
1022+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (158, 14, 14, '2010-03-21 16:36:52.135353');
1023+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (159, 14, 46, '2010-03-21 16:36:52.135353');
1024+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (160, 14, 47, '2010-03-21 16:36:52.135353');
1025+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (161, 14, 16, '2010-03-21 16:36:52.135353');
1026+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (162, 14, 17, '2010-03-21 16:36:52.135353');
1027+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (163, 14, 18, '2010-03-21 16:36:52.135353');
1028+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (164, 14, 19, '2010-03-21 16:36:52.135353');
1029+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (165, 14, 20, '2010-03-21 16:36:52.135353');
1030+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (166, 14, 48, '2010-03-21 16:36:52.135353');
1031+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (167, 14, 21, '2010-03-21 16:36:52.135353');
1032+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (168, 14, 22, '2010-03-21 16:36:52.135353');
1033+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (169, 14, 23, '2010-03-21 16:36:52.135353');
1034+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (170, 14, 49, '2010-03-21 16:36:52.135353');
1035+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (171, 14, 24, '2010-03-21 16:36:52.135353');
1036+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (172, 14, 50, '2010-03-21 16:36:52.135353');
1037+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (173, 14, 35, '2010-03-21 16:36:52.135353');
1038+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (174, 14, 25, '2010-03-21 16:36:52.135353');
1039+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (175, 14, 26, '2010-03-21 16:36:52.135353');
1040+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (176, 14, 27, '2010-03-21 16:36:52.135353');
1041+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (177, 14, 28, '2010-03-21 16:36:52.135353');
1042+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (178, 14, 30, '2010-03-21 16:36:52.135353');
1043+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (179, 14, 51, '2010-03-21 16:36:52.135353');
1044+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (180, 14, 52, '2010-03-21 16:36:52.135353');
1045+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (181, 14, 31, '2010-03-21 16:36:52.135353');
1046+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (182, 14, 53, '2010-03-21 16:36:52.135353');
1047+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (183, 14, 54, '2010-03-21 16:36:52.135353');
1048+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (184, 15, 3, '2010-03-21 16:36:52.135353');
1049+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (185, 15, 1, '2010-03-21 16:36:52.135353');
1050+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (186, 15, 2, '2010-03-21 16:36:52.135353');
1051+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (187, 15, 4, '2010-03-21 16:36:52.135353');
1052+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (188, 15, 7, '2010-03-21 16:36:52.135353');
1053+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (189, 15, 29, '2010-03-21 16:36:52.135353');
1054+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (190, 15, 36, '2010-03-21 16:36:52.135353');
1055+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (191, 15, 5, '2010-03-21 16:36:52.135353');
1056+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (192, 15, 37, '2010-03-21 16:36:52.135353');
1057+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (193, 15, 38, '2010-03-21 16:36:52.135353');
1058+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (194, 15, 8, '2010-03-21 16:36:52.135353');
1059+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (195, 15, 32, '2010-03-21 16:36:52.135353');
1060+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (196, 15, 33, '2010-03-21 16:36:52.135353');
1061+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (197, 15, 39, '2010-03-21 16:36:52.135353');
1062+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (198, 15, 9, '2010-03-21 16:36:52.135353');
1063+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (199, 15, 10, '2010-03-21 16:36:52.135353');
1064+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (200, 15, 11, '2010-03-21 16:36:52.135353');
1065+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (201, 15, 40, '2010-03-21 16:36:52.135353');
1066+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (202, 15, 41, '2010-03-21 16:36:52.135353');
1067+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (203, 15, 34, '2010-03-21 16:36:52.135353');
1068+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (204, 15, 42, '2010-03-21 16:36:52.135353');
1069+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (205, 15, 43, '2010-03-21 16:36:52.135353');
1070+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (206, 15, 12, '2010-03-21 16:36:52.135353');
1071+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (207, 15, 44, '2010-03-21 16:36:52.135353');
1072+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (208, 15, 13, '2010-03-21 16:36:52.135353');
1073+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (209, 15, 45, '2010-03-21 16:36:52.135353');
1074+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (210, 15, 15, '2010-03-21 16:36:52.135353');
1075+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (211, 15, 14, '2010-03-21 16:36:52.135353');
1076+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (212, 15, 46, '2010-03-21 16:36:52.135353');
1077+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (213, 15, 47, '2010-03-21 16:36:52.135353');
1078+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (214, 15, 16, '2010-03-21 16:36:52.135353');
1079+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (215, 15, 17, '2010-03-21 16:36:52.135353');
1080+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (216, 15, 18, '2010-03-21 16:36:52.135353');
1081+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (217, 15, 19, '2010-03-21 16:36:52.135353');
1082+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (218, 15, 20, '2010-03-21 16:36:52.135353');
1083+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (219, 15, 48, '2010-03-21 16:36:52.135353');
1084+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (220, 15, 21, '2010-03-21 16:36:52.135353');
1085+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (221, 15, 22, '2010-03-21 16:36:52.135353');
1086+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (222, 15, 23, '2010-03-21 16:36:52.135353');
1087+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (223, 15, 49, '2010-03-21 16:36:52.135353');
1088+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (224, 15, 24, '2010-03-21 16:36:52.135353');
1089+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (225, 15, 50, '2010-03-21 16:36:52.135353');
1090+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (226, 15, 35, '2010-03-21 16:36:52.135353');
1091+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (227, 15, 25, '2010-03-21 16:36:52.135353');
1092+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (228, 15, 26, '2010-03-21 16:36:52.135353');
1093+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (229, 15, 27, '2010-03-21 16:36:52.135353');
1094+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (230, 15, 28, '2010-03-21 16:36:52.135353');
1095+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (231, 15, 30, '2010-03-21 16:36:52.135353');
1096+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (232, 15, 51, '2010-03-21 16:36:52.135353');
1097+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (233, 15, 52, '2010-03-21 16:36:52.135353');
1098+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (234, 15, 31, '2010-03-21 16:36:52.135353');
1099+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (235, 15, 53, '2010-03-21 16:36:52.135353');
1100+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (236, 15, 54, '2010-03-21 16:36:52.135353');
1101+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (237, 16, 3, '2010-03-21 16:36:52.135353');
1102+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (238, 16, 1, '2010-03-21 16:36:52.135353');
1103+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (239, 16, 2, '2010-03-21 16:36:52.135353');
1104+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (240, 16, 4, '2010-03-21 16:36:52.135353');
1105+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (241, 16, 7, '2010-03-21 16:36:52.135353');
1106+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (242, 16, 29, '2010-03-21 16:36:52.135353');
1107+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (243, 16, 36, '2010-03-21 16:36:52.135353');
1108+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (244, 16, 5, '2010-03-21 16:36:52.135353');
1109+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (245, 16, 37, '2010-03-21 16:36:52.135353');
1110+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (246, 16, 38, '2010-03-21 16:36:52.135353');
1111+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (247, 16, 8, '2010-03-21 16:36:52.135353');
1112+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (248, 16, 32, '2010-03-21 16:36:52.135353');
1113+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (249, 16, 33, '2010-03-21 16:36:52.135353');
1114+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (250, 16, 39, '2010-03-21 16:36:52.135353');
1115+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (251, 16, 9, '2010-03-21 16:36:52.135353');
1116+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (252, 16, 10, '2010-03-21 16:36:52.135353');
1117+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (253, 16, 11, '2010-03-21 16:36:52.135353');
1118+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (254, 16, 40, '2010-03-21 16:36:52.135353');
1119+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (255, 16, 41, '2010-03-21 16:36:52.135353');
1120+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (256, 16, 34, '2010-03-21 16:36:52.135353');
1121+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (257, 16, 42, '2010-03-21 16:36:52.135353');
1122+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (258, 16, 43, '2010-03-21 16:36:52.135353');
1123+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (259, 16, 12, '2010-03-21 16:36:52.135353');
1124+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (260, 16, 44, '2010-03-21 16:36:52.135353');
1125+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (261, 16, 13, '2010-03-21 16:36:52.135353');
1126+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (262, 16, 45, '2010-03-21 16:36:52.135353');
1127+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (263, 16, 15, '2010-03-21 16:36:52.135353');
1128+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (264, 16, 14, '2010-03-21 16:36:52.135353');
1129+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (265, 16, 46, '2010-03-21 16:36:52.135353');
1130+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (266, 16, 47, '2010-03-21 16:36:52.135353');
1131+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (267, 16, 16, '2010-03-21 16:36:52.135353');
1132+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (268, 16, 17, '2010-03-21 16:36:52.135353');
1133+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (269, 16, 18, '2010-03-21 16:36:52.135353');
1134+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (270, 16, 19, '2010-03-21 16:36:52.135353');
1135+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (271, 16, 20, '2010-03-21 16:36:52.135353');
1136+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (272, 16, 48, '2010-03-21 16:36:52.135353');
1137+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (273, 16, 21, '2010-03-21 16:36:52.135353');
1138+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (274, 16, 22, '2010-03-21 16:36:52.135353');
1139+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (275, 16, 23, '2010-03-21 16:36:52.135353');
1140+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (276, 16, 49, '2010-03-21 16:36:52.135353');
1141+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (277, 16, 24, '2010-03-21 16:36:52.135353');
1142+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (278, 16, 50, '2010-03-21 16:36:52.135353');
1143+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (279, 16, 35, '2010-03-21 16:36:52.135353');
1144+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (280, 16, 25, '2010-03-21 16:36:52.135353');
1145+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (281, 16, 26, '2010-03-21 16:36:52.135353');
1146+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (282, 16, 27, '2010-03-21 16:36:52.135353');
1147+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (283, 16, 28, '2010-03-21 16:36:52.135353');
1148+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (284, 16, 30, '2010-03-21 16:36:52.135353');
1149+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (285, 16, 51, '2010-03-21 16:36:52.135353');
1150+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (286, 16, 52, '2010-03-21 16:36:52.135353');
1151+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (287, 16, 31, '2010-03-21 16:36:52.135353');
1152+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (288, 16, 53, '2010-03-21 16:36:52.135353');
1153+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (289, 16, 54, '2010-03-21 16:36:52.135353');
1154+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (290, 17, 3, '2010-03-21 16:36:52.135353');
1155+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (291, 17, 1, '2010-03-21 16:36:52.135353');
1156+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (292, 17, 2, '2010-03-21 16:36:52.135353');
1157+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (293, 17, 4, '2010-03-21 16:36:52.135353');
1158+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (294, 17, 7, '2010-03-21 16:36:52.135353');
1159+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (295, 17, 29, '2010-03-21 16:36:52.135353');
1160+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (296, 17, 36, '2010-03-21 16:36:52.135353');
1161+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (297, 17, 5, '2010-03-21 16:36:52.135353');
1162+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (298, 17, 37, '2010-03-21 16:36:52.135353');
1163+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (299, 17, 38, '2010-03-21 16:36:52.135353');
1164+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (300, 17, 8, '2010-03-21 16:36:52.135353');
1165+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (301, 17, 32, '2010-03-21 16:36:52.135353');
1166+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (302, 17, 33, '2010-03-21 16:36:52.135353');
1167+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (303, 17, 39, '2010-03-21 16:36:52.135353');
1168+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (304, 17, 9, '2010-03-21 16:36:52.135353');
1169+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (305, 17, 10, '2010-03-21 16:36:52.135353');
1170+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (306, 17, 11, '2010-03-21 16:36:52.135353');
1171+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (307, 17, 40, '2010-03-21 16:36:52.135353');
1172+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (308, 17, 41, '2010-03-21 16:36:52.135353');
1173+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (309, 17, 34, '2010-03-21 16:36:52.135353');
1174+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (310, 17, 42, '2010-03-21 16:36:52.135353');
1175+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (311, 17, 43, '2010-03-21 16:36:52.135353');
1176+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (312, 17, 12, '2010-03-21 16:36:52.135353');
1177+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (313, 17, 44, '2010-03-21 16:36:52.135353');
1178+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (314, 17, 13, '2010-03-21 16:36:52.135353');
1179+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (315, 17, 45, '2010-03-21 16:36:52.135353');
1180+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (316, 17, 15, '2010-03-21 16:36:52.135353');
1181+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (317, 17, 14, '2010-03-21 16:36:52.135353');
1182+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (318, 17, 46, '2010-03-21 16:36:52.135353');
1183+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (319, 17, 47, '2010-03-21 16:36:52.135353');
1184+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (320, 17, 16, '2010-03-21 16:36:52.135353');
1185+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (321, 17, 17, '2010-03-21 16:36:52.135353');
1186+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (322, 17, 18, '2010-03-21 16:36:52.135353');
1187+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (323, 17, 19, '2010-03-21 16:36:52.135353');
1188+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (324, 17, 20, '2010-03-21 16:36:52.135353');
1189+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (325, 17, 48, '2010-03-21 16:36:52.135353');
1190+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (326, 17, 21, '2010-03-21 16:36:52.135353');
1191+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (327, 17, 22, '2010-03-21 16:36:52.135353');
1192+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (328, 17, 23, '2010-03-21 16:36:52.135353');
1193+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (329, 17, 49, '2010-03-21 16:36:52.135353');
1194+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (330, 17, 24, '2010-03-21 16:36:52.135353');
1195+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (331, 17, 50, '2010-03-21 16:36:52.135353');
1196+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (332, 17, 35, '2010-03-21 16:36:52.135353');
1197+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (333, 17, 25, '2010-03-21 16:36:52.135353');
1198+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (334, 17, 26, '2010-03-21 16:36:52.135353');
1199+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (335, 17, 27, '2010-03-21 16:36:52.135353');
1200+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (336, 17, 28, '2010-03-21 16:36:52.135353');
1201+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (337, 17, 30, '2010-03-21 16:36:52.135353');
1202+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (338, 17, 51, '2010-03-21 16:36:52.135353');
1203+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (339, 17, 52, '2010-03-21 16:36:52.135353');
1204+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (340, 17, 31, '2010-03-21 16:36:52.135353');
1205+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (341, 17, 53, '2010-03-21 16:36:52.135353');
1206+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (342, 17, 54, '2010-03-21 16:36:52.135353');
1207+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (343, 18, 3, '2010-03-21 16:36:52.135353');
1208+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (344, 18, 1, '2010-03-21 16:36:52.135353');
1209+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (345, 18, 2, '2010-03-21 16:36:52.135353');
1210+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (346, 18, 4, '2010-03-21 16:36:52.135353');
1211+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (347, 18, 7, '2010-03-21 16:36:52.135353');
1212+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (348, 18, 29, '2010-03-21 16:36:52.135353');
1213+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (349, 18, 36, '2010-03-21 16:36:52.135353');
1214+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (350, 18, 5, '2010-03-21 16:36:52.135353');
1215+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (351, 18, 37, '2010-03-21 16:36:52.135353');
1216+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (352, 18, 38, '2010-03-21 16:36:52.135353');
1217+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (353, 18, 8, '2010-03-21 16:36:52.135353');
1218+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (354, 18, 32, '2010-03-21 16:36:52.135353');
1219+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (355, 18, 33, '2010-03-21 16:36:52.135353');
1220+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (356, 18, 39, '2010-03-21 16:36:52.135353');
1221+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (357, 18, 9, '2010-03-21 16:36:52.135353');
1222+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (358, 18, 10, '2010-03-21 16:36:52.135353');
1223+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (359, 18, 11, '2010-03-21 16:36:52.135353');
1224+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (360, 18, 40, '2010-03-21 16:36:52.135353');
1225+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (361, 18, 41, '2010-03-21 16:36:52.135353');
1226+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (362, 18, 34, '2010-03-21 16:36:52.135353');
1227+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (363, 18, 42, '2010-03-21 16:36:52.135353');
1228+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (364, 18, 43, '2010-03-21 16:36:52.135353');
1229+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (365, 18, 12, '2010-03-21 16:36:52.135353');
1230+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (366, 18, 44, '2010-03-21 16:36:52.135353');
1231+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (367, 18, 13, '2010-03-21 16:36:52.135353');
1232+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (368, 18, 45, '2010-03-21 16:36:52.135353');
1233+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (369, 18, 15, '2010-03-21 16:36:52.135353');
1234+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (370, 18, 14, '2010-03-21 16:36:52.135353');
1235+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (371, 18, 46, '2010-03-21 16:36:52.135353');
1236+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (372, 18, 47, '2010-03-21 16:36:52.135353');
1237+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (373, 18, 16, '2010-03-21 16:36:52.135353');
1238+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (374, 18, 17, '2010-03-21 16:36:52.135353');
1239+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (375, 18, 18, '2010-03-21 16:36:52.135353');
1240+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (376, 18, 19, '2010-03-21 16:36:52.135353');
1241+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (377, 18, 20, '2010-03-21 16:36:52.135353');
1242+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (378, 18, 48, '2010-03-21 16:36:52.135353');
1243+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (379, 18, 21, '2010-03-21 16:36:52.135353');
1244+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (380, 18, 22, '2010-03-21 16:36:52.135353');
1245+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (381, 18, 23, '2010-03-21 16:36:52.135353');
1246+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (382, 18, 49, '2010-03-21 16:36:52.135353');
1247+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (383, 18, 24, '2010-03-21 16:36:52.135353');
1248+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (384, 18, 50, '2010-03-21 16:36:52.135353');
1249+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (385, 18, 35, '2010-03-21 16:36:52.135353');
1250+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (386, 18, 25, '2010-03-21 16:36:52.135353');
1251+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (387, 18, 26, '2010-03-21 16:36:52.135353');
1252+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (388, 18, 27, '2010-03-21 16:36:52.135353');
1253+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (389, 18, 28, '2010-03-21 16:36:52.135353');
1254+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (390, 18, 30, '2010-03-21 16:36:52.135353');
1255+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (391, 18, 51, '2010-03-21 16:36:52.135353');
1256+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (392, 18, 52, '2010-03-21 16:36:52.135353');
1257+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (393, 18, 31, '2010-03-21 16:36:52.135353');
1258+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (394, 18, 53, '2010-03-21 16:36:52.135353');
1259+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (395, 18, 54, '2010-03-21 16:36:52.135353');
1260+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (396, 19, 3, '2010-03-21 16:36:52.135353');
1261+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (397, 19, 1, '2010-03-21 16:36:52.135353');
1262+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (398, 19, 2, '2010-03-21 16:36:52.135353');
1263+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (399, 19, 4, '2010-03-21 16:36:52.135353');
1264+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (400, 19, 7, '2010-03-21 16:36:52.135353');
1265+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (401, 19, 29, '2010-03-21 16:36:52.135353');
1266+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (402, 19, 36, '2010-03-21 16:36:52.135353');
1267+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (403, 19, 5, '2010-03-21 16:36:52.135353');
1268+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (404, 19, 37, '2010-03-21 16:36:52.135353');
1269+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (405, 19, 38, '2010-03-21 16:36:52.135353');
1270+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (406, 19, 8, '2010-03-21 16:36:52.135353');
1271+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (407, 19, 32, '2010-03-21 16:36:52.135353');
1272+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (408, 19, 33, '2010-03-21 16:36:52.135353');
1273+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (409, 19, 39, '2010-03-21 16:36:52.135353');
1274+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (410, 19, 9, '2010-03-21 16:36:52.135353');
1275+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (411, 19, 10, '2010-03-21 16:36:52.135353');
1276+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (412, 19, 11, '2010-03-21 16:36:52.135353');
1277+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (413, 19, 40, '2010-03-21 16:36:52.135353');
1278+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (414, 19, 41, '2010-03-21 16:36:52.135353');
1279+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (415, 19, 34, '2010-03-21 16:36:52.135353');
1280+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (416, 19, 42, '2010-03-21 16:36:52.135353');
1281+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (417, 19, 43, '2010-03-21 16:36:52.135353');
1282+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (418, 19, 12, '2010-03-21 16:36:52.135353');
1283+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (419, 19, 44, '2010-03-21 16:36:52.135353');
1284+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (420, 19, 13, '2010-03-21 16:36:52.135353');
1285+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (421, 19, 45, '2010-03-21 16:36:52.135353');
1286+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (422, 19, 15, '2010-03-21 16:36:52.135353');
1287+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (423, 19, 14, '2010-03-21 16:36:52.135353');
1288+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (424, 19, 46, '2010-03-21 16:36:52.135353');
1289+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (425, 19, 47, '2010-03-21 16:36:52.135353');
1290+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (426, 19, 16, '2010-03-21 16:36:52.135353');
1291+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (427, 19, 17, '2010-03-21 16:36:52.135353');
1292+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (428, 19, 18, '2010-03-21 16:36:52.135353');
1293+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (429, 19, 19, '2010-03-21 16:36:52.135353');
1294+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (430, 19, 20, '2010-03-21 16:36:52.135353');
1295+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (431, 19, 48, '2010-03-21 16:36:52.135353');
1296+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (432, 19, 21, '2010-03-21 16:36:52.135353');
1297+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (433, 19, 22, '2010-03-21 16:36:52.135353');
1298+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (434, 19, 23, '2010-03-21 16:36:52.135353');
1299+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (435, 19, 49, '2010-03-21 16:36:52.135353');
1300+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (436, 19, 24, '2010-03-21 16:36:52.135353');
1301+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (437, 19, 50, '2010-03-21 16:36:52.135353');
1302+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (438, 19, 35, '2010-03-21 16:36:52.135353');
1303+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (439, 19, 25, '2010-03-21 16:36:52.135353');
1304+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (440, 19, 26, '2010-03-21 16:36:52.135353');
1305+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (441, 19, 27, '2010-03-21 16:36:52.135353');
1306+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (442, 19, 28, '2010-03-21 16:36:52.135353');
1307+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (443, 19, 30, '2010-03-21 16:36:52.135353');
1308+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (444, 19, 51, '2010-03-21 16:36:52.135353');
1309+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (445, 19, 52, '2010-03-21 16:36:52.135353');
1310+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (446, 19, 31, '2010-03-21 16:36:52.135353');
1311+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (447, 19, 53, '2010-03-21 16:36:52.135353');
1312+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (448, 19, 54, '2010-03-21 16:36:52.135353');
1313+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (449, 20, 3, '2010-03-21 16:36:52.135353');
1314+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (450, 20, 1, '2010-03-21 16:36:52.135353');
1315+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (451, 20, 2, '2010-03-21 16:36:52.135353');
1316+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (452, 20, 4, '2010-03-21 16:36:52.135353');
1317+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (453, 20, 7, '2010-03-21 16:36:52.135353');
1318+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (454, 20, 29, '2010-03-21 16:36:52.135353');
1319+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (455, 20, 36, '2010-03-21 16:36:52.135353');
1320+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (456, 20, 5, '2010-03-21 16:36:52.135353');
1321+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (457, 20, 37, '2010-03-21 16:36:52.135353');
1322+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (458, 20, 38, '2010-03-21 16:36:52.135353');
1323+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (459, 20, 8, '2010-03-21 16:36:52.135353');
1324+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (460, 20, 32, '2010-03-21 16:36:52.135353');
1325+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (461, 20, 33, '2010-03-21 16:36:52.135353');
1326+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (462, 20, 39, '2010-03-21 16:36:52.135353');
1327+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (463, 20, 9, '2010-03-21 16:36:52.135353');
1328+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (464, 20, 10, '2010-03-21 16:36:52.135353');
1329+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (465, 20, 11, '2010-03-21 16:36:52.135353');
1330+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (466, 20, 40, '2010-03-21 16:36:52.135353');
1331+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (467, 20, 41, '2010-03-21 16:36:52.135353');
1332+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (468, 20, 34, '2010-03-21 16:36:52.135353');
1333+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (469, 20, 42, '2010-03-21 16:36:52.135353');
1334+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (470, 20, 43, '2010-03-21 16:36:52.135353');
1335+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (471, 20, 12, '2010-03-21 16:36:52.135353');
1336+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (472, 20, 44, '2010-03-21 16:36:52.135353');
1337+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (473, 20, 13, '2010-03-21 16:36:52.135353');
1338+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (474, 20, 45, '2010-03-21 16:36:52.135353');
1339+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (475, 20, 15, '2010-03-21 16:36:52.135353');
1340+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (476, 20, 14, '2010-03-21 16:36:52.135353');
1341+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (477, 20, 46, '2010-03-21 16:36:52.135353');
1342+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (478, 20, 47, '2010-03-21 16:36:52.135353');
1343+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (479, 20, 16, '2010-03-21 16:36:52.135353');
1344+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (480, 20, 17, '2010-03-21 16:36:52.135353');
1345+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (481, 20, 18, '2010-03-21 16:36:52.135353');
1346+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (482, 20, 19, '2010-03-21 16:36:52.135353');
1347+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (483, 20, 20, '2010-03-21 16:36:52.135353');
1348+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (484, 20, 48, '2010-03-21 16:36:52.135353');
1349+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (485, 20, 21, '2010-03-21 16:36:52.135353');
1350+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (486, 20, 22, '2010-03-21 16:36:52.135353');
1351+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (487, 20, 23, '2010-03-21 16:36:52.135353');
1352+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (488, 20, 49, '2010-03-21 16:36:52.135353');
1353+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (489, 20, 24, '2010-03-21 16:36:52.135353');
1354+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (490, 20, 50, '2010-03-21 16:36:52.135353');
1355+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (491, 20, 35, '2010-03-21 16:36:52.135353');
1356+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (492, 20, 25, '2010-03-21 16:36:52.135353');
1357+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (493, 20, 26, '2010-03-21 16:36:52.135353');
1358+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (494, 20, 27, '2010-03-21 16:36:52.135353');
1359+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (495, 20, 28, '2010-03-21 16:36:52.135353');
1360+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (496, 20, 30, '2010-03-21 16:36:52.135353');
1361+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (497, 20, 51, '2010-03-21 16:36:52.135353');
1362+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (498, 20, 52, '2010-03-21 16:36:52.135353');
1363+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (499, 20, 31, '2010-03-21 16:36:52.135353');
1364+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (500, 20, 53, '2010-03-21 16:36:52.135353');
1365+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (501, 20, 54, '2010-03-21 16:36:52.135353');
1366+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (502, 21, 3, '2010-03-21 16:36:52.135353');
1367+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (503, 21, 1, '2010-03-21 16:36:52.135353');
1368+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (504, 21, 2, '2010-03-21 16:36:52.135353');
1369+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (505, 21, 4, '2010-03-21 16:36:52.135353');
1370+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (506, 21, 7, '2010-03-21 16:36:52.135353');
1371+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (507, 21, 29, '2010-03-21 16:36:52.135353');
1372+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (508, 21, 36, '2010-03-21 16:36:52.135353');
1373+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (509, 21, 5, '2010-03-21 16:36:52.135353');
1374+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (510, 21, 37, '2010-03-21 16:36:52.135353');
1375+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (511, 21, 38, '2010-03-21 16:36:52.135353');
1376+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (512, 21, 8, '2010-03-21 16:36:52.135353');
1377+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (513, 21, 32, '2010-03-21 16:36:52.135353');
1378+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (514, 21, 33, '2010-03-21 16:36:52.135353');
1379+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (515, 21, 39, '2010-03-21 16:36:52.135353');
1380+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (516, 21, 9, '2010-03-21 16:36:52.135353');
1381+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (517, 21, 10, '2010-03-21 16:36:52.135353');
1382+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (518, 21, 11, '2010-03-21 16:36:52.135353');
1383+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (519, 21, 40, '2010-03-21 16:36:52.135353');
1384+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (520, 21, 41, '2010-03-21 16:36:52.135353');
1385+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (521, 21, 34, '2010-03-21 16:36:52.135353');
1386+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (522, 21, 42, '2010-03-21 16:36:52.135353');
1387+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (523, 21, 43, '2010-03-21 16:36:52.135353');
1388+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (524, 21, 12, '2010-03-21 16:36:52.135353');
1389+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (525, 21, 44, '2010-03-21 16:36:52.135353');
1390+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (526, 21, 13, '2010-03-21 16:36:52.135353');
1391+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (527, 21, 45, '2010-03-21 16:36:52.135353');
1392+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (528, 21, 15, '2010-03-21 16:36:52.135353');
1393+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (529, 21, 14, '2010-03-21 16:36:52.135353');
1394+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (530, 21, 46, '2010-03-21 16:36:52.135353');
1395+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (531, 21, 47, '2010-03-21 16:36:52.135353');
1396+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (532, 21, 16, '2010-03-21 16:36:52.135353');
1397+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (533, 21, 17, '2010-03-21 16:36:52.135353');
1398+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (534, 21, 18, '2010-03-21 16:36:52.135353');
1399+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (535, 21, 19, '2010-03-21 16:36:52.135353');
1400+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (536, 21, 20, '2010-03-21 16:36:52.135353');
1401+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (537, 21, 48, '2010-03-21 16:36:52.135353');
1402+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (538, 21, 21, '2010-03-21 16:36:52.135353');
1403+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (539, 21, 22, '2010-03-21 16:36:52.135353');
1404+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (540, 21, 23, '2010-03-21 16:36:52.135353');
1405+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (541, 21, 49, '2010-03-21 16:36:52.135353');
1406+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (542, 21, 24, '2010-03-21 16:36:52.135353');
1407+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (543, 21, 50, '2010-03-21 16:36:52.135353');
1408+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (544, 21, 35, '2010-03-21 16:36:52.135353');
1409+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (545, 21, 25, '2010-03-21 16:36:52.135353');
1410+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (546, 21, 26, '2010-03-21 16:36:52.135353');
1411+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (547, 21, 27, '2010-03-21 16:36:52.135353');
1412+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (548, 21, 28, '2010-03-21 16:36:52.135353');
1413+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (549, 21, 30, '2010-03-21 16:36:52.135353');
1414+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (550, 21, 51, '2010-03-21 16:36:52.135353');
1415+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (551, 21, 52, '2010-03-21 16:36:52.135353');
1416+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (552, 21, 31, '2010-03-21 16:36:52.135353');
1417+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (553, 21, 53, '2010-03-21 16:36:52.135353');
1418+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (554, 21, 54, '2010-03-21 16:36:52.135353');
1419+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (555, 22, 3, '2010-03-21 16:36:52.135353');
1420+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (556, 22, 1, '2010-03-21 16:36:52.135353');
1421+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (557, 22, 2, '2010-03-21 16:36:52.135353');
1422+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (558, 22, 4, '2010-03-21 16:36:52.135353');
1423+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (559, 22, 7, '2010-03-21 16:36:52.135353');
1424+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (560, 22, 29, '2010-03-21 16:36:52.135353');
1425+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (561, 22, 36, '2010-03-21 16:36:52.135353');
1426+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (562, 22, 5, '2010-03-21 16:36:52.135353');
1427+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (563, 22, 37, '2010-03-21 16:36:52.135353');
1428+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (564, 22, 38, '2010-03-21 16:36:52.135353');
1429+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (565, 22, 8, '2010-03-21 16:36:52.135353');
1430+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (566, 22, 32, '2010-03-21 16:36:52.135353');
1431+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (567, 22, 33, '2010-03-21 16:36:52.135353');
1432+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (568, 22, 39, '2010-03-21 16:36:52.135353');
1433+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (569, 22, 9, '2010-03-21 16:36:52.135353');
1434+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (570, 22, 10, '2010-03-21 16:36:52.135353');
1435+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (571, 22, 11, '2010-03-21 16:36:52.135353');
1436+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (572, 22, 40, '2010-03-21 16:36:52.135353');
1437+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (573, 22, 41, '2010-03-21 16:36:52.135353');
1438+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (574, 22, 34, '2010-03-21 16:36:52.135353');
1439+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (575, 22, 42, '2010-03-21 16:36:52.135353');
1440+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (576, 22, 43, '2010-03-21 16:36:52.135353');
1441+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (577, 22, 12, '2010-03-21 16:36:52.135353');
1442+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (578, 22, 44, '2010-03-21 16:36:52.135353');
1443+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (579, 22, 13, '2010-03-21 16:36:52.135353');
1444+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (580, 22, 45, '2010-03-21 16:36:52.135353');
1445+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (581, 22, 15, '2010-03-21 16:36:52.135353');
1446+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (582, 22, 14, '2010-03-21 16:36:52.135353');
1447+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (583, 22, 46, '2010-03-21 16:36:52.135353');
1448+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (584, 22, 47, '2010-03-21 16:36:52.135353');
1449+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (585, 22, 16, '2010-03-21 16:36:52.135353');
1450+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (586, 22, 17, '2010-03-21 16:36:52.135353');
1451+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (587, 22, 18, '2010-03-21 16:36:52.135353');
1452+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (588, 22, 19, '2010-03-21 16:36:52.135353');
1453+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (589, 22, 20, '2010-03-21 16:36:52.135353');
1454+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (590, 22, 48, '2010-03-21 16:36:52.135353');
1455+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (591, 22, 21, '2010-03-21 16:36:52.135353');
1456+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (592, 22, 22, '2010-03-21 16:36:52.135353');
1457+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (593, 22, 23, '2010-03-21 16:36:52.135353');
1458+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (594, 22, 49, '2010-03-21 16:36:52.135353');
1459+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (595, 22, 24, '2010-03-21 16:36:52.135353');
1460+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (596, 22, 50, '2010-03-21 16:36:52.135353');
1461+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (597, 22, 35, '2010-03-21 16:36:52.135353');
1462+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (598, 22, 25, '2010-03-21 16:36:52.135353');
1463+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (599, 22, 26, '2010-03-21 16:36:52.135353');
1464+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (600, 22, 27, '2010-03-21 16:36:52.135353');
1465+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (601, 22, 28, '2010-03-21 16:36:52.135353');
1466+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (602, 22, 30, '2010-03-21 16:36:52.135353');
1467+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (603, 22, 51, '2010-03-21 16:36:52.135353');
1468+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (604, 22, 52, '2010-03-21 16:36:52.135353');
1469+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (605, 22, 31, '2010-03-21 16:36:52.135353');
1470+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (606, 22, 53, '2010-03-21 16:36:52.135353');
1471+INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (607, 22, 54, '2010-03-21 16:36:52.135353');
1472
1473
1474 ALTER TABLE sectionselection ENABLE TRIGGER ALL;
1475@@ -8972,6 +9813,7 @@
1476 ALTER TABLE signedcodeofconduct DISABLE TRIGGER ALL;
1477
1478 INSERT INTO signedcodeofconduct (id, owner, signingkey, datecreated, signedcode, recipient, active, admincomment) VALUES (1, 16, 1, '2005-09-27 10:01:13', 'Sampledata signedcode', NULL, true, NULL);
1479+INSERT INTO signedcodeofconduct (id, owner, signingkey, datecreated, signedcode, recipient, active, admincomment) VALUES (2, 243651, 3, '2010-03-21 16:37:03.438124', 'Normally a signed CoC would go here.', NULL, true, NULL);
1480
1481
1482 ALTER TABLE signedcodeofconduct ENABLE TRIGGER ALL;
1483@@ -8992,6 +9834,15 @@
1484 INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (11, 11, 0);
1485 INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (12, 12, 0);
1486 INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (13, 13, 0);
1487+INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (14, 14, 0);
1488+INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (15, 15, 0);
1489+INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (16, 16, 0);
1490+INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (17, 17, 0);
1491+INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (18, 18, 0);
1492+INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (19, 19, 0);
1493+INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (20, 20, 0);
1494+INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (21, 21, 0);
1495+INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (22, 22, 0);
1496
1497
1498 ALTER TABLE sourcepackageformatselection ENABLE TRIGGER ALL;
1499@@ -9016,6 +9867,7 @@
1500 INSERT INTO sourcepackagename (id, name) VALUES (25, 'language-pack-de');
1501 INSERT INTO sourcepackagename (id, name) VALUES (26, 'iceweasel');
1502 INSERT INTO sourcepackagename (id, name) VALUES (27, 'commercialpackage');
1503+INSERT INTO sourcepackagename (id, name) VALUES (28, 'hello');
1504
1505
1506 ALTER TABLE sourcepackagename ENABLE TRIGGER ALL;
1507@@ -9023,33 +9875,33 @@
1508
1509 ALTER TABLE sourcepackagepublishinghistory DISABLE TRIGGER ALL;
1510
1511-INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (1, 14, 1, 1, 1, 3, '2004-09-27 11:57:13', NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
1512-INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (2, 15, 3, 2, 1, 3, '2004-09-27 11:57:13', '2004-09-27 11:57:13', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
1513-INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (4, 17, 1, 2, 1, 1, '2004-03-14 18:00:00', '2004-03-14 18:00:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
1514-INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (5, 16, 3, 2, 1, 2, '2004-03-10 16:30:00', '2004-03-10 16:30:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
1515+INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (1, 14, 1, 4, 1, 3, '2004-09-27 11:57:13', NULL, '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
1516+INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (2, 15, 3, 4, 1, 3, '2004-09-27 11:57:13', '2004-09-27 11:57:13', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
1517+INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (4, 17, 1, 4, 1, 1, '2004-03-14 18:00:00', '2004-03-14 18:00:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
1518+INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (5, 16, 3, 4, 1, 2, '2004-03-10 16:30:00', '2004-03-10 16:30:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
1519 INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (8, 20, 3, 3, 1, 1, '2005-04-18 17:34:15.308434', '2005-04-18 17:34:15.308434', '2005-08-24 17:01:15.308434', 21, NULL, NULL, NULL, 0, 1, NULL, NULL);
1520-INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (9, 21, 3, 2, 1, 3, '2005-08-24 17:01:15.308434', '2005-08-24 17:01:15.308434', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
1521-INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (10, 23, 1, 2, 1, 1, '2005-09-15 11:42:02.870714', '2005-09-15 11:42:02.870714', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
1522+INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (9, 21, 3, 4, 1, 3, '2005-08-24 17:01:15.308434', '2005-08-24 17:01:15.308434', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
1523+INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (10, 23, 1, 4, 1, 1, '2005-09-15 11:42:02.870714', '2005-09-15 11:42:02.870714', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
1524 INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (11, 24, 8, 2, 1, 2, '2005-09-15 11:42:21.070926', '2005-09-15 11:42:21.070926', NULL, NULL, NULL, NULL, NULL, 0, 3, NULL, NULL);
1525-INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (12, 25, 3, 2, 1, 1, '2005-09-15 11:43:00.05741', '2005-09-15 11:43:00.05741', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
1526-INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (13, 26, 3, 2, 3, 1, '2005-12-22 18:19:00.05741', '2005-12-22 18:20:00.05741', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
1527+INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (12, 25, 3, 4, 1, 1, '2005-09-15 11:43:00.05741', '2005-09-15 11:43:00.05741', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
1528+INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (13, 26, 3, 4, 3, 1, '2005-12-22 18:19:00.05741', '2005-12-22 18:20:00.05741', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
1529 INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (14, 24, 3, 3, 1, 3, '2005-09-15 11:44:00.10654', '2005-09-15 11:44:00.10654', '2005-09-15 11:44:00.10654', 25, '2005-09-15 11:44:00.10654', '2005-09-15 11:44:00.10654', '2005-09-15 11:44:00.10654', 0, 1, NULL, NULL);
1530-INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (15, 24, 1, 2, 1, 1, '2005-09-16 11:42:02.870714', '2005-09-16 11:42:02.870714', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
1531-INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (16, 27, 3, 2, 1, 1, '2005-02-10 12:19:00.05741', '2005-02-10 12:20:00.05741', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
1532-INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (17, 28, 3, 2, 1, 1, '2005-02-10 12:19:00.05741', '2005-02-10 12:20:00.05741', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
1533-INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (18, 14, 1, 2, 1, 2, '2006-02-13 12:19:00.05741', '2006-02-13 12:19:00.05741', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
1534-INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (19, 28, 1, 1, 1, 3, '2006-02-15 12:19:00.05741', NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
1535-INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (20, 25, 1, 1, 1, 3, '2006-02-15 12:19:00.05741', NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
1536+INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (15, 24, 1, 4, 1, 1, '2005-09-16 11:42:02.870714', '2005-09-16 11:42:02.870714', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
1537+INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (16, 27, 3, 4, 1, 1, '2005-02-10 12:19:00.05741', '2005-02-10 12:20:00.05741', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
1538+INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (17, 28, 3, 4, 1, 1, '2005-02-10 12:19:00.05741', '2005-02-10 12:20:00.05741', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
1539+INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (18, 14, 1, 4, 1, 2, '2006-02-13 12:19:00.05741', '2006-02-13 12:19:00.05741', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
1540+INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (19, 28, 1, 4, 1, 3, '2006-02-15 12:19:00.05741', NULL, '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
1541+INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (20, 25, 1, 4, 1, 3, '2006-02-15 12:19:00.05741', NULL, '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
1542 INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (21, 24, 11, 4, 1, 3, '2006-09-14 11:44:00.10654', '2006-09-14 11:44:00', '2006-09-14 11:44:01', 25, '2006-09-14 11:45:00', '2006-09-14 11:45:00', '2006-09-15 11:45:00', 0, 8, 1, 'does anyone like ? I did not think so.');
1543 INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (22, 32, 1, 4, 1, 3, '2006-12-01 13:44:00.10654', '2006-12-01 11:44:00', NULL, NULL, NULL, NULL, '2006-12-02 11:44:00', 0, 1, 28, 'I do not like it.');
1544-INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (23, 33, 1, 2, 1, 3, '2006-12-01 13:44:00.10654', '2006-12-01 11:44:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
1545+INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (23, 33, 1, 4, 1, 3, '2006-12-01 13:44:00.10654', '2006-12-01 11:44:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
1546 INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (24, 14, 1, 2, 1, 2, '2006-02-19 11:57:13', '2007-02-19 11:57:13', NULL, NULL, NULL, NULL, NULL, 0, 8, NULL, NULL);
1547-INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (25, 33, 10, 2, 1, 3, '2007-04-25 13:44:00.10654', '2007-04-25 14:14:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
1548-INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (26, 35, 1, 2, 1, 3, '2006-04-11 12:00:00', '2006-04-11 12:00:01', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL);
1549+INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (25, 33, 10, 4, 1, 3, '2007-04-25 13:44:00.10654', '2007-04-25 14:14:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
1550+INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (26, 35, 1, 4, 1, 3, '2006-04-11 12:00:00', '2006-04-11 12:00:01', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.');
1551 INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (27, 33, 10, 2, 1, 3, '2007-07-09 13:44:00.10654', '2007-07-09 14:14:00', NULL, NULL, NULL, NULL, NULL, 0, 9, NULL, NULL);
1552 INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (28, 35, 1, 2, 1, 3, '2007-07-09 12:00:00', '2007-07-09 12:00:01', NULL, NULL, NULL, NULL, NULL, 0, 9, NULL, NULL);
1553 INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (29, 20, 1, 2, 1, 3, '2007-07-09 12:00:00', '2007-07-09 12:00:01', NULL, NULL, NULL, NULL, NULL, 0, 9, NULL, NULL);
1554-INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (30, 36, 10, 2, 5, 7, '2007-08-09 21:28:12.106187', NULL, NULL, NULL, NULL, NULL, NULL, 0, 12, NULL, NULL);
1555+INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (30, 36, 10, 4, 5, 7, '2007-08-09 21:28:12.106187', NULL, '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 12, 16, 'Cleaned up because of missing Librarian files.');
1556 INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (31, 35, 10, 2, 1, 3, '2007-07-09 12:00:00', '2007-07-09 12:00:01', NULL, NULL, NULL, NULL, NULL, 0, 10, NULL, NULL);
1557
1558
1559@@ -9093,29 +9945,29 @@
1560
1561 ALTER TABLE sourcepackagerelease DISABLE TRIGGER ALL;
1562
1563-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (14, 1, '0.9', '2004-09-27 11:57:13', 1, NULL, 1, 'Mozilla dummy Changelog......', 'gcc-3.4-base, libc6 (>= 2.3.2.ds1-4), gcc-3.4 (>= 3.4.1-4sarge1), gcc-3.4 (<< 3.4.2), libstdc++6-dev (>= 3.4.1-4sarge1), pmount', 'bacula-common (= 1.34.6-2), bacula-director-common (= 1.34.6-2), postgresql-client (>= 7.4), pmount', 'any', NULL, 1, 1, 1, 1, 1, 'Mark Shuttleworth <mark@canonical.com>', '3.6.2', '1.0', 'mozilla-firefox', 1, NULL, 'gcc-4.0, pmount', 'gcc-4.0-base, pmount', NULL);
1564-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (15, 1, '1.0', '2004-09-27 11:57:13', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 2, 1, 9, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL);
1565-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (16, 1, '1.0-1', '2005-03-10 16:30:00', 1, NULL, 1, NULL, NULL, NULL, 'any', NULL, 3, 1, 10, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL);
1566-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (17, 1, '0.99.6-1', '2005-03-14 18:00:00', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 2, 1, 10, 1, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL);
1567-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (20, 1, '0.1-1', '2005-03-24 20:59:31.439579', 1, NULL, 1, 'pmount (0.1-1) hoary; urgency=low
1568+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (14, 1, '0.9', '2004-09-27 11:57:13', 1, NULL, 1, 'Mozilla dummy Changelog......', 'gcc-3.4-base, libc6 (>= 2.3.2.ds1-4), gcc-3.4 (>= 3.4.1-4sarge1), gcc-3.4 (<< 3.4.2), libstdc++6-dev (>= 3.4.1-4sarge1), pmount', 'bacula-common (= 1.34.6-2), bacula-director-common (= 1.34.6-2), postgresql-client (>= 7.4), pmount', 'any', NULL, 1, 1, 1, 1, 1, 'Mark Shuttleworth <mark@canonical.com>', '3.6.2', '1.0', 'mozilla-firefox', 1, NULL, 'gcc-4.0, pmount', 'gcc-4.0-base, pmount', NULL, NULL);
1569+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (15, 1, '1.0', '2004-09-27 11:57:13', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 2, 1, 9, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL);
1570+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (16, 1, '1.0-1', '2005-03-10 16:30:00', 1, NULL, 1, NULL, NULL, NULL, 'any', NULL, 3, 1, 10, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL);
1571+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (17, 1, '0.99.6-1', '2005-03-14 18:00:00', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 2, 1, 10, 1, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL);
1572+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (20, 1, '0.1-1', '2005-03-24 20:59:31.439579', 1, NULL, 1, 'pmount (0.1-1) hoary; urgency=low
1573
1574 * Fix description (Malone #1)
1575 * Fix debian (Debian #2000)
1576 * Fix warty (Warty Ubuntu #1)
1577
1578- -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'all', NULL, 2, 1, 14, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL);
1579-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (21, 1, '0.1-2', '2005-06-24 20:59:31.439579', 1, NULL, 1, 'This is a placeholder changelog for pmount 0.1-2', NULL, NULL, 'powerpc', NULL, 1, 1, 14, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL);
1580-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (23, 1, '1.0.8-1ubuntu1', '2005-02-03 08:50:00', 1, NULL, 1, 'alsa-utils (1.0.8-1ubuntu1) warty; urgency=low
1581-
1582- * Placeholder
1583-
1584- -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'all', NULL, 1, 1, 19, 1, 1, 'Mark Shuttleworth <mark@example.com>', '3.6.2', '1.0', 'alsa-mixer', 1, NULL, NULL, NULL, NULL);
1585-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (24, 1, '1.0.9a-4', '2005-07-01 22:47:00', 1, NULL, 1, 'alsa-utils (1.0.9a-4) warty; urgency=low
1586-
1587- * Placeholder
1588-
1589- -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'any', NULL, 2, 1, 19, 8, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL);
1590-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (25, 1, '1.0.9a-4ubuntu1', '2005-08-01 14:10:00', 1, NULL, 1, 'alsa-utils (1.0.9a-4ubuntu1) hoary; urgency=low
1591+ -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'all', NULL, 2, 1, 14, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL);
1592+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (21, 1, '0.1-2', '2005-06-24 20:59:31.439579', 1, NULL, 1, 'This is a placeholder changelog for pmount 0.1-2', NULL, NULL, 'powerpc', NULL, 1, 1, 14, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL);
1593+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (23, 1, '1.0.8-1ubuntu1', '2005-02-03 08:50:00', 1, NULL, 1, 'alsa-utils (1.0.8-1ubuntu1) warty; urgency=low
1594+
1595+ * Placeholder
1596+
1597+ -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'all', NULL, 1, 1, 19, 1, 1, 'Mark Shuttleworth <mark@example.com>', '3.6.2', '1.0', 'alsa-mixer', 1, NULL, NULL, NULL, NULL, NULL);
1598+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (24, 1, '1.0.9a-4', '2005-07-01 22:47:00', 1, NULL, 1, 'alsa-utils (1.0.9a-4) warty; urgency=low
1599+
1600+ * Placeholder
1601+
1602+ -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'any', NULL, 2, 1, 19, 8, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL);
1603+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (25, 1, '1.0.9a-4ubuntu1', '2005-08-01 14:10:00', 1, NULL, 1, 'alsa-utils (1.0.9a-4ubuntu1) hoary; urgency=low
1604
1605 * Placeholder
1606 LP: #10
1607@@ -9124,22 +9976,22 @@
1608 LP: #7, #8,
1609 #11
1610
1611- -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'all', NULL, 1, 16, 19, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL);
1612-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (26, 1, 'cr.g7-37', '2005-12-22 18:19:00', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 1, 16, 20, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL);
1613-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (27, 1, 'b8p', '2006-02-10 11:19:00', 1, NULL, 1, 'libstdc++ (9.9-1) hoary; urgency=high
1614+ -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'all', NULL, 1, 16, 19, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL);
1615+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (26, 1, 'cr.g7-37', '2005-12-22 18:19:00', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 1, 16, 20, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL);
1616+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (27, 1, 'b8p', '2006-02-10 11:19:00', 1, NULL, 1, 'libstdc++ (9.9-1) hoary; urgency=high
1617
1618 * Placeholder
1619
1620- -- Sample Person <test@canonical.com> Tue, 10 Feb 2006 10:10:08 +0300', NULL, NULL, 'powerpc i386', NULL, 1, 16, 21, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL);
1621-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (28, 1, '2.6.15.3', '2005-12-22 18:19:00', 1, NULL, 1, NULL, NULL, NULL, 'any', NULL, 1, 16, 22, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL);
1622-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (29, 1, '0.00', '2005-12-22 18:19:00', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 17, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL);
1623-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (30, 1, '1.0', '2006-09-28 18:19:00', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 20, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL);
1624-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (31, 1, '1.0', '2006-09-28 18:19:01', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 20, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL);
1625-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (32, 1, '1.0', '2006-12-01 13:19:01', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 23, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL);
1626-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (33, 1, '1.0', '2006-12-01 13:19:01', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 24, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL);
1627-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (34, 1, '1.0', '2007-02-15 14:19:01', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 29, 16, 25, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL);
1628-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (35, 1, '1.0', '2006-04-11 11:19:01', 1, NULL, 1, NULL, NULL, NULL, 'any', NULL, 1, 16, 26, 1, 1, NULL, NULL, '1.0', NULL, 10, NULL, NULL, NULL, NULL);
1629-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (36, 243606, '1.0-1', '2007-08-09 21:25:37.832976', 1, NULL, 5, 'commercialpackage (1.0-1) breezy; urgency=low
1630+ -- Sample Person <test@canonical.com> Tue, 10 Feb 2006 10:10:08 +0300', NULL, NULL, 'powerpc i386', NULL, 1, 16, 21, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL);
1631+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (28, 1, '2.6.15.3', '2005-12-22 18:19:00', 1, NULL, 1, NULL, NULL, NULL, 'any', NULL, 1, 16, 22, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL);
1632+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (29, 1, '0.00', '2005-12-22 18:19:00', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 17, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL);
1633+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (30, 1, '1.0', '2006-09-28 18:19:00', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 20, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL);
1634+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (31, 1, '1.0', '2006-09-28 18:19:01', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 20, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL);
1635+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (32, 1, '1.0', '2006-12-01 13:19:01', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 23, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL);
1636+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (33, 1, '1.0', '2006-12-01 13:19:01', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 24, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL);
1637+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (34, 1, '1.0', '2007-02-15 14:19:01', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 29, 16, 25, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL);
1638+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (35, 1, '1.0', '2006-04-11 11:19:01', 1, NULL, 1, NULL, NULL, NULL, 'any', NULL, 1, 16, 26, 1, 1, NULL, NULL, '1.0', NULL, 10, NULL, NULL, NULL, NULL, NULL);
1639+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (36, 243606, '1.0-1', '2007-08-09 21:25:37.832976', 1, NULL, 5, 'commercialpackage (1.0-1) breezy; urgency=low
1640
1641 * Initial version
1642 Address for testing linkification: Foo Bar <foo.bar@canonical.com>
1643@@ -9163,8 +10015,423 @@
1644 iD8DBQFGtzTjWhGlTF8G/HcRAtFsAJ4hHyKhOnsUOQDI+SAk000DmFAnUgCcC84J
1645 3F4bEPeRcnUjCFI/hjR0kxg=
1646 =Tjln
1647-', 7, 243606, 27, 10, 1, 'Julian Edwards <launchpad@julian-edwards.com>', '3.6.2', '1.0', 'commercialpackage', 12, NULL, NULL, NULL, NULL);
1648-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (37, 1, '1.0', '2006-04-11 11:19:01', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 1, 16, 26, 1, 1, NULL, NULL, '1.0', NULL, 11, NULL, NULL, NULL, NULL);
1649+', 7, 243606, 27, 10, 1, 'Julian Edwards <launchpad@julian-edwards.com>', '3.6.2', '1.0', 'commercialpackage', 12, NULL, NULL, NULL, NULL, NULL);
1650+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (37, 1, '1.0', '2006-04-11 11:19:01', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 1, 16, 26, 1, 1, NULL, NULL, '1.0', NULL, 11, NULL, NULL, NULL, NULL, NULL);
1651+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (38, 243652, '2.4-3', '2010-03-21 16:40:52.468708', 1, NULL, 3, 'hello (2.4-3) lucid; urgency=low
1652+
1653+ * Modified doc/Makefile.in to avoid /usr/share/info/dir.gz.
1654+ -- Santiago Vila <sanvila@debian.org> Sun, 30 Aug 2009 13:05:52 +0200', '', '', 'any', '-----BEGIN PGP SIGNED MESSAGE-----
1655+Hash: SHA1
1656+
1657+Format: 1.0
1658+Source: hello
1659+Binary: hello
1660+Architecture: any
1661+Version: 2.4-3
1662+Maintainer: Santiago Vila <sanvila@debian.org>
1663+Standards-Version: 3.8.3
1664+Checksums-Sha1:
1665+ fcbf0264928900adf03a7797474375e1a6fa3836 499638 hello_2.4.orig.tar.gz
1666+ 6de5cf470583cdbf2947d16aa4f10e3028839391 5739 hello_2.4-3.diff.gz
1667+Checksums-Sha256:
1668+ 534745c4b7e063f5eb5f984609caf0f7c06d46df03e4d404f20996d28b6df1f7 499638 hello_2.4.orig.tar.gz
1669+ 0b4bc9f52010291d4a2d4842f010fc6df1f77c969201aa3114611c634b82c3f4 5739 hello_2.4-3.diff.gz
1670+Files:
1671+ 1691faa758ca41c70b6da5501bdf230a 499638 hello_2.4.orig.tar.gz
1672+ 0a267ee8ef148e91d06c3750ec79ca85 5739 hello_2.4-3.diff.gz
1673+
1674+Version: GnuPG v1.4.10 (GNU/Linux)
1675+
1676+iQEcBAEBAgAGBQJLmIvHAAoJEJ3amgfFEfZnU8QIAICN7JOMC95OyQS1kEKfTAl9
1677+lC2fKpr+T/nXXME2ixjmiD3SsN5vx52rsrWL1V43CvyBmCorvZ1iVq27zokrUcPD
1678+PcTCeEldBlOQNVXs8mqr/PfQT7nKD0oW7JTWCWfsJSINy9jLez+wx98qFrXjsHHh
1679+HnXG3gcAXvf0i7PGk/9S8/9M1fdK0nKLxzY8pXAB/EruFcrFsiMjoyhAbnrfeQRJ
1680+UtD5w8poXIenctKyrC/yBBAkOVXKoIWBffMpRqwuo2kKiCpZnY7hr/HI2U+tbb+n
1681+LgrjBjmLvxD5F3XxiNiqpClqqHHmO5tT3iTSzKF8zql/HPcgX73F4oQAp2mAKS8=
1682+=GTTu
1683+', 7, 243652, 28, 22, 1, 'Santiago Vila <sanvila@debian.org>', '3.8.3', '1.0', 'hello', 1, 'This is the Debian GNU prepackaged version of the FSF''s GNU hello
1684+utility. This package provides the classic greeting to the users of
1685+Debian, as well as providing Debian''s developers with an example of
1686+how to package a GNU program. GNU `hello'' was written by Mike Haertel,
1687+David MacKenzie, Jan Brittenson, Charles Hannum, Roland McGrath, Noah
1688+Friedman, Karl Eichwalder, and The King.
1689+
1690+This package was first put together by Ian Jackson and it''s currently
1691+maintained by Santiago Vila. The source for this release was taken
1692+from:
1693+
1694+http://ftp.gnu.org/gnu/hello/hello-2.4.tar.gz
1695+
1696+The changes were very minimal:
1697+
1698+- Adding support for the Debian package maintenance scheme, by adding
1699+ various debian/* files.
1700+
1701+Program Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
1702+2002, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1703+
1704+Modifications for Debian Copyright (C) 1994,1995,1996 Ian Jackson.
1705+
1706+This program is free software: you can redistribute it and/or modify
1707+it under the terms of the GNU General Public License as published by
1708+the Free Software Foundation, either version 3 of the License, or
1709+(at your option) any later version.
1710+
1711+This program is distributed in the hope that it will be useful,
1712+but WITHOUT ANY WARRANTY; without even the implied warranty of
1713+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1714+GNU General Public License for more details.
1715+
1716+You should have received a copy of the GNU General Public License
1717+along with this program. If not, see <http://www.gnu.org/licenses/>. */
1718+
1719+On Debian systems, the complete text of the GNU General Public License
1720+can be found in `/usr/share/common-licenses/GPL''.
1721+
1722+Manual Copyright (C) 1992, 1993, 1996, 2002, 2005, 2006, 2007, 2008
1723+Free Software Foundation, Inc.
1724+
1725+Permission is granted to copy, distribute and/or modify this
1726+document under the terms of the GNU Free Documentation License,
1727+Version 1.2 or any later version published by the Free Software
1728+Foundation; with no Invariant Sections, with no Front-Cover Texts,
1729+and with no Back-Cover Texts. A copy of the license is included
1730+in the section entitled "GNU Free Documentation License".
1731+
1732+On Debian systems, the complete text of the GNU Free Documentation
1733+License can be found in `/usr/share/common-licenses/GFDL''.', '', '', NULL, 94);
1734+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (39, 243652, '2.4-3', '2010-03-21 16:40:53.242249', 1, NULL, 3, 'hello (2.4-3) lucid; urgency=low
1735+
1736+ * Modified doc/Makefile.in to avoid /usr/share/info/dir.gz.
1737+ -- Santiago Vila <sanvila@debian.org> Sun, 30 Aug 2009 13:05:52 +0200', '', '', 'any', '-----BEGIN PGP SIGNED MESSAGE-----
1738+Hash: SHA1
1739+
1740+Format: 1.0
1741+Source: hello
1742+Binary: hello
1743+Architecture: any
1744+Version: 2.4-3
1745+Maintainer: Santiago Vila <sanvila@debian.org>
1746+Standards-Version: 3.8.3
1747+Checksums-Sha1:
1748+ fcbf0264928900adf03a7797474375e1a6fa3836 499638 hello_2.4.orig.tar.gz
1749+ 6de5cf470583cdbf2947d16aa4f10e3028839391 5739 hello_2.4-3.diff.gz
1750+Checksums-Sha256:
1751+ 534745c4b7e063f5eb5f984609caf0f7c06d46df03e4d404f20996d28b6df1f7 499638 hello_2.4.orig.tar.gz
1752+ 0b4bc9f52010291d4a2d4842f010fc6df1f77c969201aa3114611c634b82c3f4 5739 hello_2.4-3.diff.gz
1753+Files:
1754+ 1691faa758ca41c70b6da5501bdf230a 499638 hello_2.4.orig.tar.gz
1755+ 0a267ee8ef148e91d06c3750ec79ca85 5739 hello_2.4-3.diff.gz
1756+
1757+Version: GnuPG v1.4.10 (GNU/Linux)
1758+
1759+iQEcBAEBAgAGBQJLmUVdAAoJEHVUWkiQp7mWu9MH/1jzF2VpsT85mLjLMlVgTr72
1760+AGi5tqS29NWWOb/JxeK8JrN9EfQ+dPhn0gxQ8uJbq3qBzU44WXhrc+aOo7PkDmUV
1761+1Pu2Epf0sz76AjSiqBOPFhQOuOulkv3B1VBcUSIxnXCp2XLKMppmXjATa0I3FC5u
1762+H7MlEe2Ly6d8Sbj1W+zuHhX5e9vQNoxcyIvXW8d86epNdH849rlkO3QIJbkqswoM
1763+QM0q7mDWFE1g1x8yE9LR9dOugrNBZGv2Z7NP88zWYi0hgs7Yt/D5k8UQm+59BwkQ
1764+ZhFqGx8/Jb60dTjUolGD08VGvFdpuXhNCMUfqqAWvSgGpJGwqtfTR5Ei16DanAg=
1765+=+vup
1766+', 7, 243652, 28, 22, 1, 'Santiago Vila <sanvila@debian.org>', '3.8.3', '1.0', 'hello', 1, 'This is the Debian GNU prepackaged version of the FSF''s GNU hello
1767+utility. This package provides the classic greeting to the users of
1768+Debian, as well as providing Debian''s developers with an example of
1769+how to package a GNU program. GNU `hello'' was written by Mike Haertel,
1770+David MacKenzie, Jan Brittenson, Charles Hannum, Roland McGrath, Noah
1771+Friedman, Karl Eichwalder, and The King.
1772+
1773+This package was first put together by Ian Jackson and it''s currently
1774+maintained by Santiago Vila. The source for this release was taken
1775+from:
1776+
1777+http://ftp.gnu.org/gnu/hello/hello-2.4.tar.gz
1778+
1779+The changes were very minimal:
1780+
1781+- Adding support for the Debian package maintenance scheme, by adding
1782+ various debian/* files.
1783+
1784+Program Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
1785+2002, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1786+
1787+Modifications for Debian Copyright (C) 1994,1995,1996 Ian Jackson.
1788+
1789+This program is free software: you can redistribute it and/or modify
1790+it under the terms of the GNU General Public License as published by
1791+the Free Software Foundation, either version 3 of the License, or
1792+(at your option) any later version.
1793+
1794+This program is distributed in the hope that it will be useful,
1795+but WITHOUT ANY WARRANTY; without even the implied warranty of
1796+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1797+GNU General Public License for more details.
1798+
1799+You should have received a copy of the GNU General Public License
1800+along with this program. If not, see <http://www.gnu.org/licenses/>. */
1801+
1802+On Debian systems, the complete text of the GNU General Public License
1803+can be found in `/usr/share/common-licenses/GPL''.
1804+
1805+Manual Copyright (C) 1992, 1993, 1996, 2002, 2005, 2006, 2007, 2008
1806+Free Software Foundation, Inc.
1807+
1808+Permission is granted to copy, distribute and/or modify this
1809+document under the terms of the GNU Free Documentation License,
1810+Version 1.2 or any later version published by the Free Software
1811+Foundation; with no Invariant Sections, with no Front-Cover Texts,
1812+and with no Back-Cover Texts. A copy of the license is included
1813+in the section entitled "GNU Free Documentation License".
1814+
1815+On Debian systems, the complete text of the GNU Free Documentation
1816+License can be found in `/usr/share/common-licenses/GFDL''.', '', '', NULL, 99);
1817+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (40, 243652, '2.4-3', '2010-03-21 16:40:55.270048', 1, NULL, 3, 'hello (2.4-3) lucid; urgency=low
1818+
1819+ * Modified doc/Makefile.in to avoid /usr/share/info/dir.gz.
1820+ -- Santiago Vila <sanvila@debian.org> Sun, 30 Aug 2009 13:05:52 +0200', '', '', 'any', '-----BEGIN PGP SIGNED MESSAGE-----
1821+Hash: SHA1
1822+
1823+Format: 1.0
1824+Source: hello
1825+Binary: hello
1826+Architecture: any
1827+Version: 2.4-3
1828+Maintainer: Santiago Vila <sanvila@debian.org>
1829+Standards-Version: 3.8.3
1830+Checksums-Sha1:
1831+ fcbf0264928900adf03a7797474375e1a6fa3836 499638 hello_2.4.orig.tar.gz
1832+ 6de5cf470583cdbf2947d16aa4f10e3028839391 5739 hello_2.4-3.diff.gz
1833+Checksums-Sha256:
1834+ 534745c4b7e063f5eb5f984609caf0f7c06d46df03e4d404f20996d28b6df1f7 499638 hello_2.4.orig.tar.gz
1835+ 0b4bc9f52010291d4a2d4842f010fc6df1f77c969201aa3114611c634b82c3f4 5739 hello_2.4-3.diff.gz
1836+Files:
1837+ 1691faa758ca41c70b6da5501bdf230a 499638 hello_2.4.orig.tar.gz
1838+ 0a267ee8ef148e91d06c3750ec79ca85 5739 hello_2.4-3.diff.gz
1839+
1840+Version: GnuPG v1.4.10 (GNU/Linux)
1841+
1842+iQEcBAEBAgAGBQJLmUVdAAoJEHVUWkiQp7mWu9MH/1jzF2VpsT85mLjLMlVgTr72
1843+AGi5tqS29NWWOb/JxeK8JrN9EfQ+dPhn0gxQ8uJbq3qBzU44WXhrc+aOo7PkDmUV
1844+1Pu2Epf0sz76AjSiqBOPFhQOuOulkv3B1VBcUSIxnXCp2XLKMppmXjATa0I3FC5u
1845+H7MlEe2Ly6d8Sbj1W+zuHhX5e9vQNoxcyIvXW8d86epNdH849rlkO3QIJbkqswoM
1846+QM0q7mDWFE1g1x8yE9LR9dOugrNBZGv2Z7NP88zWYi0hgs7Yt/D5k8UQm+59BwkQ
1847+ZhFqGx8/Jb60dTjUolGD08VGvFdpuXhNCMUfqqAWvSgGpJGwqtfTR5Ei16DanAg=
1848+=+vup
1849+', 7, 243652, 28, 22, 1, 'Santiago Vila <sanvila@debian.org>', '3.8.3', '1.0', 'hello', 1, 'This is the Debian GNU prepackaged version of the FSF''s GNU hello
1850+utility. This package provides the classic greeting to the users of
1851+Debian, as well as providing Debian''s developers with an example of
1852+how to package a GNU program. GNU `hello'' was written by Mike Haertel,
1853+David MacKenzie, Jan Brittenson, Charles Hannum, Roland McGrath, Noah
1854+Friedman, Karl Eichwalder, and The King.
1855+
1856+This package was first put together by Ian Jackson and it''s currently
1857+maintained by Santiago Vila. The source for this release was taken
1858+from:
1859+
1860+http://ftp.gnu.org/gnu/hello/hello-2.4.tar.gz
1861+
1862+The changes were very minimal:
1863+
1864+- Adding support for the Debian package maintenance scheme, by adding
1865+ various debian/* files.
1866+
1867+Program Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
1868+2002, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1869+
1870+Modifications for Debian Copyright (C) 1994,1995,1996 Ian Jackson.
1871+
1872+This program is free software: you can redistribute it and/or modify
1873+it under the terms of the GNU General Public License as published by
1874+the Free Software Foundation, either version 3 of the License, or
1875+(at your option) any later version.
1876+
1877+This program is distributed in the hope that it will be useful,
1878+but WITHOUT ANY WARRANTY; without even the implied warranty of
1879+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1880+GNU General Public License for more details.
1881+
1882+You should have received a copy of the GNU General Public License
1883+along with this program. If not, see <http://www.gnu.org/licenses/>. */
1884+
1885+On Debian systems, the complete text of the GNU General Public License
1886+can be found in `/usr/share/common-licenses/GPL''.
1887+
1888+Manual Copyright (C) 1992, 1993, 1996, 2002, 2005, 2006, 2007, 2008
1889+Free Software Foundation, Inc.
1890+
1891+Permission is granted to copy, distribute and/or modify this
1892+document under the terms of the GNU Free Documentation License,
1893+Version 1.2 or any later version published by the Free Software
1894+Foundation; with no Invariant Sections, with no Front-Cover Texts,
1895+and with no Back-Cover Texts. A copy of the license is included
1896+in the section entitled "GNU Free Documentation License".
1897+
1898+On Debian systems, the complete text of the GNU Free Documentation
1899+License can be found in `/usr/share/common-licenses/GFDL''.', '', '', NULL, 104);
1900+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (41, 243652, '2.4-3', '2010-03-21 16:40:56.808105', 1, NULL, 3, 'hello (2.4-3) lucid; urgency=low
1901+
1902+ * Modified doc/Makefile.in to avoid /usr/share/info/dir.gz.
1903+ -- Santiago Vila <sanvila@debian.org> Sun, 30 Aug 2009 13:05:52 +0200', '', '', 'any', '-----BEGIN PGP SIGNED MESSAGE-----
1904+Hash: SHA1
1905+
1906+Format: 1.0
1907+Source: hello
1908+Binary: hello
1909+Architecture: any
1910+Version: 2.4-3
1911+Maintainer: Santiago Vila <sanvila@debian.org>
1912+Standards-Version: 3.8.3
1913+Checksums-Sha1:
1914+ fcbf0264928900adf03a7797474375e1a6fa3836 499638 hello_2.4.orig.tar.gz
1915+ 6de5cf470583cdbf2947d16aa4f10e3028839391 5739 hello_2.4-3.diff.gz
1916+Checksums-Sha256:
1917+ 534745c4b7e063f5eb5f984609caf0f7c06d46df03e4d404f20996d28b6df1f7 499638 hello_2.4.orig.tar.gz
1918+ 0b4bc9f52010291d4a2d4842f010fc6df1f77c969201aa3114611c634b82c3f4 5739 hello_2.4-3.diff.gz
1919+Files:
1920+ 1691faa758ca41c70b6da5501bdf230a 499638 hello_2.4.orig.tar.gz
1921+ 0a267ee8ef148e91d06c3750ec79ca85 5739 hello_2.4-3.diff.gz
1922+
1923+Version: GnuPG v1.4.10 (GNU/Linux)
1924+
1925+iQEcBAEBAgAGBQJLmUVdAAoJEHVUWkiQp7mWu9MH/1jzF2VpsT85mLjLMlVgTr72
1926+AGi5tqS29NWWOb/JxeK8JrN9EfQ+dPhn0gxQ8uJbq3qBzU44WXhrc+aOo7PkDmUV
1927+1Pu2Epf0sz76AjSiqBOPFhQOuOulkv3B1VBcUSIxnXCp2XLKMppmXjATa0I3FC5u
1928+H7MlEe2Ly6d8Sbj1W+zuHhX5e9vQNoxcyIvXW8d86epNdH849rlkO3QIJbkqswoM
1929+QM0q7mDWFE1g1x8yE9LR9dOugrNBZGv2Z7NP88zWYi0hgs7Yt/D5k8UQm+59BwkQ
1930+ZhFqGx8/Jb60dTjUolGD08VGvFdpuXhNCMUfqqAWvSgGpJGwqtfTR5Ei16DanAg=
1931+=+vup
1932+', 7, 243652, 28, 22, 1, 'Santiago Vila <sanvila@debian.org>', '3.8.3', '1.0', 'hello', 1, 'This is the Debian GNU prepackaged version of the FSF''s GNU hello
1933+utility. This package provides the classic greeting to the users of
1934+Debian, as well as providing Debian''s developers with an example of
1935+how to package a GNU program. GNU `hello'' was written by Mike Haertel,
1936+David MacKenzie, Jan Brittenson, Charles Hannum, Roland McGrath, Noah
1937+Friedman, Karl Eichwalder, and The King.
1938+
1939+This package was first put together by Ian Jackson and it''s currently
1940+maintained by Santiago Vila. The source for this release was taken
1941+from:
1942+
1943+http://ftp.gnu.org/gnu/hello/hello-2.4.tar.gz
1944+
1945+The changes were very minimal:
1946+
1947+- Adding support for the Debian package maintenance scheme, by adding
1948+ various debian/* files.
1949+
1950+Program Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
1951+2002, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1952+
1953+Modifications for Debian Copyright (C) 1994,1995,1996 Ian Jackson.
1954+
1955+This program is free software: you can redistribute it and/or modify
1956+it under the terms of the GNU General Public License as published by
1957+the Free Software Foundation, either version 3 of the License, or
1958+(at your option) any later version.
1959+
1960+This program is distributed in the hope that it will be useful,
1961+but WITHOUT ANY WARRANTY; without even the implied warranty of
1962+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1963+GNU General Public License for more details.
1964+
1965+You should have received a copy of the GNU General Public License
1966+along with this program. If not, see <http://www.gnu.org/licenses/>. */
1967+
1968+On Debian systems, the complete text of the GNU General Public License
1969+can be found in `/usr/share/common-licenses/GPL''.
1970+
1971+Manual Copyright (C) 1992, 1993, 1996, 2002, 2005, 2006, 2007, 2008
1972+Free Software Foundation, Inc.
1973+
1974+Permission is granted to copy, distribute and/or modify this
1975+document under the terms of the GNU Free Documentation License,
1976+Version 1.2 or any later version published by the Free Software
1977+Foundation; with no Invariant Sections, with no Front-Cover Texts,
1978+and with no Back-Cover Texts. A copy of the license is included
1979+in the section entitled "GNU Free Documentation License".
1980+
1981+On Debian systems, the complete text of the GNU Free Documentation
1982+License can be found in `/usr/share/common-licenses/GFDL''.', '', '', NULL, 109);
1983+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (42, 243652, '2.4-3', '2010-03-21 16:40:58.942507', 1, NULL, 3, 'hello (2.4-3) lucid; urgency=low
1984+
1985+ * Modified doc/Makefile.in to avoid /usr/share/info/dir.gz.
1986+ -- Santiago Vila <sanvila@debian.org> Sun, 30 Aug 2009 13:05:52 +0200', '', '', 'any', '-----BEGIN PGP SIGNED MESSAGE-----
1987+Hash: SHA1
1988+
1989+Format: 1.0
1990+Source: hello
1991+Binary: hello
1992+Architecture: any
1993+Version: 2.4-3
1994+Maintainer: Santiago Vila <sanvila@debian.org>
1995+Standards-Version: 3.8.3
1996+Checksums-Sha1:
1997+ fcbf0264928900adf03a7797474375e1a6fa3836 499638 hello_2.4.orig.tar.gz
1998+ 6de5cf470583cdbf2947d16aa4f10e3028839391 5739 hello_2.4-3.diff.gz
1999+Checksums-Sha256:
2000+ 534745c4b7e063f5eb5f984609caf0f7c06d46df03e4d404f20996d28b6df1f7 499638 hello_2.4.orig.tar.gz
2001+ 0b4bc9f52010291d4a2d4842f010fc6df1f77c969201aa3114611c634b82c3f4 5739 hello_2.4-3.diff.gz
2002+Files:
2003+ 1691faa758ca41c70b6da5501bdf230a 499638 hello_2.4.orig.tar.gz
2004+ 0a267ee8ef148e91d06c3750ec79ca85 5739 hello_2.4-3.diff.gz
2005+
2006+Version: GnuPG v1.4.10 (GNU/Linux)
2007+
2008+iQEcBAEBAgAGBQJLmUVdAAoJEHVUWkiQp7mWu9MH/1jzF2VpsT85mLjLMlVgTr72
2009+AGi5tqS29NWWOb/JxeK8JrN9EfQ+dPhn0gxQ8uJbq3qBzU44WXhrc+aOo7PkDmUV
2010+1Pu2Epf0sz76AjSiqBOPFhQOuOulkv3B1VBcUSIxnXCp2XLKMppmXjATa0I3FC5u
2011+H7MlEe2Ly6d8Sbj1W+zuHhX5e9vQNoxcyIvXW8d86epNdH849rlkO3QIJbkqswoM
2012+QM0q7mDWFE1g1x8yE9LR9dOugrNBZGv2Z7NP88zWYi0hgs7Yt/D5k8UQm+59BwkQ
2013+ZhFqGx8/Jb60dTjUolGD08VGvFdpuXhNCMUfqqAWvSgGpJGwqtfTR5Ei16DanAg=
2014+=+vup
2015+', 7, 243652, 28, 22, 1, 'Santiago Vila <sanvila@debian.org>', '3.8.3', '1.0', 'hello', 1, 'This is the Debian GNU prepackaged version of the FSF''s GNU hello
2016+utility. This package provides the classic greeting to the users of
2017+Debian, as well as providing Debian''s developers with an example of
2018+how to package a GNU program. GNU `hello'' was written by Mike Haertel,
2019+David MacKenzie, Jan Brittenson, Charles Hannum, Roland McGrath, Noah
2020+Friedman, Karl Eichwalder, and The King.
2021+
2022+This package was first put together by Ian Jackson and it''s currently
2023+maintained by Santiago Vila. The source for this release was taken
2024+from:
2025+
2026+http://ftp.gnu.org/gnu/hello/hello-2.4.tar.gz
2027+
2028+The changes were very minimal:
2029+
2030+- Adding support for the Debian package maintenance scheme, by adding
2031+ various debian/* files.
2032+
2033+Program Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
2034+2002, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
2035+
2036+Modifications for Debian Copyright (C) 1994,1995,1996 Ian Jackson.
2037+
2038+This program is free software: you can redistribute it and/or modify
2039+it under the terms of the GNU General Public License as published by
2040+the Free Software Foundation, either version 3 of the License, or
2041+(at your option) any later version.
2042+
2043+This program is distributed in the hope that it will be useful,
2044+but WITHOUT ANY WARRANTY; without even the implied warranty of
2045+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2046+GNU General Public License for more details.
2047+
2048+You should have received a copy of the GNU General Public License
2049+along with this program. If not, see <http://www.gnu.org/licenses/>. */
2050+
2051+On Debian systems, the complete text of the GNU General Public License
2052+can be found in `/usr/share/common-licenses/GPL''.
2053+
2054+Manual Copyright (C) 1992, 1993, 1996, 2002, 2005, 2006, 2007, 2008
2055+Free Software Foundation, Inc.
2056+
2057+Permission is granted to copy, distribute and/or modify this
2058+document under the terms of the GNU Free Documentation License,
2059+Version 1.2 or any later version published by the Free Software
2060+Foundation; with no Invariant Sections, with no Front-Cover Texts,
2061+and with no Back-Cover Texts. A copy of the license is included
2062+in the section entitled "GNU Free Documentation License".
2063+
2064+On Debian systems, the complete text of the GNU Free Documentation
2065+License can be found in `/usr/share/common-licenses/GFDL''.', '', '', NULL, 114);
2066
2067
2068 ALTER TABLE sourcepackagerelease ENABLE TRIGGER ALL;
2069@@ -9186,6 +10453,21 @@
2070 INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (36, 66, 4, 12);
2071 INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (36, 67, 5, 13);
2072 INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (36, 68, 3, 14);
2073+INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (38, 95, 4, 15);
2074+INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (38, 96, 5, 16);
2075+INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (38, 97, 3, 17);
2076+INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (39, 100, 4, 18);
2077+INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (39, 101, 5, 19);
2078+INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (39, 102, 3, 20);
2079+INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (40, 105, 4, 21);
2080+INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (40, 106, 5, 22);
2081+INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (40, 107, 3, 23);
2082+INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (41, 110, 4, 24);
2083+INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (41, 111, 5, 25);
2084+INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (41, 112, 3, 26);
2085+INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (42, 115, 4, 27);
2086+INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (42, 116, 5, 28);
2087+INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (42, 117, 3, 29);
2088
2089
2090 ALTER TABLE sourcepackagereleasefile ENABLE TRIGGER ALL;
2091@@ -9593,6 +10875,7 @@
2092
2093 INSERT INTO sshkey (id, person, keytype, keytext, comment, date_created) VALUES (1, 12, 2, 'AAAAB3NzaC1kc3MAAAEBAPfhCA15ZaT08brwVXwpJjcZT6QFIipzF1sGy57HY7QPi/W+uljr1VcCHzWdlSmda7YpTCTx0NFYYQIccQRGX6zYL8v1w9FSRCAnxxUJmqEhsUDFYFdVTa9uLCrs3MSbmh7wwFPdRrGrO6X5x7T4dMZQwykSZrOVdpLcCHRgrMZslLomIAjERn6OAQNiGFz7B2tEi/3Soqd52bGJwOtGymRiAXkPSLbH7KfzSCe34ytdh6BD+4SrgSoa+TL3VDV70QAdlOFXD42ZHl3Sc0Tde4LbZeYq2Uf84DOATLZBbOYpRSqTLkM9XngpnvCRVb6dxEQfgODDw783tEuPpySLj2EAAAAVANpUVgivDjt9gFibN/AXfYy1meeBAAABAB6FtnMywmWZg2lr2I3nDfE5U5QbGUQB/ZEP98ZkSkhOcF29VlnGOxyb2/VZbVTLa/btlPF82L4An/c8VKtKZnel7LnAlMoArdgzQNXGVQQVtnaWwM26ydgDzkSSIes3elNZgsfnPRBvaF0ol9Tqju0rNGKjnr3ZOX/NX+42bxpjRnxYj1h56yP2jKKeGfjorI6JK1YfqBAiTxzaDMzSpknnrbztaKJoh7IFqMMOp9ANSFh7H106pEaCv3ebCTJZprtWqNKjb2zum7OQPRz3upA0qx22ocTokjv4itXJ6yj/BvGu9qdOIQFXuB2rsFtLZtS8ATueOly0GzyeiZBx/AEAAAEBAO8jRYjL7tAYnVlO1p6UzPOicAuGCFWfNbBEDRAXoSgLNdj451jStw+eUc9ZVz7tG/XRVZsiavtFHb2cbrcfX1YOd69xi0m+IY6mo3yKt3irQRokDtt376sHoUdHgj2ozySZJgG8IJndtoS+VQQy6NdClA3fNFb96bF865eNaRYoHJO9ZI84lkWQL++MLzIuyFfCs1hSlapyyuHC8kFmF7AQdrVZvbohSbnWs+w53nIW8nAA7z21wAukvE1Pl6AQyG0e7U1sYS8Pc8dtmzJvdtVZWBl02/gqQJ7f06mFvnsN45rR1Uyxnrwl6rbFwqabZDlyD5Ac6Icbvz9SG1gBOiI=', 'andrew@trogdor', '2006-10-16 18:31:53.030784');
2094 INSERT INTO sshkey (id, person, keytype, keytext, comment, date_created) VALUES (2, 1, 2, 'AAAAB3NzaC1kc3MAAABBAL5VoWG5sy3CnLYeOw47L8m9A15hA/PzdX2u0B7c2Z1ktFPcEaEuKbLqKVSkXpYm7YwKj9y88A9Qm61CdvI0c50AAAAVAKGY0YON9dEFH3DzeVYHVEBGFGfVAAAAQCoe0RhBcefm4YiyQVwMAxwTlgySTk7FSk6GZ95EZ5Q8/OTdViTaalvGXaRIsBdaQamHEBB+Vek/VpnF1UGGm8YAAABAaCXDl0r1k93JhnMdF0ap4UJQ2/NnqCyoE8Xd5KdUWWwqwGdMzqB1NOeKN6ladIAXRggLc2E00UsnUXh3GE3Rgw==', 'Private key in lib/lp/codehosting/tests/id_dsa', '2007-03-30 03:39:27.689516');
2095+INSERT INTO sshkey (id, person, keytype, keytext, comment, date_created) VALUES (3, 243651, 1, 'AAAAB3NzaC1yc2EAAAABIwAAAQEA4T3rFl8HondKnGq3+OEAoXzhsZL3YyzRIMCFQeD6aLLHCoVGAwUs3cg7bqUVshGb3udz5Wl/C4ym1aF5Uk5xaZWr2ByKZG6ZPFQb2MZbOG+Lcd5A14gSS2+Hw6+LIoMM8u6CJvIjbTHVI2wbz/ClINDEcJC0bh+YpuaKWyt2iExHATq153ST3dih+sDDK8bq6bFMKM8sdJHl9soKGo7V7i6jIn8E84XmcdTq8Gm2gt6VhOIb/wtr1ix7nxzZ7qCxAQr//FhJ8yVsmHx7wRwkndS7muPfVlVd5jBYPN74AvNicGrQsaPtbkAIwlxOrL92BsS6xtb+sO2iJYHK/EJMoQ==', 'Added by utility script.', '2010-03-21 16:37:00.153872');
2096
2097
2098 ALTER TABLE sshkey ENABLE TRIGGER ALL;
2099@@ -9754,6 +11037,7 @@
2100 INSERT INTO teammembership (id, person, team, status, date_joined, date_expires, last_changed_by, last_change_comment, proposed_by, acknowledged_by, reviewed_by, date_proposed, date_last_changed, date_acknowledged, date_reviewed, proponent_comment, acknowledger_comment, reviewer_comment, date_created) VALUES (114, 243634, 243644, 2, '2009-08-24 14:20:18.041551', NULL, NULL, NULL, 243643, NULL, 243643, '2009-08-24 14:20:18.041551', NULL, NULL, '2009-08-24 14:20:18.041551', NULL, NULL, NULL, '2009-08-24 14:19:10.891377');
2101 INSERT INTO teammembership (id, person, team, status, date_joined, date_expires, last_changed_by, last_change_comment, proposed_by, acknowledged_by, reviewed_by, date_proposed, date_last_changed, date_acknowledged, date_reviewed, proponent_comment, acknowledger_comment, reviewer_comment, date_created) VALUES (115, 243640, 243647, 7, NULL, NULL, NULL, NULL, 243635, NULL, NULL, '2009-08-24 14:20:51.178444', NULL, NULL, NULL, NULL, NULL, NULL, '2009-08-24 14:19:10.891377');
2102 INSERT INTO teammembership (id, person, team, status, date_joined, date_expires, last_changed_by, last_change_comment, proposed_by, acknowledged_by, reviewed_by, date_proposed, date_last_changed, date_acknowledged, date_reviewed, proponent_comment, acknowledger_comment, reviewer_comment, date_created) VALUES (116, 243646, 243641, 2, '2009-08-24 14:21:03.889338', NULL, NULL, NULL, 243637, NULL, 243637, '2009-08-24 14:21:03.889338', NULL, NULL, '2009-08-24 14:21:03.889338', NULL, NULL, NULL, '2009-08-24 14:19:10.891377');
2103+INSERT INTO teammembership (id, person, team, status, date_joined, date_expires, last_changed_by, last_change_comment, proposed_by, acknowledged_by, reviewed_by, date_proposed, date_last_changed, date_acknowledged, date_reviewed, proponent_comment, acknowledger_comment, reviewer_comment, date_created) VALUES (117, 243651, 17, 2, '2010-03-21 16:37:00.167726', NULL, NULL, NULL, 243651, NULL, 243651, '2010-03-21 16:37:00.167726', NULL, NULL, '2010-03-21 16:37:00.167726', NULL, NULL, NULL, '2010-03-21 16:37:00.153872');
2104
2105
2106 ALTER TABLE teammembership ENABLE TRIGGER ALL;
2107@@ -9992,6 +11276,10 @@
2108 INSERT INTO teamparticipation (id, team, person) VALUES (250, 243648, 243648);
2109 INSERT INTO teamparticipation (id, team, person) VALUES (251, 243649, 243649);
2110 INSERT INTO teamparticipation (id, team, person) VALUES (252, 243650, 243650);
2111+INSERT INTO teamparticipation (id, team, person) VALUES (253, 243651, 243651);
2112+INSERT INTO teamparticipation (id, team, person) VALUES (254, 32, 243651);
2113+INSERT INTO teamparticipation (id, team, person) VALUES (255, 17, 243651);
2114+INSERT INTO teamparticipation (id, team, person) VALUES (256, 243652, 243652);
2115
2116
2117 ALTER TABLE teamparticipation ENABLE TRIGGER ALL;
2118
2119=== modified file 'database/sampledata/current.sql'
2120--- database/sampledata/current.sql 2010-03-26 00:45:36 +0000
2121+++ database/sampledata/current.sql 2010-03-30 18:45:58 +0000
2122@@ -775,6 +775,12 @@
2123
2124
2125
2126+
2127+
2128+
2129+
2130+
2131+
2132 ALTER TABLE account DISABLE TRIGGER ALL;
2133
2134 INSERT INTO account (id, date_created, creation_rationale, status, date_status_set, displayname, openid_identifier, status_comment, old_openid_identifier) VALUES (11, '2005-06-06 08:59:51.591618', 8, 20, '2005-06-06 08:59:51.591618', 'Mark Shuttleworth', 'mark_oid', NULL, '123/mark');
2135@@ -986,20 +992,20 @@
2136
2137 ALTER TABLE archive DISABLE TRIGGER ALL;
2138
2139-INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (1, 17, NULL, true, NULL, 1, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:12.241774', 15, 1, 8, 5, 1, '2008-09-23 17:29:03.442606', NULL, NULL, NULL, 'Primary Archive for Ubuntu Linux', 0, NULL);
2140-INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (2, 1, NULL, true, NULL, 2, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.863812', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.445921', NULL, NULL, NULL, 'Primary Archive for Redhat Advanced Server', 0, NULL);
2141-INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (3, 1, NULL, true, NULL, 3, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.864941', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.446557', NULL, NULL, NULL, 'Primary Archive for Debian GNU/Linux', 0, NULL);
2142-INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (4, 1, NULL, true, NULL, 4, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.865502', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.44689', NULL, NULL, NULL, 'Primary Archive for The Gentoo Linux', 0, NULL);
2143-INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (5, 1, NULL, true, NULL, 5, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.866015', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.447202', NULL, NULL, NULL, 'Primary Archive for Kubuntu - Free KDE-based Linux', 0, NULL);
2144-INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (7, 4, NULL, true, NULL, 7, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.866529', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.447515', NULL, NULL, NULL, 'Primary Archive for GuadaLinex: Linux for Andalucia', 0, NULL);
2145-INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (8, 17, NULL, true, NULL, 8, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.867154', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.447851', NULL, NULL, NULL, 'Primary Archive for Ubuntu Test', 0, NULL);
2146-INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (9, 28, 'packages to help my friends.', true, 1024, 1, 2, false, 3, 3, NULL, NULL, NULL, true, 'ppa', true, '2008-05-27 18:15:15.867684', 4, 0, 3, 1, 0, '2008-09-23 17:29:03.448178', NULL, NULL, NULL, 'PPA for Celso Providelo', 0, NULL);
2147-INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (10, 1, 'packages to help the humanity (you know, ubuntu)', true, 1024, 1, 2, false, 1, 1, NULL, NULL, NULL, true, 'ppa', true, '2008-05-27 18:15:15.868202', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.448488', NULL, NULL, NULL, 'PPA for Mark Shuttleworth', 0, NULL);
2148-INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (11, 52, 'I am not allowed to say, I have no privs.', true, 1024, 1, 2, false, 0, 0, NULL, NULL, NULL, true, 'ppa', true, '2008-05-27 18:15:15.868709', 1, 0, 0, 1, 0, '2008-09-23 17:29:03.448797', NULL, NULL, NULL, 'PPA for No Privileges Person', 0, NULL);
2149-INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (12, 17, 'Partner archive', true, NULL, 1, 4, false, NULL, NULL, NULL, NULL, NULL, false, 'partner', true, '2008-05-27 18:15:15.869209', 1, 0, 1, 0, 0, '2008-09-23 17:29:03.449157', NULL, NULL, NULL, 'Partner Archive for Ubuntu Linux', 0, NULL);
2150-INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (13, 17, 'Partner archive', true, NULL, 8, 4, false, NULL, NULL, NULL, NULL, NULL, false, 'partner', true, '2008-05-27 18:15:15.869732', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.449471', NULL, NULL, NULL, 'Partner Archive for Ubuntu Test', 0, NULL);
2151-INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (14, 17, 'Sample copy archive', true, NULL, 8, 6, false, NULL, NULL, NULL, NULL, NULL, false, 'samplecopyarchive', false, '2008-11-19 18:15:15.869732', 0, 0, 0, 0, 0, '2008-11-18 17:29:03.449471', NULL, NULL, NULL, 'Copy archive samplecopyarchive for Ubuntu Team', 0, NULL);
2152-INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (15, 17, 'Debug archive', true, NULL, 1, 7, false, NULL, NULL, NULL, NULL, NULL, false, 'debug', true, '2009-04-17 10:09:10.859746', 0, 0, 0, 0, 0, '2009-04-17 10:01:03.449876', NULL, NULL, NULL, 'Ubuntu DEBUG archive', 0, NULL);
2153+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (1, 17, NULL, true, NULL, 1, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:12.241774', 15, 1, 8, 5, 1, '2008-09-23 17:29:03.442606', NULL, NULL, NULL, 'Primary Archive for Ubuntu Linux', 0, NULL, 0);
2154+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (2, 1, NULL, true, NULL, 2, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.863812', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.445921', NULL, NULL, NULL, 'Primary Archive for Redhat Advanced Server', 0, NULL, 0);
2155+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (3, 1, NULL, true, NULL, 3, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.864941', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.446557', NULL, NULL, NULL, 'Primary Archive for Debian GNU/Linux', 0, NULL, 0);
2156+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (4, 1, NULL, true, NULL, 4, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.865502', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.44689', NULL, NULL, NULL, 'Primary Archive for The Gentoo Linux', 0, NULL, 0);
2157+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (5, 1, NULL, true, NULL, 5, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.866015', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.447202', NULL, NULL, NULL, 'Primary Archive for Kubuntu - Free KDE-based Linux', 0, NULL, 0);
2158+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (7, 4, NULL, true, NULL, 7, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.866529', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.447515', NULL, NULL, NULL, 'Primary Archive for GuadaLinex: Linux for Andalucia', 0, NULL, 0);
2159+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (8, 17, NULL, true, NULL, 8, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.867154', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.447851', NULL, NULL, NULL, 'Primary Archive for Ubuntu Test', 0, NULL, 0);
2160+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (9, 28, 'packages to help my friends.', true, 1024, 1, 2, false, 3, 3, NULL, NULL, NULL, true, 'ppa', true, '2008-05-27 18:15:15.867684', 4, 0, 3, 1, 0, '2008-09-23 17:29:03.448178', NULL, NULL, NULL, 'PPA for Celso Providelo', 0, NULL, 0);
2161+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (10, 1, 'packages to help the humanity (you know, ubuntu)', true, 1024, 1, 2, false, 1, 1, NULL, NULL, NULL, true, 'ppa', true, '2008-05-27 18:15:15.868202', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.448488', NULL, NULL, NULL, 'PPA for Mark Shuttleworth', 0, NULL, 0);
2162+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (11, 52, 'I am not allowed to say, I have no privs.', true, 1024, 1, 2, false, 0, 0, NULL, NULL, NULL, true, 'ppa', true, '2008-05-27 18:15:15.868709', 1, 0, 0, 1, 0, '2008-09-23 17:29:03.448797', NULL, NULL, NULL, 'PPA for No Privileges Person', 0, NULL, 0);
2163+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (12, 17, 'Partner archive', true, NULL, 1, 4, false, NULL, NULL, NULL, NULL, NULL, false, 'partner', true, '2008-05-27 18:15:15.869209', 1, 0, 1, 0, 0, '2008-09-23 17:29:03.449157', NULL, NULL, NULL, 'Partner Archive for Ubuntu Linux', 0, NULL, 0);
2164+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (13, 17, 'Partner archive', true, NULL, 8, 4, false, NULL, NULL, NULL, NULL, NULL, false, 'partner', true, '2008-05-27 18:15:15.869732', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.449471', NULL, NULL, NULL, 'Partner Archive for Ubuntu Test', 0, NULL, 0);
2165+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (14, 17, 'Sample copy archive', true, NULL, 8, 6, false, NULL, NULL, NULL, NULL, NULL, false, 'samplecopyarchive', false, '2008-11-19 18:15:15.869732', 0, 0, 0, 0, 0, '2008-11-18 17:29:03.449471', NULL, NULL, NULL, 'Copy archive samplecopyarchive for Ubuntu Team', 0, NULL, 0);
2166+INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (15, 17, 'Debug archive', true, NULL, 1, 7, false, NULL, NULL, NULL, NULL, NULL, false, 'debug', true, '2009-04-17 10:09:10.859746', 0, 0, 0, 0, 0, '2009-04-17 10:01:03.449876', NULL, NULL, NULL, 'Ubuntu DEBUG archive', 0, NULL, 0);
2167
2168
2169 ALTER TABLE archive ENABLE TRIGGER ALL;
2170@@ -1151,6 +1157,13 @@
2171 ALTER TABLE binarypackagerelease ENABLE TRIGGER ALL;
2172
2173
2174+ALTER TABLE binarypackagereleasedownloadcount DISABLE TRIGGER ALL;
2175+
2176+
2177+
2178+ALTER TABLE binarypackagereleasedownloadcount ENABLE TRIGGER ALL;
2179+
2180+
2181 ALTER TABLE bounty DISABLE TRIGGER ALL;
2182
2183 INSERT INTO bounty (id, name, title, summary, description, usdvalue, difficulty, reviewer, datecreated, owner, deadline, claimant, dateclaimed, bountystatus) VALUES (1, 'foomatic-widgets', 'Make foomatic have better widgets.', 'Foomatic needs to have way better widgets. The current ones are SO WinXP. Eeewww. Maybe we can get some of that K-Bling that I saw in Kubuntu?', 'The widgets need to be particularly polished, since foomatic is going to be the default foomaster on the desktop for the planet.', 453.44, 50, 16, '2005-03-11 09:17:40.585397', 16, NULL, NULL, NULL, 1);
2184@@ -1697,23 +1710,30 @@
2185
2186 ALTER TABLE bugwatch DISABLE TRIGGER ALL;
2187
2188-INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id) VALUES (1, 2, 1, '42', 'FUBAR', '2004-09-24 20:58:04.740841', '2004-09-24 20:58:04.740841', '2004-09-24 20:58:04.740841', 12, NULL, NULL, NULL);
2189-INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id) VALUES (2, 1, 1, '2000', '', '2004-10-04 01:00:00', '2004-10-04 01:00:00', '2004-10-04 01:00:00', 1, NULL, NULL, NULL);
2190-INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id) VALUES (3, 1, 1, '123543', '', '2004-10-04 00:00:00', '2004-10-04 00:00:00', '2004-10-04 00:00:00', 1, NULL, NULL, NULL);
2191-INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id) VALUES (4, 2, 2, '3224', '', '2004-10-05 00:00:00', '2004-10-05 00:00:00', '2004-10-05 00:00:00', 1, NULL, NULL, NULL);
2192-INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id) VALUES (5, 1, 1, '42', 'FUBAR', '2004-09-24 20:59:04.740841', '2004-09-24 20:59:04.740841', '2004-09-24 20:59:04.740841', 12, NULL, NULL, NULL);
2193-INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id) VALUES (6, 9, 4, '1234', NULL, '2006-02-23 16:43:25.744534', NULL, '2006-02-23 16:43:25.744534', 12, NULL, NULL, NULL);
2194-INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id) VALUES (7, 7, 3, '280883', NULL, '2006-03-29 16:45:45.054836', NULL, '2006-03-29 16:45:45.054836', 12, NULL, NULL, NULL);
2195-INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id) VALUES (8, 1, 3, '304014', NULL, '2006-03-29 16:46:54.407686', NULL, '2006-03-29 16:46:54.407686', 12, NULL, NULL, NULL);
2196-INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id) VALUES (9, 2, 3, '327452', NULL, '2006-03-29 16:47:51.515017', NULL, '2006-03-29 16:47:51.515017', 12, NULL, NULL, NULL);
2197-INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id) VALUES (10, 3, 3, '327549', NULL, '2006-03-29 16:48:18.807764', NULL, '2006-03-29 16:48:18.807764', 12, NULL, NULL, NULL);
2198-INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id) VALUES (11, 15, 3, '308994', 'open important', '2007-12-18 16:31:34.790641', '2007-12-18 16:31:34.790641', '2007-12-18 16:30:47.889614', 16, NULL, 'UNKNOWN', NULL);
2199-INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id) VALUES (12, 15, 2, '304070', NULL, NULL, NULL, '2007-12-18 16:31:34.790641', 243614, 2, NULL, NULL);
2200+INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id, next_check) VALUES (1, 2, 1, '42', 'FUBAR', '2004-09-24 20:58:04.740841', '2004-09-24 20:58:04.740841', '2004-09-24 20:58:04.740841', 12, NULL, NULL, NULL, NULL);
2201+INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id, next_check) VALUES (2, 1, 1, '2000', '', '2004-10-04 01:00:00', '2004-10-04 01:00:00', '2004-10-04 01:00:00', 1, NULL, NULL, NULL, NULL);
2202+INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id, next_check) VALUES (3, 1, 1, '123543', '', '2004-10-04 00:00:00', '2004-10-04 00:00:00', '2004-10-04 00:00:00', 1, NULL, NULL, NULL, NULL);
2203+INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id, next_check) VALUES (4, 2, 2, '3224', '', '2004-10-05 00:00:00', '2004-10-05 00:00:00', '2004-10-05 00:00:00', 1, NULL, NULL, NULL, NULL);
2204+INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id, next_check) VALUES (5, 1, 1, '42', 'FUBAR', '2004-09-24 20:59:04.740841', '2004-09-24 20:59:04.740841', '2004-09-24 20:59:04.740841', 12, NULL, NULL, NULL, NULL);
2205+INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id, next_check) VALUES (6, 9, 4, '1234', NULL, '2006-02-23 16:43:25.744534', NULL, '2006-02-23 16:43:25.744534', 12, NULL, NULL, NULL, NULL);
2206+INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id, next_check) VALUES (7, 7, 3, '280883', NULL, '2006-03-29 16:45:45.054836', NULL, '2006-03-29 16:45:45.054836', 12, NULL, NULL, NULL, NULL);
2207+INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id, next_check) VALUES (8, 1, 3, '304014', NULL, '2006-03-29 16:46:54.407686', NULL, '2006-03-29 16:46:54.407686', 12, NULL, NULL, NULL, NULL);
2208+INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id, next_check) VALUES (9, 2, 3, '327452', NULL, '2006-03-29 16:47:51.515017', NULL, '2006-03-29 16:47:51.515017', 12, NULL, NULL, NULL, NULL);
2209+INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id, next_check) VALUES (10, 3, 3, '327549', NULL, '2006-03-29 16:48:18.807764', NULL, '2006-03-29 16:48:18.807764', 12, NULL, NULL, NULL, NULL);
2210+INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id, next_check) VALUES (11, 15, 3, '308994', 'open important', '2007-12-18 16:31:34.790641', '2007-12-18 16:31:34.790641', '2007-12-18 16:30:47.889614', 16, NULL, 'UNKNOWN', NULL, NULL);
2211+INSERT INTO bugwatch (id, bug, bugtracker, remotebug, remotestatus, lastchanged, lastchecked, datecreated, owner, last_error_type, remote_importance, remote_lp_bug_id, next_check) VALUES (12, 15, 2, '304070', NULL, NULL, NULL, '2007-12-18 16:31:34.790641', 243614, 2, NULL, NULL, NULL);
2212
2213
2214 ALTER TABLE bugwatch ENABLE TRIGGER ALL;
2215
2216
2217+ALTER TABLE bugwatchactivity DISABLE TRIGGER ALL;
2218+
2219+
2220+
2221+ALTER TABLE bugwatchactivity ENABLE TRIGGER ALL;
2222+
2223+
2224 ALTER TABLE build DISABLE TRIGGER ALL;
2225
2226 INSERT INTO build (id, datecreated, processor, distroarchseries, buildstate, datebuilt, buildduration, buildlog, builder, sourcepackagerelease, pocket, dependencies, archive, build_warnings, date_first_dispatched, upload_log) VALUES (2, '2004-09-27 11:57:13', 1, 1, 1, '2004-09-27 11:57:14', '00:02:01', 1, 1, 14, 0, NULL, 1, NULL, NULL, NULL);
2227@@ -2218,7 +2238,7 @@
2228
2229 ALTER TABLE distribution DISABLE TRIGGER ALL;
2230
2231-INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (1, 'ubuntu', 'Ubuntu Linux', 'Ubuntu is a new approach to Linux Distribution that includes regular releases, and a simplified single-CD installation system.', 'ubuntulinux.org', 17, '[publishing]
2232+INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (1, 'ubuntu', 'Ubuntu Linux', 'Ubuntu is a new approach to Linux Distribution that includes regular releases, and a simplified single-CD installation system.', 'ubuntulinux.org', 17, '[publishing]
2233 pendingremovalduration=5
2234 root=/var/tmp/archive
2235 archiveroot=/var/tmp/archive/ubuntu
2236@@ -2227,21 +2247,21 @@
2237 overrideroot=/var/tmp/archive/ubuntu-overrides
2238 cacheroot=/var/tmp/archive/ubuntu-cache
2239 miscroot=/var/tmp/archive/ubuntu-misc
2240-', 'Ubuntu', 'Ubuntu is a new approach to Linux Distribution that includes regular releases, and a simplified single-CD installation system.', 17, NULL, 1, NULL, true, true, NULL, NULL, 3, 59, NULL, NULL, '2006-10-16 18:31:43.415195', NULL, NULL, NULL, NULL, NULL, true, NULL, true, true, NULL, NULL);
2241-INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (2, 'redhat', 'Redhat Advanced Server', 'Red Hat is a commercial distribution of the GNU/Linux Operating System.', 'redhat.com', 1, NULL, 'Red Hat', 'Red Hat is a commercial distribution of the GNU/Linux Operating System.', 1, NULL, 1, NULL, false, false, NULL, 8, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.417928', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL);
2242-INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (3, 'debian', 'Debian GNU/Linux', 'Debian GNU/Linux is
2243+', 'Ubuntu', 'Ubuntu is a new approach to Linux Distribution that includes regular releases, and a simplified single-CD installation system.', 17, NULL, 1, NULL, true, true, NULL, NULL, 3, 59, NULL, NULL, '2006-10-16 18:31:43.415195', NULL, NULL, NULL, NULL, NULL, true, NULL, true, true, NULL, NULL, NULL);
2244+INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (2, 'redhat', 'Redhat Advanced Server', 'Red Hat is a commercial distribution of the GNU/Linux Operating System.', 'redhat.com', 1, NULL, 'Red Hat', 'Red Hat is a commercial distribution of the GNU/Linux Operating System.', 1, NULL, 1, NULL, false, false, NULL, 8, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.417928', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL, NULL);
2245+INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (3, 'debian', 'Debian GNU/Linux', 'Debian GNU/Linux is
2246 a non commercial distribution of a GNU/Linux Operating System for many
2247 platforms.', 'debian.org', 1, NULL, 'Debian', 'Debian GNU/Linux is
2248 a non commercial distribution of a GNU/Linux Operating System for many
2249-platforms.', 1, NULL, 1, NULL, false, false, NULL, NULL, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.418942', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL);
2250-INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (4, 'gentoo', 'The Gentoo Linux', 'Gentoo is a very
2251+platforms.', 1, NULL, 1, NULL, false, false, NULL, NULL, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.418942', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL, NULL);
2252+INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (4, 'gentoo', 'The Gentoo Linux', 'Gentoo is a very
2253 customizeable GNU/Linux Distribution that is designed to let you build every
2254-single package yourself, with your own preferences.', 'gentoo.org', 1, NULL, 'Gentoo', 'Gentoo is a very customizeable GNU/Linux Distribution that is designed to let you build every single package yourself, with your own preferences.', 1, NULL, 1, NULL, true, false, NULL, NULL, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.41974', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL);
2255-INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (5, 'kubuntu', 'Kubuntu - Free KDE-based Linux', 'Kubuntu is an entirely free Linux distribution that uses the K Desktop
2256+single package yourself, with your own preferences.', 'gentoo.org', 1, NULL, 'Gentoo', 'Gentoo is a very customizeable GNU/Linux Distribution that is designed to let you build every single package yourself, with your own preferences.', 1, NULL, 1, NULL, true, false, NULL, NULL, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.41974', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL, NULL);
2257+INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (5, 'kubuntu', 'Kubuntu - Free KDE-based Linux', 'Kubuntu is an entirely free Linux distribution that uses the K Desktop
2258 Environment as its default desktop after install.', 'kubuntu.org', 1, NULL, 'Kubuntu', 'Kubuntu is an entirely free Linux distribution that uses the K Desktop
2259-Environment as its default desktop after install.', 1, NULL, 1, NULL, false, false, NULL, 8, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.420551', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL);
2260-INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (7, 'guadalinex', 'GuadaLinex: Linux for Andalucia', 'GuadaLinex is based on Ubuntu and adds full support for applications specific to the local environment in Andalucia.', 'guadalinex.es', 4, NULL, 'GuadaLinex', 'The GuadaLinex team produces a high quality linux for the Andalucian marketplace.', 32, NULL, 1, NULL, false, false, NULL, NULL, NULL, 4, NULL, NULL, '2006-10-16 18:31:43.421329', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL);
2261-INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (8, 'ubuntutest', 'Ubuntu Test', 'Ubuntu Test', 'ubuntulinux.org', 17, '[publishing]
2262+Environment as its default desktop after install.', 1, NULL, 1, NULL, false, false, NULL, 8, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.420551', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL, NULL);
2263+INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (7, 'guadalinex', 'GuadaLinex: Linux for Andalucia', 'GuadaLinex is based on Ubuntu and adds full support for applications specific to the local environment in Andalucia.', 'guadalinex.es', 4, NULL, 'GuadaLinex', 'The GuadaLinex team produces a high quality linux for the Andalucian marketplace.', 32, NULL, 1, NULL, false, false, NULL, NULL, NULL, 4, NULL, NULL, '2006-10-16 18:31:43.421329', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL, NULL);
2264+INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (8, 'ubuntutest', 'Ubuntu Test', 'Ubuntu Test', 'ubuntulinux.org', 17, '[publishing]
2265 pendingremovalduration=5
2266 root=/var/tmp/archive
2267 archiveroot=/var/tmp/archive/ubuntutest
2268@@ -2250,7 +2270,7 @@
2269 overrideroot=/var/tmp/archive/ubuntutest-overrides
2270 cacheroot=/var/tmp/archive/ubuntutest-cache
2271 miscroot=/var/tmp/archive/ubuntutest-misc
2272-', 'ubuntutest', 'Ubuntu Test summary', 17, NULL, 1, NULL, false, false, NULL, NULL, NULL, 17, NULL, NULL, '2006-10-16 18:31:43.422162', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL);
2273+', 'ubuntutest', 'Ubuntu Test summary', 17, NULL, 1, NULL, false, false, NULL, NULL, NULL, 17, NULL, NULL, '2006-10-16 18:31:43.422162', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL, NULL);
2274
2275
2276 ALTER TABLE distribution ENABLE TRIGGER ALL;
2277@@ -2466,7 +2486,7 @@
2278 INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (54, 'rosetta@launchpad.net', 30, 4, '2006-10-16 18:31:43.626521', NULL);
2279 INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (55, 'salgado@ubuntu.com', 29, 1, '2006-10-16 18:31:43.626932', 291);
2280 INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (56, 'cprov@ubuntu.com', 28, 2, '2006-10-16 18:31:43.627318', 281);
2281-INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (57, 'bugwatch@bugs.launchpad.net', 62, 1, '2006-10-16 18:31:43.62774', 621);
2282+INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (57, 'bugwatch@bugs.launchpad.net', 62, 4, '2006-10-16 18:31:43.62774', 621);
2283 INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (58, 'karl@canonical.com', 63, 4, '2006-10-16 18:31:43.628123', 631);
2284 INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (59, 'limi@plone.org', 10, 4, '2006-10-16 18:31:43.628504', 101);
2285 INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (60, 'janitor@launchpad.net', 65, 4, '2006-10-17 23:23:23.232323', 651);
2286@@ -3902,6 +3922,80 @@
2287 ALTER TABLE logintoken ENABLE TRIGGER ALL;
2288
2289
2290+ALTER TABLE lp_account DISABLE TRIGGER ALL;
2291+
2292+INSERT INTO lp_account (id, openid_identifier) VALUES (11, 'mark_oid');
2293+INSERT INTO lp_account (id, openid_identifier) VALUES (21, 'lifeless_oid');
2294+INSERT INTO lp_account (id, openid_identifier) VALUES (31, 'justdave_oid');
2295+INSERT INTO lp_account (id, openid_identifier) VALUES (41, 'kamion_oid');
2296+INSERT INTO lp_account (id, openid_identifier) VALUES (51, 'keybuk_oid');
2297+INSERT INTO lp_account (id, openid_identifier) VALUES (61, 'jdub_oid');
2298+INSERT INTO lp_account (id, openid_identifier) VALUES (71, 'spiv_oid');
2299+INSERT INTO lp_account (id, openid_identifier) VALUES (81, 'jblack_oid');
2300+INSERT INTO lp_account (id, openid_identifier) VALUES (91, 'kiko_oid');
2301+INSERT INTO lp_account (id, openid_identifier) VALUES (101, 'limi_oid');
2302+INSERT INTO lp_account (id, openid_identifier) VALUES (111, 'stevea_oid');
2303+INSERT INTO lp_account (id, openid_identifier) VALUES (121, 'name12_oid');
2304+INSERT INTO lp_account (id, openid_identifier) VALUES (131, 'carlos_oid');
2305+INSERT INTO lp_account (id, openid_identifier) VALUES (141, 'daf_oid');
2306+INSERT INTO lp_account (id, openid_identifier) VALUES (161, 'name16_oid');
2307+INSERT INTO lp_account (id, openid_identifier) VALUES (221, 'stub_oid');
2308+INSERT INTO lp_account (id, openid_identifier) VALUES (231, 'ddaa_oid');
2309+INSERT INTO lp_account (id, openid_identifier) VALUES (261, 'kinnison_oid');
2310+INSERT INTO lp_account (id, openid_identifier) VALUES (271, 'debonzi_oid');
2311+INSERT INTO lp_account (id, openid_identifier) VALUES (281, 'cprov_oid');
2312+INSERT INTO lp_account (id, openid_identifier) VALUES (291, 'salgado_oid');
2313+INSERT INTO lp_account (id, openid_identifier) VALUES (331, 'edgar_oid');
2314+INSERT INTO lp_account (id, openid_identifier) VALUES (341, 'jvprat_oid');
2315+INSERT INTO lp_account (id, openid_identifier) VALUES (351, 'sigurd-ubuntu_oid');
2316+INSERT INTO lp_account (id, openid_identifier) VALUES (361, 'skacel_oid');
2317+INSERT INTO lp_account (id, openid_identifier) VALUES (371, 'danner_oid');
2318+INSERT INTO lp_account (id, openid_identifier) VALUES (381, 'martin-pitt_oid');
2319+INSERT INTO lp_account (id, openid_identifier) VALUES (391, 'nsv_oid');
2320+INSERT INTO lp_account (id, openid_identifier) VALUES (401, 'callipeo_oid');
2321+INSERT INTO lp_account (id, openid_identifier) VALUES (411, 'jorge-gonzalez-gonzalez_oid');
2322+INSERT INTO lp_account (id, openid_identifier) VALUES (421, 'barbier_oid');
2323+INSERT INTO lp_account (id, openid_identifier) VALUES (431, 'andrelop_oid');
2324+INSERT INTO lp_account (id, openid_identifier) VALUES (441, 'valyag_oid');
2325+INSERT INTO lp_account (id, openid_identifier) VALUES (451, 'luk-claes_oid');
2326+INSERT INTO lp_account (id, openid_identifier) VALUES (461, 'kurem_oid');
2327+INSERT INTO lp_account (id, openid_identifier) VALUES (471, 'morten_oid');
2328+INSERT INTO lp_account (id, openid_identifier) VALUES (481, 'mpo_oid');
2329+INSERT INTO lp_account (id, openid_identifier) VALUES (491, 'kebil_oid');
2330+INSERT INTO lp_account (id, openid_identifier) VALUES (501, 'tsukimi_oid');
2331+INSERT INTO lp_account (id, openid_identifier) VALUES (511, 'kreutzm_oid');
2332+INSERT INTO lp_account (id, openid_identifier) VALUES (521, 'no-priv_oid');
2333+INSERT INTO lp_account (id, openid_identifier) VALUES (551, 'marilize_oid');
2334+INSERT INTO lp_account (id, openid_identifier) VALUES (561, 'jordi_oid');
2335+INSERT INTO lp_account (id, openid_identifier) VALUES (581, 'bug-importer_oid');
2336+INSERT INTO lp_account (id, openid_identifier) VALUES (621, 'bug-watch-updater_oid');
2337+INSERT INTO lp_account (id, openid_identifier) VALUES (631, 'karl_oid');
2338+INSERT INTO lp_account (id, openid_identifier) VALUES (651, 'launchpad-janitor_oid');
2339+INSERT INTO lp_account (id, openid_identifier) VALUES (661, 'matsubara_oid');
2340+INSERT INTO lp_account (id, openid_identifier) VALUES (671, 'team-membership-janitor_oid');
2341+INSERT INTO lp_account (id, openid_identifier) VALUES (681, 'launchpad-beta-owner_oid');
2342+INSERT INTO lp_account (id, openid_identifier) VALUES (701, 'former-user_oid');
2343+INSERT INTO lp_account (id, openid_identifier) VALUES (2436021, 'no-team-memberships_oid');
2344+INSERT INTO lp_account (id, openid_identifier) VALUES (2436031, 'one-membership_oid');
2345+INSERT INTO lp_account (id, openid_identifier) VALUES (2436061, 'neMCQNd');
2346+INSERT INTO lp_account (id, openid_identifier) VALUES (2436081, 'WQPMHdf');
2347+INSERT INTO lp_account (id, openid_identifier) VALUES (2436091, '6w7kmzC');
2348+INSERT INTO lp_account (id, openid_identifier) VALUES (2436101, 'cCGE3LA');
2349+INSERT INTO lp_account (id, openid_identifier) VALUES (2436111, 'MGWJnTL');
2350+INSERT INTO lp_account (id, openid_identifier) VALUES (2436141, '6KHNEe3');
2351+INSERT INTO lp_account (id, openid_identifier) VALUES (2436151, 'yEzBPbd');
2352+INSERT INTO lp_account (id, openid_identifier) VALUES (2436161, 'R8FpwXd');
2353+INSERT INTO lp_account (id, openid_identifier) VALUES (2436171, 'CALDpFr');
2354+INSERT INTO lp_account (id, openid_identifier) VALUES (2436221, 'rPwGRk4');
2355+INSERT INTO lp_account (id, openid_identifier) VALUES (2436231, 'mTmeENb');
2356+INSERT INTO lp_account (id, openid_identifier) VALUES (2436241, 'cF4PNk3');
2357+INSERT INTO lp_account (id, openid_identifier) VALUES (2436242, 'GMX7shE');
2358+INSERT INTO lp_account (id, openid_identifier) VALUES (2436243, 'kYFxQYP');
2359+
2360+
2361+ALTER TABLE lp_account ENABLE TRIGGER ALL;
2362+
2363+
2364 ALTER TABLE lp_person DISABLE TRIGGER ALL;
2365
2366 INSERT INTO lp_person (id, displayname, teamowner, teamdescription, name, language, fti, defaultmembershipperiod, defaultrenewalperiod, subscriptionpolicy, merged, datecreated, addressline1, addressline2, organization, city, province, country, postcode, phone, homepage_content, icon, mugshot, hide_email_addresses, creation_rationale, creation_comment, registrant, logo, renewal_policy, personal_standing, personal_standing_reason, mail_resumption_date, mailing_list_auto_subscribe_policy, mailing_list_receive_duplicates, visibility, verbose_bugnotifications, account) VALUES (1, 'Mark Shuttleworth', NULL, NULL, 'mark', NULL, NULL, NULL, NULL, 1, NULL, '2005-06-06 08:59:51.591618', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, 8, NULL, NULL, NULL, 10, 0, NULL, NULL, 1, true, 1, false, 11);
2367@@ -8051,31 +8145,31 @@
2368
2369 ALTER TABLE product DISABLE TRIGGER ALL;
2370
2371-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (1, 1, 17, 'tomcat', 'Tomcat', 'Tomcat', 'The servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies.', 'Apache Tomcat is developed in an open and participatory environment and released under the Apache Software License. This project has nothing to do with Ubuntu, but this description uses the word "Ubuntu" for the purpose of testing search results.', '2004-09-24 20:58:00.655518', 'http://tomcat.apache.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 16, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 17, NULL, NULL);
2372-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (2, 2, 2, 'unassigned', 'unassigned syncs', 'unassigned syncs', 'syncs still not assigned to a real product', 'unassigned syncs, will not be processed, to be moved to real projects ASAP.', '2004-09-24 20:58:00.674409', 'http://archive.apache.org/dist/tomcat', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, false, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 17, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 2, NULL, NULL);
2373-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (3, 3, 2, 'arch-mirrors', 'Arch mirrors', 'Arch archive mirrors', 'Arch Archive Mirroring project.', 'Arch archive full-archive mirror tasks', '2004-09-24 20:58:00.691047', 'http://arch.ubuntu.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 15, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 2, NULL, NULL);
2374-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (4, 4, 12, 'firefox', 'Mozilla Firefox', 'Mozilla Firefox', 'The Mozilla Firefox web browser', 'The Mozilla Firefox web browser', '2004-09-24 20:58:02.185708', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 1, 100, false, true, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, true, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL);
2375-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (5, 5, 12, 'evolution', 'Evolution', 'The Evolution Groupware Application', 'Evolution is an email client, addressbook and calendar application that is very well integrated with the Gnome desktop. Evolution is the standard mail client in the Ubuntu distribution, and supports all current mail system standards.', 'Recently, Evolution has seen significant work to make it interoperable with the proprietary Microsoft Exchange Server protocols and formats, allowing organisations to replace Outlook on Windows with Evolution and Linux.
2376-
2377-The current stable release series of Evolution is 2.0.', '2004-09-24 20:58:02.240163', 'http://www.gnome.org/evolution/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 1, 100, true, true, NULL, NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL);
2378-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (6, 5, 12, 'gnome-terminal', 'GNOME Terminal', 'The GNOME Terminal Emulator', 'Gnome Terminal is a simple terminal application for your Gnome desktop. It allows quick access to console applications, supports all console types, and has many useful features such as tabbed consoles (many consoles in a single window with quick switching between them).', 'The Gnome Terminal application fully supports Gnome 2 and is a standard part of the Gnome Desktop.', '2004-09-24 20:58:02.256678', 'http://www.gnome.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, 2, 14, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, 'gnome-terminal', NULL);
2379-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (7, 6, 12, 'iso-codes', 'iso-codes', 'The iso-codes', 'foo', 'bar', '2004-09-24 20:58:02.258743', 'http://www.novell.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 13, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL);
2380-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (8, 4, 12, 'thunderbird', 'Mozilla Thunderbird', 'Mozilla Thunderbird', 'The Mozilla Thunderbird email client', 'The Mozilla Thunderbird email client', '2004-09-24 20:58:04.478988', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 4, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL);
2381-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (9, 5, 16, 'applets', 'Gnome Applets', 'The Gnome Panel Applets', 'The Gnome Panel Applets are a collection of standard widgets that can be installed on your desktop Panel. These icons act as launchers for applications, or indicators of the status of your machine. For example, panel applets exist to show you your battery status or wifi network signal strength.', 'This is the collection of Panel Applets that is part of the default Gnome release. Additional Panel Applets are available from third parties. A complete set of Panel Applets is included in the Ubuntu OS, for example.
2382-
2383-The Gnome Panel team includes Abel Kascinsky, Frederick Wurst and Andreas Andropovitch Axelsson.', '2004-10-03 16:46:09.113721', 'http://www.gnome.org/panel/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 12, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL);
2384-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (10, NULL, 2, 'python-gnome2-dev', 'python gnome2 dev', 'python gnome2 dev', 'Python bindings for the GNOME desktop environment', 'Python bindings for the GNOME desktop environment', '2004-09-24 20:58:00.674409', 'http://www.daa.com.au/~james/software/pygtk/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, false, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 18, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 2, NULL, NULL);
2385-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (11, 5, 12, 'netapplet', 'NetApplet', 'Network Applet', 'The Novell Network Applet', 'Displays current network status and allows network switching', '2005-03-10 16:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL);
2386-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (12, NULL, 16, 'a52dec', 'a52dec', 'Liba52 Test Decoder', 'a52dec is a test program for liba52.', 'This tool decodes ATSC A/52 streams, and also includes a demultiplexer for mpeg-1 and mpeg-2 program streams. The liba52 source code is always distributed in the a52dec package, to make sure it easier for people to test it.', '2005-04-14 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 6, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL);
2387-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (13, 5, 16, 'gnomebaker', 'gnomebaker', 'Gnome Baker', 'Gnome Baker is a CD burning application', 'Gnome Baker burns CDs like there''s no tomorrow', '2005-08-26 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 11, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL);
2388-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (14, NULL, 12, 'bazaar', 'Bazaar', 'Bazaar', 'Bazaar is a distributed revision control system', 'Bazaar is all about source control and double-dashes.', '2005-08-26 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 10, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL);
2389-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (15, NULL, 1, 'alsa-utils', 'alsa-utils', 'ALSA utilities', 'Utilities for configurating and using the Advanced Linux Sound Architecture', '', '2005-09-15 09:05:11.472752', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, true, NULL, false, NULL, 1, true, false, NULL, NULL, NULL, NULL, 8, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 1, NULL, NULL);
2390-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (16, NULL, 12, 'landscape', 'The Landscape Project', 'The Landscape Project', 'Landscape is a system being developed by Canonical to allow remote management of systems using a web interface.', 'Landscape is a system being developed by Canonical to allow remote management of systems using a web interface. The scope of the project isn''t limited, and will grow up as new features are planned.
2391-
2392-The Landscape system consists of two major parts: a client daemon which delivers information to the server and acts on server-provided requests; and a web server responsible for handling communication with clients and the user interface itself.', '2006-07-11 19:59:17.311451', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, 64, NULL, NULL, NULL, 9, NULL, NULL, NULL, NULL, false, true, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL);
2393-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (17, NULL, 12, 'launchpad', 'Launchpad', 'Launchpad', 'Launchpad is a catalogue of libre software projects and products. Projects registered in the Launchpad are linked to their translations in Rosetta, their bugs in Malone, their RCS imports in Bazaar, and their packages in Soyuz.', 'Launchpad''s design is inspired by the Description of a Project (DOAP) framework by Edd Dumbill, with extensions for actual releases of products.', '2006-11-24 12:48:19.178553', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, NULL, NULL, NULL, NULL, 19, NULL, NULL, NULL, NULL, true, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL);
2394-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (18, NULL, 37, 'upstart', 'Upstart', 'The Upstart System Initialisation Process', 'Event-based init daemon.', 'upstart is a replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running.', '2007-03-14 18:47:04.891546', 'http://upstart.ubuntu.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 20, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 37, NULL, NULL);
2395-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (19, NULL, 28, 'aptoncd', 'APTonCD', 'APTonCD, Get APT Anywhere', 'A simple yet powerful tool which allows you to create one (or more) CD/DVD-Repository containing all of the packages downloaded via apt-get or aptitude.', 'A GUI-based tool that allows you to create a CD/DVD with all downloaded packages with APT-GET, creating a removable-repository.
2396+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (1, 1, 17, 'tomcat', 'Tomcat', 'Tomcat', 'The servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies.', 'Apache Tomcat is developed in an open and participatory environment and released under the Apache Software License. This project has nothing to do with Ubuntu, but this description uses the word "Ubuntu" for the purpose of testing search results.', '2004-09-24 20:58:00.655518', 'http://tomcat.apache.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 16, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 17, NULL, NULL, NULL);
2397+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (2, 2, 2, 'unassigned', 'unassigned syncs', 'unassigned syncs', 'syncs still not assigned to a real product', 'unassigned syncs, will not be processed, to be moved to real projects ASAP.', '2004-09-24 20:58:00.674409', 'http://archive.apache.org/dist/tomcat', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, false, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 17, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 2, NULL, NULL, NULL);
2398+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (3, 3, 2, 'arch-mirrors', 'Arch mirrors', 'Arch archive mirrors', 'Arch Archive Mirroring project.', 'Arch archive full-archive mirror tasks', '2004-09-24 20:58:00.691047', 'http://arch.ubuntu.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 15, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 2, NULL, NULL, NULL);
2399+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (4, 4, 12, 'firefox', 'Mozilla Firefox', 'Mozilla Firefox', 'The Mozilla Firefox web browser', 'The Mozilla Firefox web browser', '2004-09-24 20:58:02.185708', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 1, 100, false, true, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, true, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL);
2400+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (5, 5, 12, 'evolution', 'Evolution', 'The Evolution Groupware Application', 'Evolution is an email client, addressbook and calendar application that is very well integrated with the Gnome desktop. Evolution is the standard mail client in the Ubuntu distribution, and supports all current mail system standards.', 'Recently, Evolution has seen significant work to make it interoperable with the proprietary Microsoft Exchange Server protocols and formats, allowing organisations to replace Outlook on Windows with Evolution and Linux.
2401+
2402+The current stable release series of Evolution is 2.0.', '2004-09-24 20:58:02.240163', 'http://www.gnome.org/evolution/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 1, 100, true, true, NULL, NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL);
2403+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (6, 5, 12, 'gnome-terminal', 'GNOME Terminal', 'The GNOME Terminal Emulator', 'Gnome Terminal is a simple terminal application for your Gnome desktop. It allows quick access to console applications, supports all console types, and has many useful features such as tabbed consoles (many consoles in a single window with quick switching between them).', 'The Gnome Terminal application fully supports Gnome 2 and is a standard part of the Gnome Desktop.', '2004-09-24 20:58:02.256678', 'http://www.gnome.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, 2, 14, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, 'gnome-terminal', NULL, NULL);
2404+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (7, 6, 12, 'iso-codes', 'iso-codes', 'The iso-codes', 'foo', 'bar', '2004-09-24 20:58:02.258743', 'http://www.novell.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 13, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL);
2405+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (8, 4, 12, 'thunderbird', 'Mozilla Thunderbird', 'Mozilla Thunderbird', 'The Mozilla Thunderbird email client', 'The Mozilla Thunderbird email client', '2004-09-24 20:58:04.478988', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 4, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL);
2406+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (9, 5, 16, 'applets', 'Gnome Applets', 'The Gnome Panel Applets', 'The Gnome Panel Applets are a collection of standard widgets that can be installed on your desktop Panel. These icons act as launchers for applications, or indicators of the status of your machine. For example, panel applets exist to show you your battery status or wifi network signal strength.', 'This is the collection of Panel Applets that is part of the default Gnome release. Additional Panel Applets are available from third parties. A complete set of Panel Applets is included in the Ubuntu OS, for example.
2407+
2408+The Gnome Panel team includes Abel Kascinsky, Frederick Wurst and Andreas Andropovitch Axelsson.', '2004-10-03 16:46:09.113721', 'http://www.gnome.org/panel/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 12, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL, NULL);
2409+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (10, NULL, 2, 'python-gnome2-dev', 'python gnome2 dev', 'python gnome2 dev', 'Python bindings for the GNOME desktop environment', 'Python bindings for the GNOME desktop environment', '2004-09-24 20:58:00.674409', 'http://www.daa.com.au/~james/software/pygtk/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, false, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 18, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 2, NULL, NULL, NULL);
2410+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (11, 5, 12, 'netapplet', 'NetApplet', 'Network Applet', 'The Novell Network Applet', 'Displays current network status and allows network switching', '2005-03-10 16:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL);
2411+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (12, NULL, 16, 'a52dec', 'a52dec', 'Liba52 Test Decoder', 'a52dec is a test program for liba52.', 'This tool decodes ATSC A/52 streams, and also includes a demultiplexer for mpeg-1 and mpeg-2 program streams. The liba52 source code is always distributed in the a52dec package, to make sure it easier for people to test it.', '2005-04-14 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 6, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL, NULL);
2412+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (13, 5, 16, 'gnomebaker', 'gnomebaker', 'Gnome Baker', 'Gnome Baker is a CD burning application', 'Gnome Baker burns CDs like there''s no tomorrow', '2005-08-26 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 11, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL, NULL);
2413+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (14, NULL, 12, 'bazaar', 'Bazaar', 'Bazaar', 'Bazaar is a distributed revision control system', 'Bazaar is all about source control and double-dashes.', '2005-08-26 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 10, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL);
2414+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (15, NULL, 1, 'alsa-utils', 'alsa-utils', 'ALSA utilities', 'Utilities for configurating and using the Advanced Linux Sound Architecture', '', '2005-09-15 09:05:11.472752', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, true, NULL, false, NULL, 1, true, false, NULL, NULL, NULL, NULL, 8, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 1, NULL, NULL, NULL);
2415+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (16, NULL, 12, 'landscape', 'The Landscape Project', 'The Landscape Project', 'Landscape is a system being developed by Canonical to allow remote management of systems using a web interface.', 'Landscape is a system being developed by Canonical to allow remote management of systems using a web interface. The scope of the project isn''t limited, and will grow up as new features are planned.
2416+
2417+The Landscape system consists of two major parts: a client daemon which delivers information to the server and acts on server-provided requests; and a web server responsible for handling communication with clients and the user interface itself.', '2006-07-11 19:59:17.311451', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, 64, NULL, NULL, NULL, 9, NULL, NULL, NULL, NULL, false, true, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL);
2418+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (17, NULL, 12, 'launchpad', 'Launchpad', 'Launchpad', 'Launchpad is a catalogue of libre software projects and products. Projects registered in the Launchpad are linked to their translations in Rosetta, their bugs in Malone, their RCS imports in Bazaar, and their packages in Soyuz.', 'Launchpad''s design is inspired by the Description of a Project (DOAP) framework by Edd Dumbill, with extensions for actual releases of products.', '2006-11-24 12:48:19.178553', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, NULL, NULL, NULL, NULL, 19, NULL, NULL, NULL, NULL, true, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL);
2419+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (18, NULL, 37, 'upstart', 'Upstart', 'The Upstart System Initialisation Process', 'Event-based init daemon.', 'upstart is a replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running.', '2007-03-14 18:47:04.891546', 'http://upstart.ubuntu.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 20, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 37, NULL, NULL, NULL);
2420+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (19, NULL, 28, 'aptoncd', 'APTonCD', 'APTonCD, Get APT Anywhere', 'A simple yet powerful tool which allows you to create one (or more) CD/DVD-Repository containing all of the packages downloaded via apt-get or aptitude.', 'A GUI-based tool that allows you to create a CD/DVD with all downloaded packages with APT-GET, creating a removable-repository.
2421
2422 With aptoncd you can:
2423 * Create a CD/DVD with all downloaded packages
2424@@ -8084,23 +8178,23 @@
2425 * Upgrade a lot of computers with same DVD
2426 * And more is expected...
2427
2428-In the "Create APTonCD" feature we have the possibility to make a CD/DVD with all previously downloaded packages with apt-get or aptitude. It uses apt-cache (/var/cache/apt/archives) and scans for packages and makes a repository in one (or more) CD/DVD, exactly as the previous option.', '2007-03-14 18:53:13.112116', 'http://aptoncd.sourceforge.net/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 21, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 28, NULL, NULL);
2429-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (20, NULL, 14, 'jokosher', 'Jokosher', 'Jokosher Audio Editor', 'Jokosher is a simple yet powerful multi-track studio. With it you can create and record music, podcasts and more, all from an integrated simple environment.', 'Jokosher brings together many sources of audio into a seamless environment where you can record, mix and publish your audio content.', '2007-03-15 20:11:49.501871', 'http://www.jokosher.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, NULL, NULL, NULL, NULL, 22, NULL, NULL, NULL, NULL, false, false, false, NULL, false, true, NULL, NULL, false, false, 14, NULL, NULL);
2430-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (21, NULL, 12, 'bzr', 'Bazaar', 'Bazaar Version Control System', 'Bazaar is a distributed revision control system. It allows team members to branch and merge upstream code very easily. Most importantly, it is very robust in handling renames so that merges across radical restructurings of the tree are efficient and correct.', 'Bazaar aims to be a distributed RCS system that the open source community loves to use.
2431+In the "Create APTonCD" feature we have the possibility to make a CD/DVD with all previously downloaded packages with apt-get or aptitude. It uses apt-cache (/var/cache/apt/archives) and scans for packages and makes a repository in one (or more) CD/DVD, exactly as the previous option.', '2007-03-14 18:53:13.112116', 'http://aptoncd.sourceforge.net/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 21, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 28, NULL, NULL, NULL);
2432+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (20, NULL, 14, 'jokosher', 'Jokosher', 'Jokosher Audio Editor', 'Jokosher is a simple yet powerful multi-track studio. With it you can create and record music, podcasts and more, all from an integrated simple environment.', 'Jokosher brings together many sources of audio into a seamless environment where you can record, mix and publish your audio content.', '2007-03-15 20:11:49.501871', 'http://www.jokosher.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, NULL, NULL, NULL, NULL, 22, NULL, NULL, NULL, NULL, false, false, false, NULL, false, true, NULL, NULL, false, false, 14, NULL, NULL, NULL);
2433+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (21, NULL, 12, 'bzr', 'Bazaar', 'Bazaar Version Control System', 'Bazaar is a distributed revision control system. It allows team members to branch and merge upstream code very easily. Most importantly, it is very robust in handling renames so that merges across radical restructurings of the tree are efficient and correct.', 'Bazaar aims to be a distributed RCS system that the open source community loves to use.
2434
2435-Distributed revision control systems allow multiple people to have their own branch of a project, and merge code efficiently between them. This enables new contributors to immediately have access to the full tools that previously have been limited to just the committers to a project.', '2007-03-27 16:28:27.763632', 'http://bazaar-vcs.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 23, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL);
2436-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (22, NULL, 12, 'redfish', 'Redfish', 'Redfish', 'The redfish project.', 'The redfish project.', '2007-04-18 20:58:56.846607', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, 64, NULL, NULL, NULL, 24, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL);
2437-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (23, 1, 1, 'derby', 'Derby', 'Derby - Java Database', 'Apache Derby, an Apache DB subproject, is an open source relational database implemented entirely in Java and available under the Apache License, Version 2.0.', 'Some key advantages include:
2438+Distributed revision control systems allow multiple people to have their own branch of a project, and merge code efficiently between them. This enables new contributors to immediately have access to the full tools that previously have been limited to just the committers to a project.', '2007-03-27 16:28:27.763632', 'http://bazaar-vcs.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 23, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL);
2439+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (22, NULL, 12, 'redfish', 'Redfish', 'Redfish', 'The redfish project.', 'The redfish project.', '2007-04-18 20:58:56.846607', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, 64, NULL, NULL, NULL, 24, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL);
2440+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (23, 1, 1, 'derby', 'Derby', 'Derby - Java Database', 'Apache Derby, an Apache DB subproject, is an open source relational database implemented entirely in Java and available under the Apache License, Version 2.0.', 'Some key advantages include:
2441
2442 * Derby has a small footprint -- about 2 megabytes for the base engine and embedded JDBC driver.
2443 * Derby is based on the Java, JDBC, and SQL standards.
2444 * Derby provides an embedded JDBC driver that lets you embed Derby in any Java-based solution.
2445 * Derby also supports the more familiar client/server mode with the Derby Network Client JDBC driver and Derby Network Server.
2446 * Derby is easy to install, deploy, and use.
2447-', '2007-11-19 12:44:30.603892', 'http://db.apache.org/derby/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 25, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 1, NULL, NULL);
2448-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (24, NULL, 243623, 'mega-money-maker', 'Mega Money Maker', 'Sample Commercial Project', 'Proprietary project', NULL, '2008-06-27 14:51:47.366199', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 26, NULL, NULL, NULL, NULL, false, false, false, 'All rights reserved. Not free.', false, false, NULL, NULL, false, false, 243623, NULL, NULL);
2449-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (25, NULL, 16, 'rosetta', 'Launchpad Translations', 'The translations part of Launchpad', 'Here you can translate your project into other spoken languages.', NULL, '2008-10-02 10:12:40.909504', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 27, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL);
2450-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (26, NULL, 16, 'obsolete-junk', 'Obsolete Junk', 'The Great Mass of Obsolete Junk', 'If you have junk that you don''t want clogging up your product, dump it here.', NULL, '2009-05-02 21:33:15.310312', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 28, NULL, NULL, NULL, NULL, false, false, false, '(We have them all because we are junk. Junk. Junk I tell you.)', false, false, NULL, NULL, false, true, 16, NULL, NULL);
2451+', '2007-11-19 12:44:30.603892', 'http://db.apache.org/derby/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 25, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 1, NULL, NULL, NULL);
2452+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (24, NULL, 243623, 'mega-money-maker', 'Mega Money Maker', 'Sample Commercial Project', 'Proprietary project', NULL, '2008-06-27 14:51:47.366199', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 26, NULL, NULL, NULL, NULL, false, false, false, 'All rights reserved. Not free.', false, false, NULL, NULL, false, false, 243623, NULL, NULL, NULL);
2453+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (25, NULL, 16, 'rosetta', 'Launchpad Translations', 'The translations part of Launchpad', 'Here you can translate your project into other spoken languages.', NULL, '2008-10-02 10:12:40.909504', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 27, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL, NULL);
2454+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (26, NULL, 16, 'obsolete-junk', 'Obsolete Junk', 'The Great Mass of Obsolete Junk', 'If you have junk that you don''t want clogging up your product, dump it here.', NULL, '2009-05-02 21:33:15.310312', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 28, NULL, NULL, NULL, NULL, false, false, false, '(We have them all because we are junk. Junk. Junk I tell you.)', false, false, NULL, NULL, false, true, 16, NULL, NULL, NULL);
2455
2456
2457 ALTER TABLE product ENABLE TRIGGER ALL;
2458@@ -8384,24 +8478,24 @@
2459
2460 ALTER TABLE project DISABLE TRIGGER ALL;
2461
2462-INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (1, 1, 'apache', 'Apache', 'Apache', 'The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field.', 'We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.', '2004-09-24 20:58:00.633513', 'http://apache.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1);
2463-INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (2, 2, 'do-not-use-info-imports', 'DO NOT USE', 'DO NOT USE', 'DO NOT USE', 'TEMPORARY project till mirror jobs are assigned to correct project', '2004-09-24 20:58:00.637677', 'http://arch.ubuntu.com/', NULL, NULL, NULL, NULL, true, false, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
2464-INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (3, 2, 'launchpad-mirrors', 'Launchpad SCM Mirrors', 'The Launchpad Mirroring Project', 'launchpad mirrors various revision control archives, that mirroring is managed here', 'A project to mirror revision control archives into Arch.', '2004-09-24 20:58:00.65398', 'http://arch.ubuntu.com/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
2465-INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (4, 12, 'mozilla', 'the Mozilla Project', 'The Mozilla Project', 'The Mozilla Project is the largest open source web browser collaborative project. Founded when Netscape released the source code to its pioneering browser in 1999, the Mozilla Project continues to set the standard for web browser technology.', 'The Mozilla Project produces several internet applications that are very widely used, and is also a center for collaboration on internet standards work by open source groups.
2466+INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (1, 1, 'apache', 'Apache', 'Apache', 'The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field.', 'We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.', '2004-09-24 20:58:00.633513', 'http://apache.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL);
2467+INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (2, 2, 'do-not-use-info-imports', 'DO NOT USE', 'DO NOT USE', 'DO NOT USE', 'TEMPORARY project till mirror jobs are assigned to correct project', '2004-09-24 20:58:00.637677', 'http://arch.ubuntu.com/', NULL, NULL, NULL, NULL, true, false, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL);
2468+INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (3, 2, 'launchpad-mirrors', 'Launchpad SCM Mirrors', 'The Launchpad Mirroring Project', 'launchpad mirrors various revision control archives, that mirroring is managed here', 'A project to mirror revision control archives into Arch.', '2004-09-24 20:58:00.65398', 'http://arch.ubuntu.com/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL);
2469+INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (4, 12, 'mozilla', 'the Mozilla Project', 'The Mozilla Project', 'The Mozilla Project is the largest open source web browser collaborative project. Founded when Netscape released the source code to its pioneering browser in 1999, the Mozilla Project continues to set the standard for web browser technology.', 'The Mozilla Project produces several internet applications that are very widely used, and is also a center for collaboration on internet standards work by open source groups.
2470
2471 The Project now has several popular products, including the Firefox web browser, the Thunderbird mail client and the libraries that enable them to run on many platforms.
2472
2473-Organisationally, the Mozilla Project is hosted by the Mozilla Foundation, a not-for-profit company incorporated in the US.', '2004-09-24 20:58:02.177698', 'http://www.mozilla.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 12);
2474-INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (5, 12, 'gnome', 'GNOME', 'The GNOME Project', 'The GNOME Project is an initiative to prduce a free desktop software framework. GNOME is more than a set of applications, it is a user interface standard (the Gnome HIG) and a set of libraries that allow applications to work together in a harmonious desktop-ish way.', 'The Gnome Project was founded (when?) to build on the success of early applications using the Gtk GUI toolkit. Many of those applications are still part of Gnome, and the Gtk toolkit remains an essential part of Gnome.
2475-
2476-Gnome applications cover the full spectrum from office productivity applications to games, digital camera applications, and of course the Gnome Panel which acts as a launcher and general access point for apps on the desktop.', '2004-09-24 20:58:02.222154', 'http://www.gnome.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, 12);
2477-INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (6, 12, 'iso-codes-project', 'iso-codes', 'iso-codes', 'foo', 'bar', '2004-09-24 20:58:02.238443', 'http://www.gnome.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 12);
2478-INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (7, 16, 'aaa', 'the Test Project', 'The Test Project', 'This is a small project that has no purpose by to serve as a test data point. The only thing this project has ever produced is products, most of which are largely unheard of. This short description is long enough.', 'Of course, one can''t say enough about the Test Project. Not only is it always there, it''s often exactly in the same state that you saw it last. And it has an amazing ability to pop up in places where you just didn''t think you''d expect to find it. Very noticeable when you least want it noticed, that sort of thing.
2479-
2480-It would be very interesting to know whether this second paragraph of text about the test project is in fact rendered as a second paragraph, or if it all blurs together in a haze of testing. Only time will tell.', '2004-10-03 22:27:25.02843', 'http://www.testmenow.com', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16);
2481-INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (8, 16, 'gimp', 'the GiMP Project', 'The GIMP Project', 'The GIMP Project works in the field of image manipulation and reproduction. The Project is responsible for several pieces of software, such as The GiMP and GiMP-Print.', 'Founded by Spencer Kimball in 1996 with the simple aim of producing a "paint" program, the GIMP project has become one of the defining projects of the open source world. The GIMP itself is an image manipulation program that is beginning to rival even Adobe Photoshop in features and functionality.
2482-
2483-The project is loosely organised, with about 15 people making regular contributions. There is no fixed release schedule other than "when it is done".', '2004-10-03 22:27:45.283741', 'http://www.gimp.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16);
2484+Organisationally, the Mozilla Project is hosted by the Mozilla Foundation, a not-for-profit company incorporated in the US.', '2004-09-24 20:58:02.177698', 'http://www.mozilla.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 12, NULL);
2485+INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (5, 12, 'gnome', 'GNOME', 'The GNOME Project', 'The GNOME Project is an initiative to prduce a free desktop software framework. GNOME is more than a set of applications, it is a user interface standard (the Gnome HIG) and a set of libraries that allow applications to work together in a harmonious desktop-ish way.', 'The Gnome Project was founded (when?) to build on the success of early applications using the Gtk GUI toolkit. Many of those applications are still part of Gnome, and the Gtk toolkit remains an essential part of Gnome.
2486+
2487+Gnome applications cover the full spectrum from office productivity applications to games, digital camera applications, and of course the Gnome Panel which acts as a launcher and general access point for apps on the desktop.', '2004-09-24 20:58:02.222154', 'http://www.gnome.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, 12, NULL);
2488+INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (6, 12, 'iso-codes-project', 'iso-codes', 'iso-codes', 'foo', 'bar', '2004-09-24 20:58:02.238443', 'http://www.gnome.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 12, NULL);
2489+INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (7, 16, 'aaa', 'the Test Project', 'The Test Project', 'This is a small project that has no purpose by to serve as a test data point. The only thing this project has ever produced is products, most of which are largely unheard of. This short description is long enough.', 'Of course, one can''t say enough about the Test Project. Not only is it always there, it''s often exactly in the same state that you saw it last. And it has an amazing ability to pop up in places where you just didn''t think you''d expect to find it. Very noticeable when you least want it noticed, that sort of thing.
2490+
2491+It would be very interesting to know whether this second paragraph of text about the test project is in fact rendered as a second paragraph, or if it all blurs together in a haze of testing. Only time will tell.', '2004-10-03 22:27:25.02843', 'http://www.testmenow.com', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16, NULL);
2492+INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (8, 16, 'gimp', 'the GiMP Project', 'The GIMP Project', 'The GIMP Project works in the field of image manipulation and reproduction. The Project is responsible for several pieces of software, such as The GiMP and GiMP-Print.', 'Founded by Spencer Kimball in 1996 with the simple aim of producing a "paint" program, the GIMP project has become one of the defining projects of the open source world. The GIMP itself is an image manipulation program that is beginning to rival even Adobe Photoshop in features and functionality.
2493+
2494+The project is loosely organised, with about 15 people making regular contributions. There is no fixed release schedule other than "when it is done".', '2004-10-03 22:27:45.283741', 'http://www.gimp.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16, NULL);
2495
2496
2497 ALTER TABLE project ENABLE TRIGGER ALL;
2498@@ -8979,29 +9073,29 @@
2499
2500 ALTER TABLE sourcepackagerelease DISABLE TRIGGER ALL;
2501
2502-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (14, 1, '0.9', '2004-09-27 11:57:13', 1, NULL, 1, 'Mozilla dummy Changelog......', 'gcc-3.4-base, libc6 (>= 2.3.2.ds1-4), gcc-3.4 (>= 3.4.1-4sarge1), gcc-3.4 (<< 3.4.2), libstdc++6-dev (>= 3.4.1-4sarge1), pmount', 'bacula-common (= 1.34.6-2), bacula-director-common (= 1.34.6-2), postgresql-client (>= 7.4), pmount', 'any', NULL, 1, 1, 1, 1, 1, 'Mark Shuttleworth <mark@canonical.com>', '3.6.2', '1.0', 'mozilla-firefox', 1, NULL, 'gcc-4.0, pmount', 'gcc-4.0-base, pmount', NULL);
2503-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (15, 1, '1.0', '2004-09-27 11:57:13', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 2, 1, 9, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL);
2504-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (16, 1, '1.0-1', '2005-03-10 16:30:00', 1, NULL, 1, NULL, NULL, NULL, 'any', NULL, 3, 1, 10, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL);
2505-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (17, 1, '0.99.6-1', '2005-03-14 18:00:00', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 2, 1, 10, 1, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL);
2506-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (20, 1, '0.1-1', '2005-03-24 20:59:31.439579', 1, NULL, 1, 'pmount (0.1-1) hoary; urgency=low
2507+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (14, 1, '0.9', '2004-09-27 11:57:13', 1, NULL, 1, 'Mozilla dummy Changelog......', 'gcc-3.4-base, libc6 (>= 2.3.2.ds1-4), gcc-3.4 (>= 3.4.1-4sarge1), gcc-3.4 (<< 3.4.2), libstdc++6-dev (>= 3.4.1-4sarge1), pmount', 'bacula-common (= 1.34.6-2), bacula-director-common (= 1.34.6-2), postgresql-client (>= 7.4), pmount', 'any', NULL, 1, 1, 1, 1, 1, 'Mark Shuttleworth <mark@canonical.com>', '3.6.2', '1.0', 'mozilla-firefox', 1, NULL, 'gcc-4.0, pmount', 'gcc-4.0-base, pmount', NULL, NULL);
2508+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (15, 1, '1.0', '2004-09-27 11:57:13', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 2, 1, 9, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL);
2509+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (16, 1, '1.0-1', '2005-03-10 16:30:00', 1, NULL, 1, NULL, NULL, NULL, 'any', NULL, 3, 1, 10, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL);
2510+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (17, 1, '0.99.6-1', '2005-03-14 18:00:00', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 2, 1, 10, 1, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL);
2511+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (20, 1, '0.1-1', '2005-03-24 20:59:31.439579', 1, NULL, 1, 'pmount (0.1-1) hoary; urgency=low
2512
2513 * Fix description (Malone #1)
2514 * Fix debian (Debian #2000)
2515 * Fix warty (Warty Ubuntu #1)
2516
2517- -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'all', NULL, 2, 1, 14, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL);
2518-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (21, 1, '0.1-2', '2005-06-24 20:59:31.439579', 1, NULL, 1, 'This is a placeholder changelog for pmount 0.1-2', NULL, NULL, 'powerpc', NULL, 1, 1, 14, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL);
2519-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (23, 1, '1.0.8-1ubuntu1', '2005-02-03 08:50:00', 1, NULL, 1, 'alsa-utils (1.0.8-1ubuntu1) warty; urgency=low
2520-
2521- * Placeholder
2522-
2523- -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'all', NULL, 1, 1, 19, 1, 1, 'Mark Shuttleworth <mark@example.com>', '3.6.2', '1.0', 'alsa-mixer', 1, NULL, NULL, NULL, NULL);
2524-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (24, 1, '1.0.9a-4', '2005-07-01 22:47:00', 1, NULL, 1, 'alsa-utils (1.0.9a-4) warty; urgency=low
2525-
2526- * Placeholder
2527-
2528- -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'any', NULL, 2, 1, 19, 8, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL);
2529-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (25, 1, '1.0.9a-4ubuntu1', '2005-08-01 14:10:00', 1, NULL, 1, 'alsa-utils (1.0.9a-4ubuntu1) hoary; urgency=low
2530+ -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'all', NULL, 2, 1, 14, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL);
2531+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (21, 1, '0.1-2', '2005-06-24 20:59:31.439579', 1, NULL, 1, 'This is a placeholder changelog for pmount 0.1-2', NULL, NULL, 'powerpc', NULL, 1, 1, 14, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL);
2532+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (23, 1, '1.0.8-1ubuntu1', '2005-02-03 08:50:00', 1, NULL, 1, 'alsa-utils (1.0.8-1ubuntu1) warty; urgency=low
2533+
2534+ * Placeholder
2535+
2536+ -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'all', NULL, 1, 1, 19, 1, 1, 'Mark Shuttleworth <mark@example.com>', '3.6.2', '1.0', 'alsa-mixer', 1, NULL, NULL, NULL, NULL, NULL);
2537+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (24, 1, '1.0.9a-4', '2005-07-01 22:47:00', 1, NULL, 1, 'alsa-utils (1.0.9a-4) warty; urgency=low
2538+
2539+ * Placeholder
2540+
2541+ -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'any', NULL, 2, 1, 19, 8, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL);
2542+INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (25, 1, '1.0.9a-4ubuntu1', '2005-08-01 14:10:00', 1, NULL, 1, 'alsa-utils (1.0.9a-4ubuntu1) hoary; urgency=low
2543
2544 * Placeholder
2545 LP: #10
2546@@ -9010,22 +9104,22 @@
2547 LP: #7, #8,
2548 #11
2549
2550- -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'all', NULL, 1, 16, 19, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL);
2551-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (26, 1, 'cr.g7-37', '2005-12-22 18:19:00', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 1, 16, 20, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL);
2552-INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (27, 1, 'b8p', '2006-02-10 11:19:00', 1, NULL, 1, 'libstdc++ (9.9-1) hoary; urgency=high
2553+ -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'all', NULL, 1, 16, 19, 3, 1, NULL, NULL, '1.0', NULL, 1,