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
=== modified file 'configs/testrunner/launchpad-lazr.conf'
--- configs/testrunner/launchpad-lazr.conf 2010-03-03 00:07:28 +0000
+++ configs/testrunner/launchpad-lazr.conf 2010-03-30 18:45:58 +0000
@@ -189,6 +189,9 @@
189[personalpackagearchive]189[personalpackagearchive]
190root: /var/tmp/ppa.test/190root: /var/tmp/ppa.test/
191191
192[ppa_apache_log_parser]
193logs_root: lib/lp/soyuz/scripts/tests/ppa-apache-log-files
194
192[poimport]195[poimport]
193error_dir: /var/tmp/poimport.test196error_dir: /var/tmp/poimport.test
194oops_prefix: TPOI197oops_prefix: TPOI
195198
=== added file 'cronscripts/parse-ppa-apache-access-logs.py'
--- cronscripts/parse-ppa-apache-access-logs.py 1970-01-01 00:00:00 +0000
+++ cronscripts/parse-ppa-apache-access-logs.py 2010-03-30 18:45:58 +0000
@@ -0,0 +1,61 @@
1#!/usr/bin/python2.5
2#
3# Copyright 2010 Canonical Ltd. This software is licensed under the
4# GNU Affero General Public License version 3 (see the file LICENSE).
5
6"""Parse PPA apache logs to find out download counts for each file."""
7
8__metaclass__ = type
9
10import _pythonpath
11
12import functools
13
14from zope.component import getUtility
15
16from canonical.config import config
17# XXX: wgrant 2010-03-16 bug=539496: Importing directly from
18# lp.registry.interfaces.person results in a circular import.
19from canonical.launchpad.interfaces import IPersonSet
20from lp.soyuz.interfaces.archive import NoSuchPPA
21from lp.soyuz.scripts.ppa_apache_log_parser import DBUSER, get_ppa_file_key
22from lp.services.apachelogparser.script import ParseApacheLogs
23
24
25class ParsePPAApacheLogs(ParseApacheLogs):
26 """An Apache log parser for PPA downloads."""
27
28 def setUpUtilities(self):
29 """See `ParseApacheLogs`."""
30 self.person_set = getUtility(IPersonSet)
31
32 @property
33 def root(self):
34 """See `ParseApacheLogs`."""
35 return config.ppa_apache_log_parser.logs_root
36
37 def getDownloadKey(self, path):
38 """See `ParseApacheLogs`."""
39 return get_ppa_file_key(path)
40
41 def getDownloadCountUpdater(self, file_id):
42 """See `ParseApacheLogs`."""
43 person = self.person_set.getByName(file_id[0])
44 if person is None:
45 return
46 try:
47 archive = person.getPPAByName(file_id[1])
48 except NoSuchPPA:
49 return None
50 # file_id[2] (distro) isn't used yet, since getPPAByName
51 # hardcodes Ubuntu.
52 bpr = archive.getBinaryPackageReleaseByFileName(file_id[3])
53 if bpr is None:
54 return None
55
56 return functools.partial(archive.updatePackageDownloadCount, bpr)
57
58
59if __name__ == '__main__':
60 script = ParsePPAApacheLogs('parse-ppa-apache-logs', DBUSER)
61 script.lock_and_run()
062
=== modified file 'cronscripts/update-pkgcache.py'
--- cronscripts/update-pkgcache.py 2009-11-17 02:33:27 +0000
+++ cronscripts/update-pkgcache.py 2010-03-30 18:45:58 +0000
@@ -101,6 +101,6 @@
101101
102if __name__ == '__main__':102if __name__ == '__main__':
103 script = PackageCacheUpdater(103 script = PackageCacheUpdater(
104 'update-cache', dbuser=config.statistician.dbuser)104 'update-cache', dbuser="update-pkg-cache")
105 script.lock_and_run()105 script.lock_and_run()
106106
107107
=== modified file 'daemons/sftp.tac'
--- daemons/sftp.tac 2009-06-24 20:55:31 +0000
+++ daemons/sftp.tac 2010-03-30 18:45:58 +0000
@@ -1,20 +1,36 @@
1# Copyright 2009 Canonical Ltd. This software is licensed under the1# Copyright 2009-2010 Canonical Ltd. This software is licensed under the GNU
2# GNU Affero General Public License version 3 (see the file LICENSE).2# Affero General Public License version 3 (see the file LICENSE).
33
4# This is a Twisted application config file. To run, use:4# This is a Twisted application config file. To run, use:
5# twistd -noy sftp.tac5# twistd -noy sftp.tac
6# or similar. Refer to the twistd(1) man page for details.6# or similar. Refer to the twistd(1) man page for details.
77
8import logging
9
8from twisted.application import service10from twisted.application import service
911
12from canonical.config import config
10from canonical.launchpad.daemons import tachandler13from canonical.launchpad.daemons import tachandler
11from lp.codehosting.sshserver.service import SSHService14from lp.codehosting.sshserver.service import (
1215 ACCESS_LOG_NAME, get_key_path, LOG_NAME, make_portal, PRIVATE_KEY_FILE,
1316 PUBLIC_KEY_FILE)
14# Construct an Application that includes a supermirror SFTP service. 17from lp.services.sshserver.service import SSHService
18
19
20# Construct the SSH service that *is* Launchpad codehosting.
15application = service.Application('sftponly')21application = service.Application('sftponly')
16svc = SSHService()22svc = SSHService(
23 portal=make_portal(),
24 private_key_path=get_key_path(PRIVATE_KEY_FILE),
25 public_key_path=get_key_path(PUBLIC_KEY_FILE),
26 oops_configuration='codehosting',
27 main_log=logging.getLogger(LOG_NAME),
28 access_log=logging.getLogger(ACCESS_LOG_NAME),
29 access_log_path=config.codehosting.access_log,
30 port=config.codehosting.port,
31 idle_timeout=config.codehosting.idle_timeout,
32 banner=config.codehosting.banner)
17svc.setServiceParent(application)33svc.setServiceParent(application)
1834
19# Service that announces when the daemon is ready35# Service that announces when the daemon is ready.
20tachandler.ReadyService().setServiceParent(application)36tachandler.ReadyService().setServiceParent(application)
2137
=== modified file 'database/replication/Makefile'
--- database/replication/Makefile 2010-01-15 09:00:20 +0000
+++ database/replication/Makefile 2010-03-30 18:45:58 +0000
@@ -44,7 +44,9 @@
4444
45PGMASSACRE=../../utilities/pgmassacre.py45PGMASSACRE=../../utilities/pgmassacre.py
4646
47SHHH=../../utilities/shhh.py47# Turn off silencing for now so we details on staging deployments.
48#SHHH=../../utilities/shhh.py
49SHHH=
4850
49AUTHDB_TABLES=\51AUTHDB_TABLES=\
50 account accountpassword authkoken emailaddress \52 account accountpassword authkoken emailaddress \
5153
=== modified file 'database/sampledata/current-dev.sql'
--- database/sampledata/current-dev.sql 2010-03-26 00:45:36 +0000
+++ database/sampledata/current-dev.sql 2010-03-30 18:45:58 +0000
@@ -775,6 +775,12 @@
775775
776776
777777
778
779
780
781
782
783
778ALTER TABLE account DISABLE TRIGGER ALL;784ALTER TABLE account DISABLE TRIGGER ALL;
779785
780INSERT 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');786INSERT 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');
@@ -854,6 +860,8 @@
854INSERT 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);860INSERT 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);
855INSERT 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);861INSERT 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);
856INSERT 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);862INSERT 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);
863INSERT 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);
864INSERT 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);
857865
858866
859ALTER TABLE account ENABLE TRIGGER ALL;867ALTER TABLE account ENABLE TRIGGER ALL;
@@ -924,6 +932,7 @@
924INSERT INTO accountpassword (id, account, password) VALUES (243637, 243634, 'j4OCnhO4rzPbvyJgeHYEGXe8FpfWYMsCsRvxb9wZVBUHsCfiUP/XvQ==');932INSERT INTO accountpassword (id, account, password) VALUES (243637, 243634, 'j4OCnhO4rzPbvyJgeHYEGXe8FpfWYMsCsRvxb9wZVBUHsCfiUP/XvQ==');
925INSERT INTO accountpassword (id, account, password) VALUES (243638, 243635, 'MUDYvi+UgO8wUqxwhd9br4tXTgxPpcloU5EUW5BRTNUKUS2ac+hG7A==');933INSERT INTO accountpassword (id, account, password) VALUES (243638, 243635, 'MUDYvi+UgO8wUqxwhd9br4tXTgxPpcloU5EUW5BRTNUKUS2ac+hG7A==');
926INSERT INTO accountpassword (id, account, password) VALUES (243639, 243636, 'Q/4V+DAYdXXoCoQiSchF9DkfA4ntWhmkJhmzcmYmylpEnlbiZfvyIA==');934INSERT INTO accountpassword (id, account, password) VALUES (243639, 243636, 'Q/4V+DAYdXXoCoQiSchF9DkfA4ntWhmkJhmzcmYmylpEnlbiZfvyIA==');
935INSERT INTO accountpassword (id, account, password) VALUES (243640, 243637, 'R8LC6MbIoRPDggGnD6Er3tX3VcTigtjn/n3pvfbdXtOJBWzXWL0gIA==');
927936
928937
929ALTER TABLE accountpassword ENABLE TRIGGER ALL;938ALTER TABLE accountpassword ENABLE TRIGGER ALL;
@@ -1006,18 +1015,20 @@
10061015
1007ALTER TABLE archive DISABLE TRIGGER ALL;1016ALTER TABLE archive DISABLE TRIGGER ALL;
10081017
1009INSERT 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);1018INSERT 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);
1010INSERT 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);1019INSERT 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);
1011INSERT 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);1020INSERT 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);
1012INSERT 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);1021INSERT 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);
1013INSERT 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);1022INSERT 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);
1014INSERT 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);1023INSERT 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);
1015INSERT 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);1024INSERT 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);
1016INSERT 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);1025INSERT 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);
1017INSERT 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);1026INSERT 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);
1018INSERT 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);1027INSERT 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);
1019INSERT 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);1028INSERT 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);
1020INSERT 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);1029INSERT 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);
1030INSERT 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
1031', 0);
10211032
10221033
1023ALTER TABLE archive ENABLE TRIGGER ALL;1034ALTER TABLE archive ENABLE TRIGGER ALL;
@@ -1064,6 +1075,8 @@
1064INSERT 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);1075INSERT 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);
1065INSERT 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);1076INSERT 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);
1066INSERT 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);1077INSERT 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);
1078INSERT 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);
1079INSERT 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);
10671080
10681081
1069ALTER TABLE archivepermission ENABLE TRIGGER ALL;1082ALTER TABLE archivepermission ENABLE TRIGGER ALL;
@@ -1116,31 +1129,31 @@
11161129
1117ALTER TABLE binarypackagepublishinghistory DISABLE TRIGGER ALL;1130ALTER TABLE binarypackagepublishinghistory DISABLE TRIGGER ALL;
11181131
1119INSERT 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);1132INSERT 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.');
1120INSERT 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);1133INSERT 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);
1121INSERT 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);1134INSERT 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.');
1122INSERT 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);1135INSERT 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);
1123INSERT 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);1136INSERT 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);
1124INSERT 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);1137INSERT 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);
1125INSERT 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);1138INSERT 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.');
1126INSERT 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);1139INSERT 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.');
1127INSERT 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);1140INSERT 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);
1128INSERT 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);1141INSERT 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.');
1129INSERT 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);1142INSERT 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.');
1130INSERT 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);1143INSERT 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.');
1131INSERT 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 ...');1144INSERT 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 ...');
1132INSERT 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');1145INSERT 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');
1133INSERT 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);1146INSERT 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.');
1134INSERT 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);1147INSERT 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);
1135INSERT 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);1148INSERT 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.');
1136INSERT 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);1149INSERT 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);
1137INSERT 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);1150INSERT 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);
1138INSERT 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);1151INSERT 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);
1139INSERT 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);1152INSERT 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);
1140INSERT 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);1153INSERT 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.');
1141INSERT 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);1154INSERT 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.');
1142INSERT 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);1155INSERT 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.');
1143INSERT 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);1156INSERT 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.');
1144INSERT 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);1157INSERT 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);
11451158
11461159
@@ -1169,6 +1182,13 @@
1169ALTER TABLE binarypackagerelease ENABLE TRIGGER ALL;1182ALTER TABLE binarypackagerelease ENABLE TRIGGER ALL;
11701183
11711184
1185ALTER TABLE binarypackagereleasedownloadcount DISABLE TRIGGER ALL;
1186
1187
1188
1189ALTER TABLE binarypackagereleasedownloadcount ENABLE TRIGGER ALL;
1190
1191
1172ALTER TABLE bounty DISABLE TRIGGER ALL;1192ALTER TABLE bounty DISABLE TRIGGER ALL;
11731193
1174INSERT 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);1194INSERT 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);
@@ -1715,23 +1735,30 @@
17151735
1716ALTER TABLE bugwatch DISABLE TRIGGER ALL;1736ALTER TABLE bugwatch DISABLE TRIGGER ALL;
17171737
1718INSERT 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);1738INSERT 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);
1719INSERT 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);1739INSERT 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);
1720INSERT 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);1740INSERT 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);
1721INSERT 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);1741INSERT 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);
1722INSERT 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);1742INSERT 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);
1723INSERT 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);1743INSERT 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);
1724INSERT 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);1744INSERT 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);
1725INSERT 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);1745INSERT 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);
1726INSERT 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);1746INSERT 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);
1727INSERT 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);1747INSERT 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);
1728INSERT 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);1748INSERT 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);
1729INSERT 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);1749INSERT 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);
17301750
17311751
1732ALTER TABLE bugwatch ENABLE TRIGGER ALL;1752ALTER TABLE bugwatch ENABLE TRIGGER ALL;
17331753
17341754
1755ALTER TABLE bugwatchactivity DISABLE TRIGGER ALL;
1756
1757
1758
1759ALTER TABLE bugwatchactivity ENABLE TRIGGER ALL;
1760
1761
1735ALTER TABLE build DISABLE TRIGGER ALL;1762ALTER TABLE build DISABLE TRIGGER ALL;
17361763
1737INSERT 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);1764INSERT 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);
@@ -1885,6 +1912,44 @@
1885INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (12, 1, 3, '2006-10-16 18:31:43.262049');1912INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (12, 1, 3, '2006-10-16 18:31:43.262049');
1886INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (13, 10, 5, '2007-06-24 13:12:05.04436');1913INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (13, 10, 5, '2007-06-24 13:12:05.04436');
1887INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (14, 11, 5, '2007-06-24 13:12:10.692827');1914INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (14, 11, 5, '2007-06-24 13:12:10.692827');
1915INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (15, 3, 3, '2010-03-21 16:36:52.135353');
1916INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (16, 3, 4, '2010-03-21 16:36:52.135353');
1917INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (17, 14, 1, '2010-03-21 16:36:52.135353');
1918INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (18, 14, 2, '2010-03-21 16:36:52.135353');
1919INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (19, 14, 3, '2010-03-21 16:36:52.135353');
1920INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (20, 14, 4, '2010-03-21 16:36:52.135353');
1921INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (21, 15, 1, '2010-03-21 16:36:52.135353');
1922INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (22, 15, 2, '2010-03-21 16:36:52.135353');
1923INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (23, 15, 3, '2010-03-21 16:36:52.135353');
1924INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (24, 15, 4, '2010-03-21 16:36:52.135353');
1925INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (25, 16, 1, '2010-03-21 16:36:52.135353');
1926INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (26, 16, 2, '2010-03-21 16:36:52.135353');
1927INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (27, 16, 3, '2010-03-21 16:36:52.135353');
1928INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (28, 16, 4, '2010-03-21 16:36:52.135353');
1929INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (29, 17, 1, '2010-03-21 16:36:52.135353');
1930INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (30, 17, 2, '2010-03-21 16:36:52.135353');
1931INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (31, 17, 3, '2010-03-21 16:36:52.135353');
1932INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (32, 17, 4, '2010-03-21 16:36:52.135353');
1933INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (33, 18, 1, '2010-03-21 16:36:52.135353');
1934INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (34, 18, 2, '2010-03-21 16:36:52.135353');
1935INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (35, 18, 3, '2010-03-21 16:36:52.135353');
1936INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (36, 18, 4, '2010-03-21 16:36:52.135353');
1937INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (37, 19, 1, '2010-03-21 16:36:52.135353');
1938INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (38, 19, 2, '2010-03-21 16:36:52.135353');
1939INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (39, 19, 3, '2010-03-21 16:36:52.135353');
1940INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (40, 19, 4, '2010-03-21 16:36:52.135353');
1941INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (41, 20, 1, '2010-03-21 16:36:52.135353');
1942INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (42, 20, 2, '2010-03-21 16:36:52.135353');
1943INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (43, 20, 3, '2010-03-21 16:36:52.135353');
1944INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (44, 20, 4, '2010-03-21 16:36:52.135353');
1945INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (45, 21, 1, '2010-03-21 16:36:52.135353');
1946INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (46, 21, 2, '2010-03-21 16:36:52.135353');
1947INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (47, 21, 3, '2010-03-21 16:36:52.135353');
1948INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (48, 21, 4, '2010-03-21 16:36:52.135353');
1949INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (49, 22, 1, '2010-03-21 16:36:52.135353');
1950INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (50, 22, 2, '2010-03-21 16:36:52.135353');
1951INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (51, 22, 3, '2010-03-21 16:36:52.135353');
1952INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (52, 22, 4, '2010-03-21 16:36:52.135353');
18881953
18891954
1890ALTER TABLE componentselection ENABLE TRIGGER ALL;1955ALTER TABLE componentselection ENABLE TRIGGER ALL;
@@ -2236,7 +2301,7 @@
22362301
2237ALTER TABLE distribution DISABLE TRIGGER ALL;2302ALTER TABLE distribution DISABLE TRIGGER ALL;
22382303
2239INSERT 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]2304INSERT 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]
2240pendingremovalduration=52305pendingremovalduration=5
2241root=/var/tmp/archive2306root=/var/tmp/archive
2242archiveroot=/var/tmp/archive/ubuntu2307archiveroot=/var/tmp/archive/ubuntu
@@ -2245,21 +2310,21 @@
2245overrideroot=/var/tmp/archive/ubuntu-overrides2310overrideroot=/var/tmp/archive/ubuntu-overrides
2246cacheroot=/var/tmp/archive/ubuntu-cache2311cacheroot=/var/tmp/archive/ubuntu-cache
2247miscroot=/var/tmp/archive/ubuntu-misc2312miscroot=/var/tmp/archive/ubuntu-misc
2248', '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);2313', '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);
2249INSERT 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);2314INSERT 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);
2250INSERT 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 is2315INSERT 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
2251a non commercial distribution of a GNU/Linux Operating System for many2316a non commercial distribution of a GNU/Linux Operating System for many
2252platforms.', 'debian.org', 1, NULL, 'Debian', 'Debian GNU/Linux is2317platforms.', 'debian.org', 1, NULL, 'Debian', 'Debian GNU/Linux is
2253a non commercial distribution of a GNU/Linux Operating System for many2318a non commercial distribution of a GNU/Linux Operating System for many
2254platforms.', 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);2319platforms.', 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);
2255INSERT 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 very2320INSERT 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
2256customizeable GNU/Linux Distribution that is designed to let you build every2321customizeable GNU/Linux Distribution that is designed to let you build every
2257single 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);2322single 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);
2258INSERT 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 Desktop2323INSERT 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
2259Environment as its default desktop after install.', 'kubuntu.org', 1, NULL, 'Kubuntu', 'Kubuntu is an entirely free Linux distribution that uses the K Desktop2324Environment as its default desktop after install.', 'kubuntu.org', 1, NULL, 'Kubuntu', 'Kubuntu is an entirely free Linux distribution that uses the K Desktop
2260Environment 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);2325Environment 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);
2261INSERT 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);2326INSERT 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);
2262INSERT 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]2327INSERT 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]
2263pendingremovalduration=52328pendingremovalduration=5
2264root=/var/tmp/archive2329root=/var/tmp/archive
2265archiveroot=/var/tmp/archive/ubuntutest2330archiveroot=/var/tmp/archive/ubuntutest
@@ -2268,7 +2333,7 @@
2268overrideroot=/var/tmp/archive/ubuntutest-overrides2333overrideroot=/var/tmp/archive/ubuntutest-overrides
2269cacheroot=/var/tmp/archive/ubuntutest-cache2334cacheroot=/var/tmp/archive/ubuntutest-cache
2270miscroot=/var/tmp/archive/ubuntutest-misc2335miscroot=/var/tmp/archive/ubuntutest-misc
2271', '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);2336', '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);
22722337
22732338
2274ALTER TABLE distribution ENABLE TRIGGER ALL;2339ALTER TABLE distribution ENABLE TRIGGER ALL;
@@ -2344,6 +2409,34 @@
2344INSERT 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);2409INSERT 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);
2345INSERT 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);2410INSERT 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);
2346INSERT 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);2411INSERT 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);
2412INSERT 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);
2413INSERT 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);
2414INSERT 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);
2415INSERT 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);
2416INSERT 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);
2417INSERT 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);
2418INSERT 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);
2419INSERT 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);
2420INSERT 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);
2421INSERT 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);
2422INSERT 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);
2423INSERT 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);
2424INSERT 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);
2425INSERT 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);
2426INSERT 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);
2427INSERT 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);
2428INSERT 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);
2429INSERT 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);
2430INSERT 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);
2431INSERT 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);
2432INSERT 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);
2433INSERT 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);
2434INSERT 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);
2435INSERT 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);
2436INSERT 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);
2437INSERT 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);
2438INSERT 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);
2439INSERT 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);
23472440
23482441
2349ALTER TABLE distroarchseries ENABLE TRIGGER ALL;2442ALTER TABLE distroarchseries ENABLE TRIGGER ALL;
@@ -2363,19 +2456,21 @@
23632456
2364ALTER TABLE distroseries DISABLE TRIGGER ALL;2457ALTER TABLE distroseries DISABLE TRIGGER ALL;
23652458
2366INSERT 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);2459INSERT 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]
2460components = 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);
2367INSERT 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);2461INSERT 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);
2368INSERT 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);2462INSERT 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]
2463components = 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);
2369INSERT 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);2464INSERT 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);
2370INSERT 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);2465INSERT 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]
2466components = 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);
2371INSERT 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);2467INSERT 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);
2372INSERT 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);2468INSERT 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);
2373INSERT 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);2469INSERT 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);
2374INSERT 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 of2470INSERT 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
2375Ubuntu 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);2471Ubuntu 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);
2376INSERT 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]2472INSERT 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]
2377components = main restricted universe multiverse2473components = 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);
2378', '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);
2379INSERT 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]2474INSERT 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]
2380components = main restricted universe multiverse2475components = main restricted universe multiverse
2381', '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);2476', '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);
@@ -2383,6 +2478,24 @@
2383INSERT 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]2478INSERT 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]
2384components = main restricted universe multiverse2479components = main restricted universe multiverse
2385', 'summmmmmmary', 'Hoary Mock', NULL, 0, NULL, NULL, 0, 0, NULL, '2006-10-16 18:31:43.492845', false, false, NULL, NULL, NULL, false);2480', 'summmmmmmary', 'Hoary Mock', NULL, 0, NULL, NULL, 0, 0, NULL, '2006-10-16 18:31:43.492845', false, false, NULL, NULL, NULL, false);
2481INSERT 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]
2482components = 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);
2483INSERT 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]
2484components = 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);
2485INSERT 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]
2486components = 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);
2487INSERT 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]
2488components = 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);
2489INSERT 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]
2490components = 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);
2491INSERT 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]
2492components = 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);
2493INSERT 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]
2494components = 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);
2495INSERT 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]
2496components = 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);
2497INSERT 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]
2498components = 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);
23862499
23872500
2388ALTER TABLE distroseries ENABLE TRIGGER ALL;2501ALTER TABLE distroseries ENABLE TRIGGER ALL;
@@ -2519,6 +2632,8 @@
2519INSERT 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);2632INSERT 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);
2520INSERT 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);2633INSERT 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);
2521INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (92, 'lies@example.com', 243650, 4, '2009-08-24 14:41:04.403504', 243636);2634INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (92, 'lies@example.com', 243650, 4, '2009-08-24 14:41:04.403504', 243636);
2635INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (93, 'test@launchpad.dev', 243651, 4, '2010-03-21 16:37:00.097121', 243637);
2636INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (94, 'sanvila@debian.org', 243652, 1, '2010-03-21 16:40:52.504463', 243638);
25222637
25232638
2524ALTER TABLE emailaddress ENABLE TRIGGER ALL;2639ALTER TABLE emailaddress ENABLE TRIGGER ALL;
@@ -2632,6 +2747,8 @@
2632ALTER TABLE gpgkey DISABLE TRIGGER ALL;2747ALTER TABLE gpgkey DISABLE TRIGGER ALL;
26332748
2634INSERT 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');2749INSERT 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');
2750INSERT 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');
2751INSERT 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');
26352752
26362753
2637ALTER TABLE gpgkey ENABLE TRIGGER ALL;2754ALTER TABLE gpgkey ENABLE TRIGGER ALL;
@@ -3815,6 +3932,31 @@
3815INSERT 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);3932INSERT 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);
3816INSERT 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);3933INSERT 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);
3817INSERT 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);3934INSERT 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);
3935INSERT 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);
3936INSERT 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);
3937INSERT 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);
3938INSERT 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);
3939INSERT 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);
3940INSERT 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);
3941INSERT 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);
3942INSERT 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);
3943INSERT 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);
3944INSERT 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);
3945INSERT 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);
3946INSERT 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);
3947INSERT 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);
3948INSERT 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);
3949INSERT 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);
3950INSERT 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);
3951INSERT 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);
3952INSERT 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);
3953INSERT 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);
3954INSERT 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);
3955INSERT 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);
3956INSERT 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);
3957INSERT 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);
3958INSERT 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);
3959INSERT 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);
38183960
38193961
3820ALTER TABLE libraryfilealias ENABLE TRIGGER ALL;3962ALTER TABLE libraryfilealias ENABLE TRIGGER ALL;
@@ -3909,6 +4051,31 @@
3909INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (90, '2008-05-08 10:10:16.866444', 18, '0c805a60b31058a1018680f99447033dcb9d4caa', '8a8a67b8dbc5f203ae8712092c68c7aa', NULL);4051INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (90, '2008-05-08 10:10:16.866444', 18, '0c805a60b31058a1018680f99447033dcb9d4caa', '8a8a67b8dbc5f203ae8712092c68c7aa', NULL);
3910INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (91, '2008-07-07 22:30:01.123456', 10, '0c805a60b31058a1018680f99447033dcb9d4c01', '8a8a67b8dbc5f203ae8712092c68c701', NULL);4052INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (91, '2008-07-07 22:30:01.123456', 10, '0c805a60b31058a1018680f99447033dcb9d4c01', '8a8a67b8dbc5f203ae8712092c68c701', NULL);
3911INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (92, '2008-09-30 08:19:00.222131', 10, 'f10e2821bbbea527ea02200352313bc059445190', '7815696ecbf1c96e6894b779456d330e', NULL);4053INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (92, '2008-09-30 08:19:00.222131', 10, 'f10e2821bbbea527ea02200352313bc059445190', '7815696ecbf1c96e6894b779456d330e', NULL);
4054INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (93, '2010-03-21 16:40:52.468708', 1698, 'a894138c09bc49182f4f70368d3436ce254db1c3', '456e2055f980f56163423b5ae61dd1ba', NULL);
4055INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (94, '2010-03-21 16:40:52.468708', 9384, '4298df8dc91044112f33febac673524fab1d04b9', '9443d7940112cb5f00f864de4f318e5d', NULL);
4056INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (95, '2010-03-21 16:40:52.468708', 499638, 'fcbf0264928900adf03a7797474375e1a6fa3836', '1691faa758ca41c70b6da5501bdf230a', NULL);
4057INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (96, '2010-03-21 16:40:52.468708', 5739, '6de5cf470583cdbf2947d16aa4f10e3028839391', '0a267ee8ef148e91d06c3750ec79ca85', NULL);
4058INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (97, '2010-03-21 16:40:52.468708', 1173, '20353964f353c348956c88e7bd2af180a9ab665f', '63e41c55fd6e4909ff181c85538416a9', NULL);
4059INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (98, '2010-03-21 16:40:53.242249', 1698, '1b228d4b27ea16a65ae708669846095fb40c9172', 'aa20edb67b9ba280f8ecefe6118534bd', NULL);
4060INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (99, '2010-03-21 16:40:53.242249', 9384, '4298df8dc91044112f33febac673524fab1d04b9', '9443d7940112cb5f00f864de4f318e5d', NULL);
4061INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (100, '2010-03-21 16:40:53.242249', 499638, 'fcbf0264928900adf03a7797474375e1a6fa3836', '1691faa758ca41c70b6da5501bdf230a', NULL);
4062INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (101, '2010-03-21 16:40:53.242249', 5739, '6de5cf470583cdbf2947d16aa4f10e3028839391', '0a267ee8ef148e91d06c3750ec79ca85', NULL);
4063INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (102, '2010-03-21 16:40:53.242249', 1173, '6d9a9191d822a7d935d5eb2e68f75130e7f450ec', 'cf0607fdf8e6103db833164806da3d0b', NULL);
4064INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (103, '2010-03-21 16:40:55.270048', 1698, '1b228d4b27ea16a65ae708669846095fb40c9172', 'aa20edb67b9ba280f8ecefe6118534bd', NULL);
4065INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (104, '2010-03-21 16:40:55.270048', 9384, '4298df8dc91044112f33febac673524fab1d04b9', '9443d7940112cb5f00f864de4f318e5d', NULL);
4066INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (105, '2010-03-21 16:40:55.270048', 499638, 'fcbf0264928900adf03a7797474375e1a6fa3836', '1691faa758ca41c70b6da5501bdf230a', NULL);
4067INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (106, '2010-03-21 16:40:55.270048', 5739, '6de5cf470583cdbf2947d16aa4f10e3028839391', '0a267ee8ef148e91d06c3750ec79ca85', NULL);
4068INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (107, '2010-03-21 16:40:55.270048', 1173, '6d9a9191d822a7d935d5eb2e68f75130e7f450ec', 'cf0607fdf8e6103db833164806da3d0b', NULL);
4069INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (108, '2010-03-21 16:40:56.808105', 1698, '1b228d4b27ea16a65ae708669846095fb40c9172', 'aa20edb67b9ba280f8ecefe6118534bd', NULL);
4070INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (109, '2010-03-21 16:40:56.808105', 9384, '4298df8dc91044112f33febac673524fab1d04b9', '9443d7940112cb5f00f864de4f318e5d', NULL);
4071INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (110, '2010-03-21 16:40:56.808105', 499638, 'fcbf0264928900adf03a7797474375e1a6fa3836', '1691faa758ca41c70b6da5501bdf230a', NULL);
4072INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (111, '2010-03-21 16:40:56.808105', 5739, '6de5cf470583cdbf2947d16aa4f10e3028839391', '0a267ee8ef148e91d06c3750ec79ca85', NULL);
4073INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (112, '2010-03-21 16:40:56.808105', 1173, '6d9a9191d822a7d935d5eb2e68f75130e7f450ec', 'cf0607fdf8e6103db833164806da3d0b', NULL);
4074INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (113, '2010-03-21 16:40:58.942507', 1698, '1b228d4b27ea16a65ae708669846095fb40c9172', 'aa20edb67b9ba280f8ecefe6118534bd', NULL);
4075INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (114, '2010-03-21 16:40:58.942507', 9384, '4298df8dc91044112f33febac673524fab1d04b9', '9443d7940112cb5f00f864de4f318e5d', NULL);
4076INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (115, '2010-03-21 16:40:58.942507', 499638, 'fcbf0264928900adf03a7797474375e1a6fa3836', '1691faa758ca41c70b6da5501bdf230a', NULL);
4077INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (116, '2010-03-21 16:40:58.942507', 5739, '6de5cf470583cdbf2947d16aa4f10e3028839391', '0a267ee8ef148e91d06c3750ec79ca85', NULL);
4078INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (117, '2010-03-21 16:40:58.942507', 1173, '6d9a9191d822a7d935d5eb2e68f75130e7f450ec', 'cf0607fdf8e6103db833164806da3d0b', NULL);
39124079
39134080
3914ALTER TABLE libraryfilecontent ENABLE TRIGGER ALL;4081ALTER TABLE libraryfilecontent ENABLE TRIGGER ALL;
@@ -3931,6 +4098,92 @@
3931ALTER TABLE logintoken ENABLE TRIGGER ALL;4098ALTER TABLE logintoken ENABLE TRIGGER ALL;
39324099
39334100
4101ALTER TABLE lp_account DISABLE TRIGGER ALL;
4102
4103INSERT INTO lp_account (id, openid_identifier) VALUES (1, 'mark_oid');
4104INSERT INTO lp_account (id, openid_identifier) VALUES (2, 'lifeless_oid');
4105INSERT INTO lp_account (id, openid_identifier) VALUES (3, 'justdave_oid');
4106INSERT INTO lp_account (id, openid_identifier) VALUES (4, 'kamion_oid');
4107INSERT INTO lp_account (id, openid_identifier) VALUES (5, 'keybuk_oid');
4108INSERT INTO lp_account (id, openid_identifier) VALUES (6, 'jdub_oid');
4109INSERT INTO lp_account (id, openid_identifier) VALUES (7, 'spiv_oid');
4110INSERT INTO lp_account (id, openid_identifier) VALUES (8, 'jblack_oid');
4111INSERT INTO lp_account (id, openid_identifier) VALUES (9, 'kiko_oid');
4112INSERT INTO lp_account (id, openid_identifier) VALUES (10, 'limi_oid');
4113INSERT INTO lp_account (id, openid_identifier) VALUES (11, 'stevea_oid');
4114INSERT INTO lp_account (id, openid_identifier) VALUES (12, 'name12_oid');
4115INSERT INTO lp_account (id, openid_identifier) VALUES (13, 'carlos_oid');
4116INSERT INTO lp_account (id, openid_identifier) VALUES (14, 'daf_oid');
4117INSERT INTO lp_account (id, openid_identifier) VALUES (16, 'name16_oid');
4118INSERT INTO lp_account (id, openid_identifier) VALUES (22, 'stub_oid');
4119INSERT INTO lp_account (id, openid_identifier) VALUES (23, 'ddaa_oid');
4120INSERT INTO lp_account (id, openid_identifier) VALUES (26, 'kinnison_oid');
4121INSERT INTO lp_account (id, openid_identifier) VALUES (27, 'debonzi_oid');
4122INSERT INTO lp_account (id, openid_identifier) VALUES (28, 'cprov_oid');
4123INSERT INTO lp_account (id, openid_identifier) VALUES (29, 'salgado_oid');
4124INSERT INTO lp_account (id, openid_identifier) VALUES (33, 'edgar_oid');
4125INSERT INTO lp_account (id, openid_identifier) VALUES (34, 'jvprat_oid');
4126INSERT INTO lp_account (id, openid_identifier) VALUES (35, 'sigurd-ubuntu_oid');
4127INSERT INTO lp_account (id, openid_identifier) VALUES (36, 'skacel_oid');
4128INSERT INTO lp_account (id, openid_identifier) VALUES (37, 'danner_oid');
4129INSERT INTO lp_account (id, openid_identifier) VALUES (38, 'martin-pitt_oid');
4130INSERT INTO lp_account (id, openid_identifier) VALUES (39, 'nsv_oid');
4131INSERT INTO lp_account (id, openid_identifier) VALUES (40, 'callipeo_oid');
4132INSERT INTO lp_account (id, openid_identifier) VALUES (41, 'jorge-gonzalez-gonzalez_oid');
4133INSERT INTO lp_account (id, openid_identifier) VALUES (42, 'barbier_oid');
4134INSERT INTO lp_account (id, openid_identifier) VALUES (43, 'andrelop_oid');
4135INSERT INTO lp_account (id, openid_identifier) VALUES (44, 'valyag_oid');
4136INSERT INTO lp_account (id, openid_identifier) VALUES (45, 'luk-claes_oid');
4137INSERT INTO lp_account (id, openid_identifier) VALUES (46, 'kurem_oid');
4138INSERT INTO lp_account (id, openid_identifier) VALUES (47, 'morten_oid');
4139INSERT INTO lp_account (id, openid_identifier) VALUES (48, 'mpo_oid');
4140INSERT INTO lp_account (id, openid_identifier) VALUES (49, 'kebil_oid');
4141INSERT INTO lp_account (id, openid_identifier) VALUES (50, 'tsukimi_oid');
4142INSERT INTO lp_account (id, openid_identifier) VALUES (51, 'kreutzm_oid');
4143INSERT INTO lp_account (id, openid_identifier) VALUES (52, 'no-priv_oid');
4144INSERT INTO lp_account (id, openid_identifier) VALUES (55, 'marilize_oid');
4145INSERT INTO lp_account (id, openid_identifier) VALUES (56, 'jordi_oid');
4146INSERT INTO lp_account (id, openid_identifier) VALUES (58, 'bug-importer_oid');
4147INSERT INTO lp_account (id, openid_identifier) VALUES (62, 'bug-watch-updater_oid');
4148INSERT INTO lp_account (id, openid_identifier) VALUES (63, 'karl_oid');
4149INSERT INTO lp_account (id, openid_identifier) VALUES (65, 'launchpad-janitor_oid');
4150INSERT INTO lp_account (id, openid_identifier) VALUES (66, 'matsubara_oid');
4151INSERT INTO lp_account (id, openid_identifier) VALUES (67, 'team-membership-janitor_oid');
4152INSERT INTO lp_account (id, openid_identifier) VALUES (68, 'launchpad-beta-owner_oid');
4153INSERT INTO lp_account (id, openid_identifier) VALUES (70, 'former-user_oid');
4154INSERT INTO lp_account (id, openid_identifier) VALUES (243602, 'no-team-memberships_oid');
4155INSERT INTO lp_account (id, openid_identifier) VALUES (243603, 'one-membership_oid');
4156INSERT INTO lp_account (id, openid_identifier) VALUES (243606, 'neMCQNd');
4157INSERT INTO lp_account (id, openid_identifier) VALUES (243608, 'WQPMHdf');
4158INSERT INTO lp_account (id, openid_identifier) VALUES (243609, '6w7kmzC');
4159INSERT INTO lp_account (id, openid_identifier) VALUES (243610, 'cCGE3LA');
4160INSERT INTO lp_account (id, openid_identifier) VALUES (243611, 'MGWJnTL');
4161INSERT INTO lp_account (id, openid_identifier) VALUES (243614, '6KHNEe3');
4162INSERT INTO lp_account (id, openid_identifier) VALUES (243615, 'yEzBPbd');
4163INSERT INTO lp_account (id, openid_identifier) VALUES (243616, 'R8FpwXd');
4164INSERT INTO lp_account (id, openid_identifier) VALUES (243617, 'CALDpFr');
4165INSERT INTO lp_account (id, openid_identifier) VALUES (243622, 'rPwGRk4');
4166INSERT INTO lp_account (id, openid_identifier) VALUES (243623, 'mTmeENb');
4167INSERT INTO lp_account (id, openid_identifier) VALUES (243624, 'cF4PNk3');
4168INSERT INTO lp_account (id, openid_identifier) VALUES (243625, '3sbtGMy');
4169INSERT INTO lp_account (id, openid_identifier) VALUES (243626, 'LQCGF4D');
4170INSERT INTO lp_account (id, openid_identifier) VALUES (243627, 'tMRLhWD');
4171INSERT INTO lp_account (id, openid_identifier) VALUES (243628, 'MY7Gzdp');
4172INSERT INTO lp_account (id, openid_identifier) VALUES (243629, 'DX4rknT');
4173INSERT INTO lp_account (id, openid_identifier) VALUES (243630, 'f8mXQsW');
4174INSERT INTO lp_account (id, openid_identifier) VALUES (243631, 'DeKE6Tx');
4175INSERT INTO lp_account (id, openid_identifier) VALUES (243632, 'wwnwXxy');
4176INSERT INTO lp_account (id, openid_identifier) VALUES (243633, 'YEBL6yn');
4177INSERT INTO lp_account (id, openid_identifier) VALUES (243634, 'HHN3kCp');
4178INSERT INTO lp_account (id, openid_identifier) VALUES (243635, 'NbFGnBx');
4179INSERT INTO lp_account (id, openid_identifier) VALUES (243636, 'e3eENYJ');
4180INSERT INTO lp_account (id, openid_identifier) VALUES (243637, 'AdzdTBA');
4181INSERT INTO lp_account (id, openid_identifier) VALUES (243638, 'pD7XQny');
4182
4183
4184ALTER TABLE lp_account ENABLE TRIGGER ALL;
4185
4186
3934ALTER TABLE lp_person DISABLE TRIGGER ALL;4187ALTER TABLE lp_person DISABLE TRIGGER ALL;
39354188
3936INSERT 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);4189INSERT 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);
@@ -4048,6 +4301,8 @@
4048INSERT 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);4301INSERT 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);
4049INSERT 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);4302INSERT 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);
4050INSERT 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);4303INSERT 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);
4304INSERT 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);
4305INSERT 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);
40514306
40524307
4053ALTER TABLE lp_person ENABLE TRIGGER ALL;4308ALTER TABLE lp_person ENABLE TRIGGER ALL;
@@ -4299,6 +4554,10 @@
4299INSERT INTO lp_teamparticipation (id, team, person) VALUES (250, 243648, 243648);4554INSERT INTO lp_teamparticipation (id, team, person) VALUES (250, 243648, 243648);
4300INSERT INTO lp_teamparticipation (id, team, person) VALUES (251, 243649, 243649);4555INSERT INTO lp_teamparticipation (id, team, person) VALUES (251, 243649, 243649);
4301INSERT INTO lp_teamparticipation (id, team, person) VALUES (252, 243650, 243650);4556INSERT INTO lp_teamparticipation (id, team, person) VALUES (252, 243650, 243650);
4557INSERT INTO lp_teamparticipation (id, team, person) VALUES (253, 243651, 243651);
4558INSERT INTO lp_teamparticipation (id, team, person) VALUES (254, 32, 243651);
4559INSERT INTO lp_teamparticipation (id, team, person) VALUES (255, 17, 243651);
4560INSERT INTO lp_teamparticipation (id, team, person) VALUES (256, 243652, 243652);
43024561
43034562
4304ALTER TABLE lp_teamparticipation ENABLE TRIGGER ALL;4563ALTER TABLE lp_teamparticipation ENABLE TRIGGER ALL;
@@ -5121,6 +5380,11 @@
5121INSERT 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);5380INSERT 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);
5122INSERT 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);5381INSERT 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);
5123INSERT 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);5382INSERT 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);
5383INSERT 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);
5384INSERT 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);
5385INSERT 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);
5386INSERT 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);
5387INSERT 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);
51245388
51255389
5126ALTER TABLE packageupload ENABLE TRIGGER ALL;5390ALTER TABLE packageupload ENABLE TRIGGER ALL;
@@ -5157,6 +5421,11 @@
5157INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (6, 12, 34, '2007-02-15 14:40:09.479212');5421INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (6, 12, 34, '2007-02-15 14:40:09.479212');
5158INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (7, 13, 36, '2007-08-09 21:25:37.832976');5422INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (7, 13, 36, '2007-08-09 21:25:37.832976');
5159INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (8, 15, 35, '2006-10-16 18:31:43.832976');5423INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (8, 15, 35, '2006-10-16 18:31:43.832976');
5424INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (9, 16, 38, '2010-03-21 16:40:52.468708');
5425INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (10, 17, 39, '2010-03-21 16:40:53.242249');
5426INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (11, 18, 40, '2010-03-21 16:40:55.270048');
5427INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (12, 19, 41, '2010-03-21 16:40:56.808105');
5428INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (13, 20, 42, '2010-03-21 16:40:58.942507');
51605429
51615430
5162ALTER TABLE packageuploadsource ENABLE TRIGGER ALL;5431ALTER TABLE packageuploadsource ENABLE TRIGGER ALL;
@@ -5167,8 +5436,35 @@
5167INSERT 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');5436INSERT 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');
5168INSERT 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');5437INSERT 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');
5169INSERT 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');5438INSERT 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');
5439INSERT 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');
5440INSERT 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');
5441INSERT 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');
5442INSERT 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');
5443INSERT 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');
5444INSERT 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');
5445INSERT 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');
5446INSERT 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');
5170INSERT 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');5447INSERT 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');
5448INSERT 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');
5449INSERT 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');
5450INSERT 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');
5451INSERT 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');
5452INSERT 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');
5453INSERT 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');
5454INSERT 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');
5455INSERT 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');
5456INSERT 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');
5457INSERT 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');
5171INSERT 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');5458INSERT 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');
5459INSERT 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');
5460INSERT 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');
5461INSERT 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');
5462INSERT 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');
5463INSERT 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');
5464INSERT 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');
5465INSERT 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');
5466INSERT 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');
5467INSERT 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');
5172INSERT 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');5468INSERT 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');
5173INSERT 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');5469INSERT 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');
5174INSERT 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');5470INSERT 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');
@@ -5302,6 +5598,8 @@
5302INSERT 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);5598INSERT 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);
5303INSERT 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);5599INSERT 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);
5304INSERT 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);5600INSERT 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);
5601INSERT 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);
5602INSERT 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);
53055603
53065604
5307ALTER TABLE person ENABLE TRIGGER ALL;5605ALTER TABLE person ENABLE TRIGGER ALL;
@@ -8155,31 +8453,31 @@
81558453
8156ALTER TABLE product DISABLE TRIGGER ALL;8454ALTER TABLE product DISABLE TRIGGER ALL;
81578455
8158INSERT 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);8456INSERT 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);
8159INSERT 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);8457INSERT 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);
8160INSERT 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);8458INSERT 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);
8161INSERT 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);8459INSERT 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);
8162INSERT 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.8460INSERT 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.
81638461
8164The 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);8462The 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);
8165INSERT 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);8463INSERT 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);
8166INSERT 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);8464INSERT 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);
8167INSERT 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);8465INSERT 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);
8168INSERT 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.8466INSERT 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.
81698467
8170The 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);8468The 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);
8171INSERT 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);8469INSERT 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);
8172INSERT 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);8470INSERT 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);
8173INSERT 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);8471INSERT 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);
8174INSERT 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);8472INSERT 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);
8175INSERT 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);8473INSERT 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);
8176INSERT 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);8474INSERT 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);
8177INSERT 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.8475INSERT 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.
81788476
8179The 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);8477The 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);
8180INSERT 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);8478INSERT 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);
8181INSERT 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);8479INSERT 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);
8182INSERT 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.8480INSERT 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.
81838481
8184With aptoncd you can:8482With aptoncd you can:
8185* Create a CD/DVD with all downloaded packages8483* Create a CD/DVD with all downloaded packages
@@ -8188,26 +8486,26 @@
8188* Upgrade a lot of computers with same DVD8486* Upgrade a lot of computers with same DVD
8189* And more is expected...8487* And more is expected...
81908488
8191In 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);8489In 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);
8192INSERT 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);8490INSERT 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);
8193INSERT 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.8491INSERT 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.
81948492
8195Distributed 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);8493Distributed 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);
8196INSERT 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);8494INSERT 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);
8197INSERT 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:8495INSERT 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:
81988496
8199 * Derby has a small footprint -- about 2 megabytes for the base engine and embedded JDBC driver.8497 * Derby has a small footprint -- about 2 megabytes for the base engine and embedded JDBC driver.
8200 * Derby is based on the Java, JDBC, and SQL standards.8498 * Derby is based on the Java, JDBC, and SQL standards.
8201 * Derby provides an embedded JDBC driver that lets you embed Derby in any Java-based solution.8499 * Derby provides an embedded JDBC driver that lets you embed Derby in any Java-based solution.
8202 * Derby also supports the more familiar client/server mode with the Derby Network Client JDBC driver and Derby Network Server.8500 * Derby also supports the more familiar client/server mode with the Derby Network Client JDBC driver and Derby Network Server.
8203 * Derby is easy to install, deploy, and use.8501 * Derby is easy to install, deploy, and use.
8204', '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);8502', '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);
8205INSERT 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);8503INSERT 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);
8206INSERT 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);8504INSERT 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);
8207INSERT 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);8505INSERT 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);
8208INSERT 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);8506INSERT 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);
8209INSERT 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);8507INSERT 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);
8210INSERT 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);8508INSERT 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);
82118509
82128510
8213ALTER TABLE product ENABLE TRIGGER ALL;8511ALTER TABLE product ENABLE TRIGGER ALL;
@@ -8498,24 +8796,24 @@
84988796
8499ALTER TABLE project DISABLE TRIGGER ALL;8797ALTER TABLE project DISABLE TRIGGER ALL;
85008798
8501INSERT 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);8799INSERT 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);
8502INSERT 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);8800INSERT 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);
8503INSERT 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);8801INSERT 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);
8504INSERT 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.8802INSERT 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.
85058803
8506The 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.8804The 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.
85078805
8508Organisationally, 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);8806Organisationally, 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);
8509INSERT 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.8807INSERT 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.
85108808
8511Gnome 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);8809Gnome 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);
8512INSERT 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);8810INSERT 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);
8513INSERT 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.8811INSERT 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.
85148812
8515It 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);8813It 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);
8516INSERT 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.8814INSERT 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.
85178815
8518The 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);8816The 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);
85198817
85208818
8521ALTER TABLE project ENABLE TRIGGER ALL;8819ALTER TABLE project ENABLE TRIGGER ALL;
@@ -8788,6 +9086,25 @@
8788INSERT INTO section (id, name) VALUES (33, 'embedded');9086INSERT INTO section (id, name) VALUES (33, 'embedded');
8789INSERT INTO section (id, name) VALUES (34, 'hamradio');9087INSERT INTO section (id, name) VALUES (34, 'hamradio');
8790INSERT INTO section (id, name) VALUES (35, 'science');9088INSERT INTO section (id, name) VALUES (35, 'science');
9089INSERT INTO section (id, name) VALUES (36, 'cli-mono');
9090INSERT INTO section (id, name) VALUES (37, 'database');
9091INSERT INTO section (id, name) VALUES (38, 'debug');
9092INSERT INTO section (id, name) VALUES (39, 'fonts');
9093INSERT INTO section (id, name) VALUES (40, 'gnu-r');
9094INSERT INTO section (id, name) VALUES (41, 'gnustep');
9095INSERT INTO section (id, name) VALUES (42, 'haskell');
9096INSERT INTO section (id, name) VALUES (43, 'httpd');
9097INSERT INTO section (id, name) VALUES (44, 'java');
9098INSERT INTO section (id, name) VALUES (45, 'kernel');
9099INSERT INTO section (id, name) VALUES (46, 'lisp');
9100INSERT INTO section (id, name) VALUES (47, 'localization');
9101INSERT INTO section (id, name) VALUES (48, 'ocaml');
9102INSERT INTO section (id, name) VALUES (49, 'php');
9103INSERT INTO section (id, name) VALUES (50, 'ruby');
9104INSERT INTO section (id, name) VALUES (51, 'vcs');
9105INSERT INTO section (id, name) VALUES (52, 'video');
9106INSERT INTO section (id, name) VALUES (53, 'xfce');
9107INSERT INTO section (id, name) VALUES (54, 'zope');
87919108
87929109
8793ALTER TABLE section ENABLE TRIGGER ALL;9110ALTER TABLE section ENABLE TRIGGER ALL;
@@ -8878,6 +9195,530 @@
8878INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (81, 1, 7, '2007-02-09 10:31:52.595418');9195INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (81, 1, 7, '2007-02-09 10:31:52.595418');
8879INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (82, 3, 7, '2007-02-09 10:31:52.595418');9196INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (82, 3, 7, '2007-02-09 10:31:52.595418');
8880INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (83, 3, 29, '2007-02-15 12:31:52.595418');9197INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (83, 3, 29, '2007-02-15 12:31:52.595418');
9198INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (84, 3, 36, '2010-03-21 16:36:52.135353');
9199INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (85, 3, 5, '2010-03-21 16:36:52.135353');
9200INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (86, 3, 37, '2010-03-21 16:36:52.135353');
9201INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (87, 3, 38, '2010-03-21 16:36:52.135353');
9202INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (88, 3, 8, '2010-03-21 16:36:52.135353');
9203INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (89, 3, 32, '2010-03-21 16:36:52.135353');
9204INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (90, 3, 33, '2010-03-21 16:36:52.135353');
9205INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (91, 3, 39, '2010-03-21 16:36:52.135353');
9206INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (92, 3, 9, '2010-03-21 16:36:52.135353');
9207INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (93, 3, 10, '2010-03-21 16:36:52.135353');
9208INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (94, 3, 11, '2010-03-21 16:36:52.135353');
9209INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (95, 3, 40, '2010-03-21 16:36:52.135353');
9210INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (96, 3, 41, '2010-03-21 16:36:52.135353');
9211INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (97, 3, 34, '2010-03-21 16:36:52.135353');
9212INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (98, 3, 42, '2010-03-21 16:36:52.135353');
9213INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (99, 3, 43, '2010-03-21 16:36:52.135353');
9214INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (100, 3, 12, '2010-03-21 16:36:52.135353');
9215INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (101, 3, 44, '2010-03-21 16:36:52.135353');
9216INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (102, 3, 13, '2010-03-21 16:36:52.135353');
9217INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (103, 3, 45, '2010-03-21 16:36:52.135353');
9218INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (104, 3, 15, '2010-03-21 16:36:52.135353');
9219INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (105, 3, 14, '2010-03-21 16:36:52.135353');
9220INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (106, 3, 46, '2010-03-21 16:36:52.135353');
9221INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (107, 3, 47, '2010-03-21 16:36:52.135353');
9222INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (108, 3, 16, '2010-03-21 16:36:52.135353');
9223INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (109, 3, 17, '2010-03-21 16:36:52.135353');
9224INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (110, 3, 18, '2010-03-21 16:36:52.135353');
9225INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (111, 3, 19, '2010-03-21 16:36:52.135353');
9226INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (112, 3, 20, '2010-03-21 16:36:52.135353');
9227INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (113, 3, 48, '2010-03-21 16:36:52.135353');
9228INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (114, 3, 21, '2010-03-21 16:36:52.135353');
9229INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (115, 3, 22, '2010-03-21 16:36:52.135353');
9230INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (116, 3, 23, '2010-03-21 16:36:52.135353');
9231INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (117, 3, 49, '2010-03-21 16:36:52.135353');
9232INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (118, 3, 24, '2010-03-21 16:36:52.135353');
9233INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (119, 3, 50, '2010-03-21 16:36:52.135353');
9234INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (120, 3, 35, '2010-03-21 16:36:52.135353');
9235INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (121, 3, 25, '2010-03-21 16:36:52.135353');
9236INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (122, 3, 26, '2010-03-21 16:36:52.135353');
9237INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (123, 3, 27, '2010-03-21 16:36:52.135353');
9238INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (124, 3, 28, '2010-03-21 16:36:52.135353');
9239INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (125, 3, 30, '2010-03-21 16:36:52.135353');
9240INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (126, 3, 51, '2010-03-21 16:36:52.135353');
9241INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (127, 3, 52, '2010-03-21 16:36:52.135353');
9242INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (128, 3, 31, '2010-03-21 16:36:52.135353');
9243INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (129, 3, 53, '2010-03-21 16:36:52.135353');
9244INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (130, 3, 54, '2010-03-21 16:36:52.135353');
9245INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (131, 14, 3, '2010-03-21 16:36:52.135353');
9246INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (132, 14, 1, '2010-03-21 16:36:52.135353');
9247INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (133, 14, 2, '2010-03-21 16:36:52.135353');
9248INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (134, 14, 4, '2010-03-21 16:36:52.135353');
9249INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (135, 14, 7, '2010-03-21 16:36:52.135353');
9250INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (136, 14, 29, '2010-03-21 16:36:52.135353');
9251INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (137, 14, 36, '2010-03-21 16:36:52.135353');
9252INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (138, 14, 5, '2010-03-21 16:36:52.135353');
9253INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (139, 14, 37, '2010-03-21 16:36:52.135353');
9254INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (140, 14, 38, '2010-03-21 16:36:52.135353');
9255INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (141, 14, 8, '2010-03-21 16:36:52.135353');
9256INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (142, 14, 32, '2010-03-21 16:36:52.135353');
9257INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (143, 14, 33, '2010-03-21 16:36:52.135353');
9258INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (144, 14, 39, '2010-03-21 16:36:52.135353');
9259INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (145, 14, 9, '2010-03-21 16:36:52.135353');
9260INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (146, 14, 10, '2010-03-21 16:36:52.135353');
9261INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (147, 14, 11, '2010-03-21 16:36:52.135353');
9262INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (148, 14, 40, '2010-03-21 16:36:52.135353');
9263INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (149, 14, 41, '2010-03-21 16:36:52.135353');
9264INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (150, 14, 34, '2010-03-21 16:36:52.135353');
9265INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (151, 14, 42, '2010-03-21 16:36:52.135353');
9266INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (152, 14, 43, '2010-03-21 16:36:52.135353');
9267INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (153, 14, 12, '2010-03-21 16:36:52.135353');
9268INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (154, 14, 44, '2010-03-21 16:36:52.135353');
9269INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (155, 14, 13, '2010-03-21 16:36:52.135353');
9270INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (156, 14, 45, '2010-03-21 16:36:52.135353');
9271INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (157, 14, 15, '2010-03-21 16:36:52.135353');
9272INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (158, 14, 14, '2010-03-21 16:36:52.135353');
9273INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (159, 14, 46, '2010-03-21 16:36:52.135353');
9274INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (160, 14, 47, '2010-03-21 16:36:52.135353');
9275INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (161, 14, 16, '2010-03-21 16:36:52.135353');
9276INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (162, 14, 17, '2010-03-21 16:36:52.135353');
9277INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (163, 14, 18, '2010-03-21 16:36:52.135353');
9278INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (164, 14, 19, '2010-03-21 16:36:52.135353');
9279INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (165, 14, 20, '2010-03-21 16:36:52.135353');
9280INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (166, 14, 48, '2010-03-21 16:36:52.135353');
9281INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (167, 14, 21, '2010-03-21 16:36:52.135353');
9282INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (168, 14, 22, '2010-03-21 16:36:52.135353');
9283INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (169, 14, 23, '2010-03-21 16:36:52.135353');
9284INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (170, 14, 49, '2010-03-21 16:36:52.135353');
9285INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (171, 14, 24, '2010-03-21 16:36:52.135353');
9286INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (172, 14, 50, '2010-03-21 16:36:52.135353');
9287INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (173, 14, 35, '2010-03-21 16:36:52.135353');
9288INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (174, 14, 25, '2010-03-21 16:36:52.135353');
9289INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (175, 14, 26, '2010-03-21 16:36:52.135353');
9290INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (176, 14, 27, '2010-03-21 16:36:52.135353');
9291INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (177, 14, 28, '2010-03-21 16:36:52.135353');
9292INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (178, 14, 30, '2010-03-21 16:36:52.135353');
9293INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (179, 14, 51, '2010-03-21 16:36:52.135353');
9294INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (180, 14, 52, '2010-03-21 16:36:52.135353');
9295INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (181, 14, 31, '2010-03-21 16:36:52.135353');
9296INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (182, 14, 53, '2010-03-21 16:36:52.135353');
9297INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (183, 14, 54, '2010-03-21 16:36:52.135353');
9298INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (184, 15, 3, '2010-03-21 16:36:52.135353');
9299INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (185, 15, 1, '2010-03-21 16:36:52.135353');
9300INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (186, 15, 2, '2010-03-21 16:36:52.135353');
9301INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (187, 15, 4, '2010-03-21 16:36:52.135353');
9302INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (188, 15, 7, '2010-03-21 16:36:52.135353');
9303INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (189, 15, 29, '2010-03-21 16:36:52.135353');
9304INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (190, 15, 36, '2010-03-21 16:36:52.135353');
9305INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (191, 15, 5, '2010-03-21 16:36:52.135353');
9306INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (192, 15, 37, '2010-03-21 16:36:52.135353');
9307INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (193, 15, 38, '2010-03-21 16:36:52.135353');
9308INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (194, 15, 8, '2010-03-21 16:36:52.135353');
9309INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (195, 15, 32, '2010-03-21 16:36:52.135353');
9310INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (196, 15, 33, '2010-03-21 16:36:52.135353');
9311INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (197, 15, 39, '2010-03-21 16:36:52.135353');
9312INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (198, 15, 9, '2010-03-21 16:36:52.135353');
9313INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (199, 15, 10, '2010-03-21 16:36:52.135353');
9314INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (200, 15, 11, '2010-03-21 16:36:52.135353');
9315INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (201, 15, 40, '2010-03-21 16:36:52.135353');
9316INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (202, 15, 41, '2010-03-21 16:36:52.135353');
9317INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (203, 15, 34, '2010-03-21 16:36:52.135353');
9318INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (204, 15, 42, '2010-03-21 16:36:52.135353');
9319INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (205, 15, 43, '2010-03-21 16:36:52.135353');
9320INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (206, 15, 12, '2010-03-21 16:36:52.135353');
9321INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (207, 15, 44, '2010-03-21 16:36:52.135353');
9322INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (208, 15, 13, '2010-03-21 16:36:52.135353');
9323INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (209, 15, 45, '2010-03-21 16:36:52.135353');
9324INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (210, 15, 15, '2010-03-21 16:36:52.135353');
9325INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (211, 15, 14, '2010-03-21 16:36:52.135353');
9326INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (212, 15, 46, '2010-03-21 16:36:52.135353');
9327INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (213, 15, 47, '2010-03-21 16:36:52.135353');
9328INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (214, 15, 16, '2010-03-21 16:36:52.135353');
9329INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (215, 15, 17, '2010-03-21 16:36:52.135353');
9330INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (216, 15, 18, '2010-03-21 16:36:52.135353');
9331INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (217, 15, 19, '2010-03-21 16:36:52.135353');
9332INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (218, 15, 20, '2010-03-21 16:36:52.135353');
9333INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (219, 15, 48, '2010-03-21 16:36:52.135353');
9334INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (220, 15, 21, '2010-03-21 16:36:52.135353');
9335INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (221, 15, 22, '2010-03-21 16:36:52.135353');
9336INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (222, 15, 23, '2010-03-21 16:36:52.135353');
9337INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (223, 15, 49, '2010-03-21 16:36:52.135353');
9338INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (224, 15, 24, '2010-03-21 16:36:52.135353');
9339INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (225, 15, 50, '2010-03-21 16:36:52.135353');
9340INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (226, 15, 35, '2010-03-21 16:36:52.135353');
9341INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (227, 15, 25, '2010-03-21 16:36:52.135353');
9342INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (228, 15, 26, '2010-03-21 16:36:52.135353');
9343INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (229, 15, 27, '2010-03-21 16:36:52.135353');
9344INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (230, 15, 28, '2010-03-21 16:36:52.135353');
9345INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (231, 15, 30, '2010-03-21 16:36:52.135353');
9346INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (232, 15, 51, '2010-03-21 16:36:52.135353');
9347INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (233, 15, 52, '2010-03-21 16:36:52.135353');
9348INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (234, 15, 31, '2010-03-21 16:36:52.135353');
9349INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (235, 15, 53, '2010-03-21 16:36:52.135353');
9350INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (236, 15, 54, '2010-03-21 16:36:52.135353');
9351INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (237, 16, 3, '2010-03-21 16:36:52.135353');
9352INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (238, 16, 1, '2010-03-21 16:36:52.135353');
9353INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (239, 16, 2, '2010-03-21 16:36:52.135353');
9354INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (240, 16, 4, '2010-03-21 16:36:52.135353');
9355INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (241, 16, 7, '2010-03-21 16:36:52.135353');
9356INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (242, 16, 29, '2010-03-21 16:36:52.135353');
9357INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (243, 16, 36, '2010-03-21 16:36:52.135353');
9358INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (244, 16, 5, '2010-03-21 16:36:52.135353');
9359INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (245, 16, 37, '2010-03-21 16:36:52.135353');
9360INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (246, 16, 38, '2010-03-21 16:36:52.135353');
9361INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (247, 16, 8, '2010-03-21 16:36:52.135353');
9362INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (248, 16, 32, '2010-03-21 16:36:52.135353');
9363INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (249, 16, 33, '2010-03-21 16:36:52.135353');
9364INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (250, 16, 39, '2010-03-21 16:36:52.135353');
9365INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (251, 16, 9, '2010-03-21 16:36:52.135353');
9366INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (252, 16, 10, '2010-03-21 16:36:52.135353');
9367INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (253, 16, 11, '2010-03-21 16:36:52.135353');
9368INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (254, 16, 40, '2010-03-21 16:36:52.135353');
9369INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (255, 16, 41, '2010-03-21 16:36:52.135353');
9370INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (256, 16, 34, '2010-03-21 16:36:52.135353');
9371INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (257, 16, 42, '2010-03-21 16:36:52.135353');
9372INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (258, 16, 43, '2010-03-21 16:36:52.135353');
9373INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (259, 16, 12, '2010-03-21 16:36:52.135353');
9374INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (260, 16, 44, '2010-03-21 16:36:52.135353');
9375INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (261, 16, 13, '2010-03-21 16:36:52.135353');
9376INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (262, 16, 45, '2010-03-21 16:36:52.135353');
9377INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (263, 16, 15, '2010-03-21 16:36:52.135353');
9378INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (264, 16, 14, '2010-03-21 16:36:52.135353');
9379INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (265, 16, 46, '2010-03-21 16:36:52.135353');
9380INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (266, 16, 47, '2010-03-21 16:36:52.135353');
9381INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (267, 16, 16, '2010-03-21 16:36:52.135353');
9382INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (268, 16, 17, '2010-03-21 16:36:52.135353');
9383INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (269, 16, 18, '2010-03-21 16:36:52.135353');
9384INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (270, 16, 19, '2010-03-21 16:36:52.135353');
9385INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (271, 16, 20, '2010-03-21 16:36:52.135353');
9386INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (272, 16, 48, '2010-03-21 16:36:52.135353');
9387INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (273, 16, 21, '2010-03-21 16:36:52.135353');
9388INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (274, 16, 22, '2010-03-21 16:36:52.135353');
9389INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (275, 16, 23, '2010-03-21 16:36:52.135353');
9390INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (276, 16, 49, '2010-03-21 16:36:52.135353');
9391INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (277, 16, 24, '2010-03-21 16:36:52.135353');
9392INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (278, 16, 50, '2010-03-21 16:36:52.135353');
9393INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (279, 16, 35, '2010-03-21 16:36:52.135353');
9394INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (280, 16, 25, '2010-03-21 16:36:52.135353');
9395INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (281, 16, 26, '2010-03-21 16:36:52.135353');
9396INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (282, 16, 27, '2010-03-21 16:36:52.135353');
9397INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (283, 16, 28, '2010-03-21 16:36:52.135353');
9398INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (284, 16, 30, '2010-03-21 16:36:52.135353');
9399INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (285, 16, 51, '2010-03-21 16:36:52.135353');
9400INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (286, 16, 52, '2010-03-21 16:36:52.135353');
9401INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (287, 16, 31, '2010-03-21 16:36:52.135353');
9402INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (288, 16, 53, '2010-03-21 16:36:52.135353');
9403INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (289, 16, 54, '2010-03-21 16:36:52.135353');
9404INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (290, 17, 3, '2010-03-21 16:36:52.135353');
9405INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (291, 17, 1, '2010-03-21 16:36:52.135353');
9406INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (292, 17, 2, '2010-03-21 16:36:52.135353');
9407INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (293, 17, 4, '2010-03-21 16:36:52.135353');
9408INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (294, 17, 7, '2010-03-21 16:36:52.135353');
9409INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (295, 17, 29, '2010-03-21 16:36:52.135353');
9410INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (296, 17, 36, '2010-03-21 16:36:52.135353');
9411INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (297, 17, 5, '2010-03-21 16:36:52.135353');
9412INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (298, 17, 37, '2010-03-21 16:36:52.135353');
9413INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (299, 17, 38, '2010-03-21 16:36:52.135353');
9414INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (300, 17, 8, '2010-03-21 16:36:52.135353');
9415INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (301, 17, 32, '2010-03-21 16:36:52.135353');
9416INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (302, 17, 33, '2010-03-21 16:36:52.135353');
9417INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (303, 17, 39, '2010-03-21 16:36:52.135353');
9418INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (304, 17, 9, '2010-03-21 16:36:52.135353');
9419INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (305, 17, 10, '2010-03-21 16:36:52.135353');
9420INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (306, 17, 11, '2010-03-21 16:36:52.135353');
9421INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (307, 17, 40, '2010-03-21 16:36:52.135353');
9422INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (308, 17, 41, '2010-03-21 16:36:52.135353');
9423INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (309, 17, 34, '2010-03-21 16:36:52.135353');
9424INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (310, 17, 42, '2010-03-21 16:36:52.135353');
9425INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (311, 17, 43, '2010-03-21 16:36:52.135353');
9426INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (312, 17, 12, '2010-03-21 16:36:52.135353');
9427INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (313, 17, 44, '2010-03-21 16:36:52.135353');
9428INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (314, 17, 13, '2010-03-21 16:36:52.135353');
9429INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (315, 17, 45, '2010-03-21 16:36:52.135353');
9430INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (316, 17, 15, '2010-03-21 16:36:52.135353');
9431INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (317, 17, 14, '2010-03-21 16:36:52.135353');
9432INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (318, 17, 46, '2010-03-21 16:36:52.135353');
9433INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (319, 17, 47, '2010-03-21 16:36:52.135353');
9434INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (320, 17, 16, '2010-03-21 16:36:52.135353');
9435INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (321, 17, 17, '2010-03-21 16:36:52.135353');
9436INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (322, 17, 18, '2010-03-21 16:36:52.135353');
9437INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (323, 17, 19, '2010-03-21 16:36:52.135353');
9438INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (324, 17, 20, '2010-03-21 16:36:52.135353');
9439INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (325, 17, 48, '2010-03-21 16:36:52.135353');
9440INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (326, 17, 21, '2010-03-21 16:36:52.135353');
9441INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (327, 17, 22, '2010-03-21 16:36:52.135353');
9442INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (328, 17, 23, '2010-03-21 16:36:52.135353');
9443INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (329, 17, 49, '2010-03-21 16:36:52.135353');
9444INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (330, 17, 24, '2010-03-21 16:36:52.135353');
9445INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (331, 17, 50, '2010-03-21 16:36:52.135353');
9446INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (332, 17, 35, '2010-03-21 16:36:52.135353');
9447INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (333, 17, 25, '2010-03-21 16:36:52.135353');
9448INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (334, 17, 26, '2010-03-21 16:36:52.135353');
9449INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (335, 17, 27, '2010-03-21 16:36:52.135353');
9450INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (336, 17, 28, '2010-03-21 16:36:52.135353');
9451INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (337, 17, 30, '2010-03-21 16:36:52.135353');
9452INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (338, 17, 51, '2010-03-21 16:36:52.135353');
9453INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (339, 17, 52, '2010-03-21 16:36:52.135353');
9454INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (340, 17, 31, '2010-03-21 16:36:52.135353');
9455INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (341, 17, 53, '2010-03-21 16:36:52.135353');
9456INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (342, 17, 54, '2010-03-21 16:36:52.135353');
9457INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (343, 18, 3, '2010-03-21 16:36:52.135353');
9458INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (344, 18, 1, '2010-03-21 16:36:52.135353');
9459INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (345, 18, 2, '2010-03-21 16:36:52.135353');
9460INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (346, 18, 4, '2010-03-21 16:36:52.135353');
9461INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (347, 18, 7, '2010-03-21 16:36:52.135353');
9462INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (348, 18, 29, '2010-03-21 16:36:52.135353');
9463INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (349, 18, 36, '2010-03-21 16:36:52.135353');
9464INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (350, 18, 5, '2010-03-21 16:36:52.135353');
9465INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (351, 18, 37, '2010-03-21 16:36:52.135353');
9466INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (352, 18, 38, '2010-03-21 16:36:52.135353');
9467INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (353, 18, 8, '2010-03-21 16:36:52.135353');
9468INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (354, 18, 32, '2010-03-21 16:36:52.135353');
9469INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (355, 18, 33, '2010-03-21 16:36:52.135353');
9470INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (356, 18, 39, '2010-03-21 16:36:52.135353');
9471INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (357, 18, 9, '2010-03-21 16:36:52.135353');
9472INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (358, 18, 10, '2010-03-21 16:36:52.135353');
9473INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (359, 18, 11, '2010-03-21 16:36:52.135353');
9474INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (360, 18, 40, '2010-03-21 16:36:52.135353');
9475INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (361, 18, 41, '2010-03-21 16:36:52.135353');
9476INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (362, 18, 34, '2010-03-21 16:36:52.135353');
9477INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (363, 18, 42, '2010-03-21 16:36:52.135353');
9478INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (364, 18, 43, '2010-03-21 16:36:52.135353');
9479INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (365, 18, 12, '2010-03-21 16:36:52.135353');
9480INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (366, 18, 44, '2010-03-21 16:36:52.135353');
9481INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (367, 18, 13, '2010-03-21 16:36:52.135353');
9482INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (368, 18, 45, '2010-03-21 16:36:52.135353');
9483INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (369, 18, 15, '2010-03-21 16:36:52.135353');
9484INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (370, 18, 14, '2010-03-21 16:36:52.135353');
9485INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (371, 18, 46, '2010-03-21 16:36:52.135353');
9486INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (372, 18, 47, '2010-03-21 16:36:52.135353');
9487INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (373, 18, 16, '2010-03-21 16:36:52.135353');
9488INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (374, 18, 17, '2010-03-21 16:36:52.135353');
9489INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (375, 18, 18, '2010-03-21 16:36:52.135353');
9490INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (376, 18, 19, '2010-03-21 16:36:52.135353');
9491INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (377, 18, 20, '2010-03-21 16:36:52.135353');
9492INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (378, 18, 48, '2010-03-21 16:36:52.135353');
9493INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (379, 18, 21, '2010-03-21 16:36:52.135353');
9494INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (380, 18, 22, '2010-03-21 16:36:52.135353');
9495INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (381, 18, 23, '2010-03-21 16:36:52.135353');
9496INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (382, 18, 49, '2010-03-21 16:36:52.135353');
9497INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (383, 18, 24, '2010-03-21 16:36:52.135353');
9498INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (384, 18, 50, '2010-03-21 16:36:52.135353');
9499INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (385, 18, 35, '2010-03-21 16:36:52.135353');
9500INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (386, 18, 25, '2010-03-21 16:36:52.135353');
9501INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (387, 18, 26, '2010-03-21 16:36:52.135353');
9502INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (388, 18, 27, '2010-03-21 16:36:52.135353');
9503INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (389, 18, 28, '2010-03-21 16:36:52.135353');
9504INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (390, 18, 30, '2010-03-21 16:36:52.135353');
9505INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (391, 18, 51, '2010-03-21 16:36:52.135353');
9506INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (392, 18, 52, '2010-03-21 16:36:52.135353');
9507INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (393, 18, 31, '2010-03-21 16:36:52.135353');
9508INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (394, 18, 53, '2010-03-21 16:36:52.135353');
9509INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (395, 18, 54, '2010-03-21 16:36:52.135353');
9510INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (396, 19, 3, '2010-03-21 16:36:52.135353');
9511INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (397, 19, 1, '2010-03-21 16:36:52.135353');
9512INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (398, 19, 2, '2010-03-21 16:36:52.135353');
9513INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (399, 19, 4, '2010-03-21 16:36:52.135353');
9514INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (400, 19, 7, '2010-03-21 16:36:52.135353');
9515INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (401, 19, 29, '2010-03-21 16:36:52.135353');
9516INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (402, 19, 36, '2010-03-21 16:36:52.135353');
9517INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (403, 19, 5, '2010-03-21 16:36:52.135353');
9518INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (404, 19, 37, '2010-03-21 16:36:52.135353');
9519INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (405, 19, 38, '2010-03-21 16:36:52.135353');
9520INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (406, 19, 8, '2010-03-21 16:36:52.135353');
9521INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (407, 19, 32, '2010-03-21 16:36:52.135353');
9522INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (408, 19, 33, '2010-03-21 16:36:52.135353');
9523INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (409, 19, 39, '2010-03-21 16:36:52.135353');
9524INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (410, 19, 9, '2010-03-21 16:36:52.135353');
9525INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (411, 19, 10, '2010-03-21 16:36:52.135353');
9526INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (412, 19, 11, '2010-03-21 16:36:52.135353');
9527INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (413, 19, 40, '2010-03-21 16:36:52.135353');
9528INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (414, 19, 41, '2010-03-21 16:36:52.135353');
9529INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (415, 19, 34, '2010-03-21 16:36:52.135353');
9530INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (416, 19, 42, '2010-03-21 16:36:52.135353');
9531INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (417, 19, 43, '2010-03-21 16:36:52.135353');
9532INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (418, 19, 12, '2010-03-21 16:36:52.135353');
9533INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (419, 19, 44, '2010-03-21 16:36:52.135353');
9534INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (420, 19, 13, '2010-03-21 16:36:52.135353');
9535INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (421, 19, 45, '2010-03-21 16:36:52.135353');
9536INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (422, 19, 15, '2010-03-21 16:36:52.135353');
9537INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (423, 19, 14, '2010-03-21 16:36:52.135353');
9538INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (424, 19, 46, '2010-03-21 16:36:52.135353');
9539INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (425, 19, 47, '2010-03-21 16:36:52.135353');
9540INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (426, 19, 16, '2010-03-21 16:36:52.135353');
9541INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (427, 19, 17, '2010-03-21 16:36:52.135353');
9542INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (428, 19, 18, '2010-03-21 16:36:52.135353');
9543INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (429, 19, 19, '2010-03-21 16:36:52.135353');
9544INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (430, 19, 20, '2010-03-21 16:36:52.135353');
9545INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (431, 19, 48, '2010-03-21 16:36:52.135353');
9546INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (432, 19, 21, '2010-03-21 16:36:52.135353');
9547INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (433, 19, 22, '2010-03-21 16:36:52.135353');
9548INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (434, 19, 23, '2010-03-21 16:36:52.135353');
9549INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (435, 19, 49, '2010-03-21 16:36:52.135353');
9550INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (436, 19, 24, '2010-03-21 16:36:52.135353');
9551INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (437, 19, 50, '2010-03-21 16:36:52.135353');
9552INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (438, 19, 35, '2010-03-21 16:36:52.135353');
9553INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (439, 19, 25, '2010-03-21 16:36:52.135353');
9554INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (440, 19, 26, '2010-03-21 16:36:52.135353');
9555INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (441, 19, 27, '2010-03-21 16:36:52.135353');
9556INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (442, 19, 28, '2010-03-21 16:36:52.135353');
9557INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (443, 19, 30, '2010-03-21 16:36:52.135353');
9558INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (444, 19, 51, '2010-03-21 16:36:52.135353');
9559INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (445, 19, 52, '2010-03-21 16:36:52.135353');
9560INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (446, 19, 31, '2010-03-21 16:36:52.135353');
9561INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (447, 19, 53, '2010-03-21 16:36:52.135353');
9562INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (448, 19, 54, '2010-03-21 16:36:52.135353');
9563INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (449, 20, 3, '2010-03-21 16:36:52.135353');
9564INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (450, 20, 1, '2010-03-21 16:36:52.135353');
9565INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (451, 20, 2, '2010-03-21 16:36:52.135353');
9566INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (452, 20, 4, '2010-03-21 16:36:52.135353');
9567INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (453, 20, 7, '2010-03-21 16:36:52.135353');
9568INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (454, 20, 29, '2010-03-21 16:36:52.135353');
9569INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (455, 20, 36, '2010-03-21 16:36:52.135353');
9570INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (456, 20, 5, '2010-03-21 16:36:52.135353');
9571INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (457, 20, 37, '2010-03-21 16:36:52.135353');
9572INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (458, 20, 38, '2010-03-21 16:36:52.135353');
9573INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (459, 20, 8, '2010-03-21 16:36:52.135353');
9574INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (460, 20, 32, '2010-03-21 16:36:52.135353');
9575INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (461, 20, 33, '2010-03-21 16:36:52.135353');
9576INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (462, 20, 39, '2010-03-21 16:36:52.135353');
9577INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (463, 20, 9, '2010-03-21 16:36:52.135353');
9578INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (464, 20, 10, '2010-03-21 16:36:52.135353');
9579INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (465, 20, 11, '2010-03-21 16:36:52.135353');
9580INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (466, 20, 40, '2010-03-21 16:36:52.135353');
9581INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (467, 20, 41, '2010-03-21 16:36:52.135353');
9582INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (468, 20, 34, '2010-03-21 16:36:52.135353');
9583INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (469, 20, 42, '2010-03-21 16:36:52.135353');
9584INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (470, 20, 43, '2010-03-21 16:36:52.135353');
9585INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (471, 20, 12, '2010-03-21 16:36:52.135353');
9586INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (472, 20, 44, '2010-03-21 16:36:52.135353');
9587INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (473, 20, 13, '2010-03-21 16:36:52.135353');
9588INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (474, 20, 45, '2010-03-21 16:36:52.135353');
9589INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (475, 20, 15, '2010-03-21 16:36:52.135353');
9590INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (476, 20, 14, '2010-03-21 16:36:52.135353');
9591INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (477, 20, 46, '2010-03-21 16:36:52.135353');
9592INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (478, 20, 47, '2010-03-21 16:36:52.135353');
9593INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (479, 20, 16, '2010-03-21 16:36:52.135353');
9594INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (480, 20, 17, '2010-03-21 16:36:52.135353');
9595INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (481, 20, 18, '2010-03-21 16:36:52.135353');
9596INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (482, 20, 19, '2010-03-21 16:36:52.135353');
9597INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (483, 20, 20, '2010-03-21 16:36:52.135353');
9598INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (484, 20, 48, '2010-03-21 16:36:52.135353');
9599INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (485, 20, 21, '2010-03-21 16:36:52.135353');
9600INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (486, 20, 22, '2010-03-21 16:36:52.135353');
9601INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (487, 20, 23, '2010-03-21 16:36:52.135353');
9602INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (488, 20, 49, '2010-03-21 16:36:52.135353');
9603INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (489, 20, 24, '2010-03-21 16:36:52.135353');
9604INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (490, 20, 50, '2010-03-21 16:36:52.135353');
9605INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (491, 20, 35, '2010-03-21 16:36:52.135353');
9606INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (492, 20, 25, '2010-03-21 16:36:52.135353');
9607INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (493, 20, 26, '2010-03-21 16:36:52.135353');
9608INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (494, 20, 27, '2010-03-21 16:36:52.135353');
9609INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (495, 20, 28, '2010-03-21 16:36:52.135353');
9610INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (496, 20, 30, '2010-03-21 16:36:52.135353');
9611INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (497, 20, 51, '2010-03-21 16:36:52.135353');
9612INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (498, 20, 52, '2010-03-21 16:36:52.135353');
9613INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (499, 20, 31, '2010-03-21 16:36:52.135353');
9614INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (500, 20, 53, '2010-03-21 16:36:52.135353');
9615INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (501, 20, 54, '2010-03-21 16:36:52.135353');
9616INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (502, 21, 3, '2010-03-21 16:36:52.135353');
9617INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (503, 21, 1, '2010-03-21 16:36:52.135353');
9618INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (504, 21, 2, '2010-03-21 16:36:52.135353');
9619INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (505, 21, 4, '2010-03-21 16:36:52.135353');
9620INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (506, 21, 7, '2010-03-21 16:36:52.135353');
9621INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (507, 21, 29, '2010-03-21 16:36:52.135353');
9622INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (508, 21, 36, '2010-03-21 16:36:52.135353');
9623INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (509, 21, 5, '2010-03-21 16:36:52.135353');
9624INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (510, 21, 37, '2010-03-21 16:36:52.135353');
9625INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (511, 21, 38, '2010-03-21 16:36:52.135353');
9626INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (512, 21, 8, '2010-03-21 16:36:52.135353');
9627INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (513, 21, 32, '2010-03-21 16:36:52.135353');
9628INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (514, 21, 33, '2010-03-21 16:36:52.135353');
9629INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (515, 21, 39, '2010-03-21 16:36:52.135353');
9630INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (516, 21, 9, '2010-03-21 16:36:52.135353');
9631INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (517, 21, 10, '2010-03-21 16:36:52.135353');
9632INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (518, 21, 11, '2010-03-21 16:36:52.135353');
9633INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (519, 21, 40, '2010-03-21 16:36:52.135353');
9634INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (520, 21, 41, '2010-03-21 16:36:52.135353');
9635INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (521, 21, 34, '2010-03-21 16:36:52.135353');
9636INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (522, 21, 42, '2010-03-21 16:36:52.135353');
9637INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (523, 21, 43, '2010-03-21 16:36:52.135353');
9638INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (524, 21, 12, '2010-03-21 16:36:52.135353');
9639INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (525, 21, 44, '2010-03-21 16:36:52.135353');
9640INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (526, 21, 13, '2010-03-21 16:36:52.135353');
9641INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (527, 21, 45, '2010-03-21 16:36:52.135353');
9642INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (528, 21, 15, '2010-03-21 16:36:52.135353');
9643INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (529, 21, 14, '2010-03-21 16:36:52.135353');
9644INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (530, 21, 46, '2010-03-21 16:36:52.135353');
9645INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (531, 21, 47, '2010-03-21 16:36:52.135353');
9646INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (532, 21, 16, '2010-03-21 16:36:52.135353');
9647INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (533, 21, 17, '2010-03-21 16:36:52.135353');
9648INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (534, 21, 18, '2010-03-21 16:36:52.135353');
9649INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (535, 21, 19, '2010-03-21 16:36:52.135353');
9650INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (536, 21, 20, '2010-03-21 16:36:52.135353');
9651INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (537, 21, 48, '2010-03-21 16:36:52.135353');
9652INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (538, 21, 21, '2010-03-21 16:36:52.135353');
9653INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (539, 21, 22, '2010-03-21 16:36:52.135353');
9654INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (540, 21, 23, '2010-03-21 16:36:52.135353');
9655INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (541, 21, 49, '2010-03-21 16:36:52.135353');
9656INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (542, 21, 24, '2010-03-21 16:36:52.135353');
9657INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (543, 21, 50, '2010-03-21 16:36:52.135353');
9658INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (544, 21, 35, '2010-03-21 16:36:52.135353');
9659INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (545, 21, 25, '2010-03-21 16:36:52.135353');
9660INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (546, 21, 26, '2010-03-21 16:36:52.135353');
9661INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (547, 21, 27, '2010-03-21 16:36:52.135353');
9662INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (548, 21, 28, '2010-03-21 16:36:52.135353');
9663INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (549, 21, 30, '2010-03-21 16:36:52.135353');
9664INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (550, 21, 51, '2010-03-21 16:36:52.135353');
9665INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (551, 21, 52, '2010-03-21 16:36:52.135353');
9666INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (552, 21, 31, '2010-03-21 16:36:52.135353');
9667INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (553, 21, 53, '2010-03-21 16:36:52.135353');
9668INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (554, 21, 54, '2010-03-21 16:36:52.135353');
9669INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (555, 22, 3, '2010-03-21 16:36:52.135353');
9670INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (556, 22, 1, '2010-03-21 16:36:52.135353');
9671INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (557, 22, 2, '2010-03-21 16:36:52.135353');
9672INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (558, 22, 4, '2010-03-21 16:36:52.135353');
9673INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (559, 22, 7, '2010-03-21 16:36:52.135353');
9674INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (560, 22, 29, '2010-03-21 16:36:52.135353');
9675INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (561, 22, 36, '2010-03-21 16:36:52.135353');
9676INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (562, 22, 5, '2010-03-21 16:36:52.135353');
9677INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (563, 22, 37, '2010-03-21 16:36:52.135353');
9678INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (564, 22, 38, '2010-03-21 16:36:52.135353');
9679INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (565, 22, 8, '2010-03-21 16:36:52.135353');
9680INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (566, 22, 32, '2010-03-21 16:36:52.135353');
9681INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (567, 22, 33, '2010-03-21 16:36:52.135353');
9682INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (568, 22, 39, '2010-03-21 16:36:52.135353');
9683INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (569, 22, 9, '2010-03-21 16:36:52.135353');
9684INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (570, 22, 10, '2010-03-21 16:36:52.135353');
9685INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (571, 22, 11, '2010-03-21 16:36:52.135353');
9686INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (572, 22, 40, '2010-03-21 16:36:52.135353');
9687INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (573, 22, 41, '2010-03-21 16:36:52.135353');
9688INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (574, 22, 34, '2010-03-21 16:36:52.135353');
9689INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (575, 22, 42, '2010-03-21 16:36:52.135353');
9690INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (576, 22, 43, '2010-03-21 16:36:52.135353');
9691INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (577, 22, 12, '2010-03-21 16:36:52.135353');
9692INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (578, 22, 44, '2010-03-21 16:36:52.135353');
9693INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (579, 22, 13, '2010-03-21 16:36:52.135353');
9694INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (580, 22, 45, '2010-03-21 16:36:52.135353');
9695INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (581, 22, 15, '2010-03-21 16:36:52.135353');
9696INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (582, 22, 14, '2010-03-21 16:36:52.135353');
9697INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (583, 22, 46, '2010-03-21 16:36:52.135353');
9698INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (584, 22, 47, '2010-03-21 16:36:52.135353');
9699INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (585, 22, 16, '2010-03-21 16:36:52.135353');
9700INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (586, 22, 17, '2010-03-21 16:36:52.135353');
9701INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (587, 22, 18, '2010-03-21 16:36:52.135353');
9702INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (588, 22, 19, '2010-03-21 16:36:52.135353');
9703INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (589, 22, 20, '2010-03-21 16:36:52.135353');
9704INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (590, 22, 48, '2010-03-21 16:36:52.135353');
9705INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (591, 22, 21, '2010-03-21 16:36:52.135353');
9706INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (592, 22, 22, '2010-03-21 16:36:52.135353');
9707INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (593, 22, 23, '2010-03-21 16:36:52.135353');
9708INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (594, 22, 49, '2010-03-21 16:36:52.135353');
9709INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (595, 22, 24, '2010-03-21 16:36:52.135353');
9710INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (596, 22, 50, '2010-03-21 16:36:52.135353');
9711INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (597, 22, 35, '2010-03-21 16:36:52.135353');
9712INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (598, 22, 25, '2010-03-21 16:36:52.135353');
9713INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (599, 22, 26, '2010-03-21 16:36:52.135353');
9714INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (600, 22, 27, '2010-03-21 16:36:52.135353');
9715INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (601, 22, 28, '2010-03-21 16:36:52.135353');
9716INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (602, 22, 30, '2010-03-21 16:36:52.135353');
9717INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (603, 22, 51, '2010-03-21 16:36:52.135353');
9718INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (604, 22, 52, '2010-03-21 16:36:52.135353');
9719INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (605, 22, 31, '2010-03-21 16:36:52.135353');
9720INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (606, 22, 53, '2010-03-21 16:36:52.135353');
9721INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (607, 22, 54, '2010-03-21 16:36:52.135353');
88819722
88829723
8883ALTER TABLE sectionselection ENABLE TRIGGER ALL;9724ALTER TABLE sectionselection ENABLE TRIGGER ALL;
@@ -8972,6 +9813,7 @@
8972ALTER TABLE signedcodeofconduct DISABLE TRIGGER ALL;9813ALTER TABLE signedcodeofconduct DISABLE TRIGGER ALL;
89739814
8974INSERT 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);9815INSERT 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);
9816INSERT 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);
89759817
89769818
8977ALTER TABLE signedcodeofconduct ENABLE TRIGGER ALL;9819ALTER TABLE signedcodeofconduct ENABLE TRIGGER ALL;
@@ -8992,6 +9834,15 @@
8992INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (11, 11, 0);9834INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (11, 11, 0);
8993INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (12, 12, 0);9835INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (12, 12, 0);
8994INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (13, 13, 0);9836INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (13, 13, 0);
9837INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (14, 14, 0);
9838INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (15, 15, 0);
9839INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (16, 16, 0);
9840INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (17, 17, 0);
9841INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (18, 18, 0);
9842INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (19, 19, 0);
9843INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (20, 20, 0);
9844INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (21, 21, 0);
9845INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (22, 22, 0);
89959846
89969847
8997ALTER TABLE sourcepackageformatselection ENABLE TRIGGER ALL;9848ALTER TABLE sourcepackageformatselection ENABLE TRIGGER ALL;
@@ -9016,6 +9867,7 @@
9016INSERT INTO sourcepackagename (id, name) VALUES (25, 'language-pack-de');9867INSERT INTO sourcepackagename (id, name) VALUES (25, 'language-pack-de');
9017INSERT INTO sourcepackagename (id, name) VALUES (26, 'iceweasel');9868INSERT INTO sourcepackagename (id, name) VALUES (26, 'iceweasel');
9018INSERT INTO sourcepackagename (id, name) VALUES (27, 'commercialpackage');9869INSERT INTO sourcepackagename (id, name) VALUES (27, 'commercialpackage');
9870INSERT INTO sourcepackagename (id, name) VALUES (28, 'hello');
90199871
90209872
9021ALTER TABLE sourcepackagename ENABLE TRIGGER ALL;9873ALTER TABLE sourcepackagename ENABLE TRIGGER ALL;
@@ -9023,33 +9875,33 @@
90239875
9024ALTER TABLE sourcepackagepublishinghistory DISABLE TRIGGER ALL;9876ALTER TABLE sourcepackagepublishinghistory DISABLE TRIGGER ALL;
90259877
9026INSERT 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);9878INSERT 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.');
9027INSERT 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);9879INSERT 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.');
9028INSERT 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);9880INSERT 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.');
9029INSERT 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);9881INSERT 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.');
9030INSERT 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);9882INSERT 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);
9031INSERT 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);9883INSERT 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.');
9032INSERT 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);9884INSERT 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.');
9033INSERT 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);9885INSERT 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);
9034INSERT 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);9886INSERT 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.');
9035INSERT 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);9887INSERT 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.');
9036INSERT 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);9888INSERT 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);
9037INSERT 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);9889INSERT 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.');
9038INSERT 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);9890INSERT 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.');
9039INSERT 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);9891INSERT 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.');
9040INSERT 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);9892INSERT 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.');
9041INSERT 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);9893INSERT 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.');
9042INSERT 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);9894INSERT 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.');
9043INSERT 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.');9895INSERT 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.');
9044INSERT 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.');9896INSERT 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.');
9045INSERT 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);9897INSERT 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.');
9046INSERT 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);9898INSERT 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);
9047INSERT 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);9899INSERT 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.');
9048INSERT 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);9900INSERT 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.');
9049INSERT 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);9901INSERT 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);
9050INSERT 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);9902INSERT 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);
9051INSERT 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);9903INSERT 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);
9052INSERT 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);9904INSERT 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.');
9053INSERT 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);9905INSERT 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);
90549906
90559907
@@ -9093,29 +9945,29 @@
90939945
9094ALTER TABLE sourcepackagerelease DISABLE TRIGGER ALL;9946ALTER TABLE sourcepackagerelease DISABLE TRIGGER ALL;
90959947
9096INSERT 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);9948INSERT 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);
9097INSERT 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);9949INSERT 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);
9098INSERT 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);9950INSERT 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);
9099INSERT 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);9951INSERT 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);
9100INSERT 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=low9952INSERT 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
91019953
9102 * Fix description (Malone #1)9954 * Fix description (Malone #1)
9103 * Fix debian (Debian #2000)9955 * Fix debian (Debian #2000)
9104 * Fix warty (Warty Ubuntu #1)9956 * Fix warty (Warty Ubuntu #1)
91059957
9106 -- 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);9958 -- 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);
9107INSERT 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);9959INSERT 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);
9108INSERT 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=low9960INSERT 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
91099961
9110 * Placeholder9962 * Placeholder
91119963
9112 -- 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);9964 -- 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);
9113INSERT 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=low9965INSERT 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
91149966
9115 * Placeholder9967 * Placeholder
91169968
9117 -- 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);9969 -- 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);
9118INSERT 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=low9970INSERT 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
91199971
9120 * Placeholder9972 * Placeholder
9121 LP: #109973 LP: #10
@@ -9124,22 +9976,22 @@
9124 LP: #7, #8,9976 LP: #7, #8,
9125 #119977 #11
91269978
9127 -- 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);9979 -- 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);
9128INSERT 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);9980INSERT 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);
9129INSERT 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=high9981INSERT 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
91309982
9131 * Placeholder9983 * Placeholder
91329984
9133 -- 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);9985 -- 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);
9134INSERT 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);9986INSERT 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);
9135INSERT 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);9987INSERT 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);
9136INSERT 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);9988INSERT 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);
9137INSERT 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);9989INSERT 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);
9138INSERT 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);9990INSERT 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);
9139INSERT 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);9991INSERT 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);
9140INSERT 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);9992INSERT 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);
9141INSERT 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);9993INSERT 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);
9142INSERT 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=low9994INSERT 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
91439995
9144 * Initial version9996 * Initial version
9145 Address for testing linkification: Foo Bar <foo.bar@canonical.com>9997 Address for testing linkification: Foo Bar <foo.bar@canonical.com>
@@ -9163,8 +10015,423 @@
9163iD8DBQFGtzTjWhGlTF8G/HcRAtFsAJ4hHyKhOnsUOQDI+SAk000DmFAnUgCcC84J10015iD8DBQFGtzTjWhGlTF8G/HcRAtFsAJ4hHyKhOnsUOQDI+SAk000DmFAnUgCcC84J
91643F4bEPeRcnUjCFI/hjR0kxg=100163F4bEPeRcnUjCFI/hjR0kxg=
9165=Tjln10017=Tjln
9166', 7, 243606, 27, 10, 1, 'Julian Edwards <launchpad@julian-edwards.com>', '3.6.2', '1.0', 'commercialpackage', 12, NULL, NULL, NULL, NULL);10018', 7, 243606, 27, 10, 1, 'Julian Edwards <launchpad@julian-edwards.com>', '3.6.2', '1.0', 'commercialpackage', 12, NULL, NULL, NULL, NULL, NULL);
9167INSERT 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);10019INSERT 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);
10020INSERT 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
10021
10022 * Modified doc/Makefile.in to avoid /usr/share/info/dir.gz.
10023 -- Santiago Vila <sanvila@debian.org> Sun, 30 Aug 2009 13:05:52 +0200', '', '', 'any', '-----BEGIN PGP SIGNED MESSAGE-----
10024Hash: SHA1
10025
10026Format: 1.0
10027Source: hello
10028Binary: hello
10029Architecture: any
10030Version: 2.4-3
10031Maintainer: Santiago Vila <sanvila@debian.org>
10032Standards-Version: 3.8.3
10033Checksums-Sha1:
10034 fcbf0264928900adf03a7797474375e1a6fa3836 499638 hello_2.4.orig.tar.gz
10035 6de5cf470583cdbf2947d16aa4f10e3028839391 5739 hello_2.4-3.diff.gz
10036Checksums-Sha256:
10037 534745c4b7e063f5eb5f984609caf0f7c06d46df03e4d404f20996d28b6df1f7 499638 hello_2.4.orig.tar.gz
10038 0b4bc9f52010291d4a2d4842f010fc6df1f77c969201aa3114611c634b82c3f4 5739 hello_2.4-3.diff.gz
10039Files:
10040 1691faa758ca41c70b6da5501bdf230a 499638 hello_2.4.orig.tar.gz
10041 0a267ee8ef148e91d06c3750ec79ca85 5739 hello_2.4-3.diff.gz
10042
10043Version: GnuPG v1.4.10 (GNU/Linux)
10044
10045iQEcBAEBAgAGBQJLmIvHAAoJEJ3amgfFEfZnU8QIAICN7JOMC95OyQS1kEKfTAl9
10046lC2fKpr+T/nXXME2ixjmiD3SsN5vx52rsrWL1V43CvyBmCorvZ1iVq27zokrUcPD
10047PcTCeEldBlOQNVXs8mqr/PfQT7nKD0oW7JTWCWfsJSINy9jLez+wx98qFrXjsHHh
10048HnXG3gcAXvf0i7PGk/9S8/9M1fdK0nKLxzY8pXAB/EruFcrFsiMjoyhAbnrfeQRJ
10049UtD5w8poXIenctKyrC/yBBAkOVXKoIWBffMpRqwuo2kKiCpZnY7hr/HI2U+tbb+n
10050LgrjBjmLvxD5F3XxiNiqpClqqHHmO5tT3iTSzKF8zql/HPcgX73F4oQAp2mAKS8=
10051=GTTu
10052', 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
10053utility. This package provides the classic greeting to the users of
10054Debian, as well as providing Debian''s developers with an example of
10055how to package a GNU program. GNU `hello'' was written by Mike Haertel,
10056David MacKenzie, Jan Brittenson, Charles Hannum, Roland McGrath, Noah
10057Friedman, Karl Eichwalder, and The King.
10058
10059This package was first put together by Ian Jackson and it''s currently
10060maintained by Santiago Vila. The source for this release was taken
10061from:
10062
10063http://ftp.gnu.org/gnu/hello/hello-2.4.tar.gz
10064
10065The changes were very minimal:
10066
10067- Adding support for the Debian package maintenance scheme, by adding
10068 various debian/* files.
10069
10070Program Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
100712002, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
10072
10073Modifications for Debian Copyright (C) 1994,1995,1996 Ian Jackson.
10074
10075This program is free software: you can redistribute it and/or modify
10076it under the terms of the GNU General Public License as published by
10077the Free Software Foundation, either version 3 of the License, or
10078(at your option) any later version.
10079
10080This program is distributed in the hope that it will be useful,
10081but WITHOUT ANY WARRANTY; without even the implied warranty of
10082MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10083GNU General Public License for more details.
10084
10085You should have received a copy of the GNU General Public License
10086along with this program. If not, see <http://www.gnu.org/licenses/>. */
10087
10088On Debian systems, the complete text of the GNU General Public License
10089can be found in `/usr/share/common-licenses/GPL''.
10090
10091Manual Copyright (C) 1992, 1993, 1996, 2002, 2005, 2006, 2007, 2008
10092Free Software Foundation, Inc.
10093
10094Permission is granted to copy, distribute and/or modify this
10095document under the terms of the GNU Free Documentation License,
10096Version 1.2 or any later version published by the Free Software
10097Foundation; with no Invariant Sections, with no Front-Cover Texts,
10098and with no Back-Cover Texts. A copy of the license is included
10099in the section entitled "GNU Free Documentation License".
10100
10101On Debian systems, the complete text of the GNU Free Documentation
10102License can be found in `/usr/share/common-licenses/GFDL''.', '', '', NULL, 94);
10103INSERT 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
10104
10105 * Modified doc/Makefile.in to avoid /usr/share/info/dir.gz.
10106 -- Santiago Vila <sanvila@debian.org> Sun, 30 Aug 2009 13:05:52 +0200', '', '', 'any', '-----BEGIN PGP SIGNED MESSAGE-----
10107Hash: SHA1
10108
10109Format: 1.0
10110Source: hello
10111Binary: hello
10112Architecture: any
10113Version: 2.4-3
10114Maintainer: Santiago Vila <sanvila@debian.org>
10115Standards-Version: 3.8.3
10116Checksums-Sha1:
10117 fcbf0264928900adf03a7797474375e1a6fa3836 499638 hello_2.4.orig.tar.gz
10118 6de5cf470583cdbf2947d16aa4f10e3028839391 5739 hello_2.4-3.diff.gz
10119Checksums-Sha256:
10120 534745c4b7e063f5eb5f984609caf0f7c06d46df03e4d404f20996d28b6df1f7 499638 hello_2.4.orig.tar.gz
10121 0b4bc9f52010291d4a2d4842f010fc6df1f77c969201aa3114611c634b82c3f4 5739 hello_2.4-3.diff.gz
10122Files:
10123 1691faa758ca41c70b6da5501bdf230a 499638 hello_2.4.orig.tar.gz
10124 0a267ee8ef148e91d06c3750ec79ca85 5739 hello_2.4-3.diff.gz
10125
10126Version: GnuPG v1.4.10 (GNU/Linux)
10127
10128iQEcBAEBAgAGBQJLmUVdAAoJEHVUWkiQp7mWu9MH/1jzF2VpsT85mLjLMlVgTr72
10129AGi5tqS29NWWOb/JxeK8JrN9EfQ+dPhn0gxQ8uJbq3qBzU44WXhrc+aOo7PkDmUV
101301Pu2Epf0sz76AjSiqBOPFhQOuOulkv3B1VBcUSIxnXCp2XLKMppmXjATa0I3FC5u
10131H7MlEe2Ly6d8Sbj1W+zuHhX5e9vQNoxcyIvXW8d86epNdH849rlkO3QIJbkqswoM
10132QM0q7mDWFE1g1x8yE9LR9dOugrNBZGv2Z7NP88zWYi0hgs7Yt/D5k8UQm+59BwkQ
10133ZhFqGx8/Jb60dTjUolGD08VGvFdpuXhNCMUfqqAWvSgGpJGwqtfTR5Ei16DanAg=
10134=+vup
10135', 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
10136utility. This package provides the classic greeting to the users of
10137Debian, as well as providing Debian''s developers with an example of
10138how to package a GNU program. GNU `hello'' was written by Mike Haertel,
10139David MacKenzie, Jan Brittenson, Charles Hannum, Roland McGrath, Noah
10140Friedman, Karl Eichwalder, and The King.
10141
10142This package was first put together by Ian Jackson and it''s currently
10143maintained by Santiago Vila. The source for this release was taken
10144from:
10145
10146http://ftp.gnu.org/gnu/hello/hello-2.4.tar.gz
10147
10148The changes were very minimal:
10149
10150- Adding support for the Debian package maintenance scheme, by adding
10151 various debian/* files.
10152
10153Program Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
101542002, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
10155
10156Modifications for Debian Copyright (C) 1994,1995,1996 Ian Jackson.
10157
10158This program is free software: you can redistribute it and/or modify
10159it under the terms of the GNU General Public License as published by
10160the Free Software Foundation, either version 3 of the License, or
10161(at your option) any later version.
10162
10163This program is distributed in the hope that it will be useful,
10164but WITHOUT ANY WARRANTY; without even the implied warranty of
10165MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10166GNU General Public License for more details.
10167
10168You should have received a copy of the GNU General Public License
10169along with this program. If not, see <http://www.gnu.org/licenses/>. */
10170
10171On Debian systems, the complete text of the GNU General Public License
10172can be found in `/usr/share/common-licenses/GPL''.
10173
10174Manual Copyright (C) 1992, 1993, 1996, 2002, 2005, 2006, 2007, 2008
10175Free Software Foundation, Inc.
10176
10177Permission is granted to copy, distribute and/or modify this
10178document under the terms of the GNU Free Documentation License,
10179Version 1.2 or any later version published by the Free Software
10180Foundation; with no Invariant Sections, with no Front-Cover Texts,
10181and with no Back-Cover Texts. A copy of the license is included
10182in the section entitled "GNU Free Documentation License".
10183
10184On Debian systems, the complete text of the GNU Free Documentation
10185License can be found in `/usr/share/common-licenses/GFDL''.', '', '', NULL, 99);
10186INSERT 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
10187
10188 * Modified doc/Makefile.in to avoid /usr/share/info/dir.gz.
10189 -- Santiago Vila <sanvila@debian.org> Sun, 30 Aug 2009 13:05:52 +0200', '', '', 'any', '-----BEGIN PGP SIGNED MESSAGE-----
10190Hash: SHA1
10191
10192Format: 1.0
10193Source: hello
10194Binary: hello
10195Architecture: any
10196Version: 2.4-3
10197Maintainer: Santiago Vila <sanvila@debian.org>
10198Standards-Version: 3.8.3
10199Checksums-Sha1:
10200 fcbf0264928900adf03a7797474375e1a6fa3836 499638 hello_2.4.orig.tar.gz
10201 6de5cf470583cdbf2947d16aa4f10e3028839391 5739 hello_2.4-3.diff.gz
10202Checksums-Sha256:
10203 534745c4b7e063f5eb5f984609caf0f7c06d46df03e4d404f20996d28b6df1f7 499638 hello_2.4.orig.tar.gz
10204 0b4bc9f52010291d4a2d4842f010fc6df1f77c969201aa3114611c634b82c3f4 5739 hello_2.4-3.diff.gz
10205Files:
10206 1691faa758ca41c70b6da5501bdf230a 499638 hello_2.4.orig.tar.gz
10207 0a267ee8ef148e91d06c3750ec79ca85 5739 hello_2.4-3.diff.gz
10208
10209Version: GnuPG v1.4.10 (GNU/Linux)
10210
10211iQEcBAEBAgAGBQJLmUVdAAoJEHVUWkiQp7mWu9MH/1jzF2VpsT85mLjLMlVgTr72
10212AGi5tqS29NWWOb/JxeK8JrN9EfQ+dPhn0gxQ8uJbq3qBzU44WXhrc+aOo7PkDmUV
102131Pu2Epf0sz76AjSiqBOPFhQOuOulkv3B1VBcUSIxnXCp2XLKMppmXjATa0I3FC5u
10214H7MlEe2Ly6d8Sbj1W+zuHhX5e9vQNoxcyIvXW8d86epNdH849rlkO3QIJbkqswoM
10215QM0q7mDWFE1g1x8yE9LR9dOugrNBZGv2Z7NP88zWYi0hgs7Yt/D5k8UQm+59BwkQ
10216ZhFqGx8/Jb60dTjUolGD08VGvFdpuXhNCMUfqqAWvSgGpJGwqtfTR5Ei16DanAg=
10217=+vup
10218', 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
10219utility. This package provides the classic greeting to the users of
10220Debian, as well as providing Debian''s developers with an example of
10221how to package a GNU program. GNU `hello'' was written by Mike Haertel,
10222David MacKenzie, Jan Brittenson, Charles Hannum, Roland McGrath, Noah
10223Friedman, Karl Eichwalder, and The King.
10224
10225This package was first put together by Ian Jackson and it''s currently
10226maintained by Santiago Vila. The source for this release was taken
10227from:
10228
10229http://ftp.gnu.org/gnu/hello/hello-2.4.tar.gz
10230
10231The changes were very minimal:
10232
10233- Adding support for the Debian package maintenance scheme, by adding
10234 various debian/* files.
10235
10236Program Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
102372002, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
10238
10239Modifications for Debian Copyright (C) 1994,1995,1996 Ian Jackson.
10240
10241This program is free software: you can redistribute it and/or modify
10242it under the terms of the GNU General Public License as published by
10243the Free Software Foundation, either version 3 of the License, or
10244(at your option) any later version.
10245
10246This program is distributed in the hope that it will be useful,
10247but WITHOUT ANY WARRANTY; without even the implied warranty of
10248MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10249GNU General Public License for more details.
10250
10251You should have received a copy of the GNU General Public License
10252along with this program. If not, see <http://www.gnu.org/licenses/>. */
10253
10254On Debian systems, the complete text of the GNU General Public License
10255can be found in `/usr/share/common-licenses/GPL''.
10256
10257Manual Copyright (C) 1992, 1993, 1996, 2002, 2005, 2006, 2007, 2008
10258Free Software Foundation, Inc.
10259
10260Permission is granted to copy, distribute and/or modify this
10261document under the terms of the GNU Free Documentation License,
10262Version 1.2 or any later version published by the Free Software
10263Foundation; with no Invariant Sections, with no Front-Cover Texts,
10264and with no Back-Cover Texts. A copy of the license is included
10265in the section entitled "GNU Free Documentation License".
10266
10267On Debian systems, the complete text of the GNU Free Documentation
10268License can be found in `/usr/share/common-licenses/GFDL''.', '', '', NULL, 104);
10269INSERT 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
10270
10271 * Modified doc/Makefile.in to avoid /usr/share/info/dir.gz.
10272 -- Santiago Vila <sanvila@debian.org> Sun, 30 Aug 2009 13:05:52 +0200', '', '', 'any', '-----BEGIN PGP SIGNED MESSAGE-----
10273Hash: SHA1
10274
10275Format: 1.0
10276Source: hello
10277Binary: hello
10278Architecture: any
10279Version: 2.4-3
10280Maintainer: Santiago Vila <sanvila@debian.org>
10281Standards-Version: 3.8.3
10282Checksums-Sha1:
10283 fcbf0264928900adf03a7797474375e1a6fa3836 499638 hello_2.4.orig.tar.gz
10284 6de5cf470583cdbf2947d16aa4f10e3028839391 5739 hello_2.4-3.diff.gz
10285Checksums-Sha256:
10286 534745c4b7e063f5eb5f984609caf0f7c06d46df03e4d404f20996d28b6df1f7 499638 hello_2.4.orig.tar.gz
10287 0b4bc9f52010291d4a2d4842f010fc6df1f77c969201aa3114611c634b82c3f4 5739 hello_2.4-3.diff.gz
10288Files:
10289 1691faa758ca41c70b6da5501bdf230a 499638 hello_2.4.orig.tar.gz
10290 0a267ee8ef148e91d06c3750ec79ca85 5739 hello_2.4-3.diff.gz
10291
10292Version: GnuPG v1.4.10 (GNU/Linux)
10293
10294iQEcBAEBAgAGBQJLmUVdAAoJEHVUWkiQp7mWu9MH/1jzF2VpsT85mLjLMlVgTr72
10295AGi5tqS29NWWOb/JxeK8JrN9EfQ+dPhn0gxQ8uJbq3qBzU44WXhrc+aOo7PkDmUV
102961Pu2Epf0sz76AjSiqBOPFhQOuOulkv3B1VBcUSIxnXCp2XLKMppmXjATa0I3FC5u
10297H7MlEe2Ly6d8Sbj1W+zuHhX5e9vQNoxcyIvXW8d86epNdH849rlkO3QIJbkqswoM
10298QM0q7mDWFE1g1x8yE9LR9dOugrNBZGv2Z7NP88zWYi0hgs7Yt/D5k8UQm+59BwkQ
10299ZhFqGx8/Jb60dTjUolGD08VGvFdpuXhNCMUfqqAWvSgGpJGwqtfTR5Ei16DanAg=
10300=+vup
10301', 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
10302utility. This package provides the classic greeting to the users of
10303Debian, as well as providing Debian''s developers with an example of
10304how to package a GNU program. GNU `hello'' was written by Mike Haertel,
10305David MacKenzie, Jan Brittenson, Charles Hannum, Roland McGrath, Noah
10306Friedman, Karl Eichwalder, and The King.
10307
10308This package was first put together by Ian Jackson and it''s currently
10309maintained by Santiago Vila. The source for this release was taken
10310from:
10311
10312http://ftp.gnu.org/gnu/hello/hello-2.4.tar.gz
10313
10314The changes were very minimal:
10315
10316- Adding support for the Debian package maintenance scheme, by adding
10317 various debian/* files.
10318
10319Program Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
103202002, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
10321
10322Modifications for Debian Copyright (C) 1994,1995,1996 Ian Jackson.
10323
10324This program is free software: you can redistribute it and/or modify
10325it under the terms of the GNU General Public License as published by
10326the Free Software Foundation, either version 3 of the License, or
10327(at your option) any later version.
10328
10329This program is distributed in the hope that it will be useful,
10330but WITHOUT ANY WARRANTY; without even the implied warranty of
10331MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10332GNU General Public License for more details.
10333
10334You should have received a copy of the GNU General Public License
10335along with this program. If not, see <http://www.gnu.org/licenses/>. */
10336
10337On Debian systems, the complete text of the GNU General Public License
10338can be found in `/usr/share/common-licenses/GPL''.
10339
10340Manual Copyright (C) 1992, 1993, 1996, 2002, 2005, 2006, 2007, 2008
10341Free Software Foundation, Inc.
10342
10343Permission is granted to copy, distribute and/or modify this
10344document under the terms of the GNU Free Documentation License,
10345Version 1.2 or any later version published by the Free Software
10346Foundation; with no Invariant Sections, with no Front-Cover Texts,
10347and with no Back-Cover Texts. A copy of the license is included
10348in the section entitled "GNU Free Documentation License".
10349
10350On Debian systems, the complete text of the GNU Free Documentation
10351License can be found in `/usr/share/common-licenses/GFDL''.', '', '', NULL, 109);
10352INSERT 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
10353
10354 * Modified doc/Makefile.in to avoid /usr/share/info/dir.gz.
10355 -- Santiago Vila <sanvila@debian.org> Sun, 30 Aug 2009 13:05:52 +0200', '', '', 'any', '-----BEGIN PGP SIGNED MESSAGE-----
10356Hash: SHA1
10357
10358Format: 1.0
10359Source: hello
10360Binary: hello
10361Architecture: any
10362Version: 2.4-3
10363Maintainer: Santiago Vila <sanvila@debian.org>
10364Standards-Version: 3.8.3
10365Checksums-Sha1:
10366 fcbf0264928900adf03a7797474375e1a6fa3836 499638 hello_2.4.orig.tar.gz
10367 6de5cf470583cdbf2947d16aa4f10e3028839391 5739 hello_2.4-3.diff.gz
10368Checksums-Sha256:
10369 534745c4b7e063f5eb5f984609caf0f7c06d46df03e4d404f20996d28b6df1f7 499638 hello_2.4.orig.tar.gz
10370 0b4bc9f52010291d4a2d4842f010fc6df1f77c969201aa3114611c634b82c3f4 5739 hello_2.4-3.diff.gz
10371Files:
10372 1691faa758ca41c70b6da5501bdf230a 499638 hello_2.4.orig.tar.gz
10373 0a267ee8ef148e91d06c3750ec79ca85 5739 hello_2.4-3.diff.gz
10374
10375Version: GnuPG v1.4.10 (GNU/Linux)
10376
10377iQEcBAEBAgAGBQJLmUVdAAoJEHVUWkiQp7mWu9MH/1jzF2VpsT85mLjLMlVgTr72
10378AGi5tqS29NWWOb/JxeK8JrN9EfQ+dPhn0gxQ8uJbq3qBzU44WXhrc+aOo7PkDmUV
103791Pu2Epf0sz76AjSiqBOPFhQOuOulkv3B1VBcUSIxnXCp2XLKMppmXjATa0I3FC5u
10380H7MlEe2Ly6d8Sbj1W+zuHhX5e9vQNoxcyIvXW8d86epNdH849rlkO3QIJbkqswoM
10381QM0q7mDWFE1g1x8yE9LR9dOugrNBZGv2Z7NP88zWYi0hgs7Yt/D5k8UQm+59BwkQ
10382ZhFqGx8/Jb60dTjUolGD08VGvFdpuXhNCMUfqqAWvSgGpJGwqtfTR5Ei16DanAg=
10383=+vup
10384', 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
10385utility. This package provides the classic greeting to the users of
10386Debian, as well as providing Debian''s developers with an example of
10387how to package a GNU program. GNU `hello'' was written by Mike Haertel,
10388David MacKenzie, Jan Brittenson, Charles Hannum, Roland McGrath, Noah
10389Friedman, Karl Eichwalder, and The King.
10390
10391This package was first put together by Ian Jackson and it''s currently
10392maintained by Santiago Vila. The source for this release was taken
10393from:
10394
10395http://ftp.gnu.org/gnu/hello/hello-2.4.tar.gz
10396
10397The changes were very minimal:
10398
10399- Adding support for the Debian package maintenance scheme, by adding
10400 various debian/* files.
10401
10402Program Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
104032002, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
10404
10405Modifications for Debian Copyright (C) 1994,1995,1996 Ian Jackson.
10406
10407This program is free software: you can redistribute it and/or modify
10408it under the terms of the GNU General Public License as published by
10409the Free Software Foundation, either version 3 of the License, or
10410(at your option) any later version.
10411
10412This program is distributed in the hope that it will be useful,
10413but WITHOUT ANY WARRANTY; without even the implied warranty of
10414MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10415GNU General Public License for more details.
10416
10417You should have received a copy of the GNU General Public License
10418along with this program. If not, see <http://www.gnu.org/licenses/>. */
10419
10420On Debian systems, the complete text of the GNU General Public License
10421can be found in `/usr/share/common-licenses/GPL''.
10422
10423Manual Copyright (C) 1992, 1993, 1996, 2002, 2005, 2006, 2007, 2008
10424Free Software Foundation, Inc.
10425
10426Permission is granted to copy, distribute and/or modify this
10427document under the terms of the GNU Free Documentation License,
10428Version 1.2 or any later version published by the Free Software
10429Foundation; with no Invariant Sections, with no Front-Cover Texts,
10430and with no Back-Cover Texts. A copy of the license is included
10431in the section entitled "GNU Free Documentation License".
10432
10433On Debian systems, the complete text of the GNU Free Documentation
10434License can be found in `/usr/share/common-licenses/GFDL''.', '', '', NULL, 114);
916810435
916910436
9170ALTER TABLE sourcepackagerelease ENABLE TRIGGER ALL;10437ALTER TABLE sourcepackagerelease ENABLE TRIGGER ALL;
@@ -9186,6 +10453,21 @@
9186INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (36, 66, 4, 12);10453INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (36, 66, 4, 12);
9187INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (36, 67, 5, 13);10454INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (36, 67, 5, 13);
9188INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (36, 68, 3, 14);10455INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (36, 68, 3, 14);
10456INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (38, 95, 4, 15);
10457INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (38, 96, 5, 16);
10458INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (38, 97, 3, 17);
10459INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (39, 100, 4, 18);
10460INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (39, 101, 5, 19);
10461INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (39, 102, 3, 20);
10462INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (40, 105, 4, 21);
10463INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (40, 106, 5, 22);
10464INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (40, 107, 3, 23);
10465INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (41, 110, 4, 24);
10466INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (41, 111, 5, 25);
10467INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (41, 112, 3, 26);
10468INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (42, 115, 4, 27);
10469INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (42, 116, 5, 28);
10470INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (42, 117, 3, 29);
918910471
919010472
9191ALTER TABLE sourcepackagereleasefile ENABLE TRIGGER ALL;10473ALTER TABLE sourcepackagereleasefile ENABLE TRIGGER ALL;
@@ -9593,6 +10875,7 @@
959310875
9594INSERT 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');10876INSERT 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');
9595INSERT 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');10877INSERT 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');
10878INSERT 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');
959610879
959710880
9598ALTER TABLE sshkey ENABLE TRIGGER ALL;10881ALTER TABLE sshkey ENABLE TRIGGER ALL;
@@ -9754,6 +11037,7 @@
9754INSERT 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');11037INSERT 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');
9755INSERT 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');11038INSERT 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');
9756INSERT 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');11039INSERT 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');
11040INSERT 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');
975711041
975811042
9759ALTER TABLE teammembership ENABLE TRIGGER ALL;11043ALTER TABLE teammembership ENABLE TRIGGER ALL;
@@ -9992,6 +11276,10 @@
9992INSERT INTO teamparticipation (id, team, person) VALUES (250, 243648, 243648);11276INSERT INTO teamparticipation (id, team, person) VALUES (250, 243648, 243648);
9993INSERT INTO teamparticipation (id, team, person) VALUES (251, 243649, 243649);11277INSERT INTO teamparticipation (id, team, person) VALUES (251, 243649, 243649);
9994INSERT INTO teamparticipation (id, team, person) VALUES (252, 243650, 243650);11278INSERT INTO teamparticipation (id, team, person) VALUES (252, 243650, 243650);
11279INSERT INTO teamparticipation (id, team, person) VALUES (253, 243651, 243651);
11280INSERT INTO teamparticipation (id, team, person) VALUES (254, 32, 243651);
11281INSERT INTO teamparticipation (id, team, person) VALUES (255, 17, 243651);
11282INSERT INTO teamparticipation (id, team, person) VALUES (256, 243652, 243652);
999511283
999611284
9997ALTER TABLE teamparticipation ENABLE TRIGGER ALL;11285ALTER TABLE teamparticipation ENABLE TRIGGER ALL;
999811286
=== modified file 'database/sampledata/current.sql'
--- database/sampledata/current.sql 2010-03-26 00:45:36 +0000
+++ database/sampledata/current.sql 2010-03-30 18:45:58 +0000
@@ -775,6 +775,12 @@
775775
776776
777777
778
779
780
781
782
783
778ALTER TABLE account DISABLE TRIGGER ALL;784ALTER TABLE account DISABLE TRIGGER ALL;
779785
780INSERT 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');786INSERT 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');
@@ -986,20 +992,20 @@
986992
987ALTER TABLE archive DISABLE TRIGGER ALL;993ALTER TABLE archive DISABLE TRIGGER ALL;
988994
989INSERT 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);995INSERT 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);
990INSERT 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);996INSERT 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);
991INSERT 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);997INSERT 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);
992INSERT 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);998INSERT 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);
993INSERT 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);999INSERT 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);
994INSERT 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);1000INSERT 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);
995INSERT 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);1001INSERT 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);
996INSERT 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);1002INSERT 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);
997INSERT 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);1003INSERT 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);
998INSERT 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);1004INSERT 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);
999INSERT 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);1005INSERT 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);
1000INSERT 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);1006INSERT 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);
1001INSERT 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);1007INSERT 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);
1002INSERT 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);1008INSERT 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);
10031009
10041010
1005ALTER TABLE archive ENABLE TRIGGER ALL;1011ALTER TABLE archive ENABLE TRIGGER ALL;
@@ -1151,6 +1157,13 @@
1151ALTER TABLE binarypackagerelease ENABLE TRIGGER ALL;1157ALTER TABLE binarypackagerelease ENABLE TRIGGER ALL;
11521158
11531159
1160ALTER TABLE binarypackagereleasedownloadcount DISABLE TRIGGER ALL;
1161
1162
1163
1164ALTER TABLE binarypackagereleasedownloadcount ENABLE TRIGGER ALL;
1165
1166
1154ALTER TABLE bounty DISABLE TRIGGER ALL;1167ALTER TABLE bounty DISABLE TRIGGER ALL;
11551168
1156INSERT 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);1169INSERT 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);
@@ -1697,23 +1710,30 @@
16971710
1698ALTER TABLE bugwatch DISABLE TRIGGER ALL;1711ALTER TABLE bugwatch DISABLE TRIGGER ALL;
16991712
1700INSERT 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);1713INSERT 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);
1701INSERT 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);1714INSERT 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);
1702INSERT 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);1715INSERT 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);
1703INSERT 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);1716INSERT 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);
1704INSERT 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);1717INSERT 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);
1705INSERT 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);1718INSERT 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);
1706INSERT 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);1719INSERT 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);
1707INSERT 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);1720INSERT 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);
1708INSERT 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);1721INSERT 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);
1709INSERT 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);1722INSERT 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);
1710INSERT 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);1723INSERT 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);
1711INSERT 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);1724INSERT 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);
17121725
17131726
1714ALTER TABLE bugwatch ENABLE TRIGGER ALL;1727ALTER TABLE bugwatch ENABLE TRIGGER ALL;
17151728
17161729
1730ALTER TABLE bugwatchactivity DISABLE TRIGGER ALL;
1731
1732
1733
1734ALTER TABLE bugwatchactivity ENABLE TRIGGER ALL;
1735
1736
1717ALTER TABLE build DISABLE TRIGGER ALL;1737ALTER TABLE build DISABLE TRIGGER ALL;
17181738
1719INSERT 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);1739INSERT 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);
@@ -2218,7 +2238,7 @@
22182238
2219ALTER TABLE distribution DISABLE TRIGGER ALL;2239ALTER TABLE distribution DISABLE TRIGGER ALL;
22202240
2221INSERT 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]2241INSERT 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]
2222pendingremovalduration=52242pendingremovalduration=5
2223root=/var/tmp/archive2243root=/var/tmp/archive
2224archiveroot=/var/tmp/archive/ubuntu2244archiveroot=/var/tmp/archive/ubuntu
@@ -2227,21 +2247,21 @@
2227overrideroot=/var/tmp/archive/ubuntu-overrides2247overrideroot=/var/tmp/archive/ubuntu-overrides
2228cacheroot=/var/tmp/archive/ubuntu-cache2248cacheroot=/var/tmp/archive/ubuntu-cache
2229miscroot=/var/tmp/archive/ubuntu-misc2249miscroot=/var/tmp/archive/ubuntu-misc
2230', '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);2250', '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);
2231INSERT 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);2251INSERT 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);
2232INSERT 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 is2252INSERT 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
2233a non commercial distribution of a GNU/Linux Operating System for many2253a non commercial distribution of a GNU/Linux Operating System for many
2234platforms.', 'debian.org', 1, NULL, 'Debian', 'Debian GNU/Linux is2254platforms.', 'debian.org', 1, NULL, 'Debian', 'Debian GNU/Linux is
2235a non commercial distribution of a GNU/Linux Operating System for many2255a non commercial distribution of a GNU/Linux Operating System for many
2236platforms.', 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);2256platforms.', 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);
2237INSERT 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 very2257INSERT 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
2238customizeable GNU/Linux Distribution that is designed to let you build every2258customizeable GNU/Linux Distribution that is designed to let you build every
2239single 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);2259single 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);
2240INSERT 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 Desktop2260INSERT 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
2241Environment as its default desktop after install.', 'kubuntu.org', 1, NULL, 'Kubuntu', 'Kubuntu is an entirely free Linux distribution that uses the K Desktop2261Environment as its default desktop after install.', 'kubuntu.org', 1, NULL, 'Kubuntu', 'Kubuntu is an entirely free Linux distribution that uses the K Desktop
2242Environment 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);2262Environment 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);
2243INSERT 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);2263INSERT 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);
2244INSERT 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]2264INSERT 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]
2245pendingremovalduration=52265pendingremovalduration=5
2246root=/var/tmp/archive2266root=/var/tmp/archive
2247archiveroot=/var/tmp/archive/ubuntutest2267archiveroot=/var/tmp/archive/ubuntutest
@@ -2250,7 +2270,7 @@
2250overrideroot=/var/tmp/archive/ubuntutest-overrides2270overrideroot=/var/tmp/archive/ubuntutest-overrides
2251cacheroot=/var/tmp/archive/ubuntutest-cache2271cacheroot=/var/tmp/archive/ubuntutest-cache
2252miscroot=/var/tmp/archive/ubuntutest-misc2272miscroot=/var/tmp/archive/ubuntutest-misc
2253', '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);
22542274
22552275
2256ALTER TABLE distribution ENABLE TRIGGER ALL;2276ALTER TABLE distribution ENABLE TRIGGER ALL;
@@ -2466,7 +2486,7 @@
2466INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (54, 'rosetta@launchpad.net', 30, 4, '2006-10-16 18:31:43.626521', NULL);2486INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (54, 'rosetta@launchpad.net', 30, 4, '2006-10-16 18:31:43.626521', NULL);
2467INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (55, 'salgado@ubuntu.com', 29, 1, '2006-10-16 18:31:43.626932', 291);2487INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (55, 'salgado@ubuntu.com', 29, 1, '2006-10-16 18:31:43.626932', 291);
2468INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (56, 'cprov@ubuntu.com', 28, 2, '2006-10-16 18:31:43.627318', 281);2488INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (56, 'cprov@ubuntu.com', 28, 2, '2006-10-16 18:31:43.627318', 281);
2469INSERT 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);2489INSERT 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);
2470INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (58, 'karl@canonical.com', 63, 4, '2006-10-16 18:31:43.628123', 631);2490INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (58, 'karl@canonical.com', 63, 4, '2006-10-16 18:31:43.628123', 631);
2471INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (59, 'limi@plone.org', 10, 4, '2006-10-16 18:31:43.628504', 101);2491INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (59, 'limi@plone.org', 10, 4, '2006-10-16 18:31:43.628504', 101);
2472INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (60, 'janitor@launchpad.net', 65, 4, '2006-10-17 23:23:23.232323', 651);2492INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (60, 'janitor@launchpad.net', 65, 4, '2006-10-17 23:23:23.232323', 651);
@@ -3902,6 +3922,80 @@
3902ALTER TABLE logintoken ENABLE TRIGGER ALL;3922ALTER TABLE logintoken ENABLE TRIGGER ALL;
39033923
39043924
3925ALTER TABLE lp_account DISABLE TRIGGER ALL;
3926
3927INSERT INTO lp_account (id, openid_identifier) VALUES (11, 'mark_oid');
3928INSERT INTO lp_account (id, openid_identifier) VALUES (21, 'lifeless_oid');
3929INSERT INTO lp_account (id, openid_identifier) VALUES (31, 'justdave_oid');
3930INSERT INTO lp_account (id, openid_identifier) VALUES (41, 'kamion_oid');
3931INSERT INTO lp_account (id, openid_identifier) VALUES (51, 'keybuk_oid');
3932INSERT INTO lp_account (id, openid_identifier) VALUES (61, 'jdub_oid');
3933INSERT INTO lp_account (id, openid_identifier) VALUES (71, 'spiv_oid');
3934INSERT INTO lp_account (id, openid_identifier) VALUES (81, 'jblack_oid');
3935INSERT INTO lp_account (id, openid_identifier) VALUES (91, 'kiko_oid');
3936INSERT INTO lp_account (id, openid_identifier) VALUES (101, 'limi_oid');
3937INSERT INTO lp_account (id, openid_identifier) VALUES (111, 'stevea_oid');
3938INSERT INTO lp_account (id, openid_identifier) VALUES (121, 'name12_oid');
3939INSERT INTO lp_account (id, openid_identifier) VALUES (131, 'carlos_oid');
3940INSERT INTO lp_account (id, openid_identifier) VALUES (141, 'daf_oid');
3941INSERT INTO lp_account (id, openid_identifier) VALUES (161, 'name16_oid');
3942INSERT INTO lp_account (id, openid_identifier) VALUES (221, 'stub_oid');
3943INSERT INTO lp_account (id, openid_identifier) VALUES (231, 'ddaa_oid');
3944INSERT INTO lp_account (id, openid_identifier) VALUES (261, 'kinnison_oid');
3945INSERT INTO lp_account (id, openid_identifier) VALUES (271, 'debonzi_oid');
3946INSERT INTO lp_account (id, openid_identifier) VALUES (281, 'cprov_oid');
3947INSERT INTO lp_account (id, openid_identifier) VALUES (291, 'salgado_oid');
3948INSERT INTO lp_account (id, openid_identifier) VALUES (331, 'edgar_oid');
3949INSERT INTO lp_account (id, openid_identifier) VALUES (341, 'jvprat_oid');
3950INSERT INTO lp_account (id, openid_identifier) VALUES (351, 'sigurd-ubuntu_oid');
3951INSERT INTO lp_account (id, openid_identifier) VALUES (361, 'skacel_oid');
3952INSERT INTO lp_account (id, openid_identifier) VALUES (371, 'danner_oid');
3953INSERT INTO lp_account (id, openid_identifier) VALUES (381, 'martin-pitt_oid');
3954INSERT INTO lp_account (id, openid_identifier) VALUES (391, 'nsv_oid');
3955INSERT INTO lp_account (id, openid_identifier) VALUES (401, 'callipeo_oid');
3956INSERT INTO lp_account (id, openid_identifier) VALUES (411, 'jorge-gonzalez-gonzalez_oid');
3957INSERT INTO lp_account (id, openid_identifier) VALUES (421, 'barbier_oid');
3958INSERT INTO lp_account (id, openid_identifier) VALUES (431, 'andrelop_oid');
3959INSERT INTO lp_account (id, openid_identifier) VALUES (441, 'valyag_oid');
3960INSERT INTO lp_account (id, openid_identifier) VALUES (451, 'luk-claes_oid');
3961INSERT INTO lp_account (id, openid_identifier) VALUES (461, 'kurem_oid');
3962INSERT INTO lp_account (id, openid_identifier) VALUES (471, 'morten_oid');
3963INSERT INTO lp_account (id, openid_identifier) VALUES (481, 'mpo_oid');
3964INSERT INTO lp_account (id, openid_identifier) VALUES (491, 'kebil_oid');
3965INSERT INTO lp_account (id, openid_identifier) VALUES (501, 'tsukimi_oid');
3966INSERT INTO lp_account (id, openid_identifier) VALUES (511, 'kreutzm_oid');
3967INSERT INTO lp_account (id, openid_identifier) VALUES (521, 'no-priv_oid');
3968INSERT INTO lp_account (id, openid_identifier) VALUES (551, 'marilize_oid');
3969INSERT INTO lp_account (id, openid_identifier) VALUES (561, 'jordi_oid');
3970INSERT INTO lp_account (id, openid_identifier) VALUES (581, 'bug-importer_oid');
3971INSERT INTO lp_account (id, openid_identifier) VALUES (621, 'bug-watch-updater_oid');
3972INSERT INTO lp_account (id, openid_identifier) VALUES (631, 'karl_oid');
3973INSERT INTO lp_account (id, openid_identifier) VALUES (651, 'launchpad-janitor_oid');
3974INSERT INTO lp_account (id, openid_identifier) VALUES (661, 'matsubara_oid');
3975INSERT INTO lp_account (id, openid_identifier) VALUES (671, 'team-membership-janitor_oid');
3976INSERT INTO lp_account (id, openid_identifier) VALUES (681, 'launchpad-beta-owner_oid');
3977INSERT INTO lp_account (id, openid_identifier) VALUES (701, 'former-user_oid');
3978INSERT INTO lp_account (id, openid_identifier) VALUES (2436021, 'no-team-memberships_oid');
3979INSERT INTO lp_account (id, openid_identifier) VALUES (2436031, 'one-membership_oid');
3980INSERT INTO lp_account (id, openid_identifier) VALUES (2436061, 'neMCQNd');
3981INSERT INTO lp_account (id, openid_identifier) VALUES (2436081, 'WQPMHdf');
3982INSERT INTO lp_account (id, openid_identifier) VALUES (2436091, '6w7kmzC');
3983INSERT INTO lp_account (id, openid_identifier) VALUES (2436101, 'cCGE3LA');
3984INSERT INTO lp_account (id, openid_identifier) VALUES (2436111, 'MGWJnTL');
3985INSERT INTO lp_account (id, openid_identifier) VALUES (2436141, '6KHNEe3');
3986INSERT INTO lp_account (id, openid_identifier) VALUES (2436151, 'yEzBPbd');
3987INSERT INTO lp_account (id, openid_identifier) VALUES (2436161, 'R8FpwXd');
3988INSERT INTO lp_account (id, openid_identifier) VALUES (2436171, 'CALDpFr');
3989INSERT INTO lp_account (id, openid_identifier) VALUES (2436221, 'rPwGRk4');
3990INSERT INTO lp_account (id, openid_identifier) VALUES (2436231, 'mTmeENb');
3991INSERT INTO lp_account (id, openid_identifier) VALUES (2436241, 'cF4PNk3');
3992INSERT INTO lp_account (id, openid_identifier) VALUES (2436242, 'GMX7shE');
3993INSERT INTO lp_account (id, openid_identifier) VALUES (2436243, 'kYFxQYP');
3994
3995
3996ALTER TABLE lp_account ENABLE TRIGGER ALL;
3997
3998
3905ALTER TABLE lp_person DISABLE TRIGGER ALL;3999ALTER TABLE lp_person DISABLE TRIGGER ALL;
39064000
3907INSERT 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);4001INSERT 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);
@@ -8051,31 +8145,31 @@
80518145
8052ALTER TABLE product DISABLE TRIGGER ALL;8146ALTER TABLE product DISABLE TRIGGER ALL;
80538147
8054INSERT 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);8148INSERT 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);
8055INSERT 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);8149INSERT 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);
8056INSERT 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);8150INSERT 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);
8057INSERT 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);8151INSERT 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);
8058INSERT 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.8152INSERT 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.
80598153
8060The 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);8154The 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);
8061INSERT 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);8155INSERT 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);
8062INSERT 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);8156INSERT 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);
8063INSERT 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);8157INSERT 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);
8064INSERT 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.8158INSERT 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.
80658159
8066The 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);8160The 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);
8067INSERT 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);8161INSERT 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);
8068INSERT 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);8162INSERT 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);
8069INSERT 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);8163INSERT 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);
8070INSERT 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);8164INSERT 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);
8071INSERT 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);8165INSERT 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);
8072INSERT 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);8166INSERT 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);
8073INSERT 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.8167INSERT 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.
80748168
8075The 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);8169The 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);
8076INSERT 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);8170INSERT 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);
8077INSERT 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);8171INSERT 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);
8078INSERT 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.8172INSERT 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.
80798173
8080With aptoncd you can:8174With aptoncd you can:
8081* Create a CD/DVD with all downloaded packages8175* Create a CD/DVD with all downloaded packages
@@ -8084,23 +8178,23 @@
8084* Upgrade a lot of computers with same DVD8178* Upgrade a lot of computers with same DVD
8085* And more is expected...8179* And more is expected...
80868180
8087In 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);8181In 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);
8088INSERT 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);8182INSERT 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);
8089INSERT 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.8183INSERT 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.
80908184
8091Distributed 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);8185Distributed 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);
8092INSERT 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);8186INSERT 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);
8093INSERT 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:8187INSERT 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:
80948188
8095 * Derby has a small footprint -- about 2 megabytes for the base engine and embedded JDBC driver.8189 * Derby has a small footprint -- about 2 megabytes for the base engine and embedded JDBC driver.
8096 * Derby is based on the Java, JDBC, and SQL standards.8190 * Derby is based on the Java, JDBC, and SQL standards.
8097 * Derby provides an embedded JDBC driver that lets you embed Derby in any Java-based solution.8191 * Derby provides an embedded JDBC driver that lets you embed Derby in any Java-based solution.
8098 * Derby also supports the more familiar client/server mode with the Derby Network Client JDBC driver and Derby Network Server.8192 * Derby also supports the more familiar client/server mode with the Derby Network Client JDBC driver and Derby Network Server.
8099 * Derby is easy to install, deploy, and use.8193 * Derby is easy to install, deploy, and use.
8100', '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);8194', '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);
8101INSERT 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);8195INSERT 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);
8102INSERT 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);8196INSERT 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);
8103INSERT 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);8197INSERT 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);
81048198
81058199
8106ALTER TABLE product ENABLE TRIGGER ALL;8200ALTER TABLE product ENABLE TRIGGER ALL;
@@ -8384,24 +8478,24 @@
83848478
8385ALTER TABLE project DISABLE TRIGGER ALL;8479ALTER TABLE project DISABLE TRIGGER ALL;
83868480
8387INSERT 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);8481INSERT 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);
8388INSERT 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);8482INSERT 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);
8389INSERT 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);8483INSERT 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);
8390INSERT 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.8484INSERT 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.
83918485
8392The 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.8486The 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.
83938487
8394Organisationally, 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);8488Organisationally, 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);
8395INSERT 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.8489INSERT 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.
83968490
8397Gnome 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);8491Gnome 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);
8398INSERT 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);8492INSERT 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);
8399INSERT 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.8493INSERT 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.
84008494
8401It 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);8495It 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);
8402INSERT 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.8496INSERT 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.
84038497
8404The 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);8498The 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);
84058499
84068500
8407ALTER TABLE project ENABLE TRIGGER ALL;8501ALTER TABLE project ENABLE TRIGGER ALL;
@@ -8979,29 +9073,29 @@
89799073
8980ALTER TABLE sourcepackagerelease DISABLE TRIGGER ALL;9074ALTER TABLE sourcepackagerelease DISABLE TRIGGER ALL;
89819075
8982INSERT 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);9076INSERT 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);
8983INSERT 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);9077INSERT 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);
8984INSERT 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);9078INSERT 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);
8985INSERT 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);9079INSERT 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);
8986INSERT 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=low9080INSERT 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
89879081
8988 * Fix description (Malone #1)9082 * Fix description (Malone #1)
8989 * Fix debian (Debian #2000)9083 * Fix debian (Debian #2000)
8990 * Fix warty (Warty Ubuntu #1)9084 * Fix warty (Warty Ubuntu #1)
89919085
8992 -- 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);9086 -- 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);
8993INSERT 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);9087INSERT 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);
8994INSERT 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=low9088INSERT 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
89959089
8996 * Placeholder9090 * Placeholder
89979091
8998 -- 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);9092 -- 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);
8999INSERT 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=low9093INSERT 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
90009094
9001 * Placeholder9095 * Placeholder
90029096
9003 -- 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);9097 -- 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);
9004INSERT 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=low9098INSERT 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
90059099
9006 * Placeholder9100 * Placeholder
9007 LP: #109101 LP: #10
@@ -9010,22 +9104,22 @@
9010 LP: #7, #8,9104 LP: #7, #8,
9011 #119105 #11
90129106
9013 -- 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);9107 -- 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,
9014INSERT 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);
9015INSERT 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