[Collab-qa-commits] r1135 - buildstat/trunk/buildstat-server

goneri at alioth.debian.org goneri at alioth.debian.org
Mon Aug 25 21:33:30 UTC 2008


Author: goneri
Date: 2008-08-25 21:33:29 +0000 (Mon, 25 Aug 2008)
New Revision: 1135

Modified:
   buildstat/trunk/buildstat-server/schema-pg.sql
Log:
new SQL dump, remove the team table

Modified: buildstat/trunk/buildstat-server/schema-pg.sql
===================================================================
--- buildstat/trunk/buildstat-server/schema-pg.sql	2008-08-25 21:29:06 UTC (rev 1134)
+++ buildstat/trunk/buildstat-server/schema-pg.sql	2008-08-25 21:33:29 UTC (rev 1135)
@@ -10,167 +10,10 @@
 
 SET search_path = public, pg_catalog;
 
-ALTER TABLE ONLY public.repositoryentry DROP CONSTRAINT repositoryentry_sourcepackage_id_fkey;
-ALTER TABLE ONLY public.repositoryentry DROP CONSTRAINT repositoryentry_repository_id_fkey;
-ALTER TABLE ONLY public.repositoryentry_maintainer DROP CONSTRAINT repositoryentry_maintainer_repositoryentry_id_fkey;
-ALTER TABLE ONLY public.repositoryentry DROP CONSTRAINT repositoryentry_changelogentry_id_fkey;
-ALTER TABLE ONLY public.repository DROP CONSTRAINT repository_vcs_id_fkey;
-ALTER TABLE ONLY public.repository DROP CONSTRAINT repository_team_id_fkey;
-ALTER TABLE ONLY public.qajob DROP CONSTRAINT qajob_qatool_id_fkey;
-ALTER TABLE ONLY public.qajob_qatag DROP CONSTRAINT qajob_qatag_qatag_fkey;
-ALTER TABLE ONLY public.qajob_qatag DROP CONSTRAINT qajob_qatag_qajob_id_fkey;
-ALTER TABLE ONLY public.qajob DROP CONSTRAINT qajob_qastatus_id_fkey;
-ALTER TABLE ONLY public.qajob DROP CONSTRAINT qajob_changelogentry_id_fkey;
-ALTER TABLE ONLY public.changelogentry DROP CONSTRAINT changelogentry_tarball_id_fkey;
-ALTER TABLE ONLY public.changelogentry_bug DROP CONSTRAINT changelogentry_bug_changelogentry_id_fkey;
-ALTER TABLE ONLY public.changelogentry_bug DROP CONSTRAINT changelogentry_bug_bug_id_fkey;
-ALTER TABLE ONLY public.changelogentry DROP CONSTRAINT changelog_repositoryentry_id_fkey;
-ALTER TABLE ONLY public.changelogentry DROP CONSTRAINT changelog_aliothlogin_id_fkey;
-ALTER TABLE ONLY public.build DROP CONSTRAINT build_repositoryentry_id_fkey;
-ALTER TABLE ONLY public.build_deb DROP CONSTRAINT build_deb_deb_id_fkey;
-ALTER TABLE ONLY public.build_deb DROP CONSTRAINT build_deb_build_id_fkey;
-ALTER TABLE ONLY public.build_deb DROP CONSTRAINT build_deb_arch_id_fkey;
-ALTER TABLE ONLY public.build DROP CONSTRAINT build_changelogentry_id_fkey;
-ALTER TABLE ONLY public.bugmerged DROP CONSTRAINT bugmerged_bug2_id_fkey;
-ALTER TABLE ONLY public.bugmerged DROP CONSTRAINT bugmerged_bug1_id_fkey;
-ALTER TABLE ONLY public.bug DROP CONSTRAINT bug_sourcepackage_id_fkey;
-ALTER TABLE ONLY public.bug_bugtag DROP CONSTRAINT bug_bugtag_bugtag_id_fkey;
-ALTER TABLE ONLY public.bug_bugtag DROP CONSTRAINT bug_bugtag_bug_id_fkey;
-ALTER TABLE ONLY public.bug DROP CONSTRAINT bug_bugseverity_id_fkey;
-ALTER TABLE ONLY public.binarypackage_build DROP CONSTRAINT binarypackage_build_build_id_fkey1;
-ALTER TABLE ONLY public.binarypackage_build DROP CONSTRAINT binarypackage_build_build_id_fkey;
-ALTER TABLE ONLY public.binarypackage_build DROP CONSTRAINT binarypackage_build_binarypackage_id_fkey;
-ALTER TABLE ONLY public.userlogin DROP CONSTRAINT aliothlogin_maintainer_id_fkey;
-ALTER TABLE ONLY public.build DROP CONSTRAINT "$3";
-ALTER TABLE ONLY public.build DROP CONSTRAINT "$2";
-ALTER TABLE ONLY public.repositoryentry_maintainer DROP CONSTRAINT "$2";
-ALTER TABLE ONLY public.host DROP CONSTRAINT "$1";
-DROP INDEX public.arch_arch_name;
-ALTER TABLE ONLY public.vcs DROP CONSTRAINT vcs_pkey;
-ALTER TABLE ONLY public.vcs DROP CONSTRAINT vcs_name_key;
-ALTER TABLE ONLY public.team DROP CONSTRAINT team_pkey;
-ALTER TABLE ONLY public.tarball DROP CONSTRAINT tarball_pkey;
-ALTER TABLE ONLY public.sourcepackage DROP CONSTRAINT sourcepackage_pkey;
-ALTER TABLE ONLY public.repositoryentry DROP CONSTRAINT repositoryentry_pkey;
-ALTER TABLE ONLY public.repositoryentry_maintainer DROP CONSTRAINT repositoryentry_maintainer_pkey;
-ALTER TABLE ONLY public.repository DROP CONSTRAINT repository_pkey;
-ALTER TABLE ONLY public.qatool DROP CONSTRAINT qatool_pkey;
-ALTER TABLE ONLY public.qatag DROP CONSTRAINT qatag_pkey;
-ALTER TABLE ONLY public.qastatus DROP CONSTRAINT qastatus_pkey;
-ALTER TABLE ONLY public.qajob_qatag DROP CONSTRAINT qajob_qatag_pkey;
-ALTER TABLE ONLY public.qajob DROP CONSTRAINT qajob_pkey;
-ALTER TABLE ONLY public.maintainer DROP CONSTRAINT maintainer_pkey;
-ALTER TABLE ONLY public.host DROP CONSTRAINT host_pkey;
-ALTER TABLE ONLY public.deb DROP CONSTRAINT deb_pkey;
-ALTER TABLE ONLY public.changelogentry_bug DROP CONSTRAINT changelogentry_bug_pkey;
-ALTER TABLE ONLY public.changelogentry_bug DROP CONSTRAINT changelogentry_bug_changelogentry_id_key;
-ALTER TABLE ONLY public.changelogentry DROP CONSTRAINT changelog_pkey;
-ALTER TABLE ONLY public.build DROP CONSTRAINT build_pkey;
-ALTER TABLE ONLY public.build_deb DROP CONSTRAINT build_deb_pkey;
-ALTER TABLE ONLY public.bugtag DROP CONSTRAINT bugtag_pkey;
-ALTER TABLE ONLY public.bugtag DROP CONSTRAINT bugtag_name_key;
-ALTER TABLE ONLY public.bugseverity DROP CONSTRAINT bugseverity_pkey;
-ALTER TABLE ONLY public.bugmerged DROP CONSTRAINT bugmerged_pkey;
-ALTER TABLE ONLY public.bug DROP CONSTRAINT bug_pkey;
-ALTER TABLE ONLY public.bug_bugtag DROP CONSTRAINT bug_bugtag_pkey;
-ALTER TABLE ONLY public.binarypackage DROP CONSTRAINT binarypackage_pkey;
-ALTER TABLE ONLY public.binarypackage_build DROP CONSTRAINT binarypackage_build_pkey;
-ALTER TABLE ONLY public.arch DROP CONSTRAINT arch_pkey;
-ALTER TABLE ONLY public.arch DROP CONSTRAINT arch_arch_key;
-ALTER TABLE ONLY public.userlogin DROP CONSTRAINT aliothlogin_pkey;
-ALTER TABLE public.bugtag ALTER COLUMN id DROP DEFAULT;
-ALTER TABLE public.bugmerged ALTER COLUMN id DROP DEFAULT;
-ALTER TABLE public.bug_bugtag ALTER COLUMN id DROP DEFAULT;
-DROP SEQUENCE public.qatool_description_seq;
-DROP SEQUENCE public.qalog_id_seq;
-DROP SEQUENCE public.lintian_id_seq;
-DROP SEQUENCE public.linda_id_seq;
-DROP SEQUENCE public.deb_build_id_seq;
-DROP SEQUENCE public.bugtag_id_seq;
-DROP SEQUENCE public.bugmerged_id_seq;
-DROP SEQUENCE public.bug_bugtag_id_seq;
-DROP FUNCTION public.lintianerrcount(integer);
-DROP FUNCTION public.lintiancount(integer);
-DROP FUNCTION public.lindaerrcount(integer);
-DROP FUNCTION public.lindacount(integer);
-DROP VIEW public.viewtobuild;
-DROP VIEW public.viewpackagelist;
-DROP TABLE public.vcs;
-DROP SEQUENCE public.vcs_id_seq;
-DROP TABLE public.userlogin;
-DROP SEQUENCE public.userlogin_id_seq;
-DROP TABLE public.team;
-DROP SEQUENCE public.team_id_seq;
-DROP TABLE public.tarball;
-DROP SEQUENCE public.tarball_id_seq;
-DROP TABLE public.sourcepackage;
-DROP SEQUENCE public.sourcepackage_id_seq;
-DROP TABLE public.repositoryentry_maintainer;
-DROP TABLE public.repositoryentry;
-DROP SEQUENCE public.repositoryentry_id_seq;
-DROP TABLE public.repository;
-DROP SEQUENCE public.repository_vcs_id_seq;
-DROP SEQUENCE public.repository_id_seq;
-DROP TABLE public.qatool;
-DROP SEQUENCE public.qatool_version_seq;
-DROP SEQUENCE public.qatool_id_seq;
-DROP TABLE public.qatag;
-DROP SEQUENCE public.qatag_id_seq;
-DROP TABLE public.qastatus;
-DROP SEQUENCE public.qastatus_id_seq;
-DROP TABLE public.qajob_qatag;
-DROP SEQUENCE public.qajob_qatag_id_seq;
-DROP TABLE public.qajob;
-DROP SEQUENCE public.qajob_id_seq;
-DROP TABLE public.maintainer;
-DROP SEQUENCE public.maintainer_id_seq;
-DROP TABLE public.host;
-DROP SEQUENCE public.host_id_seq;
-DROP TABLE public.deb;
-DROP SEQUENCE public.deb_id_seq;
-DROP TABLE public.changelogentry_bug;
-DROP SEQUENCE public.changelogentry_bug_id_seq;
-DROP TABLE public.changelogentry;
-DROP SEQUENCE public.changelogentry_id_seq;
-DROP TABLE public.build_deb;
-DROP SEQUENCE public.build_deb_id_seq;
-DROP TABLE public.build;
-DROP SEQUENCE public.build_id_seq;
-DROP TABLE public.bugtag;
-DROP TABLE public.bugseverity;
-DROP SEQUENCE public.bugseverity_id_seq;
-DROP TABLE public.bugmerged;
-DROP TABLE public.bug_bugtag;
-DROP TABLE public.bug;
-DROP TABLE public.binarypackage_build;
-DROP SEQUENCE public.binarypackage_build_id_seq;
-DROP TABLE public.binarypackage;
-DROP SEQUENCE public.binarypackage_id_seq;
-DROP TABLE public.arch;
-DROP SEQUENCE public.arch_id_seq;
-DROP SCHEMA public;
 --
--- Name: public; Type: SCHEMA; Schema: -; Owner: postgres
+-- Name: arch_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
-CREATE SCHEMA public;
-
-
-ALTER SCHEMA public OWNER TO postgres;
-
---
--- Name: SCHEMA public; Type: COMMENT; Schema: -; Owner: postgres
---
-
-COMMENT ON SCHEMA public IS 'Standard public schema';
-
-
-SET search_path = public, pg_catalog;
-
---
--- Name: arch_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
---
-
 CREATE SEQUENCE arch_id_seq
     INCREMENT BY 1
     NO MAXVALUE
@@ -178,21 +21,14 @@
     CACHE 1;
 
 
-ALTER TABLE public.arch_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.arch_id_seq OWNER TO buildstat;
 
---
--- Name: arch_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('arch_id_seq', 6, true);
-
-
 SET default_tablespace = '';
 
 SET default_with_oids = false;
 
 --
--- Name: arch; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: arch; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 CREATE TABLE arch (
@@ -201,10 +37,10 @@
 );
 
 
-ALTER TABLE public.arch OWNER TO svnbuildstat;
+ALTER TABLE public.arch OWNER TO buildstat;
 
 --
--- Name: binarypackage_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+-- Name: binarypackage_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
 CREATE SEQUENCE binarypackage_id_seq
@@ -215,36 +51,29 @@
     CACHE 1;
 
 
-ALTER TABLE public.binarypackage_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.binarypackage_id_seq OWNER TO buildstat;
 
 --
--- Name: binarypackage_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: binarypackage; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
-SELECT pg_catalog.setval('binarypackage_id_seq', 1, false);
-
-
---
--- Name: binarypackage; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
---
-
 CREATE TABLE binarypackage (
     id integer DEFAULT nextval('binarypackage_id_seq'::regclass) NOT NULL,
     name text NOT NULL
 );
 
 
-ALTER TABLE public.binarypackage OWNER TO svnbuildstat;
+ALTER TABLE public.binarypackage OWNER TO buildstat;
 
 --
--- Name: TABLE binarypackage; Type: COMMENT; Schema: public; Owner: svnbuildstat
+-- Name: TABLE binarypackage; Type: COMMENT; Schema: public; Owner: buildstat
 --
 
 COMMENT ON TABLE binarypackage IS 'Binary repositoryentrys';
 
 
 --
--- Name: binarypackage_build_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+-- Name: binarypackage_build_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
 CREATE SEQUENCE binarypackage_build_id_seq
@@ -255,19 +84,12 @@
     CACHE 1;
 
 
-ALTER TABLE public.binarypackage_build_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.binarypackage_build_id_seq OWNER TO buildstat;
 
 --
--- Name: binarypackage_build_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: binarypackage_build; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
-SELECT pg_catalog.setval('binarypackage_build_id_seq', 1, false);
-
-
---
--- Name: binarypackage_build; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
---
-
 CREATE TABLE binarypackage_build (
     id integer DEFAULT nextval('binarypackage_build_id_seq'::regclass) NOT NULL,
     binarypackage_id integer NOT NULL,
@@ -275,24 +97,25 @@
 );
 
 
-ALTER TABLE public.binarypackage_build OWNER TO svnbuildstat;
+ALTER TABLE public.binarypackage_build OWNER TO buildstat;
 
 --
--- Name: bug; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: bug; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 CREATE TABLE bug (
     id integer NOT NULL,
     bugseverity_id integer,
     name text,
-    sourcepackage_id integer
+    sourcepackage_id integer,
+    bugstate_id integer NOT NULL
 );
 
 
-ALTER TABLE public.bug OWNER TO svnbuildstat;
+ALTER TABLE public.bug OWNER TO buildstat;
 
 --
--- Name: bug_bugtag; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: bug_bugtag; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 CREATE TABLE bug_bugtag (
@@ -302,10 +125,10 @@
 );
 
 
-ALTER TABLE public.bug_bugtag OWNER TO svnbuildstat;
+ALTER TABLE public.bug_bugtag OWNER TO buildstat;
 
 --
--- Name: bugmerged; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: bugmerged; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 CREATE TABLE bugmerged (
@@ -315,24 +138,24 @@
 );
 
 
-ALTER TABLE public.bugmerged OWNER TO svnbuildstat;
+ALTER TABLE public.bugmerged OWNER TO buildstat;
 
 --
--- Name: COLUMN bugmerged.bug1_id; Type: COMMENT; Schema: public; Owner: svnbuildstat
+-- Name: COLUMN bugmerged.bug1_id; Type: COMMENT; Schema: public; Owner: buildstat
 --
 
 COMMENT ON COLUMN bugmerged.bug1_id IS 'the smallestbugnum';
 
 
 --
--- Name: COLUMN bugmerged.bug2_id; Type: COMMENT; Schema: public; Owner: svnbuildstat
+-- Name: COLUMN bugmerged.bug2_id; Type: COMMENT; Schema: public; Owner: buildstat
 --
 
 COMMENT ON COLUMN bugmerged.bug2_id IS 'the bigger bugnum';
 
 
 --
--- Name: bugseverity_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+-- Name: bugseverity_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
 CREATE SEQUENCE bugseverity_id_seq
@@ -342,29 +165,35 @@
     CACHE 1;
 
 
-ALTER TABLE public.bugseverity_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.bugseverity_id_seq OWNER TO buildstat;
 
 --
--- Name: bugseverity_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: bugseverity; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
-SELECT pg_catalog.setval('bugseverity_id_seq', 7, true);
+CREATE TABLE bugseverity (
+    id integer DEFAULT nextval('bugseverity_id_seq'::regclass) NOT NULL,
+    name text,
+    isreleasecritic boolean DEFAULT false
+);
 
 
+ALTER TABLE public.bugseverity OWNER TO buildstat;
+
 --
--- Name: bugseverity; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: bugstate; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
-CREATE TABLE bugseverity (
-    id integer DEFAULT nextval('bugseverity_id_seq'::regclass) NOT NULL,
-    name text
+CREATE TABLE bugstate (
+    id integer NOT NULL,
+    name text NOT NULL
 );
 
 
-ALTER TABLE public.bugseverity OWNER TO svnbuildstat;
+ALTER TABLE public.bugstate OWNER TO buildstat;
 
 --
--- Name: bugtag; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: bugtag; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 CREATE TABLE bugtag (
@@ -373,10 +202,10 @@
 );
 
 
-ALTER TABLE public.bugtag OWNER TO svnbuildstat;
+ALTER TABLE public.bugtag OWNER TO buildstat;
 
 --
--- Name: build_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+-- Name: build_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
 CREATE SEQUENCE build_id_seq
@@ -386,25 +215,17 @@
     CACHE 1;
 
 
-ALTER TABLE public.build_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.build_id_seq OWNER TO buildstat;
 
 --
--- Name: build_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: build; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
-SELECT pg_catalog.setval('build_id_seq', 135, true);
-
-
---
--- Name: build; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
---
-
 CREATE TABLE build (
     id integer DEFAULT nextval('build_id_seq'::regclass) NOT NULL,
-    repositoryentry_id integer,
     svndebrelease text,
     host_id integer,
-    buildisok boolean DEFAULT false,
+    isbuildok boolean,
     duration integer,
     arch_id integer,
     "time" timestamp without time zone,
@@ -414,31 +235,24 @@
 );
 
 
-ALTER TABLE public.build OWNER TO svnbuildstat;
+ALTER TABLE public.build OWNER TO buildstat;
 
 --
--- Name: COLUMN build.repositoryentry_id; Type: COMMENT; Schema: public; Owner: svnbuildstat
+-- Name: COLUMN build.svndebrelease; Type: COMMENT; Schema: public; Owner: buildstat
 --
 
-COMMENT ON COLUMN build.repositoryentry_id IS 'deprecated, use changelogentry_id instead';
-
-
---
--- Name: COLUMN build.svndebrelease; Type: COMMENT; Schema: public; Owner: svnbuildstat
---
-
 COMMENT ON COLUMN build.svndebrelease IS 'deprecated, use changelogentry_id instead';
 
 
 --
--- Name: COLUMN build.changelog; Type: COMMENT; Schema: public; Owner: svnbuildstat
+-- Name: COLUMN build.changelog; Type: COMMENT; Schema: public; Owner: buildstat
 --
 
 COMMENT ON COLUMN build.changelog IS 'rcs log since the previous builded revision';
 
 
 --
--- Name: build_deb_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+-- Name: build_deb_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
 CREATE SEQUENCE build_deb_id_seq
@@ -448,19 +262,12 @@
     CACHE 1;
 
 
-ALTER TABLE public.build_deb_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.build_deb_id_seq OWNER TO buildstat;
 
 --
--- Name: build_deb_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: build_deb; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
-SELECT pg_catalog.setval('build_deb_id_seq', 44, true);
-
-
---
--- Name: build_deb; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
---
-
 CREATE TABLE build_deb (
     id integer DEFAULT nextval('build_deb_id_seq'::regclass) NOT NULL,
     deb_id integer NOT NULL,
@@ -469,10 +276,10 @@
 );
 
 
-ALTER TABLE public.build_deb OWNER TO svnbuildstat;
+ALTER TABLE public.build_deb OWNER TO buildstat;
 
 --
--- Name: changelogentry_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+-- Name: changelogentry_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
 CREATE SEQUENCE changelogentry_id_seq
@@ -482,19 +289,12 @@
     CACHE 1;
 
 
-ALTER TABLE public.changelogentry_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.changelogentry_id_seq OWNER TO buildstat;
 
 --
--- Name: changelogentry_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: changelogentry; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
-SELECT pg_catalog.setval('changelogentry_id_seq', 35763, true);
-
-
---
--- Name: changelogentry; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
---
-
 CREATE TABLE changelogentry (
     id integer DEFAULT nextval('changelogentry_id_seq'::regclass) NOT NULL,
     userlogin_id integer,
@@ -516,17 +316,17 @@
 );
 
 
-ALTER TABLE public.changelogentry OWNER TO svnbuildstat;
+ALTER TABLE public.changelogentry OWNER TO buildstat;
 
 --
--- Name: TABLE changelogentry; Type: COMMENT; Schema: public; Owner: svnbuildstat
+-- Name: TABLE changelogentry; Type: COMMENT; Schema: public; Owner: buildstat
 --
 
 COMMENT ON TABLE changelogentry IS 'If there is a vcs, the changelog entry of the vcs, else directly the content of the debian/changelog';
 
 
 --
--- Name: changelogentry_bug_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+-- Name: changelogentry_bug_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
 CREATE SEQUENCE changelogentry_bug_id_seq
@@ -536,19 +336,12 @@
     CACHE 1;
 
 
-ALTER TABLE public.changelogentry_bug_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.changelogentry_bug_id_seq OWNER TO buildstat;
 
 --
--- Name: changelogentry_bug_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: changelogentry_bug; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
-SELECT pg_catalog.setval('changelogentry_bug_id_seq', 1451, true);
-
-
---
--- Name: changelogentry_bug; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
---
-
 CREATE TABLE changelogentry_bug (
     id integer DEFAULT nextval('changelogentry_bug_id_seq'::regclass) NOT NULL,
     changelogentry_id integer NOT NULL,
@@ -556,10 +349,10 @@
 );
 
 
-ALTER TABLE public.changelogentry_bug OWNER TO svnbuildstat;
+ALTER TABLE public.changelogentry_bug OWNER TO buildstat;
 
 --
--- Name: deb_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+-- Name: deb_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
 CREATE SEQUENCE deb_id_seq
@@ -569,36 +362,29 @@
     CACHE 1;
 
 
-ALTER TABLE public.deb_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.deb_id_seq OWNER TO buildstat;
 
 --
--- Name: deb_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: deb; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
-SELECT pg_catalog.setval('deb_id_seq', 44, true);
-
-
---
--- Name: deb; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
---
-
 CREATE TABLE deb (
     id integer DEFAULT nextval('deb_id_seq'::regclass) NOT NULL,
     name text NOT NULL
 );
 
 
-ALTER TABLE public.deb OWNER TO svnbuildstat;
+ALTER TABLE public.deb OWNER TO buildstat;
 
 --
--- Name: TABLE deb; Type: COMMENT; Schema: public; Owner: svnbuildstat
+-- Name: TABLE deb; Type: COMMENT; Schema: public; Owner: buildstat
 --
 
 COMMENT ON TABLE deb IS 'Binary repositoryentrys';
 
 
 --
--- Name: host_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+-- Name: host_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
 CREATE SEQUENCE host_id_seq
@@ -608,19 +394,12 @@
     CACHE 1;
 
 
-ALTER TABLE public.host_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.host_id_seq OWNER TO buildstat;
 
 --
--- Name: host_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: host; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
-SELECT pg_catalog.setval('host_id_seq', 4, true);
-
-
---
--- Name: host; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
---
-
 CREATE TABLE host (
     id integer DEFAULT nextval('host_id_seq'::regclass) NOT NULL,
     name text,
@@ -631,10 +410,10 @@
 );
 
 
-ALTER TABLE public.host OWNER TO svnbuildstat;
+ALTER TABLE public.host OWNER TO buildstat;
 
 --
--- Name: maintainer_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+-- Name: maintainer_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
 CREATE SEQUENCE maintainer_id_seq
@@ -644,167 +423,115 @@
     CACHE 1;
 
 
-ALTER TABLE public.maintainer_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.maintainer_id_seq OWNER TO buildstat;
 
 --
--- Name: maintainer_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: maintainer; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
-SELECT pg_catalog.setval('maintainer_id_seq', 1257, true);
-
-
---
--- Name: maintainer; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
---
-
 CREATE TABLE maintainer (
     id integer DEFAULT nextval('maintainer_id_seq'::regclass) NOT NULL,
     email text,
-    name text
+    name text,
+    isateam boolean DEFAULT false
 );
 
 
-ALTER TABLE public.maintainer OWNER TO svnbuildstat;
+ALTER TABLE public.maintainer OWNER TO buildstat;
 
 --
--- Name: qajob_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+-- Name: qajob_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
 CREATE SEQUENCE qajob_id_seq
-    START WITH 1
     INCREMENT BY 1
     NO MAXVALUE
     NO MINVALUE
     CACHE 1;
 
 
-ALTER TABLE public.qajob_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.qajob_id_seq OWNER TO buildstat;
 
 --
--- Name: qajob_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: qajob; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
-SELECT pg_catalog.setval('qajob_id_seq', 1, false);
-
-
---
--- Name: qajob; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
---
-
 CREATE TABLE qajob (
     id integer DEFAULT nextval('qajob_id_seq'::regclass) NOT NULL,
     qatool_id integer NOT NULL,
-    qastatus_id integer NOT NULL,
     changelogentry_id integer NOT NULL,
     lastjobstart timestamp without time zone,
-    date timestamp without time zone
+    date timestamp without time zone,
+    build_id integer,
+    cookie integer,
+    islogpresent boolean DEFAULT false NOT NULL
 );
 
 
-ALTER TABLE public.qajob OWNER TO svnbuildstat;
+ALTER TABLE public.qajob OWNER TO buildstat;
 
 --
--- Name: qajob_qatag_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+-- Name: COLUMN qajob.build_id; Type: COMMENT; Schema: public; Owner: buildstat
 --
 
-CREATE SEQUENCE qajob_qatag_id_seq
-    START WITH 1
-    INCREMENT BY 1
-    NO MAXVALUE
-    NO MINVALUE
-    CACHE 1;
+COMMENT ON COLUMN qajob.build_id IS 'null is the check is against the source package';
 
 
-ALTER TABLE public.qajob_qatag_id_seq OWNER TO svnbuildstat;
-
 --
--- Name: qajob_qatag_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: qaresultentry; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
-SELECT pg_catalog.setval('qajob_qatag_id_seq', 1, false);
-
-
---
--- Name: qajob_qatag; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
---
-
-CREATE TABLE qajob_qatag (
-    id integer DEFAULT nextval('qajob_qatag_id_seq'::regclass) NOT NULL,
-    qajob_id integer,
-    qatag_id integer
+CREATE TABLE qaresultentry (
+    id integer NOT NULL,
+    qatag_id integer,
+    text text,
+    qajob_id integer NOT NULL,
+    qaseverity_id integer NOT NULL
 );
 
 
-ALTER TABLE public.qajob_qatag OWNER TO svnbuildstat;
+ALTER TABLE public.qaresultentry OWNER TO buildstat;
 
 --
--- Name: qastatus_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+-- Name: qaseverity; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
-CREATE SEQUENCE qastatus_id_seq
-    START WITH 1
-    INCREMENT BY 1
-    NO MAXVALUE
-    NO MINVALUE
-    CACHE 1;
-
-
-ALTER TABLE public.qastatus_id_seq OWNER TO svnbuildstat;
-
---
--- Name: qastatus_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('qastatus_id_seq', 1, false);
-
-
---
--- Name: qastatus; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
---
-
-CREATE TABLE qastatus (
-    id integer DEFAULT nextval('qastatus_id_seq'::regclass) NOT NULL,
-    name text
+CREATE TABLE qaseverity (
+    id integer NOT NULL,
+    letter character(1) NOT NULL
 );
 
 
-ALTER TABLE public.qastatus OWNER TO svnbuildstat;
+ALTER TABLE public.qaseverity OWNER TO buildstat;
 
 --
--- Name: qatag_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+-- Name: qatag_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
 CREATE SEQUENCE qatag_id_seq
-    START WITH 1
     INCREMENT BY 1
     NO MAXVALUE
     NO MINVALUE
     CACHE 1;
 
 
-ALTER TABLE public.qatag_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.qatag_id_seq OWNER TO buildstat;
 
 --
--- Name: qatag_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: qatag; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
-SELECT pg_catalog.setval('qatag_id_seq', 1, false);
-
-
---
--- Name: qatag; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
---
-
 CREATE TABLE qatag (
     id integer DEFAULT nextval('qatag_id_seq'::regclass) NOT NULL,
-    name text
+    name text,
+    isignored boolean DEFAULT false
 );
 
 
-ALTER TABLE public.qatag OWNER TO svnbuildstat;
+ALTER TABLE public.qatag OWNER TO buildstat;
 
 --
--- Name: qatool_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+-- Name: qatool_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
 CREATE SEQUENCE qatool_id_seq
@@ -814,58 +541,30 @@
     CACHE 1;
 
 
-ALTER TABLE public.qatool_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.qatool_id_seq OWNER TO buildstat;
 
 --
--- Name: qatool_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: qatool; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
-SELECT pg_catalog.setval('qatool_id_seq', 3, true);
-
-
---
--- Name: qatool_version_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
---
-
-CREATE SEQUENCE qatool_version_seq
-    INCREMENT BY 1
-    NO MAXVALUE
-    NO MINVALUE
-    CACHE 1;
-
-
-ALTER TABLE public.qatool_version_seq OWNER TO svnbuildstat;
-
---
--- Name: qatool_version_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('qatool_version_seq', 1, true);
-
-
---
--- Name: qatool; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
---
-
 CREATE TABLE qatool (
     id integer DEFAULT nextval('qatool_id_seq'::regclass) NOT NULL,
     name text,
-    version integer DEFAULT nextval('qatool_version_seq'::regclass) NOT NULL,
     description text
 );
 
 
-ALTER TABLE public.qatool OWNER TO svnbuildstat;
+ALTER TABLE public.qatool OWNER TO buildstat;
 
 --
--- Name: TABLE qatool; Type: COMMENT; Schema: public; Owner: svnbuildstat
+-- Name: TABLE qatool; Type: COMMENT; Schema: public; Owner: buildstat
 --
 
 COMMENT ON TABLE qatool IS 'The qa tool used';
 
 
 --
--- Name: repository_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+-- Name: repository_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
 CREATE SEQUENCE repository_id_seq
@@ -875,19 +574,12 @@
     CACHE 1;
 
 
-ALTER TABLE public.repository_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.repository_id_seq OWNER TO buildstat;
 
 --
--- Name: repository_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: repository_vcs_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
-SELECT pg_catalog.setval('repository_id_seq', 13, true);
-
-
---
--- Name: repository_vcs_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
---
-
 CREATE SEQUENCE repository_vcs_id_seq
     START WITH 1
     INCREMENT BY 1
@@ -896,19 +588,12 @@
     CACHE 1;
 
 
-ALTER TABLE public.repository_vcs_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.repository_vcs_id_seq OWNER TO buildstat;
 
 --
--- Name: repository_vcs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: repository; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
-SELECT pg_catalog.setval('repository_vcs_id_seq', 1, false);
-
-
---
--- Name: repository; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
---
-
 CREATE TABLE repository (
     id integer DEFAULT nextval('repository_id_seq'::regclass) NOT NULL,
     uri text,
@@ -917,22 +602,21 @@
     enabled boolean DEFAULT true,
     rev text,
     lastcheck timestamp without time zone,
-    team_id integer NOT NULL,
     vcs_id integer DEFAULT nextval('repository_vcs_id_seq'::regclass) NOT NULL
 );
 
 
-ALTER TABLE public.repository OWNER TO svnbuildstat;
+ALTER TABLE public.repository OWNER TO buildstat;
 
 --
--- Name: COLUMN repository.rev; Type: COMMENT; Schema: public; Owner: svnbuildstat
+-- Name: COLUMN repository.rev; Type: COMMENT; Schema: public; Owner: buildstat
 --
 
 COMMENT ON COLUMN repository.rev IS 'vcs only, the id of the revision';
 
 
 --
--- Name: repositoryentry_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+-- Name: repositoryentry_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
 CREATE SEQUENCE repositoryentry_id_seq
@@ -942,19 +626,12 @@
     CACHE 1;
 
 
-ALTER TABLE public.repositoryentry_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.repositoryentry_id_seq OWNER TO buildstat;
 
 --
--- Name: repositoryentry_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: repositoryentry; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
-SELECT pg_catalog.setval('repositoryentry_id_seq', 7989, true);
-
-
---
--- Name: repositoryentry; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
---
-
 CREATE TABLE repositoryentry (
     id integer DEFAULT nextval('repositoryentry_id_seq'::regclass) NOT NULL,
     repository_id integer NOT NULL,
@@ -978,50 +655,51 @@
 );
 
 
-ALTER TABLE public.repositoryentry OWNER TO svnbuildstat;
+ALTER TABLE public.repositoryentry OWNER TO buildstat;
 
 --
--- Name: COLUMN repositoryentry.istarballpresent; Type: COMMENT; Schema: public; Owner: svnbuildstat
+-- Name: COLUMN repositoryentry.istarballpresent; Type: COMMENT; Schema: public; Owner: buildstat
 --
 
 COMMENT ON COLUMN repositoryentry.istarballpresent IS 'vcs only, is it possible to find the upstream tarball to prepare the source repositoryentry to build';
 
 
 --
--- Name: COLUMN repositoryentry.blacklisted; Type: COMMENT; Schema: public; Owner: svnbuildstat
+-- Name: COLUMN repositoryentry.blacklisted; Type: COMMENT; Schema: public; Owner: buildstat
 --
 
 COMMENT ON COLUMN repositoryentry.blacklisted IS 'a way do disable the build of a repositoryentry';
 
 
 --
--- Name: COLUMN repositoryentry.subdir; Type: COMMENT; Schema: public; Owner: svnbuildstat
+-- Name: COLUMN repositoryentry.subdir; Type: COMMENT; Schema: public; Owner: buildstat
 --
 
 COMMENT ON COLUMN repositoryentry.subdir IS 'The subdirectory of the package in the repository';
 
 
 --
--- Name: COLUMN repositoryentry.issyncedwithupstream; Type: COMMENT; Schema: public; Owner: svnbuildstat
+-- Name: COLUMN repositoryentry.issyncedwithupstream; Type: COMMENT; Schema: public; Owner: buildstat
 --
 
 COMMENT ON COLUMN repositoryentry.issyncedwithupstream IS 'is Synced with upstream?';
 
 
 --
--- Name: repositoryentry_maintainer; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: repositoryentry_maintainer; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 CREATE TABLE repositoryentry_maintainer (
     repositoryentry_id integer NOT NULL,
-    maintainer_id integer NOT NULL
+    maintainer_id integer NOT NULL,
+    id integer NOT NULL
 );
 
 
-ALTER TABLE public.repositoryentry_maintainer OWNER TO svnbuildstat;
+ALTER TABLE public.repositoryentry_maintainer OWNER TO buildstat;
 
 --
--- Name: sourcepackage_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+-- Name: sourcepackage_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
 CREATE SEQUENCE sourcepackage_id_seq
@@ -1031,19 +709,12 @@
     CACHE 1;
 
 
-ALTER TABLE public.sourcepackage_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.sourcepackage_id_seq OWNER TO buildstat;
 
 --
--- Name: sourcepackage_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: sourcepackage; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
-SELECT pg_catalog.setval('sourcepackage_id_seq', 4870, true);
-
-
---
--- Name: sourcepackage; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
---
-
 CREATE TABLE sourcepackage (
     id integer DEFAULT nextval('sourcepackage_id_seq'::regclass) NOT NULL,
     name text,
@@ -1052,17 +723,17 @@
 );
 
 
-ALTER TABLE public.sourcepackage OWNER TO svnbuildstat;
+ALTER TABLE public.sourcepackage OWNER TO buildstat;
 
 --
--- Name: COLUMN sourcepackage.versioninsid; Type: COMMENT; Schema: public; Owner: svnbuildstat
+-- Name: COLUMN sourcepackage.versioninsid; Type: COMMENT; Schema: public; Owner: buildstat
 --
 
 COMMENT ON COLUMN sourcepackage.versioninsid IS 'The version in Debian Sid (with the epoch)';
 
 
 --
--- Name: tarball_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+-- Name: tarball_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
 CREATE SEQUENCE tarball_id_seq
@@ -1072,19 +743,12 @@
     CACHE 1;
 
 
-ALTER TABLE public.tarball_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.tarball_id_seq OWNER TO buildstat;
 
 --
--- Name: tarball_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: tarball; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
-SELECT pg_catalog.setval('tarball_id_seq', 881, true);
-
-
---
--- Name: tarball; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
---
-
 CREATE TABLE tarball (
     id integer DEFAULT nextval('tarball_id_seq'::regclass) NOT NULL,
     name text NOT NULL,
@@ -1092,46 +756,13 @@
 );
 
 
-ALTER TABLE public.tarball OWNER TO svnbuildstat;
+ALTER TABLE public.tarball OWNER TO buildstat;
 
---
--- Name: team_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
---
 
-CREATE SEQUENCE team_id_seq
-    INCREMENT BY 1
-    NO MAXVALUE
-    NO MINVALUE
-    CACHE 1;
-
-
-ALTER TABLE public.team_id_seq OWNER TO svnbuildstat;
-
 --
--- Name: team_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: userlogin_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
-SELECT pg_catalog.setval('team_id_seq', 11, true);
-
-
---
--- Name: team; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
---
-
-CREATE TABLE team (
-    id integer DEFAULT nextval('team_id_seq'::regclass) NOT NULL,
-    shortname text,
-    name text,
-    url text
-);
-
-
-ALTER TABLE public.team OWNER TO svnbuildstat;
-
---
--- Name: userlogin_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
---
-
 CREATE SEQUENCE userlogin_id_seq
     INCREMENT BY 1
     NO MAXVALUE
@@ -1139,19 +770,12 @@
     CACHE 1;
 
 
-ALTER TABLE public.userlogin_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.userlogin_id_seq OWNER TO buildstat;
 
 --
--- Name: userlogin_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: userlogin; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
-SELECT pg_catalog.setval('userlogin_id_seq', 755, true);
-
-
---
--- Name: userlogin; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
---
-
 CREATE TABLE userlogin (
     id integer DEFAULT nextval('userlogin_id_seq'::regclass) NOT NULL,
     maintainer_id integer,
@@ -1159,17 +783,17 @@
 );
 
 
-ALTER TABLE public.userlogin OWNER TO svnbuildstat;
+ALTER TABLE public.userlogin OWNER TO buildstat;
 
 --
--- Name: TABLE userlogin; Type: COMMENT; Schema: public; Owner: svnbuildstat
+-- Name: TABLE userlogin; Type: COMMENT; Schema: public; Owner: buildstat
 --
 
 COMMENT ON TABLE userlogin IS 'THe author of the changes are stored here. If possible there are/will be linked with the correct maintainer.';
 
 
 --
--- Name: vcs_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+-- Name: vcs_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
 CREATE SEQUENCE vcs_id_seq
@@ -1179,56 +803,39 @@
     CACHE 1;
 
 
-ALTER TABLE public.vcs_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.vcs_id_seq OWNER TO buildstat;
 
 --
--- Name: vcs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: vcs; Type: TABLE; Schema: public; Owner: buildstat; Tablespace: 
 --
 
-SELECT pg_catalog.setval('vcs_id_seq', 1, true);
-
-
---
--- Name: vcs; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
---
-
 CREATE TABLE vcs (
     id integer DEFAULT nextval('vcs_id_seq'::regclass) NOT NULL,
     name text
 );
 
 
-ALTER TABLE public.vcs OWNER TO svnbuildstat;
+ALTER TABLE public.vcs OWNER TO buildstat;
 
 --
--- Name: TABLE vcs; Type: COMMENT; Schema: public; Owner: svnbuildstat
+-- Name: TABLE vcs; Type: COMMENT; Schema: public; Owner: buildstat
 --
 
 COMMENT ON TABLE vcs IS 'svn, git, bazaar, ...';
 
 
 --
--- Name: viewpackagelist; Type: VIEW; Schema: public; Owner: svnbuildstat
+-- Name: viewtobuild; Type: VIEW; Schema: public; Owner: buildstat
 --
 
-CREATE VIEW viewpackagelist AS
-    SELECT team.id AS team_id, repository.id AS repository_id, sourcepackage.name, repositoryentry.id AS repositoryentry_id FROM team, repository, sourcepackage, repositoryentry WHERE (((repositoryentry.repository_id = team.id) AND (repositoryentry.repository_id = repository.id)) AND (sourcepackage.id = repositoryentry.sourcepackage_id));
-
-
-ALTER TABLE public.viewpackagelist OWNER TO svnbuildstat;
-
---
--- Name: viewtobuild; Type: VIEW; Schema: public; Owner: svnbuildstat
---
-
 CREATE VIEW viewtobuild AS
     SELECT changelogentry.id AS changelogentry_id, repositoryentry.i386, repositoryentry.powerpc, repositoryentry.sparc, repositoryentry.amd64 FROM ((changelogentry LEFT JOIN build ON ((changelogentry.id = build.changelogentry_id))) LEFT JOIN repositoryentry ON ((changelogentry.id = repositoryentry.changelogentry_id))) WHERE (((repositoryentry.blacklisted = false) AND (changelogentry.dscuri IS NOT NULL)) AND ((changelogentry.lastbuildstart IS NULL) OR (changelogentry.lastbuildstart < (now() - '03:00:00'::interval)))) ORDER BY (build.id IS NOT NULL), build."time", changelogentry.date;
 
 
-ALTER TABLE public.viewtobuild OWNER TO svnbuildstat;
+ALTER TABLE public.viewtobuild OWNER TO buildstat;
 
 --
--- Name: lindacount(integer); Type: FUNCTION; Schema: public; Owner: svnbuildstat
+-- Name: lindacount(integer); Type: FUNCTION; Schema: public; Owner: buildstat
 --
 
 CREATE FUNCTION lindacount(integer) RETURNS bigint
@@ -1236,10 +843,10 @@
     LANGUAGE sql;
 
 
-ALTER FUNCTION public.lindacount(integer) OWNER TO svnbuildstat;
+ALTER FUNCTION public.lindacount(integer) OWNER TO buildstat;
 
 --
--- Name: lindaerrcount(integer); Type: FUNCTION; Schema: public; Owner: svnbuildstat
+-- Name: lindaerrcount(integer); Type: FUNCTION; Schema: public; Owner: buildstat
 --
 
 CREATE FUNCTION lindaerrcount(integer) RETURNS bigint
@@ -1247,10 +854,10 @@
     LANGUAGE sql;
 
 
-ALTER FUNCTION public.lindaerrcount(integer) OWNER TO svnbuildstat;
+ALTER FUNCTION public.lindaerrcount(integer) OWNER TO buildstat;
 
 --
--- Name: lintiancount(integer); Type: FUNCTION; Schema: public; Owner: svnbuildstat
+-- Name: lintiancount(integer); Type: FUNCTION; Schema: public; Owner: buildstat
 --
 
 CREATE FUNCTION lintiancount(integer) RETURNS bigint
@@ -1258,10 +865,10 @@
     LANGUAGE sql;
 
 
-ALTER FUNCTION public.lintiancount(integer) OWNER TO svnbuildstat;
+ALTER FUNCTION public.lintiancount(integer) OWNER TO buildstat;
 
 --
--- Name: lintianerrcount(integer); Type: FUNCTION; Schema: public; Owner: svnbuildstat
+-- Name: lintianerrcount(integer); Type: FUNCTION; Schema: public; Owner: buildstat
 --
 
 CREATE FUNCTION lintianerrcount(integer) RETURNS bigint
@@ -1269,10 +876,10 @@
     LANGUAGE sql;
 
 
-ALTER FUNCTION public.lintianerrcount(integer) OWNER TO svnbuildstat;
+ALTER FUNCTION public.lintianerrcount(integer) OWNER TO buildstat;
 
 --
--- Name: bug_bugtag_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+-- Name: bug_bugtag_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
 CREATE SEQUENCE bug_bugtag_id_seq
@@ -1282,26 +889,19 @@
     CACHE 1;
 
 
-ALTER TABLE public.bug_bugtag_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.bug_bugtag_id_seq OWNER TO buildstat;
 
 --
--- Name: bug_bugtag_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: svnbuildstat
+-- Name: bug_bugtag_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: buildstat
 --
 
 ALTER SEQUENCE bug_bugtag_id_seq OWNED BY bug_bugtag.id;
 
 
 --
--- Name: bug_bugtag_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: bugmerged_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
-SELECT pg_catalog.setval('bug_bugtag_id_seq', 1252, true);
-
-
---
--- Name: bugmerged_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
---
-
 CREATE SEQUENCE bugmerged_id_seq
     INCREMENT BY 1
     NO MAXVALUE
@@ -1309,26 +909,39 @@
     CACHE 1;
 
 
-ALTER TABLE public.bugmerged_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.bugmerged_id_seq OWNER TO buildstat;
 
 --
--- Name: bugmerged_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: svnbuildstat
+-- Name: bugmerged_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: buildstat
 --
 
 ALTER SEQUENCE bugmerged_id_seq OWNED BY bugmerged.id;
 
 
 --
--- Name: bugmerged_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: bugstate_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
-SELECT pg_catalog.setval('bugmerged_id_seq', 1260, true);
+CREATE SEQUENCE bugstate_id_seq
+    INCREMENT BY 1
+    NO MAXVALUE
+    NO MINVALUE
+    CACHE 1;
 
 
+ALTER TABLE public.bugstate_id_seq OWNER TO buildstat;
+
 --
--- Name: bugtag_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+-- Name: bugstate_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: buildstat
 --
 
+ALTER SEQUENCE bugstate_id_seq OWNED BY bugstate.id;
+
+
+--
+-- Name: bugtag_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
+--
+
 CREATE SEQUENCE bugtag_id_seq
     INCREMENT BY 1
     NO MAXVALUE
@@ -1336,26 +949,19 @@
     CACHE 1;
 
 
-ALTER TABLE public.bugtag_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.bugtag_id_seq OWNER TO buildstat;
 
 --
--- Name: bugtag_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: svnbuildstat
+-- Name: bugtag_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: buildstat
 --
 
 ALTER SEQUENCE bugtag_id_seq OWNED BY bugtag.id;
 
 
 --
--- Name: bugtag_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: deb_build_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
-SELECT pg_catalog.setval('bugtag_id_seq', 359, true);
-
-
---
--- Name: deb_build_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
---
-
 CREATE SEQUENCE deb_build_id_seq
     START WITH 1
     INCREMENT BY 1
@@ -1364,19 +970,12 @@
     CACHE 1;
 
 
-ALTER TABLE public.deb_build_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.deb_build_id_seq OWNER TO buildstat;
 
 --
--- Name: deb_build_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: linda_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
-SELECT pg_catalog.setval('deb_build_id_seq', 1, false);
-
-
---
--- Name: linda_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
---
-
 CREATE SEQUENCE linda_id_seq
     START WITH 1
     INCREMENT BY 1
@@ -1385,19 +984,12 @@
     CACHE 1;
 
 
-ALTER TABLE public.linda_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.linda_id_seq OWNER TO buildstat;
 
 --
--- Name: linda_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: lintian_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
-SELECT pg_catalog.setval('linda_id_seq', 1, false);
-
-
---
--- Name: lintian_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
---
-
 CREATE SEQUENCE lintian_id_seq
     START WITH 1
     INCREMENT BY 1
@@ -1406,20 +998,13 @@
     CACHE 1;
 
 
-ALTER TABLE public.lintian_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.lintian_id_seq OWNER TO buildstat;
 
 --
--- Name: lintian_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: qajob_qatag_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
-SELECT pg_catalog.setval('lintian_id_seq', 1, false);
-
-
---
--- Name: qalog_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
---
-
-CREATE SEQUENCE qalog_id_seq
+CREATE SEQUENCE qajob_qatag_id_seq
     START WITH 1
     INCREMENT BY 1
     NO MAXVALUE
@@ -1427,2018 +1012,167 @@
     CACHE 1;
 
 
-ALTER TABLE public.qalog_id_seq OWNER TO svnbuildstat;
+ALTER TABLE public.qajob_qatag_id_seq OWNER TO buildstat;
 
 --
--- Name: qalog_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: qaresultentry_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
-SELECT pg_catalog.setval('qalog_id_seq', 1, false);
-
-
---
--- Name: qatool_description_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
---
-
-CREATE SEQUENCE qatool_description_seq
+CREATE SEQUENCE qaresultentry_id_seq
     INCREMENT BY 1
     NO MAXVALUE
     NO MINVALUE
     CACHE 1;
 
 
-ALTER TABLE public.qatool_description_seq OWNER TO svnbuildstat;
+ALTER TABLE public.qaresultentry_id_seq OWNER TO buildstat;
 
 --
--- Name: qatool_description_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+-- Name: qaresultentry_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: buildstat
 --
 
-SELECT pg_catalog.setval('qatool_description_seq', 3, true);
+ALTER SEQUENCE qaresultentry_id_seq OWNED BY qaresultentry.id;
 
 
 --
--- Name: id; Type: DEFAULT; Schema: public; Owner: svnbuildstat
+-- Name: qaseverity_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
-ALTER TABLE bug_bugtag ALTER COLUMN id SET DEFAULT nextval('bug_bugtag_id_seq'::regclass);
+CREATE SEQUENCE qaseverity_id_seq
+    INCREMENT BY 1
+    NO MAXVALUE
+    NO MINVALUE
+    CACHE 1;
 
 
---
--- Name: id; Type: DEFAULT; Schema: public; Owner: svnbuildstat
---
+ALTER TABLE public.qaseverity_id_seq OWNER TO buildstat;
 
-ALTER TABLE bugmerged ALTER COLUMN id SET DEFAULT nextval('bugmerged_id_seq'::regclass);
-
-
 --
--- Name: id; Type: DEFAULT; Schema: public; Owner: svnbuildstat
+-- Name: qaseverity_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: buildstat
 --
 
-ALTER TABLE bugtag ALTER COLUMN id SET DEFAULT nextval('bugtag_id_seq'::regclass);
+ALTER SEQUENCE qaseverity_id_seq OWNED BY qaseverity.id;
 
 
 --
--- Data for Name: arch; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
+-- Name: qastatus_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
-COPY arch (id, name) FROM stdin;
-2	i386
-3	amd64
-6	sparc
-\.
+CREATE SEQUENCE qastatus_id_seq
+    START WITH 1
+    INCREMENT BY 1
+    NO MAXVALUE
+    NO MINVALUE
+    CACHE 1;
 
 
---
--- Data for Name: binarypackage; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
+ALTER TABLE public.qastatus_id_seq OWNER TO buildstat;
 
-COPY binarypackage (id, name) FROM stdin;
-\.
-
-
 --
--- Data for Name: binarypackage_build; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
+-- Name: qatool_description_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
-COPY binarypackage_build (id, binarypackage_id, build_id) FROM stdin;
-\.
+CREATE SEQUENCE qatool_description_seq
+    INCREMENT BY 1
+    NO MAXVALUE
+    NO MINVALUE
+    CACHE 1;
 
 
---
--- Data for Name: bug; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
+ALTER TABLE public.qatool_description_seq OWNER TO buildstat;
 
-COPY bug (id, bugseverity_id, name, sourcepackage_id) FROM stdin;
-\.
-
-
 --
--- Data for Name: bug_bugtag; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
+-- Name: qatool_version_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
-COPY bug_bugtag (id, bug_id, bugtag_id) FROM stdin;
-\.
+CREATE SEQUENCE qatool_version_seq
+    INCREMENT BY 1
+    NO MAXVALUE
+    NO MINVALUE
+    CACHE 1;
 
 
---
--- Data for Name: bugmerged; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
+ALTER TABLE public.qatool_version_seq OWNER TO buildstat;
 
-COPY bugmerged (id, bug1_id, bug2_id) FROM stdin;
-\.
-
-
 --
--- Data for Name: bugseverity; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
+-- Name: repositoryentry_maintainer_id_seq; Type: SEQUENCE; Schema: public; Owner: buildstat
 --
 
-COPY bugseverity (id, name) FROM stdin;
-\.
+CREATE SEQUENCE repositoryentry_maintainer_id_seq
+    INCREMENT BY 1
+    NO MAXVALUE
+    NO MINVALUE
+    CACHE 1;
 
 
---
--- Data for Name: bugtag; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
+ALTER TABLE public.repositoryentry_maintainer_id_seq OWNER TO buildstat;
 
-COPY bugtag (id, name) FROM stdin;
-\.
-
-
 --
--- Data for Name: build; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
+-- Name: repositoryentry_maintainer_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: buildstat
 --
 
-COPY build (id, repositoryentry_id, svndebrelease, host_id, buildisok, duration, arch_id, "time", changelog, changelogentry_id, agent_release) FROM stdin;
-\.
+ALTER SEQUENCE repositoryentry_maintainer_id_seq OWNED BY repositoryentry_maintainer.id;
 
 
 --
--- Data for Name: build_deb; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
+-- Name: id; Type: DEFAULT; Schema: public; Owner: buildstat
 --
 
-COPY build_deb (id, deb_id, build_id, arch_id) FROM stdin;
-\.
+ALTER TABLE bug_bugtag ALTER COLUMN id SET DEFAULT nextval('bug_bugtag_id_seq'::regclass);
 
 
 --
--- Data for Name: changelogentry; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
+-- Name: id; Type: DEFAULT; Schema: public; Owner: buildstat
 --
 
-COPY changelogentry (id, userlogin_id, repositoryentry_id, date, text, dscuri, isnative, isinincoming, isinnew, version, epoch, isindebian, tarball_id, rev, debrevision, lastbuildstart, dpkgsrcfaileddate) FROM stdin;
-\.
+ALTER TABLE bugmerged ALTER COLUMN id SET DEFAULT nextval('bugmerged_id_seq'::regclass);
 
 
 --
--- Data for Name: changelogentry_bug; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
+-- Name: id; Type: DEFAULT; Schema: public; Owner: buildstat
 --
 
-COPY changelogentry_bug (id, changelogentry_id, bug_id) FROM stdin;
-\.
+ALTER TABLE bugstate ALTER COLUMN id SET DEFAULT nextval('bugstate_id_seq'::regclass);
 
 
 --
--- Data for Name: deb; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
+-- Name: id; Type: DEFAULT; Schema: public; Owner: buildstat
 --
 
-COPY deb (id, name) FROM stdin;
-\.
+ALTER TABLE bugtag ALTER COLUMN id SET DEFAULT nextval('bugtag_id_seq'::regclass);
 
 
 --
--- Data for Name: host; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
+-- Name: id; Type: DEFAULT; Schema: public; Owner: buildstat
 --
 
-COPY host (id, name, maintainer_id, ip, lastseen, isblacklisted) FROM stdin;
-\.
+ALTER TABLE qaresultentry ALTER COLUMN id SET DEFAULT nextval('qaresultentry_id_seq'::regclass);
 
 
 --
--- Data for Name: maintainer; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
+-- Name: id; Type: DEFAULT; Schema: public; Owner: buildstat
 --
 
-COPY maintainer (id, email, name) FROM stdin;
-\.
+ALTER TABLE qaseverity ALTER COLUMN id SET DEFAULT nextval('qaseverity_id_seq'::regclass);
 
 
 --
--- Data for Name: qajob; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
+-- Name: id; Type: DEFAULT; Schema: public; Owner: buildstat
 --
 
-COPY qajob (id, qatool_id, qastatus_id, changelogentry_id, lastjobstart, date) FROM stdin;
-\.
+ALTER TABLE repositoryentry_maintainer ALTER COLUMN id SET DEFAULT nextval('repositoryentry_maintainer_id_seq'::regclass);
 
 
 --
--- Data for Name: qajob_qatag; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
+-- Name: aliothlogin_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
-COPY qajob_qatag (id, qajob_id, qatag_id) FROM stdin;
-\.
-
-
---
--- Data for Name: qastatus; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY qastatus (id, name) FROM stdin;
-\.
-
-
---
--- Data for Name: qatag; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY qatag (id, name) FROM stdin;
-\.
-
-
---
--- Data for Name: qatool; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY qatool (id, name, version, description) FROM stdin;
-3	lintian	1	\N
-\.
-
-
---
--- Data for Name: repository; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY repository (id, uri, name, tarballlayout, enabled, rev, lastcheck, team_id, vcs_id) FROM stdin;
-10	svn://svn.debian.org/python-apps/packages	Python applications	\N	t	981	2008-04-16 19:57:20	9	1
-3	svn://svn.debian.org/svn/collab-maint/deb-maint	Collab QA	\N	t	9214	2008-04-16 19:57:41	2	1
-13	svn://svn.debian.org/svn/webapps-common/packages	Packages	\N	t	136	2008-04-16 20:07:02	11	1
-4	svn://svn.debian.org/svn/pkg-bluetooth/packages	Packages	\N	t	707	2008-04-17 17:14:05	3	1
-11	svn://svn.debian.org/svn/python-modules/packages	Python Modules	\N	t	5051	2008-04-19 18:56:18	9	1
-9	svn://svn.debian.org/svn/pkg-perl/trunk	Packages	\N	t	18841	2008-04-19 18:57:30	8	1
-5	svn://svn.debian.org/svn/pkg-games/packages/trunk	Packages	\N	t	6663	2008-04-19 13:30:33	4	1
-12	svn://svn.debian.org/svn/pkg-vim/trunk/packages	Packages	\N	t	1252	2008-04-19 14:14:04	10	1
-8	svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages	Packages	\N	t	5536	2008-04-18 10:30:22	7	1
-6	svn://svn.debian.org/svn/d-i/trunk/packages	Packages	\N	t	52741	2008-04-19 17:58:26	5	1
-7	svn://svn.debian.org/svn/pkg-java/trunk	Packages	\N	t	6205	2008-04-19 18:31:59	6	1
-1	svn://svn.debian.org/svn/pkg-kde/trunk/packages	KDE	\N	t	10185	2008-04-19 18:32:57	1	1
-2	svn://svn.debian.org/svn/pkg-kde/kde-extras	KDE Extra	\N	t	10185	2008-04-19 18:33:00	1	1
-\.
-
-
---
--- Data for Name: repositoryentry; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY repositoryentry (id, repository_id, istarballpresent, upstreamversion, lastcheck, blacklisted, i386, powerpc, amd64, sparc, sourcepackage_id, subdir, rev, debchangelogentry, todo, changelogentry_id, lastwatchcheck, issyncedwithupstream, iswatchfilebroken) FROM stdin;
-\.
-
-
---
--- Data for Name: repositoryentry_maintainer; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY repositoryentry_maintainer (repositoryentry_id, maintainer_id) FROM stdin;
-\.
-
-
---
--- Data for Name: sourcepackage; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY sourcepackage (id, name, description, versioninsid) FROM stdin;
-3612	falcon	\N	\N
-3616	andvare	\N	\N
-3624	planet-venus	\N	\N
-3627	moap	\N	\N
-3629	alarm-clock	\N	\N
-3635	pytagsfs	\N	\N
-3639	sphinx	\N	\N
-3668	swish++	\N	\N
-3670	gnome-translate	\N	\N
-3679	gengameng	\N	\N
-3682	upstart	\N	\N
-3689	initrd-netboot	\N	\N
-3693	libtranslate	\N	\N
-3701	stlport5	\N	\N
-3708	seamonkey	\N	\N
-3710	bool	\N	\N
-3724	lockrun	\N	\N
-3729	oops	\N	\N
-3733	qca2-plugin-pkcs11	\N	\N
-3735	qca2-plugin-cyrus-sasl	\N	\N
-3759	meta-kde-extras	\N	\N
-3769	vim-spellfiles	\N	\N
-3776	fetchexc	\N	\N
-3795	libhamcrest-java	\N	\N
-3617	scribes	\N	0.3.3.3-3
-3623	google-sitemapgen	\N	1.4-3
-3615	topshelf	\N	0.2.1-1
-3621	straw	\N	0.27-0.1
-3625	pondus	\N	0.4.0-1
-3641	planet	\N	2.0-12
-3646	eric	\N	4.1.1-1
-3657	pkpgcounter	\N	3.50-2
-3628	pyicqt	\N	0.8b-3
-3631	phatch	\N	0.1.3-2
-3634	pypar2	\N	1.4-4
-3636	catfish	\N	0.3-1
-3637	gcalcli	\N	1.4-1
-3638	pybackpack	\N	0.5.4-1
-3643	mercurial	\N	1.0-4
-3626	screenlets	\N	0.1-1
-3630	clive	\N	0.4.8-1
-3647	lightyears	\N	1.3a-3
-3655	dot2tex	\N	2.7.0-1
-3650	mayavi2	\N	2.1.1-2
-3652	winpdb	\N	1.3.8-1
-3654	freevial	\N	1.2-1
-3653	emma	\N	0.6-1
-3660	wireshark	\N	1.0.0-1
-3662	openbox	\N	3.4.6.1-3
-3667	widelands	\N	1:12-1
-3664	pcf2bdf	\N	1.04-2
-3672	spectools	\N	200710R2-1
-3676	flatzebra	\N	0.1.1-4
-3683	wrr	\N	20021019-6
-3691	email-reminder	\N	0.7.3-2
-3695	hexedit	\N	1.2.12-3
-3707	scilab	\N	4.1.2-4
-3712	transmission	\N	1.11-2
-3715	xdialog	\N	2.3.1-2
-3728	xpenguins-applet	\N	2.1.1-6
-3673	unhide	\N	20071102-2
-3671	libavg	\N	0.7.0-6
-3658	clearsilver	\N	0.10.4-1.1
-3622	pykaraoke	\N	0.5.1-1
-3656	harvestman	\N	1.4.6-8
-3669	conky	\N	1.5.1-1
-3680	gimp	\N	2.4.5-1
-3678	pidgin	\N	2.4.1-1
-3677	yc-el	\N	4.0.13-8
-3684	pop-before-smtp	\N	1.41-1.1
-3692	mathwar	\N	0.2.5-1
-3694	cstream	\N	2.7.4-2
-3698	vimoutliner	\N	0.3.4-8
-3690	calife	\N	3.0pre7-2
-3704	xless	\N	1.7-14
-3703	libmail-cclient-perl	\N	1.12-7
-3709	euler	\N	1.61.0-4
-3711	ccd2iso	\N	0.3-3
-3719	pcsc-lite	\N	1.4.100-3
-3716	cmph	\N	0.7-4
-3720	libgenerics	\N	1.2.1-2.1
-3723	renameutils	\N	0.9.0-1
-3725	sympa	\N	5.3.4-4
-3730	libopenraw	\N	0.0.5-1
-3731	sms-pl	\N	2.1.0-4
-3738	kdevelop	\N	4:3.5.1-1
-3734	qca2	\N	2.0.0-4
-3736	qca2-plugin-gnupg	\N	0.1~20070904-2
-3787	libjboss-xml-binding-java	\N	2.0.0.CR8-1
-3790	tinylaf	\N	1.3.8-2
-3794	libxalan2-java	\N	2.7.1-1
-3713	pcsc-perl	\N	1.4.7-1
-3727	xpn	\N	1.0.0-2
-3747	qt4-x11	\N	4.4.0~rc1-4
-3772	libglade-java	\N	2.12.8-4
-3775	libjboss-vfs-java	\N	2.0.0~Beta10-1
-3773	jsch	\N	0.1.37-3
-3774	libgdata-java	\N	1.16.3-1
-3777	libcommons-dbcp-java	\N	1.2.2-1
-3783	asm3	\N	3.1-1
-3785	xmlgraphics-commons	\N	1.2.dfsg-1
-3786	gjdoc	\N	0.7.8-10
-3791	antlr	\N	2.7.7-4
-3793	libcommons-el-java	\N	1.0-4
-3780	libmp3spi-java	\N	1.9.4-3
-3799	libjboss-deployers-java	\N	\N
-3802	ognl	\N	\N
-3642	pylize	\N	1.3b-6
-3651	cycle	\N	0.3.1-7
-3666	bbclone	\N	0.4.6-10
-3661	povray	\N	1:3.6.1-11
-3659	libcddb	\N	1.2.1-1
-3675	icc-profiles	\N	1.0.1-4
-3697	newt	\N	0.52.2-11.2
-3687	olsrd	\N	0.5.5-3
-3686	dvorak7min	\N	1.6.1-9
-3706	python-lightblue	\N	0.3.2-1
-3721	bopm	\N	3.1.3-1.1
-3717	ttcn3parser	\N	20080407-1
-3714	levee	\N	3.4o-7
-3746	wv2	\N	0.2.3-2
-3756	akode	\N	2.0.2-3
-3732	kdetoys	\N	4:3.5.9-1
-3752	meta-kde	\N	5:48
-3742	arts	\N	1.5.9-2
-3740	kdeutils	\N	4:3.5.9-1
-3739	kdesdk	\N	4:3.5.9-1
-3745	koffice-l10n	\N	1.6.3-1
-3748	kdelibs	\N	4:3.5.9.dfsg.1-2
-3754	kdeedu	\N	4:3.5.9-1
-3750	kdebindings	\N	4:3.5.9-1
-3757	kdewebdev	\N	4:3.5.9-2
-3758	kdegames	\N	4:3.5.9-1
-3766	vim-addon-manager	\N	0.4
-3767	vim-syntax-gtk	\N	20070925-1
-3763	kdeaccessibility	\N	4:3.5.9-1
-3762	kdepim	\N	4:3.5.9-2
-3803	libtoolbar-java	\N	1.4-1
-3781	libsaxon-java	\N	1:6.5.5-4
-3771	xml-crimson	\N	1:1.1.3-10
-3770	qdox	\N	1.6.1-3
-3789	java-wrappers	\N	0.1.4
-3796	jmock	\N	1.0.1-2
-3800	japitools	\N	0.9.5+cvs20060115-1
-3788	libjaxp1.3-java	\N	1.3.04-2
-3804	liblaf-plugin-java	\N	0.2-4
-3779	entagged	\N	0.35-1
-3808	libjdic-java	\N	0.0.20060613-8
-3826	jama	\N	1.0.2-2
-3726	mach	\N	0.9.1-2
-3743	qt-x11-free	\N	3:3.3.8b-5
-3755	kde-i18n	\N	4:3.5.9-2
-3761	kdebase	\N	4:3.5.9.dfsg.1-2
-3810	libjdom1-java	\N	1.0-4
-3831	libjboss-web-services1-java	\N	\N
-3832	libjboss-metadata-java	\N	\N
-3847	eclipse-bugzilla	\N	\N
-3854	eclipse-emf	\N	\N
-3865	uddi4j	\N	\N
-3871	plexus-digest	\N	\N
-3902	plexus-compiler-javac	\N	\N
-3908	plexus-archiver	\N	\N
-3911	eclipse-i18n	\N	\N
-3916	libjboss-cache2-java	\N	\N
-3917	libxsd2jibx-java	\N	\N
-3923	libjboss-managed-java	\N	\N
-3927	libcolt-java	\N	\N
-3931	libjboss-reflect-java	\N	\N
-3942	eclipse-ve	\N	\N
-3955	rssowl	\N	\N
-3812	fop	\N	1:0.94.dfsg-2
-3825	jmagick	\N	6.2.6-0-1
-3828	axis	\N	1.4-3
-3842	jcifs	\N	1.2.19-1
-3850	grinvin	\N	1.0.3.dfsg.1-1
-3856	jbossas4	\N	4.2.2.GA-4
-3862	libjflac-java	\N	1.3-1
-3869	libjettison-java	\N	1.0-1
-3870	libgnuinet-java	\N	1.1.1-3
-3880	libhibernate3-java	\N	3.2.6-1
-3893	junitperf	\N	1.9.1-5
-3909	jsr107cache	\N	1.0.dfsg.1-2
-3912	bsh	\N	2.0b4-7
-3930	pj	\N	0.0~20080330-1
-3936	libcommons-cli-java	\N	1.1-3
-3949	libjgroups-java	\N	2.6.2-1
-3797	libjboss-profiler-java	\N	1.0.CR4-1
-3806	xom	\N	1.1-2
-3834	jericho-html	\N	2.5-1
-3881	libjcalendar-java	\N	1.3.2-2
-3875	libcommons-discovery-java	\N	0.4-1
-3798	libgettext-commons-java	\N	0.9-1
-3814	libjgrapht-java	\N	0.6.0-4
-3809	commons-pool	\N	1.3-1
-3811	libj2ssh-java	\N	0.2.9-1
-3816	kaffe	\N	2:1.1.8-4
-3818	libgrinvin-factories-java	\N	1.0-1
-3820	omegat	\N	1.7.3.u1+dfsg-1
-3819	charva	\N	1.1.4-2
-3822	bouncycastle	\N	1.39-1
-3824	libcommons-launcher-java	\N	1.1-3
-3827	aspectwerkz2	\N	2.0.dfsg.1-2
-3830	jline	\N	0.9.94-1
-3829	libezmorph-java	\N	1.0.4-1
-3835	libxapool-java	\N	1.5.0-1
-3838	eclipse	\N	3.2.2-5
-3841	libgnucrypto-java	\N	2.1.0-2
-3843	libjdbm-java	\N	1.0-1
-3845	javatar	\N	2.5+dfsg-2
-3851	libquartz-java	\N	1.6.0-2
-3853	solr	\N	1.2.0+ds1-2
-3844	libproxool-java	\N	0.9.0~rc3-2
-3858	libxstream-java	\N	1.3-1
-3866	libcommons-net-java	\N	1.4.1-1
-3868	java-access-bridge	\N	1.22.0-1
-3873	cacao	\N	0.98-2
-3872	libcobra-java	\N	0.98-1
-3876	libservlet2.4-java	\N	5.0.30-7
-3878	libgnome-java	\N	2.12.7-4
-3887	cdk	\N	1:1.0.2-2
-3882	libjboss-integration-java	\N	5.0.0~Beta4-3
-3888	jetty	\N	5.1.14-1
-3879	statcvs	\N	1:0.3.dfsg-4
-3896	libgconf-java	\N	2.12.6-4
-3899	antlr3	\N	3.0.1+dfsg-2
-3901	jaxme	\N	0.5.2+dfsg-2
-3897	libbasicplayer-java	\N	3.0-3
-3986	eclipse-gef	\N	\N
-3988	tomcat5	\N	\N
-3877	libjdom-java	\N	0.99.b10-6
-3945	ganymed-ssh2	\N	210-2
-3961	libpgjava	\N	8.2-504-1
-3965	javax-servletapi2.3	\N	4.0-10
-3976	libcommons-compress-java	\N	0~svn604876-1
-3922	java-package	\N	0.41
-3846	swing-layout	\N	1.0.3-1
-3855	emma-coverage	\N	2.0.5312+dfsg-2
-3849	libyanfs-java	\N	0.0+cvs20070825-2
-3848	libjboss-web-services-java	\N	0.0+svn5660-1
-3836	mockobjects	\N	0.09-3
-3860	libjibx-java	\N	1.0.1-2
-3864	substance	\N	4.1-1
-3885	cup	\N	0.10k-6
-3892	libxpp2-java	\N	2.1.10-4
-3884	ow-util-ant-tasks	\N	1.3.2-2
-3886	libxpp3-java	\N	1.1.3.4.O-3
-3895	libstruts1.2-java	\N	1.2.9-3
-3898	libjdom0-java	\N	0.9b-3
-3900	velocity	\N	1.4-5
-3903	libjaxp1.2-java	\N	1.2.01-2
-3905	libvte-java	\N	0.12.3-4
-3910	commons-io	\N	1.4-1
-3913	javacc	\N	4.0+cvs20080403-1
-3921	libjaxen-java	\N	1.1.1-3
-3918	xml-im-exporter	\N	1.1-3
-3920	tagsoup	\N	1.2-1
-3915	xerces-j	\N	1.4.4-4
-3939	libjlayer-java	\N	1.0-2
-3928	libgtk-java	\N	2.10.2-6
-3926	pja	\N	2.5-5
-3934	squareness	\N	2.3.0-3
-3929	junit4	\N	4.3.1-4
-3933	glassfish	\N	2+b58g-3
-3937	libcommons-collections-java	\N	2.1.1-8
-3941	asm	\N	1.5.3-5
-3943	checkstyle	\N	4.4+dfsg-1
-3946	libws-commons-util	\N	1.0.1-3
-3944	maven-ant-helper	\N	3
-3947	libswidgets-java	\N	0.1.4-1
-3938	libitext-java	\N	1.4.5-3
-3950	libswingx-java	\N	1:0.9.2-1
-3951	rhino	\N	1.7R1-1
-3956	tijmp	\N	0.5-1
-3953	libxmlrpc3-java	\N	3.1-1
-3948	pentaho-reporting-flow-engine	\N	0.9.2-3
-3952	commons-daemon	\N	1.0.2~svn20061127-6
-3962	classpath	\N	2:0.97-1
-3964	glib-java	\N	0.4.2-9
-3966	eclipse-pydev	\N	1.2.5-2
-3969	avalon-framework	\N	4.2.0-4
-3968	ant	\N	1.7.0-5
-3972	commons-configuration	\N	1.5-1
-3974	junit	\N	3.8.2-1
-3977	librepository	\N	0.1.4-2
-3978	libjmac-java	\N	1.74-2
-3960	nekohtml	\N	0.9.5+dfsg-1.1
-3919	libswirl-java	\N	1.0.13-2
-3954	libnsuml-java	\N	0.4.20-12.1
-3958	buoy	\N	1.8-1
-3975	libjfreechart-java	\N	1.0.9-1
-3980	libhiglayout-java	\N	1.0-4
-3983	bcel	\N	5.2-3
-3984	jflex	\N	1.4.1-3
-3985	libgnumail-java	\N	1.1.2-2
-3979	eclipse-cdt	\N	3.1.2-1
-3857	jta	\N	2.6+dfsg-1
-3996	libclassworlds1.1-java	\N	\N
-4003	simplyhtml	\N	\N
-4012	icedtea-gcjwebplugin	\N	\N
-4014	libradeox-java	\N	\N
-4036	plexus-compiler-api	\N	\N
-4039	libjcip-annotations-java	\N	\N
-4040	plexus-io	\N	\N
-4047	plexus-compiler-manager	\N	\N
-4052	libjboss-build-java	\N	\N
-4068	libmsv-xsdlib-java	\N	\N
-4089	libjboss-classloader-java	\N	\N
-4094	doc++	\N	\N
-4095	opennms	\N	\N
-4105	cssutils	\N	\N
-4109	python-pysnmp3	\N	\N
-4115	pypoppler	\N	\N
-4122	turboentity	\N	\N
-4113	turbojson	\N	1.1.1-1
-4116	python-daap	\N	0.7.1-1
-4112	sympy	\N	0.5.13-1
-4111	python-pdftools	\N	0.36-1
-4121	epsilon	\N	0.5.9-1
-4120	deliciousapi	\N	1.3.3-1
-4124	scapy	\N	1.1.1-3
-4125	python-dsv	\N	1.4.0-6
-4126	python-docutils	\N	0.4-6
-4130	twistedsnmp	\N	0.3.13-3
-4131	pyinotify	\N	0.7.1-1
-4133	chardet	\N	1.0.1-1
-4136	tftpy	\N	0.4.3-1
-4107	python-pygraphviz	\N	0.36-1
-4137	elementtree	\N	1.2.6-11
-3987	cairo-java	\N	1.0.8-8
-3967	libjgoodies-binding-java	\N	2.0.2-1
-3971	libpicocontainer-java	\N	2.1-1
-3993	libgnujaf-java	\N	1.1.1-4
-4001	libmetadata-extractor-java	\N	2.3.1+dfsg-1
-4005	libgrinvin-help-java	\N	1.0-1
-4019	jajuk	\N	1.5.3+svn3684-1
-4021	libjboss-cache1-java	\N	1.4.1.SP8-1
-4025	libjoda-time-java	\N	1.5.2-1
-4026	liboro-java	\N	2.0.8a-4
-4037	javahelp2	\N	2.0.05-3
-4041	wagon	\N	1.0-beta-2-2
-4048	gant	\N	1.1.1-1
-4058	maven2	\N	2.0.8-6
-4066	libhibernate-entitymanager-java	\N	3.3.2.GA-1
-4071	libfonts-java	\N	0.3.3-2
-4074	libjson-java	\N	2.2.1-1
-4081	jargs	\N	1.0.0-1
-4139	python-django-tagging	\N	\N
-4145	libapache-mod-python	\N	\N
-4164	python-selecting	\N	\N
-4169	pynxt	\N	\N
-4117	quixote1	\N	1.2-4
-4129	pyrad	\N	1.1-3
-4061	plexus-velocity	\N	1.1.6-1
-4085	classworlds	\N	1.1-final-1
-4088	java-common	\N	0.29
-4161	cherrypy3	\N	3.0.2-2
-4166	jinja	\N	1.2-2
-4167	mod-wsgi	\N	2.0-1
-4170	pexpect	\N	2.1-1
-4174	pyasn1	\N	0.0.7a-1
-4173	pyprotocols	\N	1.0a.svn20070625-2
-4176	cheetah	\N	2.0.1-2
-4172	pyyaml	\N	3.05-1
-4163	pycg	\N	0.14.1-1
-3995	libxml-commons-resolver1.1-java	\N	1.2-1
-3990	libjamon-java	\N	2.5-1
-3991	slide-webdavclient	\N	2.1+dfsg-2
-3994	oscache	\N	2.4.1-1
-3998	libjspeex-java	\N	0.9.7-2
-3997	jmp	\N	0.51-1
-3999	jts	\N	1.7-1
-4004	liblaf-widget-java	\N	3.2-1
-4006	libjazzy-java	\N	0.5.1a-3
-4013	libnachocalendar-java	\N	0.23-4
-4010	jrexx	\N	1.1.1-4
-4015	jclassinfo	\N	0.19.1-2
-4016	stringtemplate	\N	3.1-3
-4018	libjmathtex-java	\N	0.7~pre-3
-4022	freemind	\N	0.7.1-6
-4024	aspectj	\N	1.5.4-1
-4027	plexus-component-api	\N	1.0+svn6316-1
-4023	modello	\N	1.0-alpha-8-1
-4007	libhibernate-validator-java	\N	3.0.0.GA-1
-4017	ehcache	\N	1.4.1-2
-4031	libnetx-java	\N	0.5-1
-4032	batik	\N	1.6-4
-4035	libcommons-jxpath-java	\N	1.2-7
-4042	libtritonus-java	\N	20070428-6
-4043	libjboss-microcontainer-java	\N	2.0.0~Beta10-2
-4044	cglib2.1	\N	2.1.3.dfsg.1-2
-4045	easymock	\N	2.3+ds1-2
-4050	libjdepend-java	\N	2.9-4
-4049	libgrinvin-core-java	\N	1.0.3-1
-4063	jarjar	\N	1.0~rc7.dfsg-1
-4055	libjakarta-poi-java	\N	3.0.2.dfsg-1
-4062	c3p0	\N	0.9.1.2-1
-4059	libregexp-java	\N	1.4-4
-4060	commons-csv	\N	0.1-SNAPSHOT+svn558885-1
-4067	dom4j	\N	1.6.1+dfsg-3
-4078	libmx4j-java	\N	3.0.2-1
-4070	libjorbis-java	\N	0.0.16-4
-4073	libplexus-utils	\N	1:1.4.8-1
-4075	libtvanytimeapi-java	\N	1.3-1
-4080	libbsf-java	\N	1:2.4.0-2
-4079	libcodemodel-java	\N	2.0-1
-4083	asm2	\N	2.2.3-2
-4087	libibatis-java	\N	2.3.1.710-1
-4084	stylebook	\N	1.0~b3~svn20061109-2
-4065	javassist	\N	3.7.GA-1
-4076	libxml-security-java	\N	1.4.1-1
-4092	libcommons-logging-java	\N	1.1.1-1
-4110	pylons	\N	0.9.6.1-1
-4128	python-kinterbasdb	\N	3.2-2
-4138	simpletal	\N	4.1-6
-4123	python-bcrypt	\N	0.1-1
-4141	stepic	\N	0.3-1
-4132	mako	\N	0.1.10-1
-4153	impacket	\N	0.9.6.0-3
-4157	elixir	\N	0.5.2-1
-4162	notify-python	\N	0.1.1-2
-4165	twyt	\N	0.8-1
-4177	python-pyglew	\N	0.1.2-2
-4097	paste	\N	1.6-2
-4103	forgethtml	\N	0.0.20031008-9
-4100	myghty	\N	1.1-3
-4104	pastedeploy	\N	1.3.1-2
-4106	louie	\N	1.1-1
-4098	py-radix	\N	0.5-1
-4099	html5lib	\N	0.10-2
-4030	libwoodstox-java	\N	4.0~svn20070930-2
-4009	lucene2	\N	2.3.1+ds1-1
-4046	argouml	\N	0.19.6-2.1
-4053	libxerces2-java-doc	\N	2.9.1-1
-4086	libxerces2-java	\N	2.9.1-1
-4069	libvorbisspi-java	\N	1.0.3-1
-4091	tomcat5.5	\N	5.5.25-5
-4148	sclapp	\N	0.5.1-1
-4201	mother	\N	\N
-4211	pygpu	\N	\N
-4244	pygoogle	\N	\N
-4256	python-pysizer	\N	\N
-4261	python-django-registration	\N	\N
-4263	python-buildutils	\N	\N
-4273	pymills	\N	\N
-4277	python-toscawidgets	\N	\N
-4295	pyopengl-demo	\N	\N
-4309	pyzenity	\N	\N
-4288	ply	\N	2.3-2
-4142	pydot	\N	0.9.10-2
-4146	ipy	\N	1:0.56-1
-4147	python-gdata	\N	1.0.9-1
-4150	python-pysearch	\N	3.1-1
-4154	nouvelle	\N	1.0-1
-4159	python-openid	\N	2.1.1-1
-4158	enthought-traits-ui	\N	2.0.4-2
-4156	python-scipy	\N	0.6.0-11
-4149	urlgrabber	\N	3.1.0-4
-4140	python-kde3	\N	3.16.1-1
-4155	python-axiom	\N	0.5.27-1
-4328	partman-lvm	\N	60
-4330	partman-xfs	\N	40
-4333	partman-auto-crypto	\N	7
-4334	partman-multipath	\N	1
-4332	partman-ext3	\N	51
-4335	partman-prep	\N	15
-4180	twill	\N	0.9~b1-2
-4314	bugzilla	\N	2.22.1-2.2
-4182	decoratortools	\N	1.7-1
-4184	plastex	\N	0.9-1
-4186	pymilter	\N	0.8.9-1
-4187	pyexcelerator	\N	0.6.3a-3
-4191	python-mysqldb	\N	1.2.2-6
-4188	python-extended-threading	\N	0.2-1
-4192	forgetsql	\N	0.5.1-9
-4190	templayer	\N	1.4-2
-4185	sqlalchemy	\N	0.4.5-1
-4203	zsi	\N	2.0-2
-4204	hachoir-regex	\N	1.0.2-1
-4200	pysubnettree	\N	0.11+1-1
-4209	mpmath	\N	0.7-1
-4207	pylirc	\N	0.0.5-1
-4206	python-authkit	\N	0.4.0~r139-0.1
-4315	tinymce	\N	2.1.1.1-1
-4196	feedparser	\N	4.1-10
-4199	python-werkzeug	\N	0.2-2
-4220	fpconst	\N	0.7.2-4
-4214	genshi	\N	0.4.4-3
-4219	python-tclink	\N	3.4.4-1
-4222	kaa-base	\N	0.4.0-1
-4223	python-mpd	\N	0.2.0-1
-4224	ruledispatch	\N	0.5a.svn20070626-3
-4225	pyopengl	\N	3.0.0~b1-2
-4226	kiwi	\N	1.9.21-1
-4337	partman-basicfilesystems	\N	59
-4342	partman-reiserfs	\N	41
-4213	pyqwt3d	\N	0.1.6-1
-4318	partitioner	\N	0.43
-4233	python-qt3	\N	3.17.4-1
-4234	libapache2-mod-python	\N	3.3.1-3
-4232	petsc4py	\N	0.7.5-5
-4178	python-qt4	\N	4.3.3-3
-4229	python-pysnmp4-apps	\N	0.2.6a-1
-4181	python-cherrypy	\N	2.2.1-4
-4195	pyglet	\N	1.0.dfsg-1
-4236	parallelpython	\N	1.5.3-2
-4239	hachoir-wx	\N	0.1.2-1
-4240	clientcookie	\N	1.3.0-1
-4241	python-pysnmp4-mibs	\N	0.0.5a-2
-4243	beaker	\N	0.9.2.d1-1
-4249	enthought-traits	\N	2.0.4-2
-4245	pyfits	\N	1:1.3-1
-4247	psycopg	\N	1.1.21-15
-4248	pastewebkit	\N	1.0-2
-4255	json-py	\N	3.4-2
-4253	pyclamd	\N	0.1.1-1
-4257	python-soappy	\N	0.12.0-2
-4260	pywavelets	\N	0.1.6-3
-4262	python-gnutls	\N	1.1.4-1
-4319	libdebian-installer	\N	0.57
-4268	python-medusa	\N	0.5.4+clean-1
-4264	pysnmp-se	\N	3.5.2-3
-4269	pycallgraph	\N	0.4.0-1
-4266	python-contract	\N	1.4-2
-4272	pyspf	\N	2.0.4-3
-4254	matplotlib	\N	0.90.1-4
-4279	pudge	\N	0.1.4~svn137-3
-4275	pygments	\N	0.9-3
-4278	turbomail	\N	2.1-1
-4281	pcapy	\N	0.10.5-1
-4283	configobj	\N	4.4.0-2
-4284	pubtal	\N	3.2.0-3
-4285	python-pysnmp2	\N	2.0.9-1
-4179	pyicu	\N	0.8.1-2
-4194	kid	\N	0.9.6-1
-4198	pycha	\N	0.3.0-1
-4210	python-formencode	\N	1.0.1-1
-4215	pygooglechart	\N	0.1.2-1
-4218	sqlobject	\N	0.10.0-1
-4230	python-avc	\N	0.5.0-1
-4237	psycopg2	\N	2.0.7-1
-4238	python-pipeline	\N	0.1.1-1
-4242	myghtyutils	\N	0.52-3
-4251	nose	\N	0.10.1-1
-4267	hachoir-urwid	\N	1.0.1-1
-4271	simplejson	\N	1.8.1-1
-4276	routes	\N	1.8-1
-4286	ll-core	\N	1.11.1-1
-4290	pydb	\N	1.22-3
-4293	python-couchdb	\N	0.3-2
-4301	python-memcache	\N	1.40-1
-4305	python-markdown	\N	1.7-1
-4311	pyip	\N	0.7-1
-4313	cubictemp	\N	0.4-2
-4312	evolution-python	\N	0.0.4-2
-4291	pyparsing	\N	1.4.11-2
-4292	python-numpy	\N	1:1.0.4-7
-4298	pyusb	\N	0.4.1-2
-4296	python-dhm	\N	0.6-2
-4302	enthought-chaco2	\N	2.0.4-2
-4300	pyme	\N	0.7.0-4
-4303	python-osd	\N	0.2.14-3
-4289	ll-xist	\N	2.15.5-1.1
-4299	python-wsgiref	\N	0.1.2-3
-4189	python-goopy	\N	0.1-3
-4323	partman-md	\N	40
-4324	partman-partitioning	\N	58
-4340	partman-dmraid	\N	4
-4338	partman-auto-lvm	\N	26
-4339	partman-ext2r0	\N	1.15
-4344	partman-palo	\N	10
-4316	finish-install	\N	2.16
-4221	pprocess	\N	0.3.1-1
-4403	sarge-support	\N	\N
-4419	kat	\N	\N
-4421	ksynaptics	\N	\N
-4441	kpogre	\N	\N
-4447	kslovar	\N	\N
-4461	eva	\N	\N
-4464	dragonplayer	\N	\N
-4466	transkode	\N	\N
-4477	kboggle	\N	\N
-4482	digikamimageplugins	\N	\N
-4485	unsermake	\N	\N
-4486	kgtk	\N	\N
-4495	qsynaptics	\N	\N
-4498	semantik	\N	\N
-4499	yzis	\N	\N
-4500	digikamimageplugins-doc	\N	\N
-4415	kde-guidance	\N	0.8.0-2.1
-4416	kio-locate	\N	0.4.5+ds-1
-4422	mailody	\N	0.5.0-4
-4424	klibido	\N	0.2.5-5
-4484	qtemu	\N	1.0.5-1
-4483	kwlan	\N	0.6.3-1
-4489	kbfx	\N	0.4.9.3.1-1
-4490	ksystemlog	\N	0.3.2-1
-4509	ocaml-ast-analyze	\N	\N
-4512	missinglib	\N	\N
-4418	kasablanca	\N	0.4.0.2-2
-4348	oldsys-preseed	\N	1.3
-4355	hw-detect	\N	1.60
-4357	partconf	\N	1.25
-4377	efi-reader	\N	0.9
-4369	main-menu	\N	1.26
-4371	udpkg	\N	1.06
-4392	glantank	\N	1.7
-4387	prep-installer	\N	0.7
-4388	yaboot-installer	\N	1.1.12
-4400	auto-install	\N	1.2
-4404	installation-locale	\N	1.2
-4409	rootskel	\N	1.61
-4346	mdcfg	\N	1.24
-4351	iso-scan	\N	1.24
-4347	mklibs	\N	0.1.26
-4349	installation-report	\N	2.33
-4352	clock-setup	\N	0.95
-4361	choose-mirror	\N	2.24
-4364	pkgsel	\N	0.18
-4363	console-setup	\N	1.22
-4397	rootskel-gtk	\N	1.11
-4362	os-prober	\N	1.24
-4360	kickseed	\N	0.48
-4358	preseed	\N	1.35
-4365	lvmcfg	\N	1.18
-4367	nobootloader	\N	1.20
-4368	userdevfs	\N	0.14
-4366	cdebconf	\N	0.130
-4370	debian-installer-utils	\N	1.56
-4378	elilo-installer	\N	1.12
-4379	srm-reader	\N	0.10
-4381	arcboot-installer	\N	1.10
-4375	zipl-installer	\N	0.0.14
-4384	lilo-installer	\N	1.27
-4382	sibyl-installer	\N	1.12
-4391	delo-installer	\N	1.9
-4395	flash-kernel	\N	1.8
-4398	localechooser	\N	2.01
-4396	kernel-wedge	\N	2.44
-4439	kftpgrabber	\N	0.8.1-2
-4399	tzsetup	\N	1:0.20
-4394	palo-installer	\N	0.0.11
-4389	colo-installer	\N	1.12
-4390	cobalt-scripts	\N	0.02
-4393	silo-installer	\N	1.13
-4406	apt-setup	\N	1:0.35
-4410	lowmem	\N	1.28
-4413	network-console	\N	1.15
-4411	debootstrap	\N	1.0.8
-4431	libkexiv2	\N	0.1.6-1
-4412	kbd-chooser	\N	1.43
-4405	user-setup	\N	1.19
-4438	strigiapplet	\N	0.5.7-1
-4426	libsynaptics	\N	0.14.6c-2
-4433	kfocus	\N	1.0.2-17.1
-4459	kpar2	\N	0.3.1-1
-4456	kerry	\N	0.2.2-3
-4428	skim	\N	1.4.5-4
-4436	krusader	\N	1.90.0-1
-4429	k3b-i18n	\N	1.0.4-3
-4435	ksubtile	\N	1.2-6
-4425	konversation	\N	1.0.1-6
-4427	tripod	\N	0.7.0-2
-4432	icecc	\N	0.8.0-2.1
-4440	krecipes	\N	1.0~beta1-1.1
-4443	kid3	\N	1.0-1
-4445	kscope	\N	1.6.1-1
-4444	kde-style-klearlook	\N	0.9.9.2-2
-4448	exiv2	\N	0.16-4
-4451	komparator	\N	0.9-1
-4450	merkaartor	\N	0.0.10-1
-4455	kompose	\N	0.5.4-2
-4449	digikam	\N	2:0.9.3-2
-4442	icecc-monitor	\N	1.1-2
-4453	kmess	\N	1.4.3-2.1
-4460	kmplayer	\N	1:0.10.0c-1
-4462	kbarcode	\N	2.0.6-1
-4463	kphotoalbum	\N	3.1.1-2
-4472	taskjuggler	\N	2.4.1~beta2-1
-4471	tastymenu	\N	1.0.6-1
-4476	libkdcraw	\N	0.1.4-2
-4479	kmymoney2	\N	0.8.9-1
-4481	k3b	\N	1.0.4-8
-4469	libkipi	\N	0.1.5-2
-4467	scim-qtimm	\N	0.9.4-2
-4478	ksniffer	\N	0.3.2-1
-4480	krename	\N	3.0.14-1
-4492	basket	\N	1.0.2-3
-4493	kvpnc	\N	0.9.0-1
-4505	bluez-libs	\N	3.30-1
-4501	bluez-gnome	\N	0.22-1
-4506	pybluez	\N	0.15-1
-4354	anna	\N	1.31
-4503	bluez-hcidump	\N	1.41-1
-4518	ocsigen	\N	1.0.0-1
-4520	xstr	\N	0.2.1-19
-4528	hevea	\N	1.10-3
-4511	ocaml-shout	\N	0.2.6-1
-4514	numerix	\N	0.22-4
-4515	cmigrep	\N	1.4-4
-4508	planets	\N	0.1.13-5
-4513	ocamlwc	\N	0.3-3
-4510	cryptokit	\N	1.3-8
-4519	ocaml-expat	\N	0.9.1+debian1-4
-4522	liquidsoap	\N	0.3.6-4
-4523	ocaml-reins	\N	0.1a-1
-4525	coq	\N	8.1.pl3+dfsg-1
-4530	unison2.9.1	\N	\N
-4534	ocamli18n	\N	\N
-4549	cothreads	\N	\N
-4556	netclient	\N	\N
-4557	jocaml	\N	\N
-4560	ocamlconf	\N	\N
-4566	mod-caml	\N	\N
-4572	ceve	\N	\N
-4575	lablgtksourceview	\N	\N
-4576	ocaml-gettext	\N	\N
-4582	regexp-pp	\N	\N
-4587	mlgtk	\N	\N
-4588	ergo	\N	\N
-4590	camlrpc	\N	\N
-4596	lablgtk	\N	\N
-4602	camlgz	\N	\N
-4603	iox	\N	\N
-4606	cocanwiki	\N	\N
-4610	mlglade	\N	\N
-4617	unison2.13.16	\N	\N
-4621	ocamlduce	\N	\N
-4640	vdrift	\N	\N
-4641	tpclient-pywx	\N	\N
-4650	beatharvester	\N	\N
-4656	libtpproto-py	\N	\N
-4658	pixbros	\N	\N
-4662	glfw	\N	\N
-4665	libtpproto-cpp	\N	\N
-4669	libtpclient-py	\N	\N
-4670	ogreal	\N	\N
-4676	silvertree	\N	\N
-4678	game-servers-init	\N	\N
-4680	blockattackeditor	\N	\N
-4682	trigger-rally-data	\N	\N
-4671	freealut	\N	1.1.0-1
-4626	mysql-ocaml	\N	1.0.4-4
-4707	digiband	\N	\N
-4708	gtkradiant-data-nexuiz	\N	\N
-4711	sdmkun	\N	\N
-4716	gtkradiant-data-quake1	\N	\N
-4531	ocamlodbc	\N	2.15-3
-4542	pycaml	\N	0.82-7
-4536	hlins	\N	0.39-11
-4550	findlib	\N	1.2.1-4
-4553	ocaml-curses	\N	1.0.2-2
-4561	ulex	\N	1.0-4
-4573	headache	\N	1.03-12
-4570	felix	\N	1.1.3-3.1
-4578	gmetadom	\N	0.2.5-3
-4585	xmlrpc-light	\N	0.6-3
-4599	ocaml-csv	\N	1.1.6-3
-4609	otags	\N	3.09.3-2
-4613	advi	\N	1.6.0-13
-4620	pcre-ocaml	\N	5.13.0-1
-4652	pathological	\N	1.1.3-8
-4533	ocaml-getopt	\N	0.0.20040811-8
-4532	camlimages	\N	1:2.2.0-2
-4537	ocaml-doc	\N	3.10-1
-4539	mldonkey	\N	2.9.4-1
-4538	ocaml-book	\N	1.0-4
-4543	camlzip	\N	1.03-6
-4551	mlgmp	\N	20021123-13
-4544	ounit	\N	1.0.2-7
-4546	confluence	\N	0.10.6-5
-4547	facile	\N	1.1-6.1
-4552	ocaml-syck	\N	0.1.1-2
-4555	ocamlnet	\N	2.2.9-2
-4558	coq-doc	\N	8.1-3
-4559	ocaml-portaudio	\N	0.1.2-1
-4709	wesnoth	\N	1:1.4.1-2
-4565	camlidl-doc	\N	1.04-3
-4569	ocaml-alsa	\N	0.1.3-1
-4571	perl4caml	\N	0.9.3-8
-4577	edos-debcheck	\N	1.0-6
-4574	ocurl	\N	0.2.1-13
-4580	galax	\N	1.1-1
-4579	ocaml-sha	\N	1.4-5
-4563	ocamlagrep	\N	1.0-9
-4584	pagodacf	\N	0.9-1
-4592	syslog-ocaml	\N	1.4-1
-4589	ocaml-lastfm	\N	0.1.2-1
-4591	ocamldsort	\N	0.14.4-2
-4601	polygen	\N	1.0.6.ds2-5
-4598	ocamlweb	\N	1.37-7
-4600	omake	\N	0.9.8.5-3-3
-4605	why	\N	2.10.dfsg.2-1
-4607	ocaml-ogg	\N	0.2.0-1
-4581	ocamlgsl	\N	0.6.0-1
-4593	ocaml-ssl	\N	0.4.2-3
-4612	camlidl	\N	1.05-10
-4611	cairo-ocaml	\N	20070908-1
-4618	hevea-doc	\N	1.10-2
-4706	ogre	\N	1.4.6.dfsg1-1
-4615	lablgtk2-doc	\N	2.4.0v0.2tv-8
-4619	camlp5	\N	5.07-1
-4624	ocaml-magic	\N	0.7.3-1
-4625	cameleon	\N	1.9.18.svn20070918-1
-4628	ocamlsdl	\N	0.7.2-7
-4629	ledit	\N	2.00-2
-4632	bibtex2html	\N	1.91-1
-4627	cduce	\N	0.5.0-2
-4634	ocaml-tools	\N	2007.06.24-2
-4635	menhir	\N	20071212.dfsg-1
-4654	fenix-plugins	\N	0.0.20070803-2
-4649	ppracer	\N	0.3.1-11
-4674	enemylines7	\N	0.6-3
-4660	tatan	\N	1.0.dfsg1-1
-4666	sabre	\N	0.2.4b-24
-4681	monsterz	\N	0.7.1-1
-4687	passage	\N	3+dfsg1-2
-4633	calendar	\N	2.0.2-1
-4639	nexuiz	\N	2.4-1
-4646	plib-doc	\N	1.8.5-1
-4643	hex-a-hop	\N	0.0.20070315-6
-4645	supertux	\N	0.1.3-1.1
-4651	boson	\N	0.13-3
-4644	etw	\N	3.2+svn125-1
-4663	pangzero	\N	1.3-1
-4659	fillets-ng-data	\N	0.8.0-1
-4653	brutalchess	\N	0.5.2+dfsg-2
-4667	kxl	\N	1.1.7-13
-4668	parsec47	\N	0.2.dfsg1-1
-4661	tecnoballz	\N	0.92-2.1
-4664	oolite-data	\N	1.65-2
-4675	kball	\N	0.0.20041216-4
-4677	quake2-data	\N	14
-4685	grande	\N	0.6-9
-4683	billard-gl	\N	1.75-10
-4689	lincity-ng	\N	1.1.2-1
-4684	desmume	\N	0.7.3-3
-4688	pixfrogger	\N	1.0-1
-4692	netpanzer	\N	0.8.2-2
-4694	openarena-data	\N	0.7.1-2
-4700	enemylines3	\N	1.2-5
-4701	tumiki-fighters	\N	0.2.dfsg1-2
-4698	invaders	\N	1.0.0-7
-4705	ode	\N	1:0.9.dfsg-1
-4630	lablgl	\N	1.03-1
-4686	transcend	\N	0.3.dfsg1-2
-4562	ocaml	\N	3.10.1-1
-4717	rott	\N	1.0+dfsg-2
-4715	holotz-castle	\N	1.3.9-1
-4693	gnomekiss	\N	2.0-2
-4728	dominoblast	\N	\N
-4734	chocolate-doom	\N	\N
-4737	garden-of-coloured-lights	\N	\N
-4747	bulletss	\N	\N
-4748	quake3-data	\N	\N
-4755	trigger-rally	\N	\N
-4757	allacrost	\N	\N
-4770	clanbomber	\N	\N
-4771	freesynd	\N	\N
-4774	micropolis-activity	\N	\N
-4775	teeworlds	\N	\N
-4779	bsp	\N	\N
-4780	biniax2	\N	\N
-4783	gtkradiant	\N	\N
-4787	excellent-bifurcation	\N	\N
-4788	openyahtzee	\N	\N
-4792	ioquake3	\N	\N
-4796	fretsonfire-songs-inkila	\N	\N
-4798	spring	\N	\N
-4804	gradle-unison	\N	\N
-4807	wok	\N	\N
-4813	openquartz-data	\N	\N
-4828	ezquake-data	\N	\N
-4829	vdrift-data	\N	\N
-4838	ezquake	\N	\N
-4842	openal-soft	\N	\N
-4849	game-package	\N	\N
-4851	area2048	\N	\N
-4860	gtkradiant-data-darkplaces	\N	\N
-4865	sdlbasic	\N	\N
-4869	openmortal	\N	\N
-3613	pypolicyd-spf	\N	0.6.1-1
-3614	p9m4	\N	0.5.dfsg-1
-3632	disksearch	\N	1.2.1-3
-3633	gaupol	\N	0.12.3-1
-3644	startupmanager	\N	1.9.10-2
-3640	decibel-audio-player	\N	0.09-2
-3648	spe	\N	0.8.4.f-1
-4287	python-networkx	\N	0.36-2
-4679	whichwayisup	\N	0.7.9-1
-3645	cython	\N	0.9.6.12-1
-3663	nautilus-image-converter	\N	0.2.1-2
-3688	cunit	\N	2.1-0.dfsg-8
-3702	ack-grep	\N	1.80-1
-3722	libunix-syslog-perl	\N	1.0-2
-3618	emesene	\N	1.0-dist-1
-3674	workrave	\N	1.8.5-6
-4108	hachoir-metadata	\N	1.0.1-1
-4114	simpleparse	\N	2.1.0a1-1
-3681	uw-imap	\N	7:2007~dfsg-1
-3696	taktuk	\N	3.6-2
-4119	python-glpk	\N	0.1.16-1
-3699	pngcrush	\N	1.6.4-5
-4487	libkexif	\N	0.2.5-2
-3700	gnokii	\N	0.6.24.dfsg-3
-3718	ocsinventory-agent	\N	1:0.0.8-3
-4127	python-application	\N	1.0.9-4
-3737	qca2-plugin-ossl	\N	0.1~20070904-3
-4766	gmult	\N	5.3-2
-4768	conquest	\N	8.3-2
-4809	teg	\N	0.11.2-2
-4814	xbill	\N	2.1-7
-4825	btanks	\N	0.7.5800-2
-4830	amphetamine	\N	0.8.10-13
-4835	pokerth	\N	0.6.1-1
-4867	airstrike	\N	0.99+1.0pre6a-4
-4725	funnyboat	\N	1.5-4
-4727	antigrav	\N	0.0.3-2
-4810	deutex	\N	4.4.902-10
-4812	alien-arena-data	\N	6.10-1
-4818	libwfut	\N	0.2.0-3
-4821	moagg	\N	0.18-6
-4819	gfpoken	\N	0.31-2
-4815	lordsawar	\N	0.0.8-1
-4870	geki2	\N	2.0.3-7
-4817	vegastrike-data	\N	0.4.3-5
-4823	simutrans-pak64	\N	99.18~0.svn26-1
-4824	clanlib	\N	0.8.1-1
-4833	kraptor	\N	0.0.20040403-4
-4834	blockattack	\N	1.3.1-2
-4832	ultrastar-ng	\N	0.1.4-2
-4822	boswars	\N	2.5-1
-4836	xbat	\N	1.11-11
-4841	starfighter	\N	1.1-7
-4843	bubbros	\N	1.6-1
-4840	glest-data	\N	3.1.0-1
-4848	gravitywars	\N	1.102-31
-4844	gamine	\N	0.0.1-2
-4845	snowballz	\N	0.9.5.1-1
-4847	jugglemaster	\N	0.4-2
-4855	oneisenough	\N	0.40-1
-4850	3dchess	\N	0.8.1-14
-4853	koules	\N	1.4-17
-4861	scottfree	\N	1.14-9
-4863	bloboats	\N	1.0.1.dsfg-2
-4856	briquolo	\N	0.5.7-1
-4857	donkey-bolonkey	\N	2001-4
-4859	simutrans	\N	99.18~0.svn1664-2
-4866	freecol	\N	0.7.3-1
-4864	prboom	\N	2:2.4.7+dfsg-3
-4753	bouncy	\N	0.6.20071104-2
-4754	neverball	\N	1.4.0-6
-4758	fillets-ng	\N	0.8.0-2
-4760	moagg-data	\N	0.18-2
-4769	xboing	\N	2.4-30
-4765	xdigger	\N	1.0.10-11
-4759	bastet	\N	0.41-6
-4767	a7xpg	\N	0.11.dfsg1-4
-4763	ceferino	\N	0.97.8-2
-4784	shisen.app	\N	1.2.1-1
-4777	openarena	\N	0.7.0-3
-4793	oolite	\N	1.65-6
-4772	gnome-chess	\N	0.4.0-2
-4782	supertuxkart	\N	0.4-1
-4781	ii-esu	\N	1.0a.dfsg1-1
-4785	moaggedit	\N	0.5-4
-4778	glest	\N	3.1.0-1
-4724	openal	\N	1:0.0.8-7
-4721	kanatest	\N	0.4.4-1
-4723	plib	\N	1.8.4-8
-4722	enet	\N	1.1-2
-4719	fretsonfire-songs-sectoid	\N	1.dfsg-2
-4738	pathogen	\N	1.1.1-1
-4735	projectl	\N	1.001.dfsg1-1
-4741	xbattle	\N	5.4.1-14
-4739	late	\N	0.1.0-11
-4729	tuxracer-extras	\N	0.5-3
-4731	doom-package	\N	15
-4733	nexuiz-data	\N	2.4-1
-4730	gravitation	\N	3+dfsg1-1
-4797	abuse-frabs	\N	2.11-1
-4742	fretsonfire	\N	1.2.451.dfsg-2
-4745	vodovod	\N	1.10-2
-4746	mines.app	\N	0.1.0-5
-4751	mancala	\N	1.0.1-2
-4749	komi	\N	1.04-3
-4801	langdrill	\N	0.3-6.1
-4750	ogre-contrib	\N	1.4.6-1
-4802	dreamchess	\N	0.2.0-1
-4806	cultivation	\N	8.20070809.dfsg1-2
-4799	boson-data	\N	0.13-3
-4800	quesoglc	\N	0.7.1-1
-4827	chromium	\N	0.9.12-13
-4764	warsow-data	\N	0.32-1
-4837	alien-arena	\N	6.10-2
-4789	fenix	\N	0.92a.dfsg1-3
-4790	attal	\N	1.0~rc1+cvs20080318-2
-4795	holotz-castle-milanb	\N	0.0.20050210-1
-4134	turbogears	\N	1.0.4.3-1
-4420	wlassistant	\N	0.5.7-2
-4488	kaffeine	\N	0.8.6-2
-3768	vim-latexsuite	\N	20060325-4.1
-3817	trove	\N	2.0.3-1
-3705	libhtml-wikiconverter-perl	\N	0.61-3
-4135	python-processing	\N	0.51-1
-3840	libparanamer-java	\N	1.1.2-1
-3782	libcommons-codec-java	\N	1.3-4
-3861	libjgoodies-forms-java	\N	1.2.0-1
-3883	libjboss-remoting-java	\N	2.4.0~Beta2-1
-3906	plexus-container-default	\N	1.0-alpha-9-stable-1-2
-3982	libslf4j-java	\N	1.5.0-2
-4008	libgrinvin-graphs-java	\N	1.0-1
-3778	backport-util-concurrent	\N	2.2+dfsg-1
-4033	libcommons-lang-java	\N	2.3-4
-4056	saxonb	\N	9.0.0.4+svn20080322-1
-4077	libcommons-validator-java	\N	1:1.3.1-1
-3792	libcommons-digester-java	\N	1.8-1
-3867	kunststoff	\N	2.0.2-4
-3807	wsdl4j	\N	1.6.2-1
-3813	libjgoodies-animation-java	\N	1.2.0-4
-3823	mysql-connector-java	\N	5.1.6+dfsg-1
-3805	libjboss-serialization-java	\N	1.0.3.GA-1
-3852	libcommons-jexl-java	\N	1.0-5
-3859	libdtdparser-java	\N	1.21a-3
-3874	liblogkit-java	\N	1.2.2-9
-3890	libhibernate-annotations-java	\N	3.3.1.GA-1
-4144	python-htmltmpl	\N	1.22-10
-3894	libajaxtags-java	\N	1.3~rc7-1
-4638	pxp	\N	1.2.0~test1-3
-4151	python-reportlab	\N	2.1dfsg-1
-4152	webhelpers	\N	0.3.4-1
-3620	phenny	\N	2~hg11-2
-3619	fusion-icon	\N	0.0.0+git20071028-2
-3649	pyflakes	\N	0.2.1+svn14502-2
-3665	network-manager-pptp	\N	0.6.5+svnhead2574+dfsg-1
-4336	partman-basicmethods	\N	38
-4118	python-django	\N	0.96.1-3
-4468	knemo	\N	0.4.8-1
-3685	apt-xapian-index	\N	0.8
-3741	kdeaddons	\N	4:3.5.9-1
-3751	kdeartwork	\N	4:3.5.9-2
-3744	kdemultimedia	\N	4:3.5.9-1
-3753	kdeadmin	\N	4:3.5.9-1
-4417	kdesudo	\N	2.4-1
-4423	soundkonverter	\N	0.3.6-1.1
-3760	kdenetwork	\N	4:3.5.9-1
-3764	kdegraphics	\N	4:3.5.9-1
-3821	libgef-java	\N	0.12.3-1
-3833	libcommons-openpgp-java	\N	0+svn533492-1
-3889	plexus-classworlds	\N	1.2+svn5720-1
-4028	doxia	\N	1.0-alpha-7-1
-3784	libgetopt-java	\N	1.0.11-2
-3801	libjboss-common-java	\N	0.0+svn2663-1
-3815	jtidy	\N	7+svn20070309-1
-3839	libvldocking-java	\N	2.1.4-3
-3837	libjcommon-java	\N	1.0.10.dfsg-1
-3863	lucene	\N	1.4.3.dfsg-3
-3891	libgui-commands-java	\N	1.1.43-2
-4160	pyscript	\N	0.6.1-1
-4703	asc	\N	2.0.1.0-2
-4720	wormux	\N	0.8beta4-2
-4718	abuse-sdl	\N	1:0.7.1-1
-4168	python-pychart	\N	1.39-6
-4175	mmpython	\N	0.4.10-1
-4307	ctypes	\N	1.0.2-3
-4732	funguloids	\N	1.06-5
-4183	celementtree	\N	1.0.5-10
-4193	python-decorator	\N	2.2.0-2
-4205	pastescript	\N	1.6.2-2
-4208	python-trml2pdf	\N	1.0-1
-4197	turbokid	\N	1.0.4-1
-4216	gnupginterface	\N	0.3.2-9
-4217	hachoir-subfile	\N	0.5.2-1
-4227	elementtidy	\N	1.0-5
-4231	python-uniconvertor	\N	1.1.2-1
-4212	pythonmagick	\N	0.7-5
-4235	pyenchant	\N	1.3.1-1
-4380	aboot-installer	\N	0.0.29
-4414	usb-discover	\N	1.06
-4317	cdrom-detect	\N	1.27
-4250	urwid	\N	0.9.8.1-1
-4252	migrate	\N	0.4.4-1
-4259	python-xlib	\N	0.14-1
-3904	statsvn	\N	0.3.1.dfsg-3
-3907	libqdwizard-java	\N	2.0.2-2
-3914	libi18n-java	\N	0.1.3a-2
-3925	libhtmlparser-java	\N	1.6.20060610.dfsg0-2
-3932	jexcelapi	\N	2.6.6-2
-3940	libapache-mod-jk	\N	1:1.2.26-2
-3935	libgrinvin-invariants-java	\N	1.0.1-1
-3957	liquidlnf	\N	2.9.1-5
-4265	pyqwt	\N	4.2.3.dfsg-1
-4274	quixote	\N	2.5-3
-3959	libcommons-collections3-java	\N	3.2-1
-3970	flutejava	\N	1.3-3
-3973	libjboss-aop-java	\N	2.0.0.CR4-1
-3924	dresden-ocl	\N	1.1.debian-2
-4270	pyxine	\N	0.1alpha2-3
-4811	adanaxisgpl	\N	1.2.5.dfsg.1-1
-3989	libxt-java	\N	0.20050823-2
-3981	libkjdsp-java	\N	1.2-3
-3992	plexus-i18n	\N	1.0-beta-7+svn6675-1
-4002	libcommons-modeler-java	\N	2.0.1-4
-4011	werken.xpath	\N	0.9.4-9
-4020	jakarta-log4j	\N	1.2.15-2
-4029	groovy	\N	1.5.5-1
-4852	vegastrike-music	\N	0.4.3-1
-4034	jftp	\N	1.51~pre4-1
-4038	libpixie-java	\N	1:0.8.8-1
-4051	libhibernate-commons-annotations-java	\N	3.0.0.GA-2
-4057	libswarmcache-java	\N	1.0RC2+cvs20071027-2
-4064	libfreemarker-java	\N	2.3.12-2
-4280	pyvtk	\N	0.4.74-2
-4320	base-installer	\N	1.89
-4072	concurrent-dfsg	\N	1.3.4-2
-4082	commons-beanutils	\N	1.8.0~beta-1
-4090	plexus-interactivity-api	\N	1.0-alpha-6-2
-4726	attal-themes	\N	1.0~rc1+cvs20080318-1
-4093	libcommons-fileupload-java	\N	1.2.1-1
-4143	rabbyt	\N	0.7.5-1
-4171	nevow	\N	0.9.31-1
-4202	parsedatetime	\N	0.8.5-2
-4228	hachoir-parser	\N	1.0-1
-4246	sip4-qt3	\N	4.7.4-1
-4282	python-twitter	\N	0.5-1
-4297	ipython	\N	0.8.2.dfsg-2
-4101	python-dns	\N	2.3.1-3
-4308	python-cjson	\N	1.0.5-1
-4102	pyqwt5	\N	5.0.1.dfsg-3
-4306	hachoir-core	\N	1.0.1-1
-4304	pyopenssl	\N	0.6-5
-4322	partman-jfs	\N	26
-4820	alex4	\N	1.1-2
-4816	opencity	\N	0.0.5.1stable-1
-4343	partman-auto-raid	\N	9
-4826	extremetuxracer	\N	0.4-1
-4831	val-and-rick	\N	0.1a.dfsg1-2
-4350	net-retriever	\N	1.20
-4000	libdb-je-java	\N	3.2.68-1
-4054	java-snmp	\N	1.4.2-1
-4096	python-pysnmp4	\N	4.1.9a-1
-4258	python-spread	\N	1.5-1
-4310	pynjb	\N	0.1.0-3
-4294	pyro	\N	3.7-2
-4325	partman-newworld	\N	19
-4359	etch-support	\N	0.03
-4372	mountfloppy	\N	0.15
-4383	grub-installer	\N	1.30
-4839	torus-trooper	\N	0.22.dfsg1-2
-4374	s390-sysconfig-writer	\N	0.4
-4401	cdrom-retriever	\N	1.16
-4407	floppy-retriever	\N	1.17
-4408	bterm-unifont	\N	1.0
-4452	tora	\N	1.3.23-1
-4434	keep	\N	0.4.0-1
-4430	ksplash-engine-moodin	\N	0.4.2-1
-4846	stormbaancoureur	\N	2.1.3-1
-4454	filelight-l10n	\N	1.0-1
-4446	pykdeextensions	\N	0.4.0-5
-4457	filelight	\N	1.0-1
-4854	rrootage	\N	0.23a-7
-4458	kipi-plugins	\N	0.1.5-1
-4858	sauerbraten-data	\N	0.0.20071227-2
-4862	qonk	\N	0.3.1-1
-4470	rsibreak	\N	0.8.0-4
-4473	digikam-doc	\N	0.9.3~beta3-1
-4475	strigi	\N	0.5.8-1
-4496	kdmtheme	\N	1.2.2-1
-4497	ktorrent	\N	2.2.5.dfsg.1-2
-4494	kdebluetooth	\N	1.0~beta8-4
-4527	extlib	\N	1.5.1-1
-4545	ocaml-sqlite3	\N	1.0.1-1
-4567	ocamlcreal	\N	0.7-4
-4594	meta-ocaml	\N	3.10.0.1
-4672	chromium-data	\N	0.9.12-3
-4516	camomile	\N	0.7.1-3
-4521	ocaml-fileutils	\N	0.3.0-13
-4529	xml-light	\N	2.2-8
-4526	ocaml-ladspa	\N	0.1.1-1
-4535	ocaml-duppy	\N	0.1.1-1
-4540	ocaml-benchmark	\N	0.6-7
-4517	ocaml-soundtouch	\N	0.1.2-1
-4524	matita	\N	0.4.98-7
-4548	ocamldap	\N	2.1.8-5
-4554	tuareg-mode	\N	1:1.45.6-1
-4752	nettoe	\N	1.1.0-3
-4564	ocamlgraph	\N	0.98-3
-4568	ocamlmakefile	\N	6.27.0-1
-4756	warzone2100	\N	2.1.0~1.beta2-1
-4586	ulex0.8	\N	0.8-6
-4595	spamoracle	\N	1.4-11
-4604	ocaml-dtools	\N	0.1.6-1
-4583	postgresql-ocaml	\N	1.7.0-3
-4614	coq-float	\N	1:8.1-1.0-4
-4623	cryptgps	\N	0.2.1-4
-4608	ocaml-taglib	\N	0.1.2-1
-4631	ocaml-ao	\N	0.1.9-1
-4636	ocaml-mad	\N	0.3.3-1
-4637	ocaml-xmlplaylist	\N	0.1.1-1
-4696	barrage	\N	1.0.2-2
-4648	bulletml	\N	0.0.6-3
-4642	abuse-lib	\N	2.00-18
-4647	gnome-breakout	\N	0.5.3-1
-4655	freedoom	\N	0.6.2-1
-4657	freesweep	\N	0.90-1
-4761	dd2	\N	0.2.2-1
-4762	gunroar	\N	0.15.dfsg1-3
-4773	mu-cade	\N	0.11.dfsg1-2
-4776	sauerbraten	\N	0.0.20071227.dfsg-2
-4690	ketm	\N	0.0.6-19
-4691	xtux	\N	0.2.030306-10
-4697	ri-li	\N	2.0.1-1
-4699	spacearyarya	\N	1.0.2-7
-4376	s390-dasd	\N	0.0.23
-4437	amarok	\N	1.4.9.1-1
-4474	kmobiletools	\N	0.4.3.2-2
-4465	codeine	\N	1.0.1-3.dfsg-3
-4491	kile	\N	1:2.0.1~rc1-1
-4504	blueproximity	\N	1.2.5-3
-4507	gnome-phone-manager	\N	0.51-1
-4597	lablgtk2	\N	2.10.0-4
-4786	scorched3d	\N	41.3dfsg-1
-4794	pingus	\N	0.7.2-2
-4740	vegastrike	\N	0.5~svn12126-2
-4736	renpy	\N	6.3.1.ds1-1
-4743	titanion	\N	0.3.dfsg1-2
-4744	asc-music	\N	1.3-1
-4805	nikwi	\N	0.0.20060823-1
-4803	pathological-music	\N	2
-4327	partman-target	\N	54
-4331	partman-efi	\N	16
-4329	partman-auto	\N	77
-4345	live-installer	\N	4
-4373	s390-netdevice	\N	0.0.19
-4386	quik-installer	\N	0.0.20
-4402	cdrom-checker	\N	1.13
-4356	cdebconf-entropy	\N	0.7
-4385	vmelilo-installer	\N	1.17
-4868	powermanga	\N	0.90-dfsg-1
-4695	droidbattles	\N	1.0.6-6
-4353	netcfg	\N	1.43
-3749	koffice	\N	1:1.6.3-5
-3765	vim-scripts	\N	7.1.6
-4673	warsow	\N	0.32.dfsg-1
-4326	partman-base	\N	117
-4808	foobillard	\N	3.0a-3
-4321	rescue	\N	1.14
-4502	bluez-utils	\N	3.30-3
-4616	ocaml-vorbis	\N	0.4.1-1
-4702	stepbill.app	\N	2.4-5
-4704	seal	\N	1.07-14
-4791	alienblaster	\N	1.1.0-1
-4710	xlife	\N	5.0-7
-4714	geki3	\N	1.0.3-7
-4713	asciijump	\N	0.0.6-4
-4712	boson-music	\N	0.13-2
-4541	mlpcap	\N	0.9-12
-4622	unison	\N	2.27.57-1
-4341	partman-crypto	\N	30
-3963	commons-httpclient	\N	3.1-2
-\.
-
-
---
--- Data for Name: tarball; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY tarball (id, name, size) FROM stdin;
-677	falcon_2.0.5.orig.tar.gz	\N
-678	straw_0.27.orig.tar.gz	\N
-679	pyicqt_0.8b.orig.tar.gz	\N
-680	alarm-clock_0.9.1.orig.tar.gz	\N
-681	disksearch_1.2.1.orig.tar.gz	\N
-682	pytagsfs_0.6.0.orig.tar.gz	\N
-683	sphinx_0.1.61950.orig.tar.gz	\N
-684	mercurial_1.0.orig.tar.gz	\N
-685	startupmanager_1.9.10.orig.tar.gz	\N
-686	emma_0.6.orig.tar.gz	\N
-687	clearsilver_0.10.5.orig.tar.gz	\N
-688	wireshark_1.0.0.orig.tar.gz	\N
-689	gnome-translate_0.99.orig.tar.gz	\N
-690	spectools_200710R2.orig.tar.gz	\N
-691	workrave_1.8.5.orig.tar.gz	\N
-692	libtranslate_0.99.orig.tar.gz	\N
-693	taktuk_3.6.orig.tar.gz	\N
-694	gnokii_0.6.24.dfsg.orig.tar.gz	\N
-695	libmail-cclient-perl_1.12.orig.tar.gz	\N
-696	libhtml-wikiconverter-perl_0.61.orig.tar.gz	\N
-697	cmph_0.7.orig.tar.gz	\N
-698	libgenerics_1.2.1.orig.tar.gz	\N
-699	xpenguins-applet_2.1.1.orig.tar.gz	\N
-700	fetchexc_2.0.orig.tar.gz	\N
-701	asm3_3.1.orig.tar.gz	\N
-702	libj2ssh-java_0.2.9.orig.tar.gz	\N
-703	bouncycastle_1.39.orig.tar.gz	\N
-704	axis_1.4.orig.tar.gz	\N
-705	grinvin_1.0.3.dfsg.1.orig.tar.gz	\N
-706	libcommons-jexl-java_1.0.orig.tar.gz	\N
-707	libcolt-java_1.2.0.orig.tar.gz	\N
-708	commons-daemon_1.0.2~svn20061127.orig.tar.gz	\N
-709	commons-httpclient_3.1.orig.tar.gz	\N
-710	tomcat5.5_5.5.26.orig.tar.gz	\N
-711	myghty_1.1.orig.tar.gz	\N
-712	pyqwt5_5.0.1.dfsg.orig.tar.gz	\N
-713	louie_1.1.orig.tar.gz	\N
-714	pylons_0.9.6.1.orig.tar.gz	\N
-715	sympy_0.5.13.orig.tar.gz	\N
-716	simpleparse_2.1.0a1.orig.tar.gz	\N
-717	turboentity_0.1.0.orig.tar.gz	\N
-718	python-bcrypt_0.1.orig.tar.gz	\N
-719	scapy_1.1.1.orig.tar.gz	\N
-720	python-application_1.0.9.orig.tar.gz	\N
-721	twistedsnmp_0.3.13.orig.tar.gz	\N
-722	simpletal_4.1.orig.tar.gz	\N
-723	python-htmltmpl_1.22.orig.tar.gz	\N
-724	sclapp_0.5.1.orig.tar.gz	\N
-725	impacket_0.9.6.0.orig.tar.gz	\N
-726	nouvelle_1.0.orig.tar.gz	\N
-727	pyscript_0.6.1.orig.tar.gz	\N
-728	notify-python_0.1.1.orig.tar.gz	\N
-729	python-pychart_1.39.orig.tar.gz	\N
-730	pyyaml_3.05.orig.tar.gz	\N
-731	pyasn1_0.0.7a.orig.tar.gz	\N
-732	mmpython_0.4.10.orig.tar.gz	\N
-733	pyicu_0.8.1.orig.tar.gz	\N
-734	pymilter_0.8.9.orig.tar.gz	\N
-735	python-goopy_0.1.orig.tar.gz	\N
-736	templayer_1.4.orig.tar.gz	\N
-737	forgetsql_0.5.1.orig.tar.gz	\N
-738	kid_0.9.6.orig.tar.gz	\N
-739	python-werkzeug_0.2.orig.tar.gz	\N
-740	parsedatetime_0.8.5.orig.tar.gz	\N
-741	zsi_2.1~a1.orig.tar.gz	\N
-742	pyqwt3d_0.1.6.orig.tar.gz	\N
-743	gnupginterface_0.3.2.orig.tar.gz	\N
-744	python-tclink_3.4.4.orig.tar.gz	\N
-745	fpconst_0.7.2.orig.tar.gz	\N
-746	python-mpd_0.2.0.orig.tar.gz	\N
-747	petsc4py_0.7.5.orig.tar.gz	\N
-748	pyenchant_1.3.1.orig.tar.gz	\N
-749	clientcookie_1.3.0.orig.tar.gz	\N
-750	pygoogle_0.6.orig.tar.gz	\N
-751	urwid_0.9.8.1.orig.tar.gz	\N
-752	nose_0.10.1.orig.tar.gz	\N
-753	python-pysizer_0.1.1.orig.tar.gz	\N
-754	python-soappy_0.12.0.orig.tar.gz	\N
-755	python-xlib_0.14.orig.tar.gz	\N
-756	pywavelets_0.1.6.orig.tar.gz	\N
-757	python-gnutls_1.1.4.orig.tar.gz	\N
-758	python-buildutils_0.3.orig.tar.gz	\N
-759	pysnmp-se_3.5.2.orig.tar.gz	\N
-760	python-contract_1.4.orig.tar.gz	\N
-761	hachoir-urwid_1.0.1.orig.tar.gz	\N
-762	pycallgraph_0.4.1.orig.tar.gz	\N
-763	pyxine_0.1alpha2.orig.tar.gz	\N
-764	pymills_3.4.orig.tar.gz	\N
-765	turbomail_2.1.orig.tar.gz	\N
-766	pyvtk_0.4.74.orig.tar.gz	\N
-767	pcapy_0.10.5.orig.tar.gz	\N
-768	pubtal_3.2.0.orig.tar.gz	\N
-769	python-pysnmp2_2.0.9.orig.tar.gz	\N
-770	ll-core_1.11.1.orig.tar.gz	\N
-771	pydb_1.22.orig.tar.gz	\N
-772	python-couchdb_0.3.orig.tar.gz	\N
-773	pyopengl-demo_3.0.0~a6.orig.tar.gz	\N
-774	pyusb_0.4.1.orig.tar.gz	\N
-775	pyopenssl_0.7a2.orig.tar.gz	\N
-776	pyzenity_0.1.4.orig.tar.gz	\N
-777	pyip_0.7.orig.tar.gz	\N
-778	ksynaptics_0.3.3.orig.tar.gz	\N
-779	libsynaptics_0.14.6c.orig.tar.gz	\N
-780	kfocus_1.0.2.orig.tar.gz	\N
-781	keep_0.4.0.orig.tar.gz	\N
-782	krusader_1.90.0.orig.tar.gz	\N
-783	exiv2_0.16.orig.tar.gz	\N
-784	qsynaptics_0.22.0.orig.tar.gz	\N
-785	bluez-utils_3.30.orig.tar.gz	\N
-786	pidgin_2.4.1.orig.tar.gz	\N
-787	pyqwt_4.2.3.dfsg.orig.tar.gz	\N
-788	kpogre_1.6.2.orig.tar.gz	\N
-789	cryptokit_1.3.orig.tar.gz	\N
-790	xstr_0.2.1.orig.tar.gz	\N
-791	ocaml-fileutils_0.3.0.orig.tar.gz	\N
-792	ocaml-reins_0.1a.orig.tar.gz	\N
-793	extlib_1.5.1.orig.tar.gz	\N
-794	ocamlodbc_2.15.orig.tar.gz	\N
-795	pycaml_0.82.orig.tar.gz	\N
-796	ounit_1.0.2.orig.tar.gz	\N
-797	confluence_0.10.6.orig.tar.gz	\N
-798	findlib_1.2.1.orig.tar.gz	\N
-799	ocaml-syck_0.1.1.orig.tar.gz	\N
-800	ocaml-curses_1.0.2.orig.tar.gz	\N
-801	ocamlnet_2.2.9.orig.tar.gz	\N
-802	jocaml_3.10.0.orig.tar.gz	\N
-803	ulex_1.0.orig.tar.gz	\N
-804	ocaml_3.10.2.orig.tar.gz	\N
-805	ocamlagrep_1.0.orig.tar.gz	\N
-806	headache_1.03.orig.tar.gz	\N
-807	ocaml-gettext_0.2.0.orig.tar.gz	\N
-808	gmetadom_0.2.6.orig.tar.gz	\N
-809	ocamlgsl_0.6.0.orig.tar.gz	\N
-810	xmlrpc-light_0.6.orig.tar.gz	\N
-811	ergo_0.7.3.orig.tar.gz	\N
-812	syslog-ocaml_1.4.orig.tar.gz	\N
-813	ocaml-ssl_0.4.2.orig.tar.gz	\N
-814	spamoracle_1.4.orig.tar.gz	\N
-815	ocaml-csv_1.1.6.orig.tar.gz	\N
-816	camlgz_0.5.7.orig.tar.gz	\N
-817	camlidl_1.05.orig.tar.gz	\N
-818	hevea-doc_1.10.orig.tar.gz	\N
-819	ocamlduce_3.10.0.1.orig.tar.gz	\N
-820	unison_2.27.57.orig.tar.gz	\N
-821	cryptgps_0.2.1.orig.tar.gz	\N
-822	mysql-ocaml_1.0.4.orig.tar.gz	\N
-823	ocamlsdl_0.7.2.orig.tar.gz	\N
-824	bibtex2html_1.91.orig.tar.gz	\N
-825	pathological_1.1.3.orig.tar.gz	\N
-826	plib-doc_1.8.5.orig.tar.gz	\N
-827	freesweep_0.90.orig.tar.gz	\N
-828	glfw_2.6.orig.tar.gz	\N
-829	pangzero_1.3.orig.tar.gz	\N
-830	oolite-data_1.65.orig.tar.gz	\N
-831	chromium-data_0.9.12+dfsg.1.orig.tar.gz	\N
-832	kball_0.0.20041216.orig.tar.gz	\N
-833	billard-gl_1.75.orig.tar.gz	\N
-834	desmume_0.7.3.orig.tar.gz	\N
-835	transcend_0.3.dfsg1.orig.tar.gz	\N
-836	pixfrogger_1.0.orig.tar.gz	\N
-837	blockattackeditor_4.orig.tar.gz	\N
-838	monsterz_0.7.1.orig.tar.gz	\N
-839	barrage_1.0.2.orig.tar.gz	\N
-840	invaders_1.0.0.orig.tar.gz	\N
-841	xtux_0.2.030306.orig.tar.gz	\N
-842	xlife_5.0.orig.tar.gz	\N
-843	kanatest_0.4.4.orig.tar.gz	\N
-844	asciijump_1.0.2beta.orig.tar.gz	\N
-845	holotz-castle_1.3.10.orig.tar.gz	\N
-846	antigrav_0.0.3.orig.tar.gz	\N
-847	dominoblast_0.1.orig.tar.gz	\N
-848	chocolate-doom_1.0.0+dfsg1.orig.tar.gz	\N
-849	plib_1.8.5.orig.tar.gz	\N
-850	mathwar_0.2.5.orig.tar.gz	\N
-851	mancala_1.0.1.orig.tar.gz	\N
-852	nettoe_1.1.0.orig.tar.gz	\N
-853	neverball_1.4.0.orig.tar.gz	\N
-854	dd2_0.2.2.orig.tar.gz	\N
-855	ceferino_0.97.8.orig.tar.gz	\N
-856	warsow-data_0.32.orig.tar.gz	\N
-857	conquest_8.3.orig.tar.gz	\N
-858	openyahtzee_1.8.orig.tar.gz	\N
-859	xbill_2.1.orig.tar.gz	\N
-860	wok_1.0.orig.tar.gz	\N
-861	extremetuxracer_0.4.orig.tar.gz	\N
-862	chromium_0.9.12.orig.tar.gz	\N
-863	xbat_1.11.orig.tar.gz	\N
-864	bubbros_1.6.orig.tar.gz	\N
-865	ultrastar-ng_0.2.1.orig.tar.gz	\N
-866	blockattack_1.3.1.orig.tar.gz	\N
-867	koules_1.4.orig.tar.gz	\N
-868	rrootage_0.23a.orig.tar.gz	\N
-869	snowballz_0.9.5.1.orig.tar.gz	\N
-870	stormbaancoureur_2.1.3.orig.tar.gz	\N
-871	qonk_0.3.1.orig.tar.gz	\N
-872	fillets-ng_0.8.0.orig.tar.gz	\N
-873	gnome-breakout_0.5.3.orig.tar.gz	\N
-874	libtpproto-cpp_0.1.1.orig.tar.gz	\N
-875	xboing_2.4.orig.tar.gz	\N
-876	clanbomber_1.05cdbs.orig.tar.gz	\N
-877	cultivation_8.20070809.dfsg1.orig.tar.gz	\N
-878	teg_0.11.2.orig.tar.gz	\N
-879	freealut_1.1.0.orig.tar.gz	\N
-880	psycopg_1.1.21.orig.tar.gz	\N
-881	checkstyle_4.4+dfsg.orig.tar.gz	\N
-\.
-
-
---
--- Data for Name: team; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY team (id, shortname, name, url) FROM stdin;
-1	pkg-kde	Debian KDE Team	\N
-2	noteam	no team	\N
-3	pkg-bluetooth	Debian Bluetooth Maintainers	\N
-4	pkg-games	Debian Games Team	\N
-5	d-i	Debian Install System Team	\N
-6	pkg-java	Debian Java Maintainers	\N
-7	pkg-ocaml-maint	Debian Ocaml Team	\N
-8	pkg-perl	Debian Perl Team	\N
-9	pkg-team	Debian Python Team	\N
-10	pkg-vim	Debian VIM Maintainers	\N
-11	webapps-common	Debian Webapps Team	\N
-\.
-
-
---
--- Data for Name: userlogin; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY userlogin (id, maintainer_id, name) FROM stdin;
-521	\N	kitterma-guest
-522	\N	piotr
-523	\N	pcc-guest
-524	\N	rainct-guest
-525	\N	pochu-guest
-526	\N	nslater-guest
-527	\N	kumanna-guest
-528	\N	baby-guest
-529	\N	gothicx-guest
-530	\N	eike-guest
-531	\N	gilir-guest
-532	\N	nijel
-533	\N	dottedmag-guest
-534	\N	stani-guest
-535	\N	appaji-guest
-536	\N	cody-somerville-guest
-537	\N	morph-guest
-538	\N	andyp-guest
-539	\N	bzed
-540	\N	arnau-guest
-541	\N	ana
-542	\N	vdanjean
-543	\N	certik-guest
-544	\N	gudjon-guest
-545	\N	mithrandi-guest
-546	\N	varun
-547	\N	jalet-guest
-548	\N	larsk-guest
-549	\N	otavio
-550	\N	zorglub
-551	\N	fpeters
-552	\N	andete
-553	\N	nion
-554	\N	fixxxer-guest
-555	\N	hanska-guest
-556	\N	js
-557	\N	gareuselesinge
-558	\N	zadig-guest
-559	\N	kapil
-560	\N	twerner
-561	\N	francois
-562	\N	malex
-563	\N	yabuki-guest
-564	\N	ari
-565	\N	biebl
-566	\N	enrico
-567	\N	holger
-568	\N	pbenner-guest
-569	\N	bubulle
-570	\N	tolimar
-571	\N	lucas
-572	\N	mckinstry
-573	\N	madduck
-574	\N	costela
-575	\N	tgg-guest
-576	\N	makholm
-577	\N	faw
-578	\N	sylvestre-guest
-579	\N	jaldhar
-580	\N	fst
-581	\N	asheesh-guest
-582	\N	rousseau
-583	\N	debacle
-584	\N	goneri-guest
-585	\N	pkern
-586	\N	jcd-guest
-587	\N	lool
-588	\N	siretart-guest
-589	\N	modax-guest
-590	\N	kebianizao-guest
-591	\N	mukidohime-guest
-592	\N	sharky
-593	\N	pusling-guest
-594	\N	fabo
-595	\N	fboudra-guest
-596	\N	jamessan
-597	\N	zack
-598	\N	bigon-guest
-599	\N	mkoch
-600	\N	avdyk
-601	\N	wbaer-guest
-602	\N	cfry-guest
-603	\N	tgg
-604	\N	mh
-605	\N	tedp-guest
-606	\N	marcusb-guest
-607	\N	varun-guest
-608	\N	doko
-609	\N	fourmond
-610	\N	trygvis-guest
-611	\N	nd-guest
-612	\N	paulcager-guest
-613	\N	cfry
-614	\N	apeeters-guest
-615	\N	tiagosab-guest
-616	\N	tashiro-guest
-617	\N	petere
-618	\N	rene
-619	\N	mslama-guest
-620	\N	janpascal-guest
-621	\N	tincho-guest
-622	\N	vladimir-guest
-623	\N	ewl-guest
-624	\N	barryh-guest
-625	\N	llucifer-guest
-626	\N	sgybas
-627	\N	hauro-guest
-628	\N	gerardo-guest
-629	\N	pere
-630	\N	killer
-631	\N	werner
-632	\N	dirson
-633	\N	arnau
-634	\N	jluebbe
-635	\N	myon
-636	\N	bzed-guest
-637	\N	pox-guest
-638	\N	kibi-guest
-639	\N	mca-guest
-640	\N	kov
-641	\N	bernat-guest
-642	\N	gaspa-guest
-643	\N	santiago
-644	\N	brettp-guest
-645	\N	hertzog
-646	\N	jmalonzo-guest
-647	\N	kcoyner
-648	\N	davidvilla-guest
-649	\N	ucko
-650	\N	smcv-guest
-651	\N	shlomme
-652	\N	cgalisteo-guest
-653	\N	nacho
-654	\N	toadstool-guest
-655	\N	stratus
-656	\N	rustybear-guest
-657	\N	thomasbl-guest
-658	\N	atehwa-guest
-659	\N	rganesan
-660	\N	azatoth-guest
-661	\N	pabs
-662	\N	mejo
-663	\N	mtaylor-guest
-664	\N	osrevolution-guest
-665	\N	geole-guest
-666	\N	kobold
-667	\N	goedson
-668	\N	fabrizio-guest
-669	\N	awen-guest
-670	\N	nobse
-671	\N	tviehmann
-672	\N	jwilk-guest
-673	\N	aurel32
-674	\N	wardi-guest
-675	\N	jandd-guest
-676	\N	stew-guest
-677	\N	haas
-678	\N	smr
-679	\N	mlizaur-guest
-680	\N	rodrigogc-guest
-681	\N	crschmidt-guest
-682	\N	adn-guest
-683	\N	sukria
-684	\N	fjp
-685	\N	tbm
-686	\N	agx
-687	\N	lunar
-688	\N	joeyh
-689	\N	waldi
-690	\N	cjwatson
-691	\N	zinoviev
-692	\N	smarenka
-693	\N	dannf
-694	\N	vorlon
-695	\N	gordon-guest
-696	\N	msp
-697	\N	atomo64-guest
-698	\N	tomalbers-guest
-699	\N	zhengpeng-guest
-700	\N	jpatrick-guest
-701	\N	ptitlouis-guest
-702	\N	ach-guest
-703	\N	meskes
-704	\N	tico-guest
-705	\N	nixternal-guest
-706	\N	adi-guest
-707	\N	filippo
-708	\N	eddyp-guest
-709	\N	francesco-guest
-710	\N	ashuang-guest
-711	\N	mpitt
-712	\N	gildor
-713	\N	glondu-guest
-714	\N	toots
-715	\N	jcristau
-716	\N	smimram
-717	\N	treinen
-718	\N	trurl-guest
-719	\N	jcristau-guest
-720	\N	mfurr
-721	\N	white
-722	\N	dogguy-guest
-723	\N	munga-guest
-724	\N	ecc-guest
-725	\N	pnou-guest
-726	\N	luther
-727	\N	tpetazzo-guest
-728	\N	jerome
-729	\N	alfie
-730	\N	fuddl-guest
-731	\N	ansgar-guest
-732	\N	bddebian-guest
-733	\N	jmtd-guest
-734	\N	jseidel-guest
-735	\N	linas-guest
-736	\N	brad-guest
-737	\N	pdewacht-guest
-738	\N	richih-guest
-739	\N	sho
-740	\N	ceros-guest
-741	\N	persia-guest
-742	\N	sistpoty-guest
-743	\N	pascal
-744	\N	fabian-guest
-745	\N	fritsd-guest
-746	\N	mario
-747	\N	sargentd-guest
-748	\N	mjj29
-749	\N	mjj29-guest
-750	\N	jorda-guest
-751	\N	bent-guest
-752	\N	jscinoz-guest
-753	\N	tobi-guest
-754	\N	wijnen
-755	\N	helmut-guest
-\.
-
-
---
--- Data for Name: vcs; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY vcs (id, name) FROM stdin;
-1	svn
-\.
-
-
---
--- Name: aliothlogin_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
---
-
 ALTER TABLE ONLY userlogin
     ADD CONSTRAINT aliothlogin_pkey PRIMARY KEY (id);
 
 
 --
--- Name: arch_arch_key; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: arch_arch_key; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 ALTER TABLE ONLY arch
@@ -3446,7 +1180,7 @@
 
 
 --
--- Name: arch_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: arch_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 ALTER TABLE ONLY arch
@@ -3454,7 +1188,7 @@
 
 
 --
--- Name: binarypackage_build_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: binarypackage_build_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 ALTER TABLE ONLY binarypackage_build
@@ -3462,7 +1196,7 @@
 
 
 --
--- Name: binarypackage_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: binarypackage_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 ALTER TABLE ONLY binarypackage
@@ -3470,7 +1204,7 @@
 
 
 --
--- Name: bug_bugtag_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: bug_bugtag_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 ALTER TABLE ONLY bug_bugtag
@@ -3478,7 +1212,7 @@
 
 
 --
--- Name: bug_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: bug_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 ALTER TABLE ONLY bug
@@ -3486,7 +1220,7 @@
 
 
 --
--- Name: bugmerged_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: bugmerged_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 ALTER TABLE ONLY bugmerged
@@ -3494,7 +1228,7 @@
 
 
 --
--- Name: bugseverity_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: bugseverity_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 ALTER TABLE ONLY bugseverity
@@ -3502,15 +1236,31 @@
 
 
 --
--- Name: bugtag_name_key; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: bugstate_name_key; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
+ALTER TABLE ONLY bugstate
+    ADD CONSTRAINT bugstate_name_key UNIQUE (name);
+
+
+--
+-- Name: bugstate_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
+--
+
+ALTER TABLE ONLY bugstate
+    ADD CONSTRAINT bugstate_pkey PRIMARY KEY (id);
+
+
+--
+-- Name: bugtag_name_key; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
+--
+
 ALTER TABLE ONLY bugtag
     ADD CONSTRAINT bugtag_name_key UNIQUE (name);
 
 
 --
--- Name: bugtag_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: bugtag_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 ALTER TABLE ONLY bugtag
@@ -3518,7 +1268,7 @@
 
 
 --
--- Name: build_deb_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: build_deb_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 ALTER TABLE ONLY build_deb
@@ -3526,7 +1276,7 @@
 
 
 --
--- Name: build_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: build_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 ALTER TABLE ONLY build
@@ -3534,7 +1284,7 @@
 
 
 --
--- Name: changelog_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: changelog_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 ALTER TABLE ONLY changelogentry
@@ -3542,7 +1292,7 @@
 
 
 --
--- Name: changelogentry_bug_changelogentry_id_key; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: changelogentry_bug_changelogentry_id_key; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 ALTER TABLE ONLY changelogentry_bug
@@ -3550,7 +1300,7 @@
 
 
 --
--- Name: changelogentry_bug_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: changelogentry_bug_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 ALTER TABLE ONLY changelogentry_bug
@@ -3558,7 +1308,7 @@
 
 
 --
--- Name: deb_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: deb_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 ALTER TABLE ONLY deb
@@ -3566,7 +1316,7 @@
 
 
 --
--- Name: host_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: host_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 ALTER TABLE ONLY host
@@ -3574,7 +1324,7 @@
 
 
 --
--- Name: maintainer_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: maintainer_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 ALTER TABLE ONLY maintainer
@@ -3582,7 +1332,7 @@
 
 
 --
--- Name: qajob_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: qajob_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 ALTER TABLE ONLY qajob
@@ -3590,31 +1340,39 @@
 
 
 --
--- Name: qajob_qatag_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: qaresultentry_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
-ALTER TABLE ONLY qajob_qatag
-    ADD CONSTRAINT qajob_qatag_pkey PRIMARY KEY (id);
+ALTER TABLE ONLY qaresultentry
+    ADD CONSTRAINT qaresultentry_pkey PRIMARY KEY (id);
 
 
 --
--- Name: qastatus_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: qaseverity_code_key; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
-ALTER TABLE ONLY qastatus
-    ADD CONSTRAINT qastatus_pkey PRIMARY KEY (id);
+ALTER TABLE ONLY qaseverity
+    ADD CONSTRAINT qaseverity_code_key UNIQUE (letter);
 
 
 --
--- Name: qatag_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: qaseverity_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
+ALTER TABLE ONLY qaseverity
+    ADD CONSTRAINT qaseverity_pkey PRIMARY KEY (id);
+
+
+--
+-- Name: qatag_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
+--
+
 ALTER TABLE ONLY qatag
     ADD CONSTRAINT qatag_pkey PRIMARY KEY (id);
 
 
 --
--- Name: qatool_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: qatool_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 ALTER TABLE ONLY qatool
@@ -3622,7 +1380,7 @@
 
 
 --
--- Name: repository_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: repository_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 ALTER TABLE ONLY repository
@@ -3630,23 +1388,31 @@
 
 
 --
--- Name: repositoryentry_maintainer_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: repositoryentry_maintainer_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 ALTER TABLE ONLY repositoryentry_maintainer
-    ADD CONSTRAINT repositoryentry_maintainer_pkey PRIMARY KEY (repositoryentry_id, maintainer_id);
+    ADD CONSTRAINT repositoryentry_maintainer_pkey PRIMARY KEY (id);
 
 
 --
--- Name: repositoryentry_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: repositoryentry_maintainer_repositoryentry_id_key; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
+ALTER TABLE ONLY repositoryentry_maintainer
+    ADD CONSTRAINT repositoryentry_maintainer_repositoryentry_id_key UNIQUE (repositoryentry_id, maintainer_id);
+
+
+--
+-- Name: repositoryentry_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
+--
+
 ALTER TABLE ONLY repositoryentry
     ADD CONSTRAINT repositoryentry_pkey PRIMARY KEY (id);
 
 
 --
--- Name: sourcepackage_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: sourcepackage_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 ALTER TABLE ONLY sourcepackage
@@ -3654,23 +1420,16 @@
 
 
 --
--- Name: tarball_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: tarball_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 ALTER TABLE ONLY tarball
     ADD CONSTRAINT tarball_pkey PRIMARY KEY (id);
 
 
---
--- Name: team_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
---
 
-ALTER TABLE ONLY team
-    ADD CONSTRAINT team_pkey PRIMARY KEY (id);
-
-
 --
--- Name: vcs_name_key; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: vcs_name_key; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 ALTER TABLE ONLY vcs
@@ -3678,7 +1437,7 @@
 
 
 --
--- Name: vcs_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: vcs_pkey; Type: CONSTRAINT; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 ALTER TABLE ONLY vcs
@@ -3686,14 +1445,14 @@
 
 
 --
--- Name: arch_arch_name; Type: INDEX; Schema: public; Owner: svnbuildstat; Tablespace: 
+-- Name: arch_arch_name; Type: INDEX; Schema: public; Owner: buildstat; Tablespace: 
 --
 
 CREATE INDEX arch_arch_name ON arch USING btree (name);
 
 
 --
--- Name: $1; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: $1; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY host
@@ -3701,7 +1460,7 @@
 
 
 --
--- Name: $2; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: $2; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY repositoryentry_maintainer
@@ -3709,7 +1468,7 @@
 
 
 --
--- Name: $2; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: $2; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY build
@@ -3717,7 +1476,7 @@
 
 
 --
--- Name: $3; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: $3; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY build
@@ -3725,7 +1484,7 @@
 
 
 --
--- Name: aliothlogin_maintainer_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: aliothlogin_maintainer_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY userlogin
@@ -3733,7 +1492,7 @@
 
 
 --
--- Name: binarypackage_build_binarypackage_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: binarypackage_build_binarypackage_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY binarypackage_build
@@ -3741,7 +1500,7 @@
 
 
 --
--- Name: binarypackage_build_build_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: binarypackage_build_build_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY binarypackage_build
@@ -3749,7 +1508,7 @@
 
 
 --
--- Name: binarypackage_build_build_id_fkey1; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: binarypackage_build_build_id_fkey1; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY binarypackage_build
@@ -3757,7 +1516,7 @@
 
 
 --
--- Name: bug_bugseverity_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: bug_bugseverity_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY bug
@@ -3765,15 +1524,23 @@
 
 
 --
--- Name: bug_bugtag_bug_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: bug_bugstate_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
+ALTER TABLE ONLY bug
+    ADD CONSTRAINT bug_bugstate_id_fkey FOREIGN KEY (bugstate_id) REFERENCES bugstate(id) ON UPDATE CASCADE ON DELETE CASCADE;
+
+
+--
+-- Name: bug_bugtag_bug_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
+--
+
 ALTER TABLE ONLY bug_bugtag
     ADD CONSTRAINT bug_bugtag_bug_id_fkey FOREIGN KEY (bug_id) REFERENCES bug(id) ON UPDATE CASCADE ON DELETE CASCADE;
 
 
 --
--- Name: bug_bugtag_bugtag_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: bug_bugtag_bugtag_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY bug_bugtag
@@ -3781,7 +1548,7 @@
 
 
 --
--- Name: bug_sourcepackage_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: bug_sourcepackage_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY bug
@@ -3789,7 +1556,7 @@
 
 
 --
--- Name: bugmerged_bug1_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: bugmerged_bug1_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY bugmerged
@@ -3797,7 +1564,7 @@
 
 
 --
--- Name: bugmerged_bug2_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: bugmerged_bug2_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY bugmerged
@@ -3805,7 +1572,7 @@
 
 
 --
--- Name: build_changelogentry_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: build_changelogentry_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY build
@@ -3813,7 +1580,7 @@
 
 
 --
--- Name: build_deb_arch_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: build_deb_arch_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY build_deb
@@ -3821,7 +1588,7 @@
 
 
 --
--- Name: build_deb_build_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: build_deb_build_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY build_deb
@@ -3829,7 +1596,7 @@
 
 
 --
--- Name: build_deb_deb_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: build_deb_deb_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY build_deb
@@ -3837,23 +1604,15 @@
 
 
 --
--- Name: build_repositoryentry_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: changelog_aliothlogin_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
-ALTER TABLE ONLY build
-    ADD CONSTRAINT build_repositoryentry_id_fkey FOREIGN KEY (repositoryentry_id) REFERENCES repositoryentry(id) ON DELETE CASCADE;
-
-
---
--- Name: changelog_aliothlogin_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
---
-
 ALTER TABLE ONLY changelogentry
     ADD CONSTRAINT changelog_aliothlogin_id_fkey FOREIGN KEY (userlogin_id) REFERENCES userlogin(id) ON DELETE SET NULL;
 
 
 --
--- Name: changelog_repositoryentry_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: changelog_repositoryentry_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY changelogentry
@@ -3861,7 +1620,7 @@
 
 
 --
--- Name: changelogentry_bug_bug_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: changelogentry_bug_bug_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY changelogentry_bug
@@ -3869,7 +1628,7 @@
 
 
 --
--- Name: changelogentry_bug_changelogentry_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: changelogentry_bug_changelogentry_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY changelogentry_bug
@@ -3877,7 +1636,7 @@
 
 
 --
--- Name: changelogentry_tarball_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: changelogentry_tarball_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY changelogentry
@@ -3885,55 +1644,55 @@
 
 
 --
--- Name: qajob_changelogentry_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: qajob_build_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY qajob
-    ADD CONSTRAINT qajob_changelogentry_id_fkey FOREIGN KEY (changelogentry_id) REFERENCES changelogentry(id) ON DELETE CASCADE;
+    ADD CONSTRAINT qajob_build_id_fkey FOREIGN KEY (build_id) REFERENCES build(id) ON UPDATE CASCADE ON DELETE CASCADE;
 
 
 --
--- Name: qajob_qastatus_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: qajob_changelogentry_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY qajob
-    ADD CONSTRAINT qajob_qastatus_id_fkey FOREIGN KEY (qastatus_id) REFERENCES qastatus(id) ON DELETE CASCADE;
+    ADD CONSTRAINT qajob_changelogentry_id_fkey FOREIGN KEY (changelogentry_id) REFERENCES changelogentry(id) ON DELETE CASCADE;
 
 
 --
--- Name: qajob_qatag_qajob_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: qajob_qatool_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
-ALTER TABLE ONLY qajob_qatag
-    ADD CONSTRAINT qajob_qatag_qajob_id_fkey FOREIGN KEY (qajob_id) REFERENCES qajob(id) ON DELETE CASCADE;
+ALTER TABLE ONLY qajob
+    ADD CONSTRAINT qajob_qatool_id_fkey FOREIGN KEY (qatool_id) REFERENCES qatool(id) ON DELETE CASCADE;
 
 
 --
--- Name: qajob_qatag_qatag_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: qaresultentry_qajob_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
-ALTER TABLE ONLY qajob_qatag
-    ADD CONSTRAINT qajob_qatag_qatag_fkey FOREIGN KEY (qatag_id) REFERENCES qatag(id) ON DELETE CASCADE;
+ALTER TABLE ONLY qaresultentry
+    ADD CONSTRAINT qaresultentry_qajob_id_fkey FOREIGN KEY (qajob_id) REFERENCES qajob(id) ON UPDATE CASCADE ON DELETE CASCADE;
 
 
 --
--- Name: qajob_qatool_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: qaresultentry_qaseverity_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
-ALTER TABLE ONLY qajob
-    ADD CONSTRAINT qajob_qatool_id_fkey FOREIGN KEY (qatool_id) REFERENCES qatool(id) ON DELETE CASCADE;
+ALTER TABLE ONLY qaresultentry
+    ADD CONSTRAINT qaresultentry_qaseverity_id_fkey FOREIGN KEY (qaseverity_id) REFERENCES qaseverity(id) ON UPDATE CASCADE ON DELETE CASCADE;
 
 
 --
--- Name: repository_team_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: qaresultentry_qatag_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
-ALTER TABLE ONLY repository
-    ADD CONSTRAINT repository_team_id_fkey FOREIGN KEY (team_id) REFERENCES team(id);
+ALTER TABLE ONLY qaresultentry
+    ADD CONSTRAINT qaresultentry_qatag_id_fkey FOREIGN KEY (qatag_id) REFERENCES qatag(id) ON UPDATE CASCADE ON DELETE CASCADE;
 
 
 --
--- Name: repository_vcs_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: repository_vcs_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY repository
@@ -3941,7 +1700,7 @@
 
 
 --
--- Name: repositoryentry_changelogentry_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: repositoryentry_changelogentry_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY repositoryentry
@@ -3949,7 +1708,7 @@
 
 
 --
--- Name: repositoryentry_maintainer_repositoryentry_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: repositoryentry_maintainer_repositoryentry_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY repositoryentry_maintainer
@@ -3957,7 +1716,7 @@
 
 
 --
--- Name: repositoryentry_repository_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: repositoryentry_repository_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY repositoryentry
@@ -3965,7 +1724,7 @@
 
 
 --
--- Name: repositoryentry_sourcepackage_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: repositoryentry_sourcepackage_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: buildstat
 --
 
 ALTER TABLE ONLY repositoryentry




More information about the Collab-qa-commits mailing list