[Collab-qa-commits] r576 - svnbuildstat/trunk

goneri-guest at alioth.debian.org goneri-guest at alioth.debian.org
Wed Dec 12 17:04:55 UTC 2007


Author: goneri-guest
Date: 2007-12-12 17:04:54 +0000 (Wed, 12 Dec 2007)
New Revision: 576

Modified:
   svnbuildstat/trunk/schema-pg.sql
Log:
new schema

Modified: svnbuildstat/trunk/schema-pg.sql
===================================================================
--- svnbuildstat/trunk/schema-pg.sql	2007-12-12 17:02:07 UTC (rev 575)
+++ svnbuildstat/trunk/schema-pg.sql	2007-12-12 17:04:54 UTC (rev 576)
@@ -74,13 +74,6 @@
 
 ALTER TABLE public.arch_id_seq OWNER TO svnbuildstat;
 
---
--- Name: arch_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('arch_id_seq', 4, true);
-
-
 SET default_tablespace = '';
 
 SET default_with_oids = false;
@@ -150,13 +143,6 @@
 
 
 --
--- Name: binarypackage_build_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('binarypackage_build_id_seq', 12, true);
-
-
---
 -- Name: binarypackage_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
 --
 
@@ -177,21 +163,14 @@
 
 
 --
--- Name: binarypackage_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('binarypackage_id_seq', 11, true);
-
-
---
 -- Name: bug; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
 --
 
 CREATE TABLE bug (
     bug_id integer NOT NULL,
     severity_id integer,
-    repositoryentry_id integer,
-    name text
+    name text,
+    sourcepackage_id integer NOT NULL
 );
 
 
@@ -211,13 +190,6 @@
 ALTER TABLE public.build_id_seq OWNER TO svnbuildstat;
 
 --
--- Name: build_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('build_id_seq', 8451, true);
-
-
---
 -- Name: build; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
 --
 
@@ -271,7 +243,7 @@
     userlogin_id integer,
     repositoryentry_id integer NOT NULL,
     date timestamp without time zone,
-    log text,
+    text text,
     rev text NOT NULL
 );
 
@@ -306,13 +278,6 @@
 
 
 --
--- Name: changelogentry_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('changelogentry_id_seq', 9223, true);
-
-
---
 -- Name: host_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
 --
 
@@ -326,13 +291,6 @@
 ALTER TABLE public.host_id_seq OWNER TO svnbuildstat;
 
 --
--- Name: host_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('host_id_seq', 6, true);
-
-
---
 -- Name: host; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
 --
 
@@ -360,13 +318,6 @@
 ALTER TABLE public.linda_id_seq OWNER TO svnbuildstat;
 
 --
--- Name: linda_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('linda_id_seq', 71, true);
-
-
---
 -- Name: lintian_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
 --
 
@@ -380,13 +331,6 @@
 ALTER TABLE public.lintian_id_seq OWNER TO svnbuildstat;
 
 --
--- Name: lintian_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('lintian_id_seq', 123, true);
-
-
---
 -- Name: maintainer_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
 --
 
@@ -400,13 +344,6 @@
 ALTER TABLE public.maintainer_id_seq OWNER TO svnbuildstat;
 
 --
--- Name: maintainer_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('maintainer_id_seq', 494, true);
-
-
---
 -- Name: maintainer; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
 --
 
@@ -453,13 +390,6 @@
 
 
 --
--- Name: qalog_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('qalog_id_seq', 1, false);
-
-
---
 -- Name: qaresult; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
 --
 
@@ -496,13 +426,6 @@
 
 
 --
--- Name: qaresult_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('qaresult_id_seq', 1, false);
-
-
---
 -- Name: qaresult_qatag; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
 --
 
@@ -537,13 +460,6 @@
 
 
 --
--- Name: qaresult_qatag_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('qaresult_qatag_id_seq', 1, false);
-
-
---
 -- Name: qastatus; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
 --
 
@@ -577,13 +493,6 @@
 
 
 --
--- Name: qastatus_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('qastatus_id_seq', 1, false);
-
-
---
 -- Name: qatag; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
 --
 
@@ -617,13 +526,6 @@
 
 
 --
--- Name: qatag_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('qatag_id_seq', 1, false);
-
-
---
 -- Name: qatool; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
 --
 
@@ -666,13 +568,6 @@
 
 
 --
--- Name: qatool_description_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('qatool_description_seq', 1, false);
-
-
---
 -- Name: qatool_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
 --
 
@@ -694,13 +589,6 @@
 
 
 --
--- Name: qatool_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('qatool_id_seq', 1, false);
-
-
---
 -- Name: qatool_version_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
 --
 
@@ -722,13 +610,6 @@
 
 
 --
--- Name: qatool_version_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('qatool_version_seq', 1, false);
-
-
---
 -- Name: repository_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
 --
 
@@ -742,13 +623,6 @@
 ALTER TABLE public.repository_id_seq OWNER TO svnbuildstat;
 
 --
--- Name: repository_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('repository_id_seq', 25, true);
-
-
---
 -- Name: repository; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
 --
 
@@ -796,13 +670,6 @@
 
 
 --
--- Name: repository_vcs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('repository_vcs_id_seq', 10, true);
-
-
---
 -- Name: repositoryentry_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
 --
 
@@ -816,25 +683,16 @@
 ALTER TABLE public.repositoryentry_id_seq OWNER TO svnbuildstat;
 
 --
--- Name: repositoryentry_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('repositoryentry_id_seq', 2806, true);
-
-
---
 -- Name: repositoryentry; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
 --
 
 CREATE TABLE repositoryentry (
     id integer DEFAULT nextval('repositoryentry_id_seq'::regclass) NOT NULL,
     tarballuri text,
-    repository_id integer,
-    vcsrev text,
+    repository_id integer NOT NULL,
     istarballpresent boolean DEFAULT false,
     isindebian boolean DEFAULT false,
     svndebrelease text,
-    vcsuri text,
     isuptodate boolean,
     upstreamrelease text,
     isnative boolean DEFAULT false,
@@ -854,20 +712,15 @@
     issrcinmypool boolean DEFAULT false,
     realsvndebrelease text,
     dscuri text,
-    sourcepackage_id integer NOT NULL
+    sourcepackage_id integer,
+    subdir text NOT NULL,
+    lastwatchcheck timestamp without time zone
 );
 
 
 ALTER TABLE public.repositoryentry OWNER TO svnbuildstat;
 
 --
--- Name: COLUMN repositoryentry.vcsrev; Type: COMMENT; Schema: public; Owner: svnbuildstat
---
-
-COMMENT ON COLUMN repositoryentry.vcsrev IS 'vcs only, the id of the revision';
-
-
---
 -- Name: COLUMN repositoryentry.istarballpresent; Type: COMMENT; Schema: public; Owner: svnbuildstat
 --
 
@@ -875,13 +728,6 @@
 
 
 --
--- Name: COLUMN repositoryentry.vcsuri; Type: COMMENT; Schema: public; Owner: svnbuildstat
---
-
-COMMENT ON COLUMN repositoryentry.vcsuri IS 'the vcsuri to use to get the source repositoryentry';
-
-
---
 -- Name: COLUMN repositoryentry.isnative; Type: COMMENT; Schema: public; Owner: svnbuildstat
 --
 
@@ -931,6 +777,13 @@
 
 
 --
+-- Name: COLUMN repositoryentry.subdir; Type: COMMENT; Schema: public; Owner: svnbuildstat
+--
+
+COMMENT ON COLUMN repositoryentry.subdir IS 'The subdirectory of the package in the repository';
+
+
+--
 -- Name: repositoryentry_maintainer; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
 --
 
@@ -956,13 +809,6 @@
 ALTER TABLE public.severity_id_seq OWNER TO svnbuildstat;
 
 --
--- Name: severity_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('severity_id_seq', 7, true);
-
-
---
 -- Name: severity; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
 --
 
@@ -1007,13 +853,6 @@
 
 
 --
--- Name: sourcepackage_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('sourcepackage_id_seq', 12, true);
-
-
---
 -- Name: team; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
 --
 
@@ -1048,13 +887,6 @@
 
 
 --
--- Name: team_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('team_id_seq', 1, true);
-
-
---
 -- Name: userlogin; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
 --
 
@@ -1095,13 +927,6 @@
 
 
 --
--- Name: userlogin_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('userlogin_id_seq', 195, true);
-
-
---
 -- Name: vcs; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
 --
 
@@ -1141,13 +966,6 @@
 
 
 --
--- Name: vcs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('vcs_id_seq', 2, true);
-
-
---
 -- Name: viewtobuild; Type: VIEW; Schema: public; Owner: svnbuildstat
 --
 
@@ -1270,327 +1088,6 @@
 
 
 --
--- Data for Name: arch; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY arch (id, name) FROM stdin;
-1	i386
-2	amd64
-3	i386:
-4	sparc
-\.
-
-
---
--- Data for Name: binarypackage; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY binarypackage (id, name) FROM stdin;
-1	/home/svnbuildstat/2787-1196544458/bluetooth
-2	/home/svnbuildstat/2787-1196544458/bluez-cups
-3	/home/svnbuildstat/2787-1196544458/bluez-pcmcia-support
-4	/home/svnbuildstat/2787-1196544458/bluez-utils
-5	/home/svnbuildstat/2794-1196544542/python-bluez
-6	bluetooth
-7	bluez-cups
-8	bluez-pcmcia-support
-9	bluez-utils
-10	python-bluez
-11	./
-\.
-
-
---
--- Data for Name: binarypackage_build; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY binarypackage_build (id, binarypackage_id, build_id) FROM stdin;
-\.
-
-
---
--- Data for Name: bug; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY bug (bug_id, severity_id, repositoryentry_id, name) FROM stdin;
-\.
-
-
---
--- Data for Name: build; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY build (id, repositoryentry_id, svndebrelease, build_log, piuparts_log, host_id, buildisok, duration, pbuilder_release, agent_release, arch_id, "time", changelog, changelogentry_id) FROM stdin;
-\.
-
-
---
--- Data for Name: changelogentry; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY changelogentry (id, userlogin_id, repositoryentry_id, date, log, rev) FROM stdin;
-\.
-
-
---
--- Data for Name: host; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY host (id, name, arch, maintainer_id) FROM stdin;
-1	sd-6539	i386	\N
-2	shuttle	amd64	\N
-3	julie	i386	\N
-4	clara	amd64	\N
-5	linda	i386	\N
-6	osc-test2	i386	\N
-\.
-
-
---
--- Data for Name: maintainer; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY maintainer (id, email, name) FROM stdin;
-445	debian-qt-kde at lists.debian.org	Debian Qt/KDE Maintainers
-446	chrsmrtn at debian.org	Christopher Martin
-447	nacho at debian.org	Nacho Barrientos Arias
-448	debian at pusling.com	Sune Vuorela
-450	ana at debian.org	Ana Beatriz Guerrero Lopez
-449	dato at net.com.org.es	Adeodato Simó
-451	fboudra at free.fr	Fathi Boudra
-452	noel at debian.org	Noèl Köthe
-453	joshdeb at metzlers.org	Josh Metzler
-454	geromanas at mailas.com	Modestas Vainius
-455	trigger+debian at space-based.de	Armin Berres
-456	rcardenes at debian.org	Ricardo Cardenes
-457	schepler at debian.org	Daniel Schepler
-458	francesco.pedrini at gmail.com	Francesco Pedrini
-459	hobbsee at ubuntu.com	Sarah Hobbs
-460	jeremy.laine at m4x.org	Jeremy Lainé
-461	isaac at debian.org	Isaac Clerencia
-462	bab at debian.org	Ben Burton
-463	pyro at debian.org	Brian Nelson
-464	piuparts-devel at lists.alioth.debian.org	piuparts developers team
-465	liw at iki.fi	Lars Wirzenius
-466	ballombe at debian.org	Bill Allombert
-467	iwj at debian.org	Ian Jackson
-468	jsw at debian.org	John Wright
-469	webapps-common-repositoryentrys at lists.alioth.debian.org	Debian Webapps Team
-470	sukria at debian.org	Alexis Sukrieh
-471	rperrot at debian.org	Rémi Perrot
-472	pkg-vim-maintainers at lists.alioth.debian.org	Debian VIM Maintainers
-473	nobse at debian.org	Norbert Tretkowski
-474	madcoder at debian.org	Pierre Habouzit
-475	zack at debian.org	Stefano Zacchiroli
-476	jamessan at debian.org	James Vega
-477	fpletz at franz-pletz.org	Franz Pletz
-478	piefel at debian.org	Michael Piefel
-479	matthijs at cacholong.nl	Matthijs Mohlmann
-480	sukria at sukria.net	Alexis Sukrieh
-481	pepijn at ce.et.tudelft.nl	Pepijn de Langen
-482	bigon at bigon.be	Laurent Bigonville
-483	pkg-bluetooth-maintainers at lists.alioth.debian.org	Debian Bluetooth Maintainers
-484	ejad at debian.org	Edd Dumbill
-485	filippo at debian.org	Filippo Giunchedi
-486	admin at marioiseli.com	Mario Iseli
-487	mario at debian.org	Mario Iseli
-488	pb at nexus.co.uk	Phil Blundell
-489	filippo at esaurito.net	Filippo Giunchedi
-490	oystein at gisnas.net	Oystein Gisnas
-491	francesco at namuri.it	Francesco Namuri
-492	stappers at debian.org	Geert Stappers
-493	albert at csail.mit.edu	Albert Huang
-494	dancer at debian.org	Junichi Uekawa
-443	maks at sternwelten.at	maximilian attems
-444	jbailey at raspberryginger.com	Jeff Bailey
-\.
-
-
---
--- Data for Name: qalog; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY qalog (id, log) FROM stdin;
-\.
-
-
---
--- Data for Name: qaresult; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY qaresult (id, qatool_id, qastatus_id, build_id, qalog_id) FROM stdin;
-\.
-
-
---
--- Data for Name: qaresult_qatag; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY qaresult_qatag (id, qaresult_id, qatag) 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;
-\.
-
-
---
--- Data for Name: repository; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY repository (id, uri, name, tarballlayout, enabled, vcsrev, lastcheck, shortname, team_id, vcs_id) FROM stdin;
-10	svn://svn.debian.org/svn/pkg-bluetooth	Debian Bluetooth Team	\N	t	631	2007-12-05 18:45:59.345563	pkg-bluetooth	1	1
-\.
-
-
---
--- Data for Name: repositoryentry; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY repositoryentry (id, tarballuri, repository_id, vcsrev, istarballpresent, isindebian, svndebrelease, vcsuri, isuptodate, upstreamrelease, isnative, lastcheck, iswatchfilebroken, lastbuildstart, blacklisted, i386, powerpc, amd64, sparc, todo, currentchangelogentry, currentpendingbug, isinincoming, isinnew, issrcinmypool, realsvndebrelease, dscuri, sourcepackage_id) FROM stdin;
-2795	@DEBMIRROR@/pool/non-free/b/bluez-firmware/bluez-firmware_1.2.orig.tar.gz	10	375	t	t	1.2-2	svn://svn.debian.org/svn/pkg-bluetooth/bluez-firmware/trunk	\N	\N	f	2007-12-05 18:44:09.239156	\N	\N	f	t	t	t	t		bluez-firmware (1.2-2) unstable; urgency=low\n\n  * move /usr/lib/firmware to /lib/firmware (Closes: #400040) \n  \n -- Filippo Giunchedi <filippo at debian.org>  Sat, 16 Sep 2006 22:57:52 +0200\n\n	400040,	f	f	f	1.2-2	\N	1
-2796	@DEBMIRROR@/pool/main/b/bluez-gnome/bluez-gnome_0.13.orig.tar.gz	10	540	t	f	0.13-2	svn://svn.debian.org/svn/pkg-bluetooth/bluez-gnome/trunk	\N	\N	f	2007-12-05 18:44:18.926097	\N	\N	f	t	t	t	t		bluez-gnome (0.13-2) unstable; urgency=low\n\n  * Build in a clean sid chroot (Closes: #435730)\n\n -- Filippo Giunchedi <filippo at debian.org>  Thu, 02 Aug 2007 10:30:16 +0200\n\n	435730,	f	f	f	0.13-2	\N	2
-2797	@DEBMIRROR@/pool/main/b/bluez-hcidump/bluez-hcidump_1.39.orig.tar.gz	10	533	t	t	1.39-1	svn://svn.debian.org/svn/pkg-bluetooth/bluez-hcidump/trunk	\N	\N	f	2007-12-05 18:44:25.271271	\N	\N	f	t	t	t	t	ARRAY(0xdc3750)	bluez-hcidump (1.39-1) unstable; urgency=low\n\n  * New upstream release\n\n -- Filippo Giunchedi <filippo at debian.org>  Thu, 02 Aug 2007 10:45:04 +0200\n\n	\N	f	f	f	1.39-1	\N	3
-2798		10	64	f	f	0.26-1	svn://svn.debian.org/svn/pkg-bluetooth/bluez-pin/trunk	\N	\N	f	2007-12-05 18:44:32.971756	\N	\N	f	t	t	t	t		bluez-pin (0.26-1) UNRELEASED; urgency=low\n\n  * New upstream release\n\n -- Filippo Giunchedi <filippo at debian.org>  Sun,  6 Nov 2005 21:21:15 +0100\n\n	\N	f	f	f	0.26-1	\N	4
-2800	@DEBMIRROR@/pool/main/g/gnome-bluetooth/gnome-bluetooth_0.9.1.orig.tar.gz	10	539	t	f	0.9.1-2	svn://svn.debian.org/svn/pkg-bluetooth/gnome-bluetooth/trunk	\N	\N	f	2007-12-05 18:44:48.29444	\N	\N	f	t	t	t	t		gnome-bluetooth (0.9.1-2) UNRELEASED; urgency=low\n\n  * Integrate changes from pkg-gnome svn repository [Oystein Gisnas, Loic\n    Minier, see #253735] \n\n -- Filippo Giunchedi <filippo at debian.org>  Thu, 02 Aug 2007 18:51:07 +0200\n\n	\N	f	f	f	0.9.1-2	\N	6
-2801		10	408	f	f	0.2-1	svn://svn.debian.org/svn/pkg-bluetooth/gnome-vfs-obexftp/trunk	\N	\N	f	2007-12-05 18:44:55.862465	\N	\N	f	t	t	t	t		gnome-vfs-obexftp (0.2-1) UNRELEASED; urgency=low\n\n  * Initial release. (Closes: #XXXXXX)\n\n -- Oystein Gisnas <oystein at gisnas.net>  Sat, 13 Jan 2007 11:13:14 +0100\n	\N	f	f	f	0.2-1	\N	7
-2802	@DEBMIRROR@/pool/main/libb/libbtctl/libbtctl_0.9.0.orig.tar.gz	10	512	t	t	0.9.0-2	svn://svn.debian.org/svn/pkg-bluetooth/libbtctl/trunk	\N	\N	f	2007-12-05 18:45:04.097678	\N	\N	f	t	t	t	t		libbtctl (0.9.0-2) unstable; urgency=low\n\n  * define _GNU_SOURCE (Closes: #434460)\n  * Do not rebuild gtk documentation, remove gtk-doc-tools build-dep \n\n -- Filippo Giunchedi <filippo at debian.org>  Tue, 24 Jul 2007 17:07:18 +0200\n\n	434460,	f	f	f	0.9.0-2	\N	8
-2803	\N	10	624	f	f	1.2-1	svn://svn.debian.org/svn/pkg-bluetooth/packages/blueproximity/trunk	\N	\N	f	2007-12-05 18:45:12.141282	\N	\N	f	t	t	t	t		blueproximity (1.2-1) unstable; urgency=low\n\n  * Initial release. (Closes: #446010)\n\n -- Francesco Namuri <francesco at namuri.it>  Wed, 10 Oct 2007 13:15:05 +0200\n	446010,	f	f	f	1.2-1	\N	9
-2804	@DEBMIRROR@/pool/main/b/bluez-libs/bluez-libs_3.22.orig.tar.gz	10	612	t	t	3.22-1	svn://svn.debian.org/svn/pkg-bluetooth/packages/bluez-libs/trunk	\N	\N	f	2007-12-05 18:45:20.375565	\N	\N	f	t	t	t	t		bluez-libs (3.22-1) unstable; urgency=low\n\n  * New upstream release.\n  * Added correct VCS fields to debian/control.\n  * Added homepage field to debian/control.\n\n -- Mario Iseli <mario at debian.org>  Thu, 21 Nov 2007 14:18:45 +0100\n\n	\N	f	f	f	3.22-2	\N	10
-2799	@DEBMIRROR@/pool/main/b/bluez-utils/bluez-utils_3.22.orig.tar.gz	10	622	t	t	3.22-1	svn://svn.debian.org/svn/pkg-bluetooth/packages/bluez-utils/trunk	\N	\N	f	2007-12-05 18:45:29.97126	\N	\N	f	t	t	t	t		bluez-utils (3.22-1) unstable; urgency=low\n\n  * New upstream release (Closes: #440692).\n  * Added myself to the uploaders field.\n  * Added official VCS fields to debian/control.\n  * Added official Homepage field to debian/control.\n  * fixed bluez.sf.net as bluez.org in copyright and control\n  * copyright updated with new copyright holders\n\n -- Mario Iseli <mario at debian.org>  Thu, 22 Nov 2007 14:15:33 +0100\n\n	440692,	f	f	f	3.22-1	\N	5
-2805	@DEBMIRROR@/pool/main/g/gnome-phone-manager/gnome-phone-manager_0.40.orig.tar.gz	10	631	t	t	0.40-3	svn://svn.debian.org/svn/pkg-bluetooth/packages/gnome-phone-manager/trunk	\N	\N	f	2007-12-05 18:45:44.275922	\N	\N	f	t	t	t	t		gnome-phone-manager (0.40-3) unstable; urgency=low\n\n  * debian/control: added build-depends on libpcsclite-dev (Closes: #452308)\n  * debian/copyright: added new copyrights informations.\n  * debian/rules: added variable to call dpkg-shlibdeps with\n    --ignore-missing-info option.\n  * debian/control: added build-dep on chrpath.\n  * debian/rules: added common-install-arch rule to call chrpath to fix RPATH\n    issue.\n\n -- Francesco Namuri <francesco at namuri.it>  Sat, 24 Nov 2007 00:50:38 +0100\n\n	452308,	f	f	f	0.40-3	\N	11
-2806	@DEBMIRROR@/pool/main/p/pybluez/pybluez_0.9.2.orig.tar.gz	10	545	t	t	0.9.2-1	svn://svn.debian.org/svn/pkg-bluetooth/pybluez/trunk	\N	\N	f	2007-12-05 18:45:59.339412	\N	\N	f	t	t	t	t		pybluez (0.9.2-1) unstable; urgency=low\n\n  [ Albert Huang ]\n  * New upstream release\n\n  [ Filippo Giunchedi ]\n  * Complete libbluetooth2-dev -> libbluetooth-dev transition\n  * Correct Maintainers name\n\n -- Filippo Giunchedi <filippo at debian.org>  Sat, 04 Aug 2007 09:22:55 +0200\n\n	\N	f	f	f	0.9.2-1	\N	12
-\.
-
-
---
--- Data for Name: repositoryentry_maintainer; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY repositoryentry_maintainer (repositoryentry_id, maintainer_id) FROM stdin;
-2795	483
-2795	484
-2795	485
-2796	483
-2796	484
-2796	485
-2796	486
-2797	483
-2797	484
-2797	485
-2798	488
-2800	483
-2800	489
-2801	483
-2801	490
-2802	483
-2802	485
-2802	486
-2802	490
-2803	483
-2803	491
-2804	484
-2804	485
-2804	487
-2804	483
-2799	483
-2799	484
-2799	485
-2799	487
-2805	491
-2805	492
-2806	483
-2806	493
-2806	485
-\.
-
-
---
--- Data for Name: severity; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY severity (id, name) FROM stdin;
-1	wishlist
-2	minor
-3	normal
-4	serious
-5	grave
-6	critical
-7	important
-\.
-
-
---
--- Data for Name: sourcepackage; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY sourcepackage (id, name) FROM stdin;
-1	bluez-firmware
-2	bluez-gnome
-3	bluez-hcidump
-4	bluez-pin
-5	bluez-utils
-6	gnome-bluetooth
-7	gnome-vfs-obexftp
-8	libbtctl
-9	blueproximity
-10	bluez-libs
-11	gnome-phone-manager
-12	pybluez
-\.
-
-
---
--- Data for Name: team; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY team (id, shortname, name, url) FROM stdin;
-1	noteam	No Team	
-\.
-
-
---
--- Data for Name: userlogin; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY userlogin (id, maintainer_id, name) FROM stdin;
-193	\N	Junichi Uekawa <dancer at dancer64.netfort.gr.jp>
-194	\N	maximilian attems <max at nancy.(none)>
-195	\N	H. Peter Anvin <hpa at zytor.com>
-\.
-
-
---
--- Data for Name: vcs; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY vcs (id, name) FROM stdin;
-1	svn
-2	git
-\.
-
-
---
 -- Name: aliothlogin_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
 --
 
@@ -1846,19 +1343,19 @@
 
 
 --
--- Name: bug_repositoryentry_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: bug_severity_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
 --
 
 ALTER TABLE ONLY bug
-    ADD CONSTRAINT bug_repositoryentry_id_fkey FOREIGN KEY (repositoryentry_id) REFERENCES repositoryentry(id) ON DELETE CASCADE;
+    ADD CONSTRAINT bug_severity_id_fkey FOREIGN KEY (severity_id) REFERENCES severity(id) ON DELETE RESTRICT;
 
 
 --
--- Name: bug_severity_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: bug_sourcepackage_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
 --
 
 ALTER TABLE ONLY bug
-    ADD CONSTRAINT bug_severity_id_fkey FOREIGN KEY (severity_id) REFERENCES severity(id) ON DELETE RESTRICT;
+    ADD CONSTRAINT bug_sourcepackage_id_fkey FOREIGN KEY (sourcepackage_id) REFERENCES sourcepackage(id) ON DELETE CASCADE;
 
 
 --




More information about the Collab-qa-commits mailing list